FMABP_INTERFACE SAP (Interface: FM -> ABP) Structure details

Dictionary Type: Structure
Description: Interface: FM -> ABP




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




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

FMABP_INTERFACE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Interface: FM -> ABP" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FMABP_INTERFACE TYPE FMABP_INTERFACE.

The FMABP_INTERFACE table consists of various fields, each holding specific information or linking keys about Interface: FM -> ABP data available in SAP. These include RFORG (Reference Organizational Units), RFPOS (Item number of reference document), RFKNT (Account assignment number of reference document), RFETE (Reference document classification number).. 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: Can be enhanced (character-type or numeric)


SAP FMABP_INTERFACE structure 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
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
RFORGReference Organizational Units AWORGCHAR10AWORG
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
BTARTAmount type FM_BTARTCHAR4FM_BTART
BL_DOC_TYPEFM budgetary ledger document type FM_BL_DOC_TYPECHAR4CHAR4
VBUND_FLGCompany ID of trading partner flag for BL FM_VBUND_FLGCHAR1FM_VBUND_FLG
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
ZHLDTFunds Management - Update Date FM_ZHLDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10FMBUDGETPDFM_BUDGET_PERIODBUDPER
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
USERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
TRBTRBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
FKBTRBudget amount in local currency LVALXX9CURR17(2) WERTV9
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
TRANRFunds Management Transaction Number FM_TRANRCHAR16CHAR16
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KNGJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
KNBELNRFI document number FM_KNBELNRCHAR10ALPHABELNRBLN
KNBUZEIDocument item for FI document number FM_KNBUZEINUMC3BUZEI
VREFBTPredecessor document category FM_VREFBTNUMC3FM_REFBTYP
VREFBNPredecessor document number FM_VREFBNCHAR10ALPHABELNR
VRFORGPredecessor document organization FM_VRFORGCHAR10AWORG
VRFPOSPredecessor document item FM_VRFPOSNUMC5NUMC05
VRFKNTPredecessor account assignment FM_VRFKNTNUMC5NUM05
VRFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
VRFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
OBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
XREF3Reference key for line item XREF3CHAR20CHAR20

Key field Non-key field



How do I retrieve data from SAP structure FMABP_INTERFACE using ABAP code?

As FMABP_INTERFACE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FMABP_INTERFACE as there is no data to select.

How to access SAP table FMABP_INTERFACE

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