FAGL_ORG_INFO_CT SAP (New General Ledger: Configuration Information (Crcy Type)) Table details

Dictionary Type: Table
Description: New General Ledger: Configuration Information (Crcy Type)




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




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

FAGL_ORG_INFO_CT is a standard SAP Table which is used to store New General Ledger: Configuration Information (Crcy Type) data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_ORG_INFO_CT table consists of various fields, each holding specific information or linking keys about New General Ledger: Configuration Information (Crcy Type) data available in SAP. These include RBUKRS (Company Code), RLDNR (Ledger in General Ledger Accounting), CURTP (Currency Type and Valuation View), FG_CURT (Field group where currency type is carried).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FAGL_ORG_INFO_CT 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
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RLDNRLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
FG_CURTField group where currency type is carried FG_CURTCHAR3CHAR3
CURRUNITCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_ORG_INFO_CT
INTO CORRESPONDING FIELDS OF WA_FAGL_ORG_INFO_CT
WHERE...

How to access SAP table FAGL_ORG_INFO_CT

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