SAP Reports / Programs | Basis Components | Security | User Information System(BC-SEC-USR-IS) SAP BC

SR200F10 SAP ABAP INCLUDE - documentation and ABAP source code







SR200F10 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 SR200F10 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 SR200F10. "Basic submit
SUBMIT SR200F10 AND RETURN. "Return to original report after report execution complete
SUBMIT SR200F10 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 SR200F10

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:

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'SU01' exceptions ok = 0 not_ok = 1 others = 2.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 1 text = ld_outputtext.

RFC_PING call function 'RFC_PING' destination lp_systems-system exceptions system_failure = 1 message ld_msg_text communication_failure = 2 message ld_msg_text others = 3.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' destination lp_systems-system exporting funcname = 'SUSR_USERS_GET_FROM_REMOTE' exceptions function_not_exist = 1 system_failure = 2 message ld_msg_text communication_failure = 3 others = 4.

SUSR_USERS_GET_FROM_REMOTE call function 'SUSR_USERS_GET_FROM_REMOTE' destination lp_systems-system exporting report_id = 'RSUSR200' tables users = bname users_outtab = lt_users_outtab params = gt_parameter return = lt_return exceptions system_failure = 1 message ld_msg_text communication_failure = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_grid_title = pd_title it_fieldcat = lt_fieldcat i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 100 i_screen_end_line = 25 tables t_outtab = pt_list exceptions others = 0.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 1 text = 'Selection of User Data'(070). "#EC *

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 1 text = 'Selection of User Data'(070). "#EC *

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = gs_return-type cl = gs_return-id number = gs_return-number par1 = gs_return-message_v1 par2 = gs_return-message_v2 importing return = gs_return.

SUSR_GET_LOG_EXIT_COMMAND call function 'SUSR_GET_LOG_EXIT_COMMAND' importing es_s_excm = gs_s_excm.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'S' cl = '01' number = 001 importing return = gs_return.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 100 text = 'Layout of List'(072). "#EC *

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'S' cl = 'UE' number = 026 par1 = ld_par1 importing return = gs_return.

SUSR_ZBV_LANDSCAPE_GET call function 'SUSR_ZBV_LANDSCAPE_GET' importing is_child_system = gd_child_system central_system_logsys = gd_central_logsys tables receivers = gt_child_systems exceptions invalid_model = 1 not_active = 2 others = 3.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = '37' number = '595' par1 = lv_msgv1 par2 = lv_msgv2 importing return = ls_return.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEYNR' "#EC NOTEXT value_org = 'S' tables value_tab = lt_f4_text exceptions parameter_error = 1 no_values_found = 2 others = 3.



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