FMSPLITA SAP (Actual line item table) Table details

Dictionary Type: Table
Description: Actual line item table




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




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

FMSPLITA is a standard SAP Table which is used to store Actual line item table data and is available within R/3 SAP systems depending on the version and release level.

The FMSPLITA table consists of various fields, each holding specific information or linking keys about Actual line item table data available in SAP. These include GL_SIRID (Record number of the line item record), RLDNR (Ledger), RRCTY (Record Type), RVERS (Version).. 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: Not classified


SAP FMSPLITA 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
RCLNTClient MANDTCLNT3T000MANDT
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RPROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
RFAREAFunctional Area FKBERCHAR16TFKBFKBERFBE
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RFUND_TYPEFM Fund Type FM_FUNDTYPECHAR6Assigned to domainFM_FUNDTYPE
RAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
SBUKRSCompany code of partner PBUKRSCHAR4T001BUKRSBUK
SACCTPartner account number PRACCTCHAR10Assigned to domainALPHASAKNR
SBUSATrading Partner Business Area of the Business Partner PPARGBCHAR4TGSBGSBERGSB
SCNTRPartner cost center PKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SFAREAPartner Functional Area SFKBERCHAR16TFKBFKBER
SFUNDPartner Fund BP_P_GEBERCHAR10Assigned to domainBP_GEBERFIC
SGRANT_NBRPartner Grant GM_GRANT_PARTNERCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
SGTXTItem Text SGTXTCHAR50TEXT50
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFRYEARReference fiscal year REFGJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNSix-digit number of the reference posting line REFBUZEI6NUMC6BUZEI6BUZ
REFDOCCTReference document category REFDOCCTCHAR1DOCCTGCT
REFACTIVFI-SL Business Reference Transaction REFGLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
WSLValue in Original Transaction Currency (Document Currency) VWCUR12CURR23(2) WERTV12
RWCURCurrency key of the original transaction currency RWCURCUKY5Assigned to domainWAERSFWS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
LINETYPEItem category LINETYPECHAR5Assigned to domainLINETYPE
XSPLITMODItem changed by document splitting XSPLITMODCHAR1XFELD
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMSPLITA
INTO CORRESPONDING FIELDS OF WA_FMSPLITA
WHERE...

How to access SAP table FMSPLITA

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