SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

SCREEN_0200_FORMS SAP ABAP INCLUDE - SCREEN0200FORMS







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


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 SCREEN_0200_FORMS. "Basic submit
SUBMIT SCREEN_0200_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT SCREEN_0200_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SCREEN_0200_FORMS

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:

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.



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