PCTRMLA0_SELMODULES is a standard ABAP INCLUDE 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 PCTRMLA0_SELMODULES into the relevant SAP transactions such as SE38 or SE80
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.
Title: Modules for screens used in termination selection screen
INCLUDE PCTRMLA0_DATA_NATIO.
No SAP DATABASE tables are accessed within this REPORT code!
F4_POPUP_SCHEMA call function 'F4_POPUP_SCHEMA' EXPORTING procl = 'T' molga = '*' titel = ' ' IMPORTING sname = PLATRM_S_OPTIONS-TIM_SCHEMA.
F4_POPUP_P_VANAM call function 'F4_POPUP_P_VANAM' EXPORTING procl = 'T' IMPORTING p_vanam = PLATRM_S_OPTIONS-P_VANAM EXCEPTIONS others = 0.
F4_POPUP_EDT_VARI CALL FUNCTION 'F4_POPUP_EDT_VARI' EXPORTING molga = g_molga CHANGING edt_vari = PLATRM_S_OPTIONS-PFORM EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING CALLED_FOR_TAB = 'Q0645' CALLED_FOR_FIELD = 'PPAGO' EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCTRMLA0_SELMODULES - Modules for screens used in termination selection screen PCTRMLA0_SELFORMS - Form routines for termination selection screen PCTRMLA0_OUTSCR_CE - PCTRMLA0OUTSCRCE PCTRMLA0_OUTSCR - Top include for termination output screen PCTRMLA0_OUTMODULES - Modules for screens used in termination output screen PCTRMLA0_OUTFORMS_CE - PCTRMLA0OUTFORMSCE