SAP Reports / Programs

/SAPSRM/START_RM SAP ABAP Report - test rm







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSRM/RM_START - Test RM Integration
RM_START - Test RM Integration


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 /SAPSRM/START_RM. "Basic submit
SUBMIT /SAPSRM/START_RM AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/START_RM 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_GUID = SRM GUID
Selection Text: P_LOG_SY = Logical System
Selection Text: P_OBJ_I = SRM Object ID
Selection Text: P_OBJ_T = SRM Object Type
Title: test rm


INCLUDES used within this REPORT /SAPSRM/START_RM

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:

/SAPPSSRM/GET_RFC_FROM_LOGSYS CALL FUNCTION '/SAPPSSRM/GET_RFC_FROM_LOGSYS' EXPORTING iv_logic_system = lv_logsys IMPORTING ev_rfcdest = lf_rfcdest ev_subrc = lf_subrc.

/SAPPSPRO/GET_RECORD_ID_SRM CALL FUNCTION '/SAPPSPRO/GET_RECORD_ID_SRM' DESTINATION lf_rfcdest EXPORTING iv_guid = p_guid iv_object_id = p_obj_i iv_object_type = p_obj_t iv_logic_system = p_log_sy iv_area_id = lv_area_id iv_rms_id = lv_rms_id iv_sps_id_doc = lv_sps_id_doc * IV_SPS_ID_ORGANIZER = IMPORTING et_record_poid_table = lt_poid_tab_record * EV_NO_RECORD = * EV_NO_DOCUMENT = EXCEPTIONS system_failure = 1 MESSAGE mess communication_failure = 2 MESSAGE mess OTHERS = 3 .

/SAPPSPRO/START_FRAMEWORK_RFC CALL FUNCTION '/SAPPSPRO/START_FRAMEWORK_RFC' DESTINATION lf_rfcdest EXPORTING im_rms_id = lv_rms_id im_sps_id = lv_sps_id_final im_is_model = space im_sp_poid = lt_poid_tab_final * im_pdir_id = im_activity = if_srm_activity_list=>display im_option_organizer = 'X' im_option_navigation = 'X' im_organizer_sps_id = lv_org_sps_id im_organizer_rms_id = lv_org_rms_id im_cfw_sps_id = lv_cfw_sps_id IMPORTING ex_result_activity_state = lv_result_activity_state ex_result_sp_poid = lt_result_sp_poid ex_result_sps_id = lv_result_sps_id ex_result_rms_id = lv_result_rms_id ex_result_is_model = lv_result_is_model EXCEPTIONS rm_framework_error = 1 system_failure = 2 MESSAGE mess communication_failure = 3 MESSAGE mess OTHERS = 4.



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 /SAPSRM/START_RM or its description.