RCMS_COR_REQ_PRINT_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 RCMS_COR_REQ_PRINT_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.
Title: Form convert_printparams_from_xml
INCLUDE:RCMS_COR_REQ_PRINT_SHOW_MESF01,
RCMS_COR_REQ_PRINT_CONVERT_F01,
RCMS_COR_REQ_PRINT_RETURN_CF01,
RCMS_COR_REQ_PRINT_RC_CODE_F01.
No SAP DATABASE tables are accessed within this REPORT code!
EFG_PP_CONVERT_FROM_XML call function 'EFG_PP_CONVERT_FROM_XML' exporting x_xstring = p_xstr importing y_printparams = g_str_printpar exceptions not_qualified = 1 failed = 2 others = 3.
EFG_PP_CONVERT_TO_XML call function 'EFG_PP_CONVERT_TO_XML' exporting x_printparams = g_str_printpar importing y_xstring = p_xstr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCMS_COR_REQ_PRINT_FORMS - Form convert_printparams_from_xml RCMS_COR_REQ_PRINT_CONVERT_F01 - Form convert_fimsg_to_e_tab_rc RCMS_COR_REQ_PRINT - FS-CMS Correspondence - Main Correspondence Print Program RCMS_COR_REQ_PRINT - FS-CMS Correspondence - Main Correspondence Print Program RCMS_COR_PRINT_START_SEL_CK - Include RCMS_COR_PRINT_START_SEL_CK RCMS_COR_PRINT_START_MAIN - Include RCMS_COR_PRINT_START_MAIN