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

RSUSR050_STATUS_0100 SAP ABAP INCLUDE - RSUSR050STATUS0100







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

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PT1251' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

SUSR_SUIM_MERGE_OBJECT CALL FUNCTION 'SUSR_SUIM_MERGE_OBJECT' EXPORTING auths = lt_auths1 object = g_header-object mody = 'U' TABLES new_auth_fld = lt_new_auth_fld1 merged_auths = gt_merged_auth1.

SUSR_SUIM_MERGE_OBJECT CALL FUNCTION 'SUSR_SUIM_MERGE_OBJECT' EXPORTING auths = lt_auths2 object = g_header-object mody = 'U' TABLES new_auth_fld = lt_new_auth_fld2 merged_auths = gt_merged_auth2.

LVC_TRANSFER_TO_SLIS CALL FUNCTION 'LVC_TRANSFER_TO_SLIS' EXPORTING it_fieldcat_lvc = lt_lvc_fcat it_sort_lvc = lt_lvc_sort it_filter_lvc = lt_lvc_filt is_layout_lvc = ls_lvc_layo IMPORTING et_fieldcat_alv = lt_slis_fcat et_sort_alv = lt_slis_sort et_filter_alv = lt_slis_filt es_layout_alv = ls_slis_layo TABLES it_data = pt_outtab EXCEPTIONS it_data_missing = 1 it_fieldcat_lvc_missing = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = ls_slis_layo it_fieldcat = lt_slis_fcat it_sort = lt_slis_sort it_filter = lt_slis_filt is_print = ls_slis_prnt it_events = lt_slis_evts TABLES t_outtab = pt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

SUSR_SUIM_MERGE_AUTH CALL FUNCTION 'SUSR_SUIM_MERGE_AUTH' EXPORTING auths = lt_auths1 TABLES new_auth_fld = lt_new_auth_fld1.

SUSR_SUIM_MERGE_AUTH call function 'SUSR_SUIM_MERGE_AUTH' EXPORTING auths = lt_auths1 TABLES new_auth_fld = lt_new_auth_fld1.

SUSR_SUIM_MERGE_AUTH CALL FUNCTION 'SUSR_SUIM_MERGE_AUTH' EXPORTING auths = lt_auths2 TABLES new_auth_fld = lt_new_auth_fld2.

SUSR_SUIM_MERGE_AUTH call function 'SUSR_SUIM_MERGE_AUTH' EXPORTING auths = lt_auths2 TABLES new_auth_fld = lt_new_auth_fld2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SUIM_AUTHS' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.



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