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

TESTK129 SAP ABAP Report - ABAP Dictionary: Generate object list for incorrect Dictionary objects







TESTK129 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 TESTK129 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 TESTK129. "Basic submit
SUBMIT TESTK129 AND RETURN. "Return to original report after report execution complete
SUBMIT TESTK129 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ABAP Dictionary: Generate object list for incorrect Dictionary objects
Text Symbol: 008 = Cannot create transport request &
Text Symbol: 009 = No incorrect data elements found
Text Symbol: 010 = Dictionary objects could not be generated in transport
Text Symbol: 011 = Task
Text Symbol: 012 = Select missing Dictionary objects and place in tansport
Text Symbol: 007 = Transport request & does not exist
Text Symbol: 001 = Define log name
Text Symbol: 002 = Define storage type of the log (F=file, T=database)
Text Symbol: 003 = Enter a transport request for object to be analyzed
Text Symbol: 004 = Enter request for analysis of data elements
Text Symbol: 005 = Enter a log name
Text Symbol: 006 = Transport request & already exists


INCLUDES used within this REPORT TESTK129

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:

TR_INSERT_NEW_COMM_WITH_NAME call function 'TR_INSERT_NEW_COMM_WITH_NAME' exporting iv_trkorr = name iv_trfunction = 'F' iv_kurztext = text * IV_CATEGORY = 'SYST' * IV_TARSYSTEM = * IV_CLIENT = SY-MANDT * IV_TARGET_CLIENT = ' ' * IV_SIMULATION = ' ' * IMPORTING * EV_E070 = * EV_E070C = * EV_E07T = exceptions no_authorization = 5 others = 9.

TRINT_MODIFY_COMM call function 'TRINT_MODIFY_COMM' exporting * WI_CALLED_BY_EDITOR = ' ' wi_e070 = wi_e070 wi_e07t = wi_e07t * WI_LOCK_SORT_FLAG = ' ' * WI_SAVE_USER = ' ' wi_sel_e071 = 'X' * WI_SEL_E071K = ' ' wi_sel_e07t = 'X' * WI_SEL_E070C = ' ' * WI_E070C = ' ' * WI_NO_CLIENT_CHECK = ' ' importing we_e070 = wi_e070 we_e07t = wi_e07t * we_e070c = wi_e070c tables wt_e071 = e071_tab wt_e071k = wt_e071k exceptions chosen_project_closed = 01 e070_insert_error = 02 e070_update_error = 03 e071k_insert_error = 04 e071k_update_error = 05 e071_insert_error = 06 e071_update_error = 07 e07t_insert_error = 08 e07t_update_error = 09 locked_entries = 10 locked_object_not_deleted = 11 ordername_forbidden = 12 order_change_but_locked_object = 13 order_released = 14 order_user_locked = 15 tr_check_keysyntax_error = 16 no_authorization = 17 e070c_insert_error = 18 e070c_update_error = 19 wrong_client = 20 unallowed_source_client = 21 unallowed_user = 22.



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