SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Online Text Repository(BC-SRV-OTR) SAP BC

SOTR_DELETE_MULTIPLE_ALIAS SAP ABAP Report - OTR Texts with Same Alias Name







SOTR_DELETE_MULTIPLE_ALIAS 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_DELETE_MULTIPLE_ALIAS 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_DELETE_MULTIPLE_ALIAS. "Basic submit
SUBMIT SOTR_DELETE_MULTIPLE_ALIAS AND RETURN. "Return to original report after report execution complete
SUBMIT SOTR_DELETE_MULTIPLE_ALIAS 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: CORRNUM = Correction/Transport Request
Selection Text: P_LANGU = Language
Selection Text: P_PAKET = Package
Title: OTR Texts with Same Alias Name
Text Symbol: 001 = Concept:
Text Symbol: 007 = Usages
Text Symbol: 008 = Created:
Text Symbol: 009 = (not created in original system)
Text Symbol: 010 = Alias:
Text Symbol: M01 = Concept is still used
Text Symbol: M02 = Selected contexts copied
Text Symbol: T01 = Alias Usages
Text Symbol: T02 = Change
Text Symbol: T03 = Replace with


INCLUDES used within this REPORT SOTR_DELETE_MULTIPLE_ALIAS

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:

BTFR_DISPLAY_USAGE call function 'BTFR_DISPLAY_USAGE' exporting concept = my_sotr_text_txt-concept flag_string = r_string.

BTFR_DELETE_SINGLE_TEXT call function 'BTFR_DELETE_SINGLE_TEXT' exporting concept = my_sotr_text_txt-concept langu = sy-langu flag_string = r_string corr_num = corr_num use_korrnum_immediatedly = 'X' exceptions text_not_found = 1 invalid_package = 2 text_not_changeable = 3 text_enqueued = 4 no_correction = 5 parameter_error = 6 others = 7.

BTFR_CORR_INSERT call function 'BTFR_CORR_INSERT' exporting package = l_package concept = l_concept flag_string = r_string use_korrnum_immediately = 'X' importing flag_cancelled = l_flag_cancelled changing corr_num = corr_num order_num = order_num exceptions invalid_package = 1 permission_failure = 2 others = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = l_text1 textline2 = l_text2 titel = l_title importing answer = l_answer.

BTFR_USAGE_OF_CONCEPT call function 'BTFR_USAGE_OF_CONCEPT' exporting concept = my_sotr_text_txt-concept flag_string = r_string importing use_tab = l_use_tab.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = l_use_wa-obj_name object_class = l_use_wa-object korrnum = l_order_num "(!!) suppress_dialog = l_flag_suppress_dialog importing korrnum = corr_num ordernum = order_num exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.



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