SAP Reports / Programs

RSMODI_EXISTENCE_CHECK_RFC SAP ABAP Report - Existence Check for Object in Object List







RSMODI_EXISTENCE_CHECK_RFC 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 RSMODI_EXISTENCE_CHECK_RFC 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 RSMODI_EXISTENCE_CHECK_RFC. "Basic submit
SUBMIT RSMODI_EXISTENCE_CHECK_RFC AND RETURN. "Return to original report after report execution complete
SUBMIT RSMODI_EXISTENCE_CHECK_RFC 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: P_LOGSYS = Logical System (RFC)
Selection Text: P_PLA = Object List of Check Objects
Selection Text: P_PLM = Obj. List of Modified Objects
Selection Text: P_PLNC = Objects That Cannot Be Checked
Selection Text: P_PLNX = Obj. List of Non-Existent Objs
Selection Text: P_PLX = Obj. List of Existing Objects
Selection Text: P_TEST = Test run (no update)
Title: Existence Check for Object in Object List
Text Symbol: 001 = If the Check Is Not Local, Enter the Corresponding


INCLUDES used within this REPORT RSMODI_EXISTENCE_CHECK_RFC

No INCLUDES are used within this REPORT code!


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:

LOG_SYSTEM_GET_RFC_DESTINATION CALL FUNCTION 'LOG_SYSTEM_GET_RFC_DESTINATION' EXPORTING logical_system = p_logsys IMPORTING rfc_destination = rfc_dest EXCEPTIONS no_rfc_destination_maintained = 1 OTHERS = 2.

EXISTENCE_CHECK_PLO_REMOTE CALL FUNCTION 'EXISTENCE_CHECK_PLO_REMOTE' DESTINATION rfc_dest EXPORTING is_pla = s_e070_a i_plx = p_plx i_plm = p_plm i_plnx = p_plnx i_plnc = p_plnc IMPORTING e_plx_cnt = plx_cnt e_plm_cnt = plm_cnt e_plnx_cnt = plnx_cnt e_plnc_cnt = plnc_cnt TABLES it_e071_a = t_e071_a it_e071k_a = t_e071k_a et_e071_x = t_e071_x et_e071_m = t_e071_m et_e071_nx = t_e071_nx et_e071_nc = t_e071_nc et_e071k_x = t_e071k_x et_e071k_nx = t_e071k_nx et_e071k_nc = t_e071k_nc.



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