T50FB SAP (HR: Mapping Program Fields to Structure) Table details

Dictionary Type: Table
Description: HR: Mapping Program Fields to Structure




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




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

T50FB is a standard SAP Table which is used to store HR: Mapping Program Fields to Structure data and is available within R/3 SAP systems depending on the version and release level.

The T50FB table consists of various fields, each holding specific information or linking keys about HR: Mapping Program Fields to Structure data available in SAP. These include MOLGA (Country Grouping), SAGRP (Area), TABNAME (HR; Table/Structure Name), FIELDNAME (HR: Field Name).. 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: Can be enhanced (character-type or numeric)


SAP T50FB 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 MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
SAGRPArea PCAL_SAGRPCHAR4T5961PCAL_SAGRP
TABNAMEHR; Table/Structure Name PCAL_TABNAMECHAR30CHAR30
FIELDNAMEHR: Field Name PCAL_FIELDNAMECHAR30CHAR30
REPORTTABHR: Name of Program Table PCAL_REPORTTABCHAR30CHAR30
REPORTFIELDHR: Field in the Report Table PCAL_REPORTFIELDCHAR30CHAR30
IDENTHR: Table Identifier PCAL_IDENTCHAR4PCAL_IDENT
TABINDEXHR: Table Index PACL_TABINDEXNUMC4NUM4
CONVHR: Conversion per Area PCAL_CONVNUMC4T50FCNUM4
OBLIGHR-DBS: Required Field in Data Record P01W_OBLIGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T50FB
INTO CORRESPONDING FIELDS OF WA_T50FB
WHERE...

How to access SAP table T50FB

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