SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

RS_LXE_INDEX_MAINTENANCE_F01 SAP ABAP INCLUDE - Include RS_LXE_INDEX_MAINTAINANCE_F01







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


INCLUDES used within this REPORT RS_LXE_INDEX_MAINTENANCE_F01

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:

SMLG_MODIFY CALL FUNCTION 'SMLG_MODIFY' EXPORTING grouptype = 'S' TABLES modifications = lt_modifications " Table with new entries/entries to be modified erfc_modifications = lt_dummy " Table with new entries/entries to be modified EXCEPTIONS invalid_mod_identifier = 1 deletion_failed = 2 update_failed = 3 insertion_failed = 4 foreign_lock = 5 system_failure = 6 invalid_group_type = 7 internal_error_in_number_gen = 8 OTHERS = 9.

SMLG_GET_DEFINED_GROUPS CALL FUNCTION 'SMLG_GET_DEFINED_GROUPS' EXPORTING grouptype = 'S' " Group Type (' '= Logon, 'S'= Server) TABLES groups = lt_srv_grps " Table with all login group names defined EXCEPTIONS foreign_lock = 1 system_failure = 2 invalid_group_type = 3 no_groups_found = 4 OTHERS = 5.

DEST_EXISTS CALL FUNCTION 'DEST_EXISTS' EXPORTING name = i_out_des IMPORTING exists = lv_dest_o_exists.

DEST_EXISTS CALL FUNCTION 'DEST_EXISTS' EXPORTING name = i_out_des IMPORTING exists = lv_dest_o_exists.

DEST_EXISTS CALL FUNCTION 'DEST_EXISTS' EXPORTING name = p_dest_nam IMPORTING exists = lv_dest_exists.

BAPI_USER_EXISTENCE_CHECK CALL FUNCTION 'BAPI_USER_EXISTENCE_CHECK' EXPORTING username = iv_user_name IMPORTING return = ls_bapi_ret.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = ms_dia " Bit-Vektor der Services (siehe Bemerkungen) * sysservice = 0 " Services eines Applikationsservers active_server = 1 " Nur aktive Server anzeigen TABLES list = e_app_server " Interne Tabelle zur Ablage der Liste * list_ipv6 = " Interne Tabelle zur Ablage der Liste EXCEPTIONS no_server_list = 1 OTHERS = 2.

BAPI_USER_DELETE CALL FUNCTION 'BAPI_USER_DELETE' EXPORTING username = i_usr_name " Benutzername TABLES return = lt_return. " Rückgabestruktur

DEST_DELETE CALL FUNCTION 'DEST_DELETE' EXPORTING name = i_dest_nam EXCEPTIONS delete_failure = 1 OTHERS = 2.

PRGN_GEN_PROFILES_FOR_ROLES CALL FUNCTION 'PRGN_GEN_PROFILES_FOR_ROLES' * EXPORTING * IV_USERCOMPARE = ' ' TABLES it_roles = lt_role et_return = lt_return .

BAPI_USER_CREATE1 CALL FUNCTION 'BAPI_USER_CREATE1' EXPORTING username = iv_user_name * NAME_IN = logondata = ls_logon_data password = iv_password * DEFAULTS = address = ls_address * COMPANY = * SNC = * REF_USER = * ALIAS = * EX_ADDRESS = * UCLASS = * FORCE_SYSTEM_ASSIGNMENT = * SELF_REGISTER = ' ' TABLES * PARAMETER = return = lt_return * ADDTEL = * ADDFAX = * ADDTTX = * ADDTLX = * ADDSMTP = * ADDRML = * ADDX400 = * ADDRFC = * ADDPRT = * ADDSSF = * ADDURI = * ADDPAG = * ADDCOMREM = * GROUPS = * PARAMETER1 = * EXTIDHEAD = * EXTIDPART = .

BAPI_USER_ACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_ACTGROUPS_ASSIGN' EXPORTING username = iv_user_name TABLES activitygroups = lt_role_tab return = lt_return.

RSEC_GENERATE_PASSWORD CALL FUNCTION 'RSEC_GENERATE_PASSWORD' * EXPORTING * ALPHABET = * ALPHABET_LENGTH = 0 * FORCE_INIT = ' ' * OUTPUT_LENGTH = 0 * DOWNWARDS_COMPATIBLE = ' ' IMPORTING output = lv_password-bapipwd EXCEPTIONS some_error = 1 OTHERS = 2 .

PASSWORD_FORMAL_CHECK CALL FUNCTION 'PASSWORD_FORMAL_CHECK' EXPORTING password = lv_password * DOWNWARDS_COMPATIBLE = ' ' IMPORTING rc = lv_rc msgid = lv_msgid msgno = lv_msgno msgv1 = lv_msgv1 msgv2 = lv_msgv2 msgv3 = lv_msgv3 msgv4 = lv_msgv4 msgtext = lv_text EXCEPTIONS internal_error = 1 OTHERS = 2.



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