CIFPUSATD SAP (Transfer Structure for APO Scheduling Agreements (GR/GI/Dlv)) Structure details

Dictionary Type: Structure
Description: Transfer Structure for APO Scheduling Agreements (GR/GI/Dlv)




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




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

CIFPUSATD 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 "Transfer Structure for APO Scheduling Agreements (GR/GI/Dlv)" 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_CIFPUSATD TYPE CIFPUSATD.

The CIFPUSATD table consists of various fields, each holding specific information or linking keys about Transfer Structure for APO Scheduling Agreements (GR/GI/Dlv) data available in SAP. These include DOC (Document Number (Purchasing/Sales...)), ITEM (Item Number of Document (Purchasing, Sales...)), SCHED (Schedule Line Number), UNITOFMEAS (Base Unit of Measure).. 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 CIFPUSATD 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
DOCDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITEMItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
SCHEDSchedule Line Number CIFSCHEDNUMC4Assigned to domainEETEN
UNITOFMEASBase Unit of Measure CIFUNOFMEAUNIT3Assigned to domainCUNITMEINS
UOM_ISOISO Code for Quantity Unit CIFUOM_ISOCHAR3Assigned to domainISOCD_UNIT
GR_QUAN_ACTRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GR_QUAN_DIFFRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GR_QUAN_TOTALRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GR_DATERequirements Date CIFREQTSTDEC15DECV15
GR_XBLNRReference Document Number XBLNRCHAR16XBLNR
GR_XBLNR_DATERequirements Date CIFREQTSTDEC15DECV15
GI_QUAN_ACTRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GI_QUAN_DIFFRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GI_QUAN_TOTALRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
DEL_QUAN_ACTRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
DEL_QUAN_DIFFRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
DEL_QUAN_TOTALRequirement Quantity CIFQUANTITQUAN15(3) MENGV15
GR_FLAGCheckbox XFELDCHAR1XFELD
GI_FLAGCheckbox XFELDCHAR1XFELD
GI_FLAG_CALCULCheckbox XFELDCHAR1XFELD
DEL_FLAGCheckbox XFELDCHAR1XFELD
RES_NONumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RES_ITEMItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
ORDIDGUID for Order Headers CIFORDIDCHAR22CIFGUID22
PROC_TYPEProcurement Type CIFPROCTYPCHAR1CIFPROCTYP
SUBCOSubcontracting Indicator (1,0) CIFSUBCOCHAR1CIFSUBCO
CONSIConsignment Indicator (0,1) CIFCONSICHAR1CIFCONSI
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
MATERIALMaterial Number CIFMATNRCHAR40CIFMATNR
PLANTPlant CIFPLANTCHAR20CIFPLANT
DOC_LOGSYSLogical System of the Document CIF_DOCLSYCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table CIFPUSATD

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