FAGL_R_S_BLNCE_W_AMOUNTS SAP (Balances with Values per Object/Acct/Addit. Acct Assignments) Structure details

Dictionary Type: Structure
Description: Balances with Values per Object/Acct/Addit. Acct Assignments




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




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

FAGL_R_S_BLNCE_W_AMOUNTS 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 "Balances with Values per Object/Acct/Addit. Acct Assignments" 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_R_S_BLNCE_W_AMOUNTS TYPE FAGL_R_S_BLNCE_W_AMOUNTS.

The FAGL_R_S_BLNCE_W_AMOUNTS table consists of various fields, each holding specific information or linking keys about Balances with Values per Object/Acct/Addit. Acct Assignments data available in SAP. These include RPLAN (Reorganization Plan), GRP_UI (Grouping Field for Entries Belonging Together), XGRP_LEAD_UI (Leading Entry of a Grouping), VAL1 (Value of the First Key Field).. 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_R_S_BLNCE_W_AMOUNTS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RPLANReorganization Plan FAGL_R_PLANCHAR10Assigned to domainFAGL_R_PLAN
GRP_UIGrouping Field for Entries Belonging Together FAGL_R_GRP_UICHAR40CHAR40
XGRP_LEAD_UILeading Entry of a Grouping FAGL_R_XGRP_LEAD_UICHAR1FLAG
VAL1Value of the First Key Field FAGL_R_OBJ_VAL1CHAR40CHAR40
VAL2Value of the Second Key Field FAGL_R_OBJ_VAL2CHAR20CHAR20
VAL3Value of the Third Key Field FAGL_R_OBJ_VAL3CHAR20CHAR20
VAL4Value of the Fourth Key Field FAGL_R_OBJ_VAL4CHAR20CHAR20
VAL5Value of the Fifth Key Field FAGL_R_OBJ_VAL5CHAR20CHAR20
VAL6Value of the Sixth Key Field FAGL_R_OBJ_VAL6CHAR20CHAR20
VAL7Value of the Seventh Key Field FAGL_R_OBJ_VAL7CHAR20CHAR20
VAL8Value of the Eighth Key Field FAGL_R_OBJ_VAL8CHAR20CHAR20
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LDGRPLedger Group FAGL_LDGRPCHAR4Assigned to domainFAGL_LDGRPGLDGRP_FLEX
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
TSLValue in Transaction Currency VTCUR12CURR23(2) WERTV12
RTCURTransaction Currency FAGL_R_CUKY_VTCUR12CUKY5Assigned to domainWAERS
HSLValue in Local Currency VLCUR12CURR23(2) WERTV12
CURR1Local Currency FAGL_R_CUKY_VLCUR12CUKY5Assigned to domainWAERS
REORG_BELNRDoc. Number of Transfer Posting Doc. of a Reorganization FAGL_R_REPOST_BELNRCHAR10ALPHABELNRBLN
REORG_GJAHRFiscal Yr of a Transfer Posting Document of a Reorganization FAGL_R_REPOST_GJAHRNUMC4GJAHRGJAHRBLN
KSLValue in Group Currency VGCUR12CURR23(2) WERTV12
CURR2Group Currency FAGL_R_CUKY_VGCUR12CUKY5Assigned to domainWAERS
OSLValue in Another Currency VOCUR12CURR23(2) WERTV12
CURR3Other Currency FAGL_R_CUKY_VOCUR12CUKY5Assigned to domainWAERS
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
XPRIORIndicator Denoting that Balances Originate from Prior Period FAGL_R_XPRIOR_PERIODSCHAR1FLAG
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODPosting period POPERNUMC3POPERPOPR
GLATTRGL Attribute for Transfer Posting FAGL_R_GLATTRCHAR30Assigned to domainROLLNAME
GLATTR_VALValue of the GL Attribute for the Transfer Posting FAGL_R_GLATTR_VALCHAR120CHAR120
OBJNR_SAPObject Number FAGL_R_OBJNRCHAR20CHAR20
OBJNR_CUSTObject Number FAGL_R_OBJNRCHAR20CHAR20
OBJ_TYPEObject Type FAGL_R_OBJ_TYPECHAR4FAGL_R_OBJ_TYPE
OBJNRObject Number FAGL_R_OBJNRCHAR20CHAR20
RMVCTTransaction Type RMVCTCHAR3Assigned to domainRMVCT
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PSEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC

Key field Non-key field



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

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

How to access SAP table FAGL_R_S_BLNCE_W_AMOUNTS

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