SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RUTTATAF SAP ABAP Report - DD: Editor for TATAF







RUTTATAF 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 RUTTATAF 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 RUTTATAF. "Basic submit
SUBMIT RUTTATAF AND RETURN. "Return to original report after report execution complete
SUBMIT RUTTATAF 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: TATAFN2 = Table Name
Title: DD: Editor for TATAF
Text Symbol: 037 = Action Canceled
Text Symbol: 036 = No
Text Symbol: 035 = Y
Text Symbol: 034 = Execute TATAF statements anyway?
Text Symbol: 033 = Execute TATAF entry?
Text Symbol: 032 = Table & does not exist in the TATAF
Text Symbol: 031 = Modeflag
Text Symbol: 030 = DDXTT entry
Text Symbol: 029 = Error when editing table
Text Symbol: 028 = Table & successfully edited
Text Symbol: 027 = ReturnCode:
Text Symbol: 026 = Move to active nametab successful
Text Symbol: 025 = : Inactive nametab could not be copied to active nametab
Text Symbol: 024 = : No inactive nametab to be edited exists
Text Symbol: 023 = : Error when adjusting in the database
Text Symbol: 022 = Object
Text Symbol: 021 = No
Text Symbol: 020 = Yes
Text Symbol: 019 = TATAF entry for:
Text Symbol: 018 = @1B@Error in method call:
Text Symbol: 017 = Table:
Text Symbol: 016 = Edit TATAF
Text Symbol: 015 = cannot be changed!
Text Symbol: 014 = TATAF is locked and thus
Text Symbol: 013 = Entry inserted successfully!
Text Symbol: 012 = Insertion of entry failed!
Text Symbol: 011 = New TATAF entry
Text Symbol: 010 = New TATAF entry
Text Symbol: 009 = successfully deleted!
Text Symbol: 007 = Really delete the following entries?
Text Symbol: 006 = Confirm deletion
Text Symbol: 005 = Changes written successfully!
Text Symbol: 004 = Not possible to insert text!
Text Symbol: 003 = TATAF editor:
Text Symbol: 002 = Table Name
Text Symbol: 001 = Content of TATAF





INCLUDES used within this REPORT RUTTATAF

INCLUDE RADBTOUM.
INCLUDE RADBTLOM.


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:

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = &1 txt2 = ' ' txt1 = &2.

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = &2 txt2 = &3 txt1 = '@1B@Fehler beim Methodenaufruf:'(018).

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-033 diagnose_object = 'RUTTATAF_EXECUTE' text_question = text-034 text_button_1 = text-035 icon_button_1 = 'ICON_ALLOW' text_button_2 = text-036 icon_button_2 = 'ICON_REJECT' default_button = '2' display_cancel_button = ' ' importing answer = answer exceptions others = 2.

WRITE_AND_CALL_DBPROG call function 'WRITE_AND_CALL_DBPROG' exporting prid = prid importing rc = rc_exe tables statements = statement_tab exceptions program_not_written = 1 sql_error_occured = 2 others = 3.

DD_POPUP_WITH_INFOTEXT call function 'DD_POPUP_WITH_INFOTEXT' exporting titel = 'Löschen bestätigen'(006) start_column = 15 start_row = 6 end_column = 63 end_row = dellines_count importing answer = delanswer tables lines = dellines exceptions others = 1.

ENQUEUE_E_TABLE call function 'ENQUEUE_E_TABLE' exporting tabname = 'TATAF' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_TABLE call function 'DEQUEUE_E_TABLE' exporting tabname = 'TATAF' exceptions others = 1.

DD_POPUP_WITH_INFOTEXT call function 'DD_POPUP_WITH_INFOTEXT' exporting titel = 'TATAF Editieren'(016) start_column = 15 start_row = 6 end_column = 63 end_row = dellines_count importing answer = delanswer tables lines = dellines.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'N' tabname = objname importing x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions not_found = 1 no_fields = 2 others = 3.

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = 'A' x030l_wa = x030l_wa importing r_subrc = rc_write tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

RS_PROGRAM_PRINT_TAB call function 'RS_PROGRAM_PRINT_TAB' exporting * FIRSTLINE = '1' * LASTLINE = '99999' * PRIPARAMS = ' ' * PROGRAMM = ' ' title = tataftitle tables source = itatafedit * EXCEPTIONS * CANCELED = 1 * OTHERS = 2 .



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