CSIM_ST_SEL1 SAP (Dialog Structure for the Config. Simulation Selection Screen) Structure details

Dictionary Type: Structure
Description: Dialog Structure for the Config. Simulation Selection Screen




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




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

CSIM_ST_SEL1 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 "Dialog Structure for the Config. Simulation Selection Screen" 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_CSIM_ST_SEL1 TYPE CSIM_ST_SEL1.

The CSIM_ST_SEL1 table consists of various fields, each holding specific information or linking keys about Dialog Structure for the Config. Simulation Selection Screen data available in SAP. These include OBJECT (Object Type for Simulation), ORDERID (Sales Document), POSNR (Sales Document Item), PLORDER (Planned order number).. 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 CSIM_ST_SEL1 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
OBJECTObject Type for Simulation CSIM_DE_OBTYCHAR2CSIM_DO_OBTY
ORDERIDSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PLORDERPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
PFNAMEiPPE Focus Master Record PPE_FOCUSCHAR40PPE_FOCUSPPE_FOCID00
FILTERFilter Name in the iPPE Workbench PPE_FILTER_NAMECHAR40PPE_FILTER_NAMEPPEFILT01
PNTYPEiPPE Object Type PPEUI_PNTYPECHAR8Assigned to domainPVS_PNODE_TYPEPPEUI_TYPE
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LOCIDPlant/Location in iPPE PPE_LOCIDCHAR22PPE_LOCID
PNAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
CLASSClass number KLASSE_DCHAR18KLASSEKLA
CLASSTYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
PPEUSEUsage in iPPE PPE_USECHAR3CPPE_HDR_USEPPE_USEPPE_USE
VALDATEValid-From Date DATUVDATS8DATUM
PROD_VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
EFFPARAMStart-Up Parameters for Effectivity STARTUP_EFF_LOCHAR30ALPHASTARTUP_EFF
MULTILEVELCONFAccess Configuration Valid on First Level Only PPE_MULT_LEV_CONFCHAR1PPE_MULT_LEV_CONF
EXPLTYPESorting for the Object Comparison CSIM_DE_EXPL_TYPECHAR1CSIM_DO_EXPL_TYPE
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
PFGUIDInternal Identification of Focus Record FOC_GUIDRAW16SYSUUID
ENTRYIDInternal Identification for PVS Objects PVS_GUIDRAW16SYSUUID
PPEGUIDInternal Identification for PVS Objects PVS_GUIDRAW16SYSUUID
AEFRKRelease for costing CC_AEFRKCHAR1CC_XFELD
AEFRPRelease for planning CC_AEFRPCHAR1CC_XFELD
AEFRFRelease for production CC_AEFRFCHAR1CC_XFELD
AEFRSRelease for simulation CC_AEFRSCHAR1CC_XFELD

Key field Non-key field



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

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

How to access SAP table CSIM_ST_SEL1

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