RALMPLANPARAM_02_MODULE 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 RALMPLANPARAM_02_MODULE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_JBAPLANV CALL FUNCTION 'ENQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = text-100 diagnosetext1 = text diagnosetext2 = text-102 textline1 = text-103 defaultoption = 'Y' IMPORTING answer = answer.
RM_ALM_PLAN_PAR_CHANGE_001 CALL FUNCTION 'RM_ALM_PLAN_PAR_CHANGE_001' EXPORTING i_rplanv = jbaplanv-rplanv i_sichtid = jbaplanv-sichtid i_phid = jbaplanv-phid i_knoten = pknoten i_mode = working_mode IMPORTING e_flag_to_save = flag_to_save TABLES e_it_jbaplanpar = it_planpar e_it_jbaplanparlzb = it_planparlzb e_it_jbaplanchar = it_planchar e_it_jbampgpar = it_mpgpar EXCEPTIONS no_hierarchy_found = 1 abnormal_termination = 2 OTHERS = 3.
DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '3' _synchron = ' ' _collect = ' ' EXCEPTIONS OTHERS = 1.
RM_ALM_PLAN_SAVE CALL FUNCTION 'RM_ALM_PLAN_SAVE' EXPORTING i_rplanv = jbaplanv-rplanv i_sichtid = jbaplanv-sichtid i_phid = jbaplanv-phid TABLES i_it_planpar = it_planpar i_it_planparlzb = it_planparlzb i_it_planchar = it_planchar i_it_mpgpar = it_mpgpar EXCEPTIONS no_unique_key = 1 no_input = 2 error_while_saving = 3 OTHERS = 4.
DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '3' _synchron = ' ' _collect = ' ' EXCEPTIONS OTHERS = 1.
DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '3' _synchron = ' ' _collect = ' ' EXCEPTIONS OTHERS = 1.
DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '3' _synchron = ' ' _collect = ' ' EXCEPTIONS OTHERS = 1.
DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING mode_jbaplanv = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '3' _synchron = ' ' _collect = ' ' EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-010 titel = text-011 IMPORTING answer = answer.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * textline1 = text-003 * textline2 = text-010 * titel = text-011 * cancel_display = 'N' * IMPORTING * answer = answer.
ENQUEUE_E_JBAPLANPAR CALL FUNCTION 'ENQUEUE_E_JBAPLANPAR' EXPORTING mode_jbaplanpar = 'E' mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_JBAPLANVT CALL FUNCTION 'ENQUEUE_E_JBAPLANVT' EXPORTING mode_jbaplanvt = 'E' mandt = jbaplanvt-mandt spras = jbaplanvt-spras rplanv = jbaplanvt-rplanv sichtid = jbaplanvt-sichtid phid = jbaplanvt-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_JBAPLANVT CALL FUNCTION 'DEQUEUE_E_JBAPLANVT' EXPORTING mode_jbaplanvt = 'E' mandt = jbaplanvt-mandt spras = jbaplanvt-spras rplanv = jbaplanvt-rplanv sichtid = jbaplanvt-sichtid phid = jbaplanvt-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '2' _collect = ' ' EXCEPTIONS OTHERS = 3.
DEQUEUE_E_JBAPLANPAR CALL FUNCTION 'DEQUEUE_E_JBAPLANPAR' EXPORTING mandt = sy-mandt rplanv = jbaplanv-rplanv sichtid = jbaplanv-sichtid phid = jbaplanv-phid x_rplanv = ' ' x_sichtid = ' ' x_phid = ' ' _scope = '2' _collect = ' ' EXCEPTIONS 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.
RALMPLANPARAM_02_MODULE - RALMPLANPARAM02MODULE RALMPLANPARAM_02_DIALOG_110 - RALMPLANPARAM02DIALOG110 RALMPLANPARAM_02 - Maintenance of Planning Variables RALMPLANPARAM_02 - Maintenance of Planning Variables RALMPLANPARAM_01 - Maintenance of Planning Variables RALMPLANPARAM_01 - Maintenance of Planning Variables