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

RS_LXE_INDEX_MAINTENANCE SAP ABAP Report - Maintenance for Translation Text Extraction (RFC, User, bgRFC, etc.)







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


Text pool values


Selection Text: USR_ROLE = D .
Selection Text: USR_NAME = D .
Selection Text: SYS_NR = D .
Selection Text: STD_DEST = Std. Destination (sync. RFC)
Selection Text: SRV_NAM = D .
Selection Text: SRV_GRP = D .
Selection Text: RFC_USR = D .
Selection Text: RFC_PW = D .
Selection Text: RFC_CLI = D .
Selection Text: OUT_DSCR = Description
Selection Text: OUT_DEST = bgRFC Destination (async. RFC)
Selection Text: INB_DEST = D .
Selection Text: DO_STD = Create Standard Destination
Selection Text: DO_O_SET = Create Outbound Settings
Selection Text: DO_OUT = Create Outbound Destination
Selection Text: DO_I_SET = Create Inbound Settings
Selection Text: DO_INB = Create Inbound Destination
Selection Text: DO_GRP = Create Server Group
Selection Text: DO_CONF = Create Supervisor Config.
Selection Text: DO_A_SET = Create App. Server Settings
Selection Text: DEST_NAM = D .
Selection Text: APP_SRVS = D .
Title: Maintenance for Translation Text Extraction (RFC, User, bgRFC, etc.)
Text Symbol: SVC = Create Supervisor Config.
Text Symbol: SGR = Create Server Group
Text Symbol: SDS = Create Standard Destination
Text Symbol: OST = Create Outbound Settings
Text Symbol: ODS = Create Outbound Destination
Text Symbol: IST = Create Inbound Settings
Text Symbol: IDS = Create Inbound Destination
Text Symbol: ASS = Create App. Server Settings
Text Symbol: 006 = bgRFC - Scheduler Settings
Text Symbol: 005 = bgRFC - Superuser / Superdestination
Text Symbol: 004 = bgRFC - Outbound Destination (Central Index Server)
Text Symbol: 003 = bgRFC - Inbound Destination (for Internal Parallel Processing)
Text Symbol: 002 = Server Groups (RZ12)


INCLUDES used within this REPORT RS_LXE_INDEX_MAINTENANCE

INCLUDE RS_LXE_INDEX_MAINTENANCE_TOP . " GLOBAL DATA
INCLUDE RS_LXE_INDEX_MAINTENANCE_F01 . " FORM-ROUTINES





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:

No SAP FUNCTION MODULES are executed within this report code!



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