FAGL_R_PL_OBJLST SAP (Reorganization: Object List) Table details

Dictionary Type: Table
Description: Reorganization: Object List




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




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

FAGL_R_PL_OBJLST is a standard SAP Table which is used to store Reorganization: Object List data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_R_PL_OBJLST table consists of various fields, each holding specific information or linking keys about Reorganization: Object List data available in SAP. These include RPLAN (Reorganization Plan), NODE_ID (Node in the Derivation Hierarchy), OBJ_TYPE (Object Type), NUM_STATUS_00 (Number of Objects with 'Included in Reorganization' Status).. 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: Cannot Be Enhanced


SAP FAGL_R_PL_OBJLST 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 MANDTCLNT3T000MANDT
RPLANReorganization Plan FAGL_R_PLANCHAR10Assigned to domainFAGL_R_PLAN
NODE_IDNode in the Derivation Hierarchy FAGL_R_NODE_IDINT410INT4
OBJ_TYPEObject Type FAGL_R_OBJ_TYPECHAR4FAGL_R_OBJ_TYPE
NUM_STATUS_00Number of Objects with 'Included in Reorganization' Status FAGL_R_NUM_STATUS_00INT410INT4
NUM_STATUS_10Number of Objects with 'Allocated to Object Owner' Status FAGL_R_NUM_STATUS_10INT410INT4
NUM_STATUS_20No. of Objects with 'Approved for Further Processing' Status FAGL_R_NUM_STATUS_20INT410INT4
NUM_STATUS_25Number of Objects with 'Reassignment Failed' Status FAGL_R_NUM_STATUS_25INT410INT4
NUM_STATUS_30Number of Objects with 'Reassignment Successful' Status FAGL_R_NUM_STATUS_30INT410INT4
NUM_STATUS_35No. of Objects with 'Balance Determination Failed' Status FAGL_R_NUM_STATUS_35INT410INT4
NUM_STATUS_40No. of Obj. with 'Balance Determination Successful' Status FAGL_R_NUM_STATUS_40INT410INT4
NUM_STATUS_45Number of Objects with 'Transfer Failed' Status FAGL_R_NUM_STATUS_45INT410INT4
NUM_STATUS_50No. Objects with 'Reorganized Successfully' Status FAGL_R_NUM_STATUS_50INT410INT4
NUM_STATUS_60No. of Objects with 'Not Included in Reorganization' Status FAGL_R_NUM_STATUS_60INT410INT4
TIME_GENTime of Last Successful Generation FAGL_R_TIME_GENTIMS6TIME
TIME_REASSIGNTime of Last Successful Reassignment FAGL_R_TIME_REASSIGNTIMS6TIME
TIME_REPOSTTime of Last Successful Transfer Posting FAGL_R_TIME_REPOSTTIMS6TIME
DATE_GENDate of Last Time When Record Was Generated Successfully FAGL_R_DATE_GENDATS8DATUM
DATE_REASSIGNDate of Last Successful Reassignment FAGL_R_DATE_REASSIGNDATS8DATUM
DATE_REPOSTDate of Last Successful Transfer Posting FAGL_R_DATE_REPOSTDATS8DATUM
UNAME_GENName of Last User to Successfully Generate FAGL_R_UNAME_GENCHAR12USNAM
UNAME_REASSIGNName of Last User to Successfully Reassign FAGL_R_UNAME_REASSIGNCHAR12USNAM
UNAME_REPOSTName of User Who Performed Last Successful Transfer Posting FAGL_R_UNAME_REPOSTCHAR12USNAM
XDONE_GENAssignment Made Completely FAGL_R_XDONE_GENCHAR1FAGL_R_XDONE
XDONE_REASSIGNReassignment Made Completely FAGL_R_XDONE_REASSIGNCHAR1FAGL_R_XDONE
XDONE_REPOSTTransfer Posting Made Completely FAGL_R_XDONE_REPOSTCHAR1FAGL_R_XDONE
XERROR_GENError that prevents the XDONE indicator from being set FAGL_R_XDONE_ERRORCHAR1FLAG
XERROR_REASSIGNError that prevents the XDONE indicator from being set FAGL_R_XDONE_ERRORCHAR1FLAG
XERROR_REPOSTError that prevents the XDONE indicator from being set FAGL_R_XDONE_ERRORCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_R_PL_OBJLST
INTO CORRESPONDING FIELDS OF WA_FAGL_R_PL_OBJLST
WHERE...

How to access SAP table FAGL_R_PL_OBJLST

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