FMRPF_LIX SAP (FM Line Item Browser) Structure details

Dictionary Type: Structure
Description: FM Line Item Browser




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




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

FMRPF_LIX 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 "FM Line Item Browser" 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_FMRPF_LIX TYPE FMRPF_LIX.

The FMRPF_LIX table consists of various fields, each holding specific information or linking keys about FM Line Item Browser data available in SAP. These include FMBELNR (Document Number of FM Line Item), FIKRS (Financial Management Area), FMBUZEI (Number of a posting line in a TR-FM line item), BTART (Amount type).. 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 FMRPF_LIX 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
FMBELNRDocument Number of FM Line Item FM_BELNRCHAR10ALPHABELNR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FMBUZEINumber of a posting line in a TR-FM line item FM_BUZEINUMC3NUMC03
BTARTAmount type FM_BTARTCHAR4FM_BTART
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STUNRNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
ZHLDTFunds Management - Update Date FM_ZHLDTDATS8DATUM
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
PERIOPeriod CO_PERIONUMC3PERBLVPE
CFSTATFM Commitment Carryforward: Status FM_CFSTNUMC2FM_CFST
CFSTATSVYear-End Closing: Status (Back Up) FM_CFSTSVNUMC2FM_CFST
CFCNTYear-End Closing: Number of Transfers FM_CFCNTNUMC2FM_CFCNT
OBJNRZObject number J_OBJNRCHAR22ONR00J_OBJNRONR
TRBTRAmount in transaction currency FM_TRBTRCURR13(2) WERTV7
FKBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
FISTLFunds Center FISTLCHAR16FMFCTRFISTLFIS
FONDSFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16TFKBFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
VRGNGCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
SGTXTItem Text SGTXTCHAR50TEXT50
TRANRFunds Management Transaction Number FM_TRANRCHAR16CHAR16
CTRNRFunds Management Control Number FM_CTRNRCHAR20CHAR20
USERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
.INCLU--AP 0
FMVORClassification of Document Lines FMVORCHAR4FMVOR
.INCLU--AP 0
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
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
LOEKZDeletion Indicator KBLLOEKZCHAR1CHAR1_X
DBCNTProcessed Database Table Rows SYDBCNTINT410SYST_LONG

Key field Non-key field



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

As FMRPF_LIX 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 FMRPF_LIX as there is no data to select.

How to access SAP table FMRPF_LIX

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