SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXPUTZ SAP ABAP Report - Delete SAPscript objects in incorrect namespace







RSTXPUTZ 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 RSTXPUTZ 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 RSTXPUTZ. "Basic submit
SUBMIT RSTXPUTZ AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXPUTZ 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: CB_OB_ID = Text Objects and IDs
Selection Text: CB_TADIR = TADIR forms and styles
Selection Text: CB_TTDTG = Standard symbols (TTDTG)
Selection Text: DELETE = Delete
Title: Delete SAPscript objects in incorrect namespace
Text Symbol: E01 = SELECT_TEXT with OBJECT = 'STYLE': RC
Text Symbol: E02 = SELECT_TEXT with OBJECT = 'FORM': RC
Text Symbol: 001 = Text objects
Text Symbol: 002 = Text IDs
Text Symbol: 003 = Standard Symbols
Text Symbol: 010 = Styles in TADIR, but not in STXH
Text Symbol: 011 = Forms in TADIR, but not in STXH
Text Symbol: 012 = Deleted
Text Symbol: 013 = Deletable


INCLUDES used within this REPORT RSTXPUTZ

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:

TR_GET_PARTNER_PROJECTS call function 'TR_GET_PARTNER_PROJECTS' importing we_system_type = system_status we_partner_flag = is_partner * we_role_flag = * TABLES * TT_PROJECTS = exceptions others = 1.

TR_GTADIR_DYNQUERY call function 'TR_GTADIR_DYNQUERY' tables it_query = i_query et_gtadir = e_tadir.

SELECT_TEXT call function 'SELECT_TEXT' exporting client = '*' database_only = 'X' id = 'DEF' language = '*' name = '*' object = 'STYLE' tables selections = selected_objects exceptions wrong_access_to_archive = 1 others = 2.

SELECT_TEXT call function 'SELECT_TEXT' exporting client = '*' database_only = 'X' id = 'DEF' language = '*' name = '*' object = 'FORM' tables selections = selected_objects exceptions wrong_access_to_archive = 1 others = 2.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_delete_tadir_entry = 'X' wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = p_object wi_tadir_obj_name = tadir_name exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_delete_tadir_entry = 'X' wi_test_modus = 'X' wi_tadir_pgmid = 'R3TR' wi_tadir_object = p_object wi_tadir_obj_name = tadir_name 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 RSTXPUTZ or its description.