SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Class Builder(BC-DWB-TOO-CLA) SAP BC

SEO_REMOVE_FROM_TADIR SAP ABAP Report - Deletes local TADIR entries







SEO_REMOVE_FROM_TADIR 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 SEO_REMOVE_FROM_TADIR 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 SEO_REMOVE_FROM_TADIR. "Basic submit
SUBMIT SEO_REMOVE_FROM_TADIR AND RETURN. "Return to original report after report execution complete
SUBMIT SEO_REMOVE_FROM_TADIR 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: TROBJECT = Transport object CLAS / INTF
Selection Text: TROBJNAM = Class Name / Interface Name
Title: Deletes local TADIR entries
Text Symbol: TIT = Delete duplicate TADIR entries
Text Symbol: YES = Yes
Text Symbol: QU2 = Cannot delete TADIR entry normally. Force delete?
Text Symbol: IN1 = Transport deletion with:
Text Symbol: MS1 = The object type still exists
Text Symbol: MS2 = Related object type not found in class library
Text Symbol: NON = No
Text Symbol: QU1 = Related object type found in class library. Delete anyway?


INCLUDES used within this REPORT SEO_REMOVE_FROM_TADIR

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:

SEO_CLIF_GET call function 'SEO_CLIF_GET' exporting cifkey = cifkey version = '0' state = '0' importing clstype = clstype exceptions others = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-tit text_question = text-qu1 text_button_1 = text-yes text_button_2 = text-non default_button = '2' display_cancel_button = ' ' importing answer = answer.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_delete_tadir_entry = 'X' wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = trobject wi_tadir_obj_name = trobjnam exceptions others = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-tit text_question = text-qu2 text_button_1 = text-yes text_button_2 = text-non default_button = '2' display_cancel_button = ' ' importing answer = answer.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_request_types = 'K' it_e071 = i_e071 iv_lock_objects = 'X' 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 SEO_REMOVE_FROM_TADIR or its description.