FAGL_SLL_STATUS SAP (Status Management for Leading Ledger Switch) Table details

Dictionary Type: Table
Description: Status Management for Leading Ledger Switch




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




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

FAGL_SLL_STATUS is a standard SAP Table which is used to store Status Management for Leading Ledger Switch data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_SLL_STATUS table consists of various fields, each holding specific information or linking keys about Status Management for Leading Ledger Switch data available in SAP. These include ID (ID for Ledger Switch Project), STATUS (Permitted Status Values for Switch Project), XPOST_CHECK_NEW (Ledger-Specific Postings to Switch Year Are Blocked), XPOST_CHECK_OLD (Ledger-Specific Postings to Year Prior to Switch).. 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 (character-type)


SAP FAGL_SLL_STATUS 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
IDID for Ledger Switch Project FAGL_SLL_IDCHAR4FAGL_SLL_PLANFAGL_SLL_ID_DOMA
STATUSPermitted Status Values for Switch Project FAGL_SLL_STATUS_VALUECHAR2FAGL_SLL_STATUS_DOMA
XPOST_CHECK_NEWLedger-Specific Postings to Switch Year Are Blocked FAGL_SLL_XPOST_CHECK_NEWCHAR1FLAG
XPOST_CHECK_OLDLedger-Specific Postings to Year Prior to Switch FAGL_SLL_XPOST_CHECK_OLDCHAR1FLAG
XYDEP_ACTIVE_NEWPostings Permitted with New Leading Ledger Before Switch FAGL_SLL_XYDEP_ACTIVE_NEWCHAR1FLAG
XYDEP_ACTIVE_OLDPostings Permitted Using Old Leading Ledger After Switch FAGL_SLL_XYDEP_ACTIVE_OLDCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_SLL_STATUS
INTO CORRESPONDING FIELDS OF WA_FAGL_SLL_STATUS
WHERE...

How to access SAP table FAGL_SLL_STATUS

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