SAP Reports / Programs

SOTR_PROGRAM_02 SAP ABAP Report - OTR Program







SOTR_PROGRAM_02 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 SOTR_PROGRAM_02 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 SOTR_PROGRAM_02. "Basic submit
SUBMIT SOTR_PROGRAM_02 AND RETURN. "Return to original report after report execution complete
SUBMIT SOTR_PROGRAM_02 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: OBJ_NAME = Name of BSP Page
Selection Text: R_LANGU = Change Master Language
Selection Text: R_LENGTH = Check and Set Text Lengths
Selection Text: T_LANGU = Target Language
Title: OTR Program
Text Symbol: 001 = Concept does not exist.
Text Symbol: 002 = Error when reading concept
Text Symbol: 003 = Error when reading TADIR entry.
Text Symbol: 004 = Changes only possible in original system.
Text Symbol: 005 = Text does not exist in original language.
Text Symbol: 006 = Text does not exist in target language.
Text Symbol: 010 = Number of Short Texts for Object
Text Symbol: 011 = Converted Texts
Text Symbol: 020 = Terminated by user.
Text Symbol: 021 = No Authorization.
Text Symbol: 023 = No OTR short texts found for object.
Text Symbol: 024 = Change Master Language of Used OTR Short Texts:
Text Symbol: 100 = OTR: Set Length of Texts Correctly
Text Symbol: 101 = OTR: Change Master Language of Short Texts


INCLUDES used within this REPORT SOTR_PROGRAM_02

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_USAGE_READ call function 'SOTR_USAGE_READ' exporting pgmid = pgmid object = obj_type obj_name = obj_name importing sotr_usage = sotr_usage_obj exceptions no_entry_found = 1 error_in_pgmid = 2 others = 3.

SOTR_GET_CONCEPT call function 'SOTR_GET_CONCEPT' exporting concept = sotr_keys_wa-concept importing header = g_header exceptions no_entry_found = 1 others = 2.

SOTR_UPDATE_HEADER_INT call function 'SOTR_UPDATE_HEADER_INT' exporting header = g_header.

SOTR_GET_CONCEPT call function 'SOTR_GET_CONCEPT' exporting concept = p_concept importing header = l_header tables entries = l_entries exceptions no_entry_found = 1 others = 2.

SOTR_WBO_ENTRIES_CHECK call function 'SOTR_WBO_ENTRIES_CHECK' exporting paket = l_paket sotr_keys = l_sotr_keys mode = space object = l_objecttype importing we_order = l_we_order exceptions user_cancelled = 1 permission_failure = 2 others = 3.

SOTR_WBO_ENTRIES_INSERT call function 'SOTR_WBO_ENTRIES_INSERT' exporting paket = l_paket sotr_keys = l_sotr_keys mode = space object = l_objecttype changing we_order = l_we_order exceptions user_cancelled = 1 permission_failure = 2 others = 3.



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