CIF_APOINX SAP (Checklist for CIF_APOINP) Structure details

Dictionary Type: Structure
Description: Checklist for CIF_APOINP




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




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

CIF_APOINX 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 "Checklist for CIF_APOINP" 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_CIF_APOINX TYPE CIF_APOINX.

The CIF_APOINX table consists of various fields, each holding specific information or linking keys about Checklist for CIF_APOINP data available in SAP. These include ORDNR (Order Number), RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), ORDERGUID (Generic Data Element for GUID Fields (C22)).. 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 CIF_APOINX 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
ORDERGUIDGeneric Data Element for GUID Fields (C22) CIFGUID22CHAR22CIFGUID22
METHODUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OPERATIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATERIALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STORAGELOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQMT_QUANUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RECVD_QUANUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONFM_QUANUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNITOFMEASUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UOM_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQ_TSTAMPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BATCHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPECIALSTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPECSTOKEYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ATPCATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TRANSPLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STLTYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STLKNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STPOZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STVKNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOGCOMPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CUOBJUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARENTPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IGNOREPEGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TRANSSLOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCHEDIDGUID for Schedule Lines CIFSCHEDIDCHAR22CIFGUID22
MATIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCIDSLOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LIFNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CUOBJ_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CUOBJ_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PHANTOMFLGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LINE_NOSchedule Line Number of an I/O Node in APO APOLINENOCHAR10APOLINENO
POSITIONNOItem Number of an I/O Node in APO POSITIONNOCHAR6POSITIONNO
EXT_VORIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATCOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MISPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPECSTOEXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IO_OFFSETUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOGSYSKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CMACTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INC_FLAGInterchangeability Flag CIFINCFLCHAR1CIFINCFL
OBJECTTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NO_FIN_ASSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table CIF_APOINX

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