SAP Reports / Programs

BTFR_COPY_TRALA SAP ABAP Report - Copy OTR Translations







BTFR_COPY_TRALA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to copy translations of texts that were copied before with BTFR_COPY...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BTFR_COPY_TRALA 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 BTFR_COPY_TRALA. "Basic submit
SUBMIT BTFR_COPY_TRALA AND RETURN. "Return to original report after report execution complete
SUBMIT BTFR_COPY_TRALA 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: CREANAME = Copies Created by
Selection Text: NEW_APPL = New Application
Selection Text: NEW_PACK = New Package
Selection Text: OLD_APPL = Old Application
Selection Text: OLD_PACK = Old Package
Selection Text: OVERIDE = Overwrite Translations
Title: Copy OTR Translations
Text Symbol: 001 = Error in
Text Symbol: 002 = Return Code:
Text Symbol: 010 = Short Text
Text Symbol: 011 = Long Text
Text Symbol: 100 = Concept
Text Symbol: 101 = Package/Alias
Text Symbol: 102 = New Alias
Text Symbol: 103 = Message from Alias Check
Text Symbol: 104 = Text
Text Symbol: 110 = Old Text:
Text Symbol: 901 = The original system of new package is
Text Symbol: 902 = Copy texts there


INCLUDES used within this REPORT BTFR_COPY_TRALA

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:

SOTR_OBJECT_SET_VECTOR call function 'SOTR_OBJECT_SET_VECTOR' exporting object = old_appl changing object_vector = old_obj_vec exceptions object_not_found = 1 others = 2.

SOTR_OBJECT_SET_VECTOR call function 'SOTR_OBJECT_SET_VECTOR' exporting object = new_appl changing object_vector = new_obj_vec exceptions object_not_found = 1 others = 2.

BTFR_PACKAGE_ATTRIBUTES_GET call function 'BTFR_PACKAGE_ATTRIBUTES_GET' exporting package = new_pack importing srcsystem = srcsystem exceptions invalid_package = 1 invalid_tadir_entry = 2 others = 3.

SOTR_INSERT_CONCEPT_ENTRY call function 'SOTR_INSERT_CONCEPT_ENTRY' exporting concept = i_trala_tab_t-concept check_master_langu = l_bapiflag check_master_system = l_bapiflag changing entry = i_trala_tab_t exceptions concept_not_found = 1 identical_context_not_allowed = 2 text_too_long = 3 langu_missing = 4 no_master_langu = 5 error_in_update = 6 error_in_correction = 7 user_cancelled = 8 others = 9.

SOTR_UPDATE_CONCEPT_ENTRY call function 'SOTR_UPDATE_CONCEPT_ENTRY' exporting entry = p_entry check_master_langu = l_bapiflag exceptions concept_not_found = 1 entry_not_found = 2 langu_missing = 3 no_master_langu = 4 error_in_correction = 5 user_cancelled = 6 others = 7.



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