SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

SR002E10 SAP ABAP INCLUDE - Events in Report rsusr002







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


Text pool values


Title: Events in Report rsusr002


INCLUDES used within this REPORT SR002E10

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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions others = 1.

PRGN_FUNCTION_EXIST call function 'PRGN_FUNCTION_EXIST' exporting name = 'SUSR_GET_LOG_EXIT_COMMAND' exceptions function_not_found = 1 others = 2.

SUSR_GET_LOG_EXIT_COMMAND call function 'SUSR_GET_LOG_EXIT_COMMAND' importing es_s_excm = gs_s_excm.

SUSR_USERS_LIST_ALV call function 'SUSR_USERS_LIST_ALV' exporting id_alv_layout = p_layout "note 890141 id_alv_title = p_title "note 910490 tables users = userlist intusr02 = intusr02 intusr01 = intusr01 intusr06 = intusr06 intusrefus = intusrefus userprof = userprof useragr = useragr.

SUSR_USERS_LIST_ALV call function 'SUSR_USERS_LIST_ALV' exporting listmark = 'X' id_alv_layout = p_layout "note 1858579 id_alv_title = p_title "note 1858579 tables users = userlist intusr02 = intusr02 intusr01 = intusr01 intusr06 = intusr06 intusrefus = intusrefus userprof = userprof useragr = useragr.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = '01' number = '127' par1 = gd_msgv1 par4 = gd_msgv4 importing return = gs_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = 'UE' number = '010' par1 = gd_msgv1 par4 = gd_msgv4 importing return = gs_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = '&5' number = '&4' par1 = gd_msgv1 par2 = gd_msgv1 " for the message 156(BV) par4 = gd_msgv4 importing return = gs_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = '&7' number = '&6' par1 = gd_msgv1 par2 = gd_msgv1 " for the message 156(BV) par4 = gd_msgv4 importing return = gs_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = '01' number = '391' par1 = gd_msgv1 importing return = gs_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 SR002E10 or its description.