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

ISU_INTERNET_USER_SWITCHF01 SAP ABAP INCLUDE - Include REPUMSETZNGF01







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


INCLUDES used within this REPORT ISU_INTERNET_USER_SWITCHF01

INCLUDE EMSG.


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:

ISU_INTERNET_USER_MIGRATION CALL FUNCTION 'ISU_INTERNET_USER_MIGRATION' EXPORTING objtype = l_objtype usergroup = l_usergroup ref_user = l_ref_user referenz = L_referenz TABLES user_table = lt_usertable return = lt_return.

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING * X_NO_DIALOG = ' ' x_log = 'X' * X_NEXT_MSG = ' ' * X_OBJ_TWICE = ' ' IMPORTING y_msg_handle = handle CHANGING xy_parm = parm_open EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.

BAPI_USER_UNLOCK CALL FUNCTION 'BAPI_USER_UNLOCK' EXPORTING username = wa_usertable-new_userid TABLES return = lt_ret.

EFG_PRINT CALL FUNCTION 'EFG_PRINT' EXPORTING * X_HEADER = x_printparams = l_printpar * X_ARCHIVE_INDEX = * X_ARCHIVE_PARAMS = x_dialog = '' * X_RECIPIENT = * X_SENDER = * IMPORTING * Y_ITCPP = * Y_RDI_RESULT = * Y_PRINTPARAMS = TABLES xt_ranges = lt_ranges xt_ranges1 = lt_ranges1 * XT_RANGES2 = * XT_RANGES3 = * XT_RANGES4 = * XT_RANGES5 = * XT_RANGES6 = * XT_RANGES7 = * XT_RANGES8 = * XT_RANGES9 = * YT_OTF_DATA = EXCEPTIONS not_qualified = 1 formclass_not_found = 2 form_not_found = 3 * internal_error = 4 formclass_invalid = 5 print_failed = 6 form_invalid = 7 func_invalid = 8 cancelled = 9 not_authorized = 10 OTHERS = 11."#EC

ISU_IAC_USER_AUTH_CHECK CALL FUNCTION 'ISU_IAC_USER_AUTH_CHECK' EXPORTING x_alias = wa_usertable-new_alias x_password = '' * X_PREMISE = x_check_password = '' IMPORTING y_partner = l_partner * TABLES * YT_PREMISES = EXCEPTIONS no_auth = 1 premises_not_with_partner = 2 premises_not_for_user = 3 no_partner = 4 OTHERS = 5 .

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = l_partner * X_RLTYP = CO_CONTRACT_PARTNER * X_XBANK = * X_XCCARD = * X_XTAXNUM = * X_XADDR_MULT = * X_ADDRNUMBER = * X_VALDT = SY-DATUM IMPORTING y_but000 = l_but * Y_RLTYPES = * TABLES * TY_BANK = * TY_ADDRESS = * TY_ADR2 = * TY_ADR3 = * TY_ADR6 = * TY_CCARD = * TY_TAXNUM = * TY_RLTYPES = EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4 .

EFG_PRINT_EXPANDED CALL FUNCTION 'EFG_PRINT_EXPANDED' EXPORTING * X_HEADER = * X_SENDCONTROL = x_rec_addr = l_but-addrnumber x_rec_persnumber = l_but-persnumber x_printparams = l_printpar * X_ARCHIVE_PARAMS = * X_ARCHIVE_INDEX = * X_RECIPIENT = * IMPORTING * Y_PRINTPARAMS = TABLES xt_ranges = lt_ranges xt_ranges1 = lt_ranges1 * XT_RANGES2 = * XT_RANGES3 = * XT_RANGES4 = * XT_RANGES5 = * XT_RANGES6 = * XT_RANGES7 = * XT_RANGES8 = * XT_RANGES9 = EXCEPTIONS not_qualified = 1 input_error = 2 print_failed = 3 * internal_error = 4 cancelled = 5 rec_addr_not_found = 6 send_addr_not_found = 7 OTHERS = 8 ."#EC

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = handle x_action = co_msg_save * X_MSG_BREAK = * IMPORTING * Y_LAST_MSG = * YT_LOGNUMBERS = * YT_MESSAGES = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.



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