CIFSDLSTPSCOX SAP (Checklist for Transfer Structure of Sales Sched. Agmt Items) Structure details

Dictionary Type: Structure
Description: Checklist for Transfer Structure of Sales Sched. Agmt Items




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




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

CIFSDLSTPSCOX 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 Transfer Structure of Sales Sched. Agmt Items" 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_CIFSDLSTPSCOX TYPE CIFSDLSTPSCOX.

The CIFSDLSTPSCOX table consists of various fields, each holding specific information or linking keys about Checklist for Transfer Structure of Sales Sched. Agmt Items data available in SAP. These include TDSCO (Updated information in related user data field), AUART (Updated information in related user data field), DOC_NUMBER (Document Number (Purchasing/Sales...)), ITM_NUMBER (Item Number of Document (Purchasing, Sales...)).. 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 CIFSDLSTPSCOX 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
METHODUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TDSCOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOC_NUMBERDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITM_NUMBERItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
VKORGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VTWEGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCFRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VALFRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VALTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABDISUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLAVOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SP_STK_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPEC_STOCKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APOMSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTERInternal Counter CIFCOUNTINT410INT4
SCO_ACTIVEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VRKMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MEINSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UMVKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UMVKNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POSEXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KDMATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KNREFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABLADUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KTEXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BSTKDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BSTZDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABRVWUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IHREZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KUNAGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCO1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCO2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KDGRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LPRIOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATKLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROUTEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VSBEDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VSTELUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VPZUOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABLFZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USR01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USR02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USR03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USR04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USR05Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RESET_CDQUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBTYPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBKLTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table CIFSDLSTPSCOX

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