SAP Reports / Programs

RSTERM51 SAP ABAP Report - Copy multiple terms







RSTERM51 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 RSTERM51 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 RSTERM51. "Basic submit
SUBMIT RSTERM51 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTERM51 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: BENUTZER = User
Selection Text: SPRACHE = Language
Title: Copy multiple terms
Text Symbol: 010 = Term copied
Text Symbol: 020 = Error when copying
Text Symbol: 030 = Term not copied - exists as main entry
Text Symbol: 040 = Term not copied - exists as main reference
Text Symbol: 050 = Term not copied
Text Symbol: 060 = The term
Text Symbol: 062 = already exists and will not be copied.
Text Symbol: 064 = Do you want to
Text Symbol: 065 = add the translation to
Text Symbol: 066 = the existing term ?
Text Symbol: 070 = Yes
Text Symbol: 072 = No
Text Symbol: 074 = Copy


INCLUDES used within this REPORT RSTERM51

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:

TERM_COPY_SINGLE * CALL FUNCTION 'TERM_COPY_SINGLE' * EXPORTING * TERM_OLD = TASK_LIST2-TERM * APPLIC_OLD = TASK_LIST2-APPLIC_OLD * APPLIC_NEW = TASK_LIST2-APPLIC_NEW * GELENKNUM_NEW = LINKNUMBER * LANGUAGE = TASK_LIST2-LANGUAGE * IMPORTING * GELENKNUM_NEW = NEW_LINKNUMBER * RETCODE = RETCODE * EXCEPTIONS * TERM = 1 * TERM_EXIST = 2 * APPLICATION = 3 * NUMBER = 3 * OTHERS = 4.

POPUP_TO_DECIDE_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' * EXPORTING * DEFAULTOPTION = '1' * DIAGNOSETEXT1 = TEXT-060 * DIAGNOSETEXT2 = TASK_LIST2-TERM * DIAGNOSETEXT3 = TEXT-062 * TEXTLINE1 = TEXT-064 * TEXTLINE2 = TEXT-065 * TEXTLINE3 = TEXT-066 * TEXT_OPTION1 = TEXT-070 * TEXT_OPTION2 = TEXT-072 * TITEL = TEXT-074 * " START_COLUMN = 25 * " START_ROW = 6 * IMPORTING * ANSWER = ANSWER.



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