RGTRANS SAP (Connection of FI-SL Customizing to the Transport System) Structure details

Dictionary Type: Structure
Description: Connection of FI-SL Customizing to the Transport System




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




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

RGTRANS 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 "Connection of FI-SL Customizing to the Transport System" 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_RGTRANS TYPE RGTRANS.

The RGTRANS table consists of various fields, each holding specific information or linking keys about Connection of FI-SL Customizing to the Transport System data available in SAP. These include T884C (Transport: Field movements for balance carried forward), T894 (Transport versions assigned to ledger), T882 (Transport of assignment ledger-company code/global company), T880 (Transport: Global company master data).. 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: Not classified


SAP RGTRANS 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
T881Transport of the ledger table GLT881CHAR1XFELD
T884CTransport: Field movements for balance carried forward GLT884CCHAR1XFELD
T894Transport versions assigned to ledger GLT894CHAR1XFELD
T882Transport of assignment ledger-company code/global company GLT882CHAR1XFELD
T880Transport: Global company master data GLT880CHAR1XFELD
T886Transport of assignment ledger-co.code/glob.company-activity GLT886CHAR1XFELD
T888Transport field movements assigned to ledger GLT888CHAR1XFELD
T893Transport ledger selection conditions GLT893CHAR1XFELD
T890Transport logical rules GLT890CHAR1XFELD
T001BTransport: Postng periods for comp. codes assigned to ledger GLT001BCHAR1XFELD
T001CTransport: Pstng per.for glob.comp/co.cdes assignd to ledger GLT001CCHAR1XFELD
T022Transport: Activity definition GLT022CHAR1XFELD
T000CTransport: Preparation (FI-SL active/inactive) GLT000CCHAR1XFELD
T800MTransport: Fixed field movements GLT800MCHAR1XFELD
T811Transport: Allocation GLT811CHAR1XFELD
T800DTransport: Integrated master data GLT800DCHAR1XFELD
T800ATransport: FI-SL table directory GLT800ACHAR1XFELD
T820Transport: Planning parameters GLT820CHAR1XFELD
T821Transport: Distribution key GLT821CHAR1XFELD
T892UTransport: Substitution GLT892UCHAR1XFELD
T895Transport: Fiscal year-dependent version parameters GLT895CHAR1XFELD
T889Transport: Document types GLT889CHAR1XFELD
T030Transport: Retained earnings account GLT030CHAR1XFELD
T888RTransport field movements used in rollup GLT888RCHAR1XFELD
T822Transport: Planning parameter classes GLT822CHAR1XFELD
T807Transport: Rollup definition GLT807CHAR1XFELD
T811CTransport: Allocation cycles GLT811CCHAR1XFELD
T804Transport: Report Writer GLT804CHAR1XFELD
T009Transport: Fiscal year variants GLT009CHAR1XFELD
SETSTransport: Transport sets GLSETSCHAR1XFELD
GB93Transport: Validation GLGB93CHAR1XFELD
GB92Transport: Substitution GLGB92CHAR1XFELD
GB01Transport: Boolean class GLGB01CHAR1XFELD
T100Transport: Messages GLT100CHAR1XFELD
GB90Transport: Logical rules in new form GLGB90CHAR1XFELD
MSADTransport: Application area for T100 messages GLMSADCHAR1XFELD
TOTALAn object is to be completely transported GLTOTALCHAR1RADIOBUTT
PARTIALThe object is to be transported w/o accompanying objects GLPARTIALCHAR1RADIOBUTT
T884Transport of currency translation methods GLT884CHAR1XFELD
T80UTransport of control information for the user exits GLT80UCHAR1XFELD
T891BTransport of Special Purpose Ledger validations GLT891BCHAR1XFELD
T892BTransport of Special Purpose Ledger substitutions GLT892BCHAR1XFELD
RWLAYOUTReport Writer: Transport Standard Layout GRWLAYOUTCHAR1XFELD
RWBIBReport Writer: Transport library GRWBIBCHAR1XFELD
RWBERICHTReport Writer: Transport report GRWBERICHTCHAR1XFELD
RWBERGRPEReport Writer: Transport Report Group GRWBERGRPECHAR1XFELD
RWDATENReport Writer: Key figure GRWDATENCHAR1XFELD
RWVORLAGEReport Writer: Transport models for Report Painter GRWVORLAGECHAR1XFELD
RGSSETSets: Transport sets G_SET_TRCHAR1XFELD
RGSVARISets: Transport of variables G_VARI_TRCHAR1XFELD
RWVARIANTReport Writer: Transport Variants GRWVARIANTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RGTRANS

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