FDM_LDDB SAP (FSCM-DM: Log And Delay Database) Table details

Dictionary Type: Table
Description: FSCM-DM: Log And Delay Database




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




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

FDM_LDDB is a standard SAP Table which is used to store FSCM-DM: Log And Delay Database data and is available within R/3 SAP systems depending on the version and release level.

The FDM_LDDB table consists of various fields, each holding specific information or linking keys about FSCM-DM: Log And Delay Database data available in SAP. These include CASE_GUID (UUID in character form), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FDM_LDDB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CHANGETIME_CASELast Changed On FDM_CHANGE_TIMEDEC15TSTPSFDM_TIMESTAMP
FIELDNAMEAttribute Name FDM_ATTR_IDCHAR30CHAR30
CHANGE_USERChanged by USERCHAR12CHAR12
CHANGETIME_BSEGFSCM-DM: Change Time of BSEG Field FDM_CHGTIME_BSEGDEC15TSTPSFDM_TIMESTAMP
CHANGESTATUSFSCM-DM: Change Status FDM_CHANGESTATECHAR1FDM_CHANGE_STATUS
EXECUTIONDATEFSCM-DM: Execution Date of Field Change FDM_EXECUTIONDATEDATS8DATS
VALUE_NEWFSCM-DM: Dispute Case Attribute Value FDM_CASEATTR_VALCHAR4CHAR04
VALUE_OLDFSCM-DM: Old Attribute Value FDM_CASEATOL_VALCHAR4CHAR04
PROC_SEQNRSequential Number of Process FDM_PROC_SEQNRNUMC3NUM03
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGVAR1Message variable 01 MSGV1CHAR50CHAR50
MSGVAR2Message variable 02 MSGV2CHAR50CHAR50
MSGVAR3Message variable 03 MSGV3CHAR50CHAR50
MSGVAR4Message variable 04 MSGV4CHAR50CHAR50
INVALIDFSCM-DM: Indicator for Obsolete LDDB Entries FDM_INVALIDCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDM_LDDB
INTO CORRESPONDING FIELDS OF WA_FDM_LDDB
WHERE...

How to access SAP table FDM_LDDB

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