SAP FMSPLIT_OUTPUT_FLDS List of modifiable fields for Rule-Based Account Distribut'n Table data and field list

FMSPLIT_OUTPUT_FLDS 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 "List of modifiable fields for Rule-Based Account Distribut'n" 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_FMSPLIT_OUTPUT_FLDS TYPE FMSPLIT_OUTPUT_FLDS.

The FMSPLIT_OUTPUT_FLDS table consists of various fields, each holding specific information or linking keys about List of modifiable fields for Rule-Based Account Distribut'n data available in SAP. These include ASSET (Main Asset Number), SUB_ASSET (Asset Subnumber), COST_ELEMENT (Cost Element), COST_CENTER (Cost Center)... 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. .

FMSPLIT_OUTPUT_FLDS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMSPLIT_OUTPUT_FLDS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMSPLIT_OUTPUT_FLDS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACCOUNT_NUMBERG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ASSETMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_ASSETAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDER_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BUSINESS_ENTITYSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
PROPERTY_NUMBERProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
BUILDING_NUMBERBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
RENTAL_UNITNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
LEASE_NUMBERLease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
SETTLEMENT_UNITSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
COMMIT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUND_CENTERFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNCTION_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
ORDER_NUMBER_NPNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ORDER_NUMBER_NVRouting number of operations in the order CO_AUFPLNUMC10AFVCAUFPL
ORDER_POSNR_NVGeneral counter for order CO_APLZLNUMC8AFVCCO_APLZL
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
CONTRACT_NUMBERReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
ORDER_NUMBER_PMOrder Number of a Maintenance Order PMAUFNRCHAR12Assigned to domainALPHAAUFNR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMSPLIT_OUTPUT_FLDS

Within an ECC or HANA version of SAP you can also view further information about FMSPLIT_OUTPUT_FLDS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).