ODTF_IDOC_LOG_CC SAP (Travel on Demand: Log f. Cost Center Replication via IDOC) Table details

Dictionary Type: Table
Description: Travel on Demand: Log f. Cost Center Replication via IDOC




ABAP Code to SELECT data from ODTF_IDOC_LOG_CC
Related tables to ODTF_IDOC_LOG_CC
Access table ODTF_IDOC_LOG_CC




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

ODTF_IDOC_LOG_CC is a standard SAP Table which is used to store Travel on Demand: Log f. Cost Center Replication via IDOC data and is available within R/3 SAP systems depending on the version and release level.

The ODTF_IDOC_LOG_CC table consists of various fields, each holding specific information or linking keys about Travel on Demand: Log f. Cost Center Replication via IDOC data available in SAP. These include REMOTE_OBJECT_ID (Object Id of Cost Center), RECEIVER_PRTN_NO (Partner Number of Receiver), RECEIVER_PRTN_TY (Partner Type of Receiver), LAST_TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ODTF_IDOC_LOG_CC table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
REMOTE_OBJECT_IDObject Id of Cost Center ODTF_COST_CENTER_OBJ_IDCHAR20
RECEIVER_PRTN_NOPartner Number of Receiver EDI_RCVPRNCHAR10EDPP1ALPHAEDI_PARNUM
RECEIVER_PRTN_TYPartner Type of Receiver EDI_RCVPRTCHAR2EDI_PARTYP
LAST_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
LAST_EDI_DOCNUMIDoc number EDI_DOCNUMNUMC16EDIDCEDI_DOCNUMDCN
POSTING_ALLOWEDFI Posting Allowed Indicator ODTF_CC_POSTING_ALLOWEDCHAR1XSDBOOLEAN
LAST_FAIL_TSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



How do I retrieve data from SAP table ODTF_IDOC_LOG_CC using ABAP code

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

SELECT SINGLE *
FROM ODTF_IDOC_LOG_CC
INTO CORRESPONDING FIELDS OF WA_ODTF_IDOC_LOG_CC
WHERE...

How to access SAP table ODTF_IDOC_LOG_CC

Within an ECC or HANA version of SAP you can also view further information about ODTF_IDOC_LOG_CC 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!