MMRP_CIF_APOINP SAP (Communication Structure: Input Node for APO Format) Structure details

Dictionary Type: Structure
Description: Communication Structure: Input Node for APO Format




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




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

MMRP_CIF_APOINP 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 "Communication Structure: Input Node for APO Format" 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_MMRP_CIF_APOINP TYPE MMRP_CIF_APOINP.

The MMRP_CIF_APOINP table consists of various fields, each holding specific information or linking keys about Communication Structure: Input Node for APO Format data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), ORDERGUID (General Data Element for GUID Fields), METHOD (Method to be Executed During the Transfer of an Object).. 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: Cannot Be Enhanced


SAP MMRP_CIF_APOINP 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
ORDERGUIDGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
METHODMethod to be Executed During the Transfer of an Object CIFMETHODCHAR1CIFMETHOD
OPERATIONGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
MATERIALMaterial Number CIFMATNRCHAR40CIFMATNR
PLANTPlant CIFPLANTCHAR20CIFPLANT
STORAGELOCStorage Location CIFSTORLOCCHAR4Assigned to domainLGORT
REQMT_QUANRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
RECVD_QUANWithdrawal Quantity CIFRECQUANQUAN15(3) MENGV15
CONFM_QUANConfirmed Quantity CIFCONQUANQUAN15(3) MENGV15
UNITOFMEASBase Unit of Measure CIFUNOFMEAUNIT3Assigned to domainCUNITMEINS
UOM_ISOISO Code for Quantity Unit CIFUOM_ISOCHAR3Assigned to domainISOCD_UNIT
REQ_TSTAMPRequirements Date CIFREQTSTDEC15DECV15
BATCHBatch Number CIFBATCHCHAR10Assigned to domainCHARG
SPECIALSTOSpecial Stock Indicator CIFSPECSTOCHAR1Assigned to domainSOBKZ
SPECSTOKEYKey for Special Stock Section CIFSSKEYCHAR16CIFSSKEY
ATPCATATP Category in APO CIFATPCATCHAR2CIFATPCAT
TRANSPLANTPlant CIFPLANTCHAR20CIFPLANT
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
LOGCOMPLogical Component CIFLOGCOMPCHAR40CIFLOGCOMP
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
PARENTPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
IGNOREPEGIs Component NOT Relevant for Pegging? CIFNOPEGCHAR1CHAR1
TRANSSLOCStorage Location CIFSTORLOCCHAR4Assigned to domainLGORT
LOCIDLocation ID CIFLOCIDCHAR22CIFGUID22
SCHEDIDGUID for Schedule Lines CIFSCHEDIDCHAR22CIFGUID22
MATIDGeneric Data Element for GUID Fields (C22) CIFGUID22CHAR22CIFGUID22
LOCIDSLOCLocation ID CIFLOCIDCHAR22CIFGUID22
LIFNRLocation CIFLOCNOCHAR20CIFLOCNO
CUOBJ_TYPECategory of External ID of Configuration (CUOBJ) CIFCUOBJTYCHAR1CIFCUOBJTY
CUOBJ_IDExternal Identification of CUOBJ CIFCUOBJIDCHAR32CIFGUID32
EXPL_DATETime Stamp for Core Interface CIFTSTAMPDEC15DECV15
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
IBX_PERSISTIDIB: External Identification of an Instance (Persistent) IBX_PERSISTENT_IDCHAR32CHAR32

Key field Non-key field



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

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

How to access SAP table MMRP_CIF_APOINP

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