SEM_SRM_FORMS 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 SEM_SRM_FORMS 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!
USS_FILL_TABLE_VALUES CALL FUNCTION 'USS_FILL_TABLE_VALUES' EXPORTING table_name = 'USS_TSRM_POSIT' IMPORTING table_values = lt_tsrm_posit.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lb_name values = lb_table.
USS_FILL_TABLE_VALUES CALL FUNCTION 'USS_FILL_TABLE_VALUES' EXPORTING table_name = 'USS_TFIN_CENTER' IMPORTING table_values = lt_tfin_center.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lb_name values = lb_table.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = 'CONVERT_FILE' filetype = 'BIN' TABLES data_tab = lt_content EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = 'CONVERT_FILE' filetype = 'BIN' TABLES data_tab = lt_contents_hex EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 OTHERS = 6.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'USC_CONT_CATEGORY' value = l_value IMPORTING dd07v_wa = ls_dd07v.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lb_name_0801 values = lb_table_0801.
USS_READ_INFO_SOURCE_TEXT CALL FUNCTION 'USS_READ_INFO_SOURCE_TEXT' EXPORTING i_source = ls_info_source-source IMPORTING e_txt = l_txt.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lb_name_0803 values = lb_table_0803.
USS_GET_STAKEHOLDER_DETAIL CALL FUNCTION 'USS_GET_STAKEHOLDER_DETAIL' EXPORTING i_srm_partner = ls_share_type-stock_company i_ro_sth_name = 'X' i_no_comm_details = 'X' IMPORTING e_stakeholder = ls_sth_detail EXCEPTIONS stakeholder_not_exist = 1 OTHERS = 2.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
BUS_PBO CALL FUNCTION 'BUS_PBO'.
BUS_PAI CALL FUNCTION 'BUS_PAI'.
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 SEM_SRM_FORMS or its description.