SAP Reports / Programs | Internet Self-Services | SAP Utilities | Internet Self-Services(IS-U-CS-ISS) SAP IS

ISU_INTERNET_USER_SWITCH SAP ABAP Report - Welcome to Internet Self Service User Conversion







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


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


Text pool values


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


INCLUDES used within this REPORT ISU_INTERNET_USER_SWITCH

INCLUDE ISU_INTERNET_USER_SWITCHTOP.
INCLUDE ISU_INTERNET_USER_SWITCHF01.
INCLUDE MEAMAC00. " MAKROS


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:

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.



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