SAP Reports / Programs

RSIWA025 SAP ABAP Report - Global Replace for Long Text







RSIWA025 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 RSIWA025 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 RSIWA025. "Basic submit
SUBMIT RSIWA025 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWA025 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: CASEFROM =
Selection Text: COMPONEN = D Component ID
Selection Text: DEVCLASS = D Development class
Selection Text: LANG = Search language
Selection Text: LASTDATE = Last changed on
Selection Text: LASTUSER = Last changed by
Selection Text: MAXHIT = Maximum number of hits
Selection Text: MAXRUN = Maximum rumtime
Selection Text: NEWSTRG = New string
Selection Text: N_LENGTH = New string length
Selection Text: OBJECTID = D Object type
Selection Text: OLDSTRG = Old string
Selection Text: O_LENGTH = Old string length
Selection Text: TRNSLATR = D Translator
Title: Global Replace for Long Text
Text Symbol: 011 = Text selection
Text Symbol: 012 = Language selection
Text Symbol: 014 = Upper/Lower case
Text Symbol: 030 = Development classes


INCLUDES used within this REPORT RSIWA025

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:

POPUP_TO_DECIDE_WITH_MESSAGE * call function 'POPUP_TO_DECIDE_WITH_MESSAGE' * exporting * defaultoption = '1' * diagnosetext1 = '@N_WARN@ Replacement for modified text' * diagnosetext2 = 'makes the text compare function ' * diagnosetext3 = 'in SE63 disabled' * textline1 = l_textline1 * textline2 = 'these selected entries with proposal?' * textline3 = ' ' * text_option1 = 'Yes' * text_option2 = 'No' ** ICON_TEXT_OPTION1 = ** ICON_TEXT_OPTION2 = * titel = 'Text Replacement for Long Text' ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * importing * answer = answer. "#EC NOTEXT

SKTU_TEXT_TRANSLATION_CALL * call function 'SKTU_TEXT_TRANSLATION_CALL' ** EXPORTING ** SEQUENTIAL = ' ' ** NO_SHORTTEXT = ' ' ** AUTHORITY_CHECK = ' ' ** ENQUEUE_CHECK = 'X' ** IMPORTING ** UCOMM = * tables * tlwrkobj = lt_lwrkobj * tlwrkkey = lt_lwrkkey * exceptions * codepage_error = 1 * text_get_error = 2 * text_pre_edit_error = 3 * text_edit_error = 4 * text_post_edit_error = 5 * text_put_error = 6 * authority_check_error = 7 * enqueue_error = 8 * recursion_error = 9 * others = 10 * .

LVC_FIELDCATALOG_MERGE * call function 'LVC_FIELDCATALOG_MERGE' * exporting * i_structure_name = 'LCOLOBJ' * changing * ct_fieldcat = gt_fcat_grid[].

LVC_FIELDCATALOG_MERGE * call function 'LVC_FIELDCATALOG_MERGE' * exporting * i_structure_name = 'DOKTL' * changing * ct_fieldcat = gt_fcat_grid[].

LVC_FIELDCATALOG_MERGE * call function 'LVC_FIELDCATALOG_MERGE' * exporting * i_structure_name = 'DOKHL' * changing * ct_fieldcat = gt_fcat_grid[].

DOCU_READ * call function 'DOCU_READ' "get targetetexts * exporting * id = g_text-target_object-id * langu = g_text-target_object-langu * object = g_text-target_object-object * typ = g_text-target_object-typ * version = g_text-target_object-version * importing * head = g_text-target_header * tables * line = g_text-target_line.

SLDS_DOCU_IMPORT_SINGLE * call function 'SLDS_DOCU_IMPORT_SINGLE' * exporting * id = g_text-source_object-id * object = g_text-source_object-object * langu = g_text-target_object-langu **# typ = g_text-source_object-typ * version = g_text-source_object-version * dokstate = dokstate * dokform = g_text-source_object-dokform * dokstyle = g_text-source_object-dokstyle **# save_mode = 'U' ** IGNORE_WARNINGS = 'X' * tables * line = g_text-target_line * messages = msaglist **# keywords = keywords **# attributelist = attributelist * exceptions * import_failed = 1 * invalid_input = 2 * other_error = 3 * others = 4 .

LNGT_SE63_REQUEST_GET * call function 'LNGT_SE63_REQUEST_GET' * exporting * targetlang = explang * uname = sy-uname * importing * request_header = l_request_header * exceptions * illegal_language = 1 * request_not_available = 2 * others = 3.

LNGT_SE63_REQUEST_CHOICE * call function 'LNGT_SE63_REQUEST_CHOICE' * exporting * trkorr = l_request_header-trkorr * dialog = space * importing * request_header = l_request_header * exceptions * cancelled_by_user = 1 * invalid_request = 2 * others = 3.

LNGT_SE63_REQUEST_WRITE * call function 'LNGT_SE63_REQUEST_WRITE' * exporting * targetlang = explang * uname = sy-uname * trkorr = l_request_header-trkorr * tables * objects = dummy_lwrkobj * tlist = dummy_tlist * lines = dummy_lines ** FAULTY_OBJECTS = * exceptions * illegal_language = 1 * recording_failed = 2 * others = 3.

ENQUEUE_E_LWRKLOCK * call function 'ENQUEUE_E_LWRKLOCK' * exporting * mode_lwrklock = 'E' * targetlang = -targlang * objtype = -objtype * objname = -objname * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.

ENQUEUE_ELANGUAGE * call function 'ENQUEUE_ELANGUAGE' * exporting ** MODE_LANG_LOCK = 'E' * progrname = 'RSIWA025' ** FORMNAME = 'ENQUEUE_PROGRAM' ** DYNR = ' ' ** X_PROGRNAME = ' ' ** X_FORMNAME = ' ' ** X_DYNR = ' ' ** _SCOPE = '2' ** _WAIT = ' ' ** _COLLECT = ' ' * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.

DEQUEUE_ELANGUAGE * call function 'DEQUEUE_ELANGUAGE' * exporting ** MODE_LANG_LOCK = 'E' * progrname = 'RSIWA025' ** FORMNAME = 'DO_OBJK_ACT' ** DYNR = '0220' ** X_PROGRNAME = ' ' ** X_FORMNAME = ' ' ** X_DYNR = ' ' ** _SCOPE = '3' ** _SYNCHRON = ' ' ** _COLLECT = ' ' * exceptions * others = 1.



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