BADI_KRIT_NEU SAP (Line Category for Table KRIT_NEU) Structure details

Dictionary Type: Structure
Description: Line Category for Table KRIT_NEU




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




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

BADI_KRIT_NEU 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 "Line Category for Table KRIT_NEU" 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_BADI_KRIT_NEU TYPE BADI_KRIT_NEU.

The BADI_KRIT_NEU table consists of various fields, each holding specific information or linking keys about Line Category for Table KRIT_NEU data available in SAP. These include BLOCK (Single-Character Indicator), ZLART (Planning table: Row type), INVIS (Planning table: Row hidden), DSTRI (Planning table: Row with distributed quantity).. 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: Can be enhanced (character-type or numeric)


SAP BADI_KRIT_NEU 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
BLOCKSingle-Character Indicator CHAR1CHAR1CHAR1
ZLARTPlanning table: Row type PT_ZLARTCHAR2CHAR2
INVISPlanning table: Row hidden PT_INVISCHAR1CHAR1
DSTRIPlanning table: Row with distributed quantity PT_DSTRINUMC1NUMC1
AUSGZFlag: Assignment mode active or inactive PT_ASSIGCHAR1CHAR1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLAABMaterial requirements planning segment PLAABNUMC2PLAAB
PLANRPlanning segment number PLANRCHAR20PLANR
LINHIProduction line for repetitive manufacturing SA_LINE1CHAR8ARBPLAGRRMLINE
LINIEProduction line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
KPARTCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
TEXTPlanning table row text PT_ROWTEXTCHAR60CHAR60
SORTWSingle-Character Indicator CHAR1CHAR1CHAR1
LINIE_KAPChar 20 CHAR20CHAR20CHAR20
ROWSOTwo digit number NUMC2NUMC2NUMC2
ZEILENatural Number INT4INT410INT4
MEINS3-Byte field CHAR3CHAR3CHAR3
SCRIPSingle-Character Indicator CHAR1CHAR1CHAR1
STAZUSingle-Character Indicator CHAR1CHAR1CHAR1
STAFRSingle-Character Indicator CHAR1CHAR1CHAR1
STAERSingle-Character Indicator CHAR1CHAR1CHAR1
ZEIZUNatural Number INT4INT410INT4
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
BDATURun-time end: production version BDATMDATS8DATUM
ADATURun-time end: production version BDATMDATS8DATUM
ARGTYSingle-Character Indicator CHAR1CHAR1CHAR1
ARGUMCharacter field of length 6 CHAR6CHAR6CHAR6

Key field Non-key field



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

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

How to access SAP table BADI_KRIT_NEU

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