SAP Reports / Programs

/ORS/USER_MAP_I01 SAP ABAP INCLUDE - Include /ORS/USER_MAP_I01







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


Text pool values


Title: Include /ORS/USER_MAP_I01


INCLUDES used within this REPORT /ORS/USER_MAP_I01

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:

/ORS/000007_NAME_SEARCH CALL FUNCTION '/ORS/000007_NAME_SEARCH' EXPORTING lastname = /ors/recentuser-lastname firstname = /ors/recentuser-firstname email = /ors/recentuser-email phone = l_phone organization = /ors/recentuser-department current_approver = /ors/usermap-opt_userid name_type = user_type TABLES return = return_2011 user_list = user_list_2011.

/ORS/000007_DISP_BAPI_MSG CALL FUNCTION '/ORS/000007_DISP_BAPI_MSG' TABLES return = return_2011.

/PTGWFI/CP_READCONSTANT * call function '/PTGWFI/CP_READCONSTANT' * exporting * constname = 'TRANSCODE_ON_SUBST' * productcode = 'IAP' * importing * constvalue = newtran * exceptions * constant_not_found = 1 * others = 2.

/ORS/POPUP_2BUTT_CHOOSE CALL FUNCTION '/ORS/POPUP_2BUTT_CHOOSE' EXPORTING diagnosetext1 = ' ' diagnosetext2 = ' ' textline1 = ' ' * 'Warn:To maintain UserMap directly'(005) textline2 = ' ' * 'will be out of sync with DataSource'(004) text_option1 = 'Maintain Data Source'(008) text_option2 = 'Maintain Usermap Table'(009) text_option3 = ' ' titel = 'Choose Maintenance Option'(003) IMPORTING answer = v_answer.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = 'Warning:Usermap table will be out of sync'(031) textline2 = 'with data source if modified directly!!'(032) text_option1 = 'Proceed'(033) text_option2 = 'Cancel'(034) icon_text_option1 = 'Proceed'(033) icon_text_option2 = 'Cancel'(034) titel = 'Confirmation'(035) start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = v_answer_p.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'User Preference'(040) text_question = text-041 "'Selected record not found "in User Preference.



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 /ORS/USER_MAP_I01 or its description.