FAGL_R_APAR_VAL SAP (Reorg: Values for Receivables and Payables Object List) Table details

Dictionary Type: Table
Description: Reorg: Values for Receivables and Payables Object List




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




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

FAGL_R_APAR_VAL is a standard SAP Table which is used to store Reorg: Values for Receivables and Payables Object List data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_R_APAR_VAL table consists of various fields, each holding specific information or linking keys about Reorg: Values for Receivables and Payables Object List data available in SAP. These include RPLAN (Reorganization Plan), KOART (Account Type), BUKRS (Company Code), GJAHR (Fiscal Year).. 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: Can Be Enhanced (Deep)


SAP FAGL_R_APAR_VAL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RPLANReorganization Plan FAGL_R_PLANCHAR10Assigned to domainFAGL_R_PLAN
KOARTAccount Type KOARTCHAR1KOART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
OBJ_TYPE_SUPObject Type of the Higher-Level Object FAGL_R_OBJ_TYPE_SUPCHAR4FAGL_R_OBJ_TYPE
VAL1_SUPValue of the First Key Field for the Higher-Level Object FAGL_R_OBJ_VAL1_SUPCHAR40CHAR40
VAL2_SUPValue of the Second Key Field for the Higher-Level Object FAGL_R_OBJ_VAL2_SUPCHAR20CHAR20
VAL3_SUPValue of the Third Key Field for the Higher-Level Object FAGL_R_OBJ_VAL3_SUPCHAR20CHAR20
SEQNRSequence Number FAGL_R_SEQNR_APARNUMC7NUMC07
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount or tax amount in the currency of the currency types ACBTRCURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_R_APAR_VAL
INTO CORRESPONDING FIELDS OF WA_FAGL_R_APAR_VAL
WHERE...

How to access SAP table FAGL_R_APAR_VAL

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