SAP Reports / Programs

RMPS_PARAM_700 SAP ABAP Report - Convert Parameter Table SCMGPARAM







RMPS_PARAM_700 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is described in the IMG chapter see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMPS_PARAM_700 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 RMPS_PARAM_700. "Basic submit
SUBMIT RMPS_PARAM_700 AND RETURN. "Return to original report after report execution complete
SUBMIT RMPS_PARAM_700 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: NO_TR = No Transport Request
Selection Text: SIMUL = Simulation Run
Selection Text: TRANS = Workbench Request
Title: Convert Parameter Table SCMGPARAM
Text Symbol: 001 = Select Transport Request
Text Symbol: 002 = Conversion Log


INCLUDES used within this REPORT RMPS_PARAM_700

INCLUDE: SBAL_CONSTANTS.


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:

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'CUST' * IV_CLI_DEP = 'X' IMPORTING ev_order = l_order * EV_TASK = EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 99.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = 'X' iv_request_types = 'W' * IV_CLI_DEP = ' ' iv_request = trans it_e071 = l_e071_tab it_e071k = l_e071k_tab * IV_LOCK_OBJECTS = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 iv_with_error_log = 'X' * IV_NO_OWNER_CHECK = ' ' * IV_FOREIGN_REQUEST = ' ' IMPORTING es_request = l_out_request EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.



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