T138M SAP (Masking of the entries in table T138B) Pooled Table details

Dictionary Type: Pooled Table
Description: Masking of the entries in table T138B




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




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

T138M is a standard SAP Pooled Table which is used to store Masking of the entries in table T138B data and is available within R/3 SAP systems depending on the version and release level.

The T138M table consists of various fields, each holding specific information or linking keys about Masking of the entries in table T138B data available in SAP. These include DYNGR (Screen group), FCODE (Function Code), MSKBR (Indicator for masking industry sector reference in T138m), MSKMR (Indicator for masking material type reference in T138M).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T138M pooled 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
DYNGRScreen group DYNGRCHAR4CHAR4
FCODEFunction Code FCODECHAR20FCODE
MSKBRIndicator for masking industry sector reference in T138m MSKBRCHAR1XFELD
MSKMRIndicator for masking material type reference in T138M MSKMRCHAR1XFELD
MSKDYIndicator for masking screen number in T138M MSKDYCHAR1XFELD
MSKAKIndicator for masking the action category in T138M MSKAKCHAR1XFELD
TEX30Text (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM T138M
INTO CORRESPONDING FIELDS OF WA_T138M
WHERE...

How to access SAP table T138M

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