SAP Reports / Programs

RALMPLANPARAM_01 SAP ABAP Report - Maintenance of Planning Variables







RALMPLANPARAM_01 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 RALMPLANPARAM_01 into the relevant SAP transactions such as SE38 or SE80


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 RALMPLANPARAM_01. "Basic submit
SUBMIT RALMPLANPARAM_01 AND RETURN. "Return to original report after report execution complete
SUBMIT RALMPLANPARAM_01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PHID = Portfolio Hierarchy
Selection Text: RPLANV = Planning Variant
Selection Text: SICHTID = View
Title: Maintenance of Planning Variables


INCLUDES used within this REPORT RALMPLANPARAM_01

INCLUDE IF4PLANV.


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:

RM_PH_ACTIVE_CHECK CALL FUNCTION 'RM_PH_ACTIVE_CHECK' EXPORTING i_view = SICHTID i_phid = PHID EXCEPTIONS ph_deactivated = 1 ph_error = 2 OTHERS = 3.

ENQUEUE_E_JBAPLANV CALL FUNCTION 'ENQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = PHID X_RPLANV = ' ' X_SICHTID = ' ' X_PHID = ' ' _SCOPE = '2' _WAIT = ' ' _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '0' * IMPORTING * E_USER = USER * E_SYSUBRC = SYSUBRC * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

RM_ALM_PLAN_PAR_CHANGE_001 CALL FUNCTION 'RM_ALM_PLAN_PAR_CHANGE_001' EXPORTING I_RPLANV = RPLANV I_SICHTID = SICHTID I_PHID = PHID I_KNOTEN = PKNOTEN 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.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '1' ** IMPORTING ** E_USER = * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = 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 = RPLANV I_SICHTID = SICHTID I_PHID = 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.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '1' ** IMPORTING ** E_USER = * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = PHID X_RPLANV = ' ' X_SICHTID = ' ' X_PHID = ' ' _SCOPE = '3' _SYNCHRON = ' ' _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '1' ** IMPORTING ** E_USER = * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = PHID X_RPLANV = ' ' X_SICHTID = ' ' X_PHID = ' ' _SCOPE = '3' _SYNCHRON = ' ' _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '1' ** IMPORTING ** E_USER = * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = PHID X_RPLANV = ' ' X_SICHTID = ' ' X_PHID = ' ' _SCOPE = '3' _SYNCHRON = ' ' _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

ALM_PLANPAR_AUTHORITY * CALL FUNCTION 'ALM_PLANPAR_AUTHORITY' * EXPORTING * I_FREE = '1' ** IMPORTING ** E_USER = * EXCEPTIONS * OCCUPIED = 1 * OTHERS = 2.

DEQUEUE_E_JBAPLANV CALL FUNCTION 'DEQUEUE_E_JBAPLANV' EXPORTING MODE_JBAPLANV = 'E' MANDT = SY-MANDT RPLANV = RPLANV SICHTID = SICHTID PHID = PHID X_RPLANV = ' ' X_SICHTID = ' ' X_PHID = ' ' _SCOPE = '3' _SYNCHRON = ' ' _COLLECT = ' ' EXCEPTIONS OTHERS = 1.



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 RALMPLANPARAM_01 or its description.