FDM2 SAP (Cash management line items from MM purchase requisition) Table details

Dictionary Type: Table
Description: Cash management line items from MM purchase requisition




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




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

FDM2 is a standard SAP Table which is used to store Cash management line items from MM purchase requisition data and is available within R/3 SAP systems depending on the version and release level.

The FDM2 table consists of various fields, each holding specific information or linking keys about Cash management line items from MM purchase requisition data available in SAP. These include RFTYP (Reference Transaction), BANFN (Purchase Requisition Number), RFORG (Reference Organizational Units), RFSYS (Logical system of source document).. 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: Can be enhanced (character-type or numeric)


SAP FDM2 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
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
RFORGReference Organizational Units AWORGCHAR10AWORG
RFSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
ZEBKNSerial number for PReq account assignment segment DZEBKNNUMC2ZEBKN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FDGRPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
CURRDPlanned currency for subledger accounts CURRDCUKY5Assigned to domainWAERS
FDTAGPlanning date FDTAGDATS8DATUMFDT
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
FDWBTAmount in planned currency WRSHDCURR15(2) WRTV8
FDDBTPlanned amount in local currency DMSHDCURR15(2) WRTV8
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDM2
INTO CORRESPONDING FIELDS OF WA_FDM2
WHERE...

How to access SAP table FDM2

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