T130S SAP (General Control Indicators in Master Data Maintenance) Pooled Table details

Dictionary Type: Pooled Table
Description: General Control Indicators in Master Data Maintenance




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




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

T130S is a standard SAP Pooled Table which is used to store General Control Indicators in Master Data Maintenance data and is available within R/3 SAP systems depending on the version and release level.

The T130S table consists of various fields, each holding specific information or linking keys about General Control Indicators in Master Data Maintenance data available in SAP. These include PGNAM (ABAP Program Name), KZVTD (Updating of Administrative Data), KZUMR (Indicator: only defined units of measure can be used), ANZUM (Maximum number of incorrect material master records).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T130S 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
PGNAMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
KZVTDUpdating of Administrative Data KZVTDCHAR1KZVTD
KZUMRIndicator: only defined units of measure can be used KZUMRCHAR1XFELD
ANZUMMaximum number of incorrect material master records ANZUMDEC5DEC5
STDZGStandard document type for drawings STDZGCHAR3TDWADOKAR
KZASYInd.: Update material administrative data asynchronously KZASYCHAR1XFELD
PMCIDIndicator: no program-driven matchcode IDs exist PMCIDCHAR1XFELD
LAND1Standard country (retail) RTLANDCHAR3T005LAND1
KZPMAInd.: Use cross-distribution-chain pricing ref. materials KZPMACHAR1XFELD
KZPMVInd.: Use distribution-chain-specific pricing ref. materials KZPMVCHAR1XFELD
KZNFMIndicator: Use follow-up materials KZNFMACHAR1XFELD
KZVBMIndicator: Use reference materials for consumption KZVBMCHAR1XFELD
KZPRGUse Planning Materials KZPRGCHAR1XFELD
KZSATIndicator: Use configurable materials (cross-plant) KZSATCHAR1XFELD
KZSTDIndicator: Use configurable materials (plant-specific) KZSTDCHAR1XFELD
KZMPNIndicator: Use manufacturer part numbers KZMPNCHAR1XFELD
KZALMInd.: Check all required fields in material master maint. KZALEMUSSCHAR1XFELD
XPRARInd.: XPRA executed for initializing reference materials XPRARCHAR1XFELD
RFCDESTRFC destination for material search in external catalog RFCDEST_MAT1CHAR32RFCDESRFCDEST
SLOCKShared Lock in Material Master (Only Tables MBEW and MARC) SLOCKCHAR1XFELD
KZNCKDispense with Consistency Checks KZNCKCHAR1XFELD
ALEFLMode of Change Authorizations for Integrated Distributed PDM ALEFLCHAR1ALEFL
CONSESend Configuration When Sending Complete Material Master MVSE_SEND_ALLCHAR1XFELD
CONCPGenerate Change Pointer for Material Variants MVSE_CREATE_CPCHAR1XFELD
NOVERNo Update of MOFF/MSTA Data with Separate Evaluation NOVERCHAR1XFELD
NOAPPControl for Creation of Application Log MAT_APPL_LOG_LEVELCHAR1MAT_APPL_LOG_LEVEL
KZUCMIndicator: Reference Material for Original Batches KZUCMCHAR1XFELD
KZRMAIndicator: Reference Material for Similar Packable Materials KZRMACHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T130S
INTO CORRESPONDING FIELDS OF WA_T130S
WHERE...

How to access SAP table T130S

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