FAGL_R_S_OBJLIST_BASIC SAP (Reorganization: Elementary Attributes of an Object List) Structure details

Dictionary Type: Structure
Description: Reorganization: Elementary Attributes of an Object List




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




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

FAGL_R_S_OBJLIST_BASIC 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 "Reorganization: Elementary Attributes of an Object List" 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_OBJLIST_BASIC TYPE FAGL_R_S_OBJLIST_BASIC.

The FAGL_R_S_OBJLIST_BASIC table consists of various fields, each holding specific information or linking keys about Reorganization: Elementary Attributes of an Object List data available in SAP. These include NUM_STATUS_00 (Number of Objects with 'Included in Reorganization' Status), NUM_STATUS_10 (Number of Objects with 'Allocated to Object Owner' Status), NUM_STATUS_20 (No. of Objects with 'Approved for Further Processing' Status), NUM_STATUS_25 (Number of Objects with 'Reassignment Failed' 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FAGL_R_S_OBJLIST_BASIC 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
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
STATUS_GENStatus of an Object List FAGL_R_OBJLIST_STATUSCHAR1FAGL_R_OBJLIST_STATUS
STATUS_REASSIGNStatus of an Object List FAGL_R_OBJLIST_STATUSCHAR1FAGL_R_OBJLIST_STATUS
STATUS_REPOSTStatus of an Object List FAGL_R_OBJLIST_STATUSCHAR1FAGL_R_OBJLIST_STATUS
STATUSStatus of an Object List FAGL_R_OBJLIST_STATUSCHAR1FAGL_R_OBJLIST_STATUS
TEXTText of length 40 FAGL_R_TEXT_40CHAR40TEXT40
DATE_GEN_PLANNEDDate on which Next Scheduled Activity Is Performed FAGL_R_JOB_DATE_PLANNEDDATS8DATUM
TIME_GEN_PLANNEDTime at which Next Scheduled Activity Is Performed FAGL_R_JOB_TIME_PLANNEDTIMS6TIME
DATE_REASSIGN_PLANNEDDate on which Next Scheduled Activity Is Performed FAGL_R_JOB_DATE_PLANNEDDATS8DATUM
TIME_REASSIGN_PLANNEDTime at which Next Scheduled Activity Is Performed FAGL_R_JOB_TIME_PLANNEDTIMS6TIME
DATE_REPOST_PLANNEDDate on which Next Scheduled Activity Is Performed FAGL_R_JOB_DATE_PLANNEDDATS8DATUM
TIME_REPOST_PLANNEDTime at which Next Scheduled Activity Is Performed FAGL_R_JOB_TIME_PLANNEDTIMS6TIME
XGENERATEObjects for object type are generated FAGL_R_XGENERATECHAR1FLAG
XREASSIGNObjects for object type are reassigned FAGL_R_XREASSIGNCHAR1FLAG
XREPOSTBalances of the objects for the object type are transferred FAGL_R_XREPOSTCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table FAGL_R_S_OBJLIST_BASIC

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