/SDF/V_DCCLOG SAP () Table View details

Dictionary Type: Table View
Description:




ABAP Code to SELECT data from /SDF/V_DCCLOG
Related tables to /SDF/V_DCCLOG
Access table /SDF/V_DCCLOG




Table View field list including key, data, relationships and ABAP select examples

/SDF/V_DCCLOG is a standard SAP Table View which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/V_DCCLOG table consists of various fields, each holding specific information or linking keys about data available in SAP. These include CALM_ID (), COLL_ID (), LOG_TSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), LOG_CNTR (2 byte integer (signed)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/V_DCCLOG table view fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3MANDT
CALM_ID /SDF/CRBPA_CALM_IDCHAR32
COLL_ID 0
LOG_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOG_CNTR2 byte integer (signed) INT2INT25INT2
MESSAGE_TYPE 0
MESSAGE 0
ROW_COUNTNatural Number INT4INT410INT4
RUNTIME_TOTAL_MSNatural Number INT4INT410INT4
RUNTIME_PART1_MSNatural Number INT4INT410INT4
RUNTIME_PART2_MSNatural Number INT4INT410INT4
RUNTIME_PART3_MSNatural Number INT4INT410INT4
KEYFIGURE_ID 0
JOB_NAMEBackground job name BTCJOBCHAR32CHAR32
JOB_COUNTJob ID BTCJOBCNTCHAR8CHAR8
START_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /SDF/V_DCCLOG using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SDF/V_DCCLOG to SELECT all data from the table
DATA: WA_/SDF/V_DCCLOG TYPE /SDF/V_DCCLOG.

SELECT SINGLE *
FROM /SDF/V_DCCLOG
INTO CORRESPONDING FIELDS OF WA_/SDF/V_DCCLOG
WHERE...

How to access SAP table /SDF/V_DCCLOG

Within an ECC or HANA version of SAP you can also view further information about /SDF/V_DCCLOG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!