SAP CIFRTOTPRD PPM: Structure for Sources of Supply and Product Transports Table data and field list

CIFRTOTPRD 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 "PPM: Structure for Sources of Supply and Product Transports" 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_CIFRTOTPRD TYPE CIFRTOTPRD.

The CIFRTOTPRD table consists of various fields, each holding specific information or linking keys about PPM: Structure for Sources of Supply and Product Transports data available in SAP. These include METHOD (Method to be Executed During the Transfer of an Object), LOCNOFROM (Location), LOCTYPEFR (APO Location Type), LOCNOTO (Location)... 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. .

CIFRTOTPRD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CIFRTOTPRD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CIFRTOTPRD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TR_NAMEPPM: Name of Transportation Lane CIFTRNAMECHAR60CHAR60
METHODMethod to be Executed During the Transfer of an Object CIFMETHODCHAR1CIFMETHOD
LOCNOFROMLocation CIFLOCNOCHAR20CIFLOCNO
LOCTYPEFRAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
LOCNOTOLocation CIFLOCNOCHAR20CIFLOCNO
LOCTYPETOAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
MATNRMaterial Number CIFMATNRCHAR40CIFMATNR
PFLAGFlag: Transportation Method Valid for all Products CIFPFLAGCHAR1XFELD
VALFRTime Stamp at Start of Validity Period CIFVALFRDEC15CFTZNTSTMP
VALTOTime Stamp at End of Validity Period CIFVALTODEC15CFTZNTSTMP
MINLSLowest Value of Lot Size CIFMINLSQUAN15(3) MENGV15
MAXLSUpper Value of Lot Size CIFMAXLSQUAN15(3) MENGV15
EXT_PLANNRExternal Plan Key, as of APO Release 3.0 CIFPLNKEYECHAR60CHAR60
LOGCOMPLogical Component CIFLOGCOMPCHAR40CIFLOGCOMP
SSPLY_NAMEPPM: External Name of Source of Supply CIFSSPLYNMCHAR30CHAR30
BESKZProcurement Indicator of Supply Source CIFTRBESKZCHAR1CIFTRBESKZ
PPRIOProduct Costs for Procurement (Without Transport Costs) CIFTRPPRIODEC15(2) DEC13_2
SPRIOTransport Priority for Source Location CIFTRSPRIODEC15(2) DEC13_2
SUBCOSubcontracting Indicator (1,0) CIFSUBCOCHAR1CIFSUBCO
CONSIConsignment Indicator (0,1) CIFCONSICHAR1CIFCONSI
SPRKZLock Indicator for Source of Supply CIFTRSPRKZCHAR1XFELD
PDISCSNP Optimizer: Discrete PPM CIFPDISCCHAR1XFELD
RNDPROptimizer: Rounding Profile for Production Time CIFRNDPRDEC3(2) CIFDEC1_2
PRQCVERTYPReceipt Date Determination with Period Factor CIFRQCVTYPDEC4(3) CIFRQCVTYP
LOCNO_SUBLocation CIFLOCNOCHAR20CIFLOCNO
LOCTYPESUBAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
CONJUNCTION_INDEXTable Index of Parts of Production Data Structure CIFRTOTABIINT410SYST_LONG
COST_VAR_SVariable Costs: Single-Level COST_VAR_SINT410COST_VAR_S
COST_FIX_SFixed Costs: Single-Level COST_FIX_SINT410COST_FIX_S
COST_VAR_MVariable Costs: Multi-Level COST_VAR_MINT410COST_VAR_M
COST_FIX_MFixed Costs: Multi-Level COST_FIX_MINT410COST_FIX_M
COSTFKTCost Function COSTFKTCHAR10COSTFKT
REL_PDS_NAMEPPM: Name of Transportation Lane CIFTRNAMECHAR60CHAR60

Key field Non-key field



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

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

How to access SAP table CIFRTOTPRD

Within an ECC or HANA version of SAP you can also view further information about CIFRTOTPRD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).