FDM_BUFFER SAP (Cluster for Decoupling in 1-System Scenario) Table details

Dictionary Type: Table
Description: Cluster for Decoupling in 1-System Scenario




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




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

FDM_BUFFER is a standard SAP Table which is used to store Cluster for Decoupling in 1-System Scenario data and is available within R/3 SAP systems depending on the version and release level.

The FDM_BUFFER table consists of various fields, each holding specific information or linking keys about Cluster for Decoupling in 1-System Scenario data available in SAP. These include RELID (Region in IMPORT/EXPORT Data Table), CASE_GUID (FSCM-DM: GUID (Internal Key of Dispute Case)), NEW_SEQNR (Seq. number), SRTF2 (Next record counter in EXPORT/IMPORT data tables).. 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_BUFFER 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
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
CASE_GUIDFSCM-DM: GUID (Internal Key of Dispute Case) BDM_CASE_GUIDCHAR32SYSUUID_C
NEW_SEQNR Seq. number0
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
OLD_SEQNRFSCM-DM: Sequential Number of Process BDM_PROC_SEQNRNUMC3NUM03
DELTA_ORIGINALFSCM-DM: BAPI - Original Disputed Amount BDM_BAPI_ORIGINAL_AMTDEC23(4) BAPICURR
DELTA_DISPUTEDFSCM-DM: BAPI - Current Disputed Amount BDM_BAPI_DISPUTED_AMTDEC23(4) BAPICURR
DELTA_PAIDFSCM-DM: Paid Amount BDM_BAPI_PAID_AMTDEC23(4) BAPICURR
DELTA_CREDITEDFSCM-DM: BAPI - Credited Amount BDM_BAPI_CREDITED_AMTDEC23(4) BAPICURR
DELTA_WRITE_OFFFSCM-DM: BAPI - Amount Cleared Manually BDM_BAPI_WRITE_OFF_AMTDEC23(4) BAPICURR
DELTA_NOT_SOLVEDFSCM-DM: BAPI - Amount Written Off Automatically BDM_BAPI_NOT_SOLVED_AMTDEC23(4) BAPICURR
DISPUTE_CURRFSCM-DM: Currency of Dispute Case BDM_DISPUTE_CURRCUKY5Assigned to domainWAERS
ISO_CODEISO currency code ISOCDCHAR3ISOCD
TIMESTAMPCreation Event for Dispute Case FDM_TIMESTAMPDEC15TSTPSFDM_TIMESTAMP
VERSION Version of the interface0
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDM_BUFFER
INTO CORRESPONDING FIELDS OF WA_FDM_BUFFER
WHERE...

How to access SAP table FDM_BUFFER

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