SCREEN_0200_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 SCREEN_0200_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!
SCTS_COMP_REPOS_COMPARE_REPOS CALL FUNCTION 'SCTS_COMP_REPOS_COMPARE_REPOS' EXPORTING dest1 = dest1 dest2 = dest2 cust_modi_flag = radio_cust_modi cust_flag = radio_cust modi_flag = radio_modi sap_flag = radio_sap paket_flag = radio_paket paket_name = paket_name subpaket_flag = radio_subpack req_flag = radio_req req_name = req_name obj_flag = radio_obj soft_flag = radio_soft namespace_flag = radio_namespace name_space = name_space auth_flag = radio_auth name_auth = name_auth appl_flag = radio_appl name_appl = name_appl name_soft = name_soft TABLES et_only1 = gt_e071_1 et_only2 = gt_e071_2 et_both12 = gt_e071_12 lt_imp_e071 = lt_imp_e071 EXCEPTIONS packet_not_in_sys1 = 1 packet_not_in_sys2 = 2 req_not_in_sys1 = 3 req_not_in_sys2 = 4 comunication_failure_dest1 = 5 comunication_failure_dest2 = 6 no_authority_dest2 = 7 timeout = 8 OTHERS = 9.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION dest2 IMPORTING rfcsi_export = ls_rfcsi_export EXCEPTIONS system_failure = 1 communication_failure = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.