ISU_INTERNET_USER_SWITCH is a standard Executable ABAP Report 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 ISU_INTERNET_USER_SWITCH into the relevant SAP transactions such as SE38 or SE80
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.
Prerequisite: creation of USER INTERNETREF and establishment of rights
Selection Text: V_KONTO = Contract Accounts
Selection Text: TABELLE = Take from customer table
Selection Text: PARA_SET = Print Parameters Defined
Selection Text: G_PART = Business Partner
Selection Text: E_MAIL = Send E-Mail
Selection Text: BRIEF = Print letter
Title: Welcome to Internet Self Service User Conversion
Text Symbol: 009 = Take from customer table
Text Symbol: 008 = Userexit: EXIT_SAPLEWEBIAC_COMMON_001
Text Symbol: 007 = Business partner not found
Text Symbol: 006 = : E-mail not sent
Text Symbol: 005 = : Printout failed
Text Symbol: 004 = Conversion Has Been Executed
Text Symbol: 003 = Print and Archiving Parameters
Text Symbol: 002 = What object should the references of your users point to?
Text Symbol: 001 = How should your customers receive their new password
INCLUDE ISU_INTERNET_USER_SWITCHTOP.
INCLUDE ISU_INTERNET_USER_SWITCHF01.
INCLUDE MEAMAC00. " MAKROS
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '0100' * P_PROGRAM = ' ' TABLES p_exclude = t EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' * P_PROGRAM = ' ' TABLES p_exclude = t EXCEPTIONS OTHERS = 1.
EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = print_obj-printpar * x_archive_bor_object = * x_archive_arc_object = * X_ARCHIVE_OBJECT_ID = * X_NO_DELAYED_PRINT = 'X' x_no_formkey = ' ' x_no_archive = 'X' * X_CHECK_ARCHIVE = 'X' * X_FORCE_SAPSCRIPT = ' ' x_no_preview = co_true * X_NO_STARTDATE = 'X' IMPORTING y_printparams = printpar y_archive_index = print_obj-archive_index y_archive_params = print_obj-archive_params y_recipient = print_obj-recipient * Y_CORR_PARAMS = EXCEPTIONS cancelled = 1 input_error = 2 failed = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = l_handle x_action = co_msg_dspl * X_MSG_BREAK = * IMPORTING * Y_LAST_MSG = * YT_LOGNUMBERS = * YT_MESSAGES = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4 .
MSG_PREPARE_CLOSE CALL FUNCTION 'MSG_PREPARE_CLOSE' EXPORTING x_msg_handle = l_handle * IMPORTING * Y_CHANGED = EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3 .
MSG_CLOSE CALL FUNCTION 'MSG_CLOSE' EXPORTING x_msg_handle = l_handle EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_INTERNET_USER_SWITCH - Welcome to Internet Self Service User Conversion ISU_INTERNET_USER_SWITCH - Welcome to Internet Self Service User Conversion ISU_INSTGR_DISPLAY - Display Installation Group ISU_INSTGR_DISPLAY - Display Installation Group ISU_INSTGR_CUST_CHECK - Mass Check of Customizing Billing Data ISU_INSTGR_CUST_CHECK - Mass Check of Customizing Billing Data