SAP Reports / Programs | Logistics - General | Logistics Basic Data | Integrated Product and Process Engineering(LO-MD-PPE) SAP LO

CSIM_TABLEFIELD_SELECT SAP ABAP Report - Include CSIM_TABLEFIELD_SELECT







CSIM_TABLEFIELD_SELECT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CSIM_TABLEFIELD_SELECT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PPECMP_STTA - Control Table


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CSIM_TABLEFIELD_SELECT. "Basic submit
SUBMIT CSIM_TABLEFIELD_SELECT AND RETURN. "Return to original report after report execution complete
SUBMIT CSIM_TABLEFIELD_SELECT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CSIM_TABLEFIELD_SELECT
Text Symbol: 000 = Field Selection for Objects for Configuration Simul. (Maintain Table CSIM_TB_STFA)
Text Symbol: 001 = Field Display Result: Configuration Simulation ( Table CSIM_ST_EXPL )
Text Symbol: 002 = Field Header / Material ( Table CSIM_ST_HEADER_MATERIAL )
Text Symbol: 003 = Field Header / Sales Order ( Table CSIM_ST_HEADER_KDAUF )
Text Symbol: 004 = Field Header / Planned Order ( Table CSIM_ST_HEADER_PLAF )
Text Symbol: 005 = Field Header / Focus ( Table CSIM_ST_HEADER_FILTER )
Text Symbol: 006 = Field Header / Focus ( Table CSIM_ST_HEADER_FOKUS )
Text Symbol: 007 = Copy Data
Text Symbol: 008 = Cancel
Text Symbol: 009 = Cancel Selection
Text Symbol: 010 = Exit
Text Symbol: 011 = Cancel selection
Text Symbol: 012 = Save
Text Symbol: 013 = Copy
Text Symbol: 014 = Copy Field
Text Symbol: 100 = Hide for Material Sorting
Text Symbol: 101 = Hide for Material Sorting


INCLUDES used within this REPORT CSIM_TABLEFIELD_SELECT

INCLUDE: CSIM_TABLEFIELD_SELECT_TOP.
INCLUDE: CSIM_TABLEFIELD_SELECT_C01.
INCLUDE: CSIM_TABLEFIELD_SELECT_F01.
INCLUDE: CSIM_TABLEFIELD_SELECT_O01.
INCLUDE: CSIM_TABLEFIELD_SELECT_I01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_ECSIM_STFA CALL FUNCTION 'ENQUEUE_ECSIM_STFA' EXPORTING mode_csim_tb_stfa = 'E' * MANDT = SY-MANDT tabname = gv_tabname * TABFIELD = * X_TABNAME = ' ' * X_TABFIELD = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gv_tabname fieldname = wa_displaytab-tabfield langu = sy-langu * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * dfies_wa = * LINES_DESCR = TABLES dfies_tab = gt_dfies * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CSIM_TABLEFIELD_SELECT or its description.