FAGL_S_SPL_RELATION SAP (Migration: Specify Distribution of Document Splitting) Structure details

Dictionary Type: Structure
Description: Migration: Specify Distribution of Document Splitting




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




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

FAGL_S_SPL_RELATION 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 "Migration: Specify Distribution of Document Splitting" 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_FAGL_S_SPL_RELATION TYPE FAGL_S_SPL_RELATION.

The FAGL_S_SPL_RELATION table consists of various fields, each holding specific information or linking keys about Migration: Specify Distribution of Document Splitting data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FAGL_S_SPL_RELATION 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
S_POS 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PSEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PGEBERPartner Fund FM_PFUNDCHAR10Assigned to domainBP_GEBERPARTNER_FUND
PBUDGET_PDFM: Partner Budget Period FM_PBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ANBWAAsset Transaction Type ANBWACHAR3Assigned to domainBWASL
BZDATAsset value date BZDATDATS8DATUM
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
.INCLU--AP 0
RE_BUKRSCash Ledger: Company Code for Expense/Revenue FAGL_RE_BUKRSCHAR4Assigned to domainBUKRS
RE_ACCOUNTCash Ledger: Expense or Revenue Account FAGL_RE_ACCOUNTCHAR10Assigned to domainALPHASAKNR
.INCLU--AP 0
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PGRANT_NBRPartner Grant GM_GRANT_PARTNERCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
.INCLU--AP 0
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
EGRUPEquity group JV_EGROUPCHAR3Assigned to domainALPHAJV_EGROUPGJE
RECIDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
ORECIDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
BTYPEPayroll Type JV_BILINDCHAR2Assigned to domainALPHAJV_BILIND
WRBTRTotal amounts per document WRBTR_F048CURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table FAGL_S_SPL_RELATION

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