T50FI SAP (Mapping Level 1 (Fields and Structures)) Table details

Dictionary Type: Table
Description: Mapping Level 1 (Fields and Structures)




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




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

T50FI is a standard SAP Table which is used to store Mapping Level 1 (Fields and Structures) data and is available within R/3 SAP systems depending on the version and release level.

The T50FI table consists of various fields, each holding specific information or linking keys about Mapping Level 1 (Fields and Structures) data available in SAP. These include MOLGA (Country Grouping), STRUNAME (Structure), ELEMENT (Structure Element), REPSTRU (Report Structure).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T50FI 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
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
STRUNAMEStructure P00_STM_STRUNAMECHAR30P00_STM_STRUNAME
ELEMENTStructure Element P00_STM_ELEMENTCHAR30P00_STM_CHAR30
REPSTRUReport Structure P00_STM_REPSTRUCHAR30P00_STM_CHAR30
MAPTYPEMapping Type P00_STM_MAPTYPECHAR1P00_STM_MAPTYPE
BEWLAStatement Wage Type P01_BEWLACHAR4P01_BEWLA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T50FI
INTO CORRESPONDING FIELDS OF WA_T50FI
WHERE...

How to access SAP table T50FI

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