APOINP_ATP SAP (Bill of Material Explosion for Multi-Level ATP Check) Structure details

Dictionary Type: Structure
Description: Bill of Material Explosion for Multi-Level ATP Check




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




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

APOINP_ATP 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 "Bill of Material Explosion for Multi-Level ATP Check" 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_APOINP_ATP TYPE APOINP_ATP.

The APOINP_ATP table consists of various fields, each holding specific information or linking keys about Bill of Material Explosion for Multi-Level ATP Check data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), ORDERGUID (UUID in compressed form (22 character UUENCODEd)), METHOD (Single-Character Indicator).. 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: Not classified


SAP APOINP_ATP 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
ORDNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
ORDERGUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
METHODSingle-Character Indicator CHAR1CHAR1CHAR1
OPERATIONGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
MATERIALCharacter field of length 40 CHAR40CHAR40CHAR40
PLANTChar 20 CHAR20CHAR20CHAR20
STORAGELOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
REQMT_QUANATP: open quantity REQQTYQUAN15(3) MENGV15
RECVD_QUANATP: Quantity withdrawn WITQTYQUAN15(3) MENGV15
CONFM_QUANATP Server: confirmed qty BESTMNGQUAN15(3) MENGV15
UNITOFMEASBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
REQ_TSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SPECIALSTOSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SPECSTOKEYATP: Key for special stock segment SSKEYCHAR16SSKEY
ATPCATATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT
TRANSPLANTChar 20 CHAR20CHAR20CHAR20
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
LOGCOMPCharacter field of length 40 CHAR40CHAR40CHAR40
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX

Key field Non-key field



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

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

How to access SAP table APOINP_ATP

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