POC_C_SIM SAP (POC: Simulation Data) Table details

Dictionary Type: Table
Description: POC: Simulation Data




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




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

POC_C_SIM is a standard SAP Table which is used to store POC: Simulation Data data and is available within R/3 SAP systems depending on the version and release level.

The POC_C_SIM table consists of various fields, each holding specific information or linking keys about POC: Simulation Data data available in SAP. These include SIMULATION_ID (Process Simulation ID), LINE_NUMBER (Line Number for Process Simulation), BO_ID (Symbolic Business Object ID for Simulation), BO_TYPE (Business Object Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP POC_C_SIM table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SIMULATION_IDProcess Simulation ID POC_SIMULATION_IDCHAR8CHAR8
LINE_NUMBERLine Number for Process Simulation POC_SIMULATION_LINE_NUMBERNUMC4NUMC4
BO_IDSymbolic Business Object ID for Simulation POC_SIMULATION_BO_IDCHAR8CHAR8
BO_TYPEBusiness Object Type POC_BO_TYPECHAR5POC_I_BO_TYPEPOC_BO_TYPEPOC_BO_TYPE_P_ID
BA_TYPETask Type ID POC_BA_TYPECHAR4POC_I_BAPOC_BA_TYPEPOC_BA_TYPE_P_ID
PRE_BO_IDSymbolic Business Object ID of Prev. Object for Simulation POC_SIMULATION_PRE_BO_IDCHAR8CHAR8
PRE_BO_TYPEPrevious Business Object Type POC_PRE_BO_TYPECHAR5POC_I_BO_TYPEPOC_BO_TYPEPOC_BO_TYPE_P_ID
CBE_CATEGORYCallable Business Entity Category POC_CBE_CATEGORYCHAR2POC_CBE_CATEGORYPOC_CBE_CTG_P_ID
CBE_TYPECallable Business Entity Type POC_CBE_TYPECHAR100POC_I_CBECHAR100POC_CBE_TYPE_P_ID
TIME_OFFSETSimulation Offset Time POC_SIMULATION_TIME_OFFSETNUMC8NUMC8
BA_COMMITSimulation: Commit after Sending this Task Event POC_SIMULATION_COMMITCHAR1XFELD
USER_COMMENTText Field TEXT50CHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP table POC_C_SIM using ABAP code

The following ABAP code Example will allow you to do a basic selection on POC_C_SIM to SELECT all data from the table
DATA: WA_POC_C_SIM TYPE POC_C_SIM.

SELECT SINGLE *
FROM POC_C_SIM
INTO CORRESPONDING FIELDS OF WA_POC_C_SIM
WHERE...

How to access SAP table POC_C_SIM

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