ISCOMPD SAP (Data structure for RESB material staging) Structure details

Dictionary Type: Structure
Description: Data structure for RESB material staging




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




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

ISCOMPD 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 "Data structure for RESB material staging" 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_ISCOMPD TYPE ISCOMPD.

The ISCOMPD table consists of various fields, each holding specific information or linking keys about Data structure for RESB material staging data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type), BDART (Requirement type).. 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 ISCOMPD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
BDARTRequirement type BDARTCHAR2BDARTBDA
XLOEKItem is Deleted XLOEKCHAR1XFELD
XWAOKGoods Movement for Reservation Allowed XWAOKCHAR1XFELD
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
XFEHLMissing Part XFEHLCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BDTERRequirement Date for the Component BDTERDATS8DATUM
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
FMENGQuantity is Fixed FMENGCHAR1XFELD
ENMNGQuantity Withdrawn ENMNGQUAN13(3) MENG13
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
BAUGRMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
NAFKZIndicator: follow-up material active/not active NAFKZCHAR1XFELD
NOMATFollow-Up/Original Material NOMATCHAR18Assigned to domainMATN1MATNR
NOMNGRequired quantity NOMNGQUAN13(3) MENG13
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
ALPOSAlternative item indicator ALTPSCHAR1XFELD
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
SBTERLatest requirements date SBTERDATS8DATUM
VERTIMRP Distribution Key SA_VERTLCHAR4Assigned to domainSA_VERTL
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
BAUSTAssembly order level BAUSTNUMC2AUFST
BAUWGAssembly order path BAUWGNUMC2AUFWG
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZVBRConsumption Posting KZVBRCHAR1KZVBR
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
FLGATSequence category FOLGENARTCHAR1Assigned to domainFLGAT
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
VMENGConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
PRREGChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
KBNKZKanban Indicator KBNKZCHAR1KBNKZ
KZKUPIndicator: co-product KZKUPCHAR1XFELD
BDZTPTime that reservation quantity required BDZTPTIMS6BDZTP
CHOBJInternal object number of the batch classification CUOBJ_CHNUMC18CUOBJ
SPLKZBatch key CHSPLITCHAR1CHSPLIT
SPLRVItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
ARBPLWork center ARBPLCHAR8ARBPLAGR
ARBTXWork center description KTXT40CHAR40TEXT40
LTXA1Operation short text LTXA1CHAR40TEXT40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DBSKZDirect procurement indicator DBSKZCHAR1DBSKZ
DUMPSPhantom item indicator DUMPSCHAR1XFELD
TXTPSItem text indicator TXTPSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ISCOMPD

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