SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RSTPDA_TOOL_GENERATOR SAP ABAP Report - RSTPDATOOLGENERATOR







RSTPDA_TOOL_GENERATOR 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 RSTPDA_TOOL_GENERATOR 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 RSTPDA_TOOL_GENERATOR. "Basic submit
SUBMIT RSTPDA_TOOL_GENERATOR AND RETURN. "Return to original report after report execution complete
SUBMIT RSTPDA_TOOL_GENERATOR 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: P_ID = Tool ID
Selection Text: P_INST = Number of Required Instances
Text Symbol: 010 = Generate a Tool
Text Symbol: 020 = Required Data


INCLUDES used within this REPORT RSTPDA_TOOL_GENERATOR

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_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' EXPORTING iv_pgmid = iv_pgmid iv_object = iv_object iv_obj_name = iv_obj_name IMPORTING RESULT = RESULT exceptions communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

RS_FUNCTION_POOL_COPY CALL FUNCTION 'RS_FUNCTION_POOL_COPY' EXPORTING function_pool = 'STPDA_TOOL_TEMPLATE' function_pool_copy = fkt_copy korrnum = ' ' short_text = short_text responsible = responsible * IMPORTING * corrnum = l_corrnum * new_function_pool = l_new_function_pool EXCEPTIONS function_pool_exist = 1 cancelled_in_corr = 2 enqueue_system_failure = 3 in_progress = 4 pool_not_exist = 5 cancelled = 6 OTHERS = 7.

RS_DD_COPY_OBJ CALL FUNCTION 'RS_DD_COPY_OBJ' EXPORTING source_name = source_name target_name = target_name objtype = 'S' EXCEPTIONS not_executed = 1 permission_failure = 2 OTHERS = 3.

RS_DD_COPY_OBJ CALL FUNCTION 'RS_DD_COPY_OBJ' EXPORTING source_name = source_name target_name = target_name objtype = 'S' EXCEPTIONS not_executed = 1 permission_failure = 2 OTHERS = 3.

RS_DD_COPY_OBJ CALL FUNCTION 'RS_DD_COPY_OBJ' EXPORTING source_name = source_name target_name = target_name objtype = 'S' EXCEPTIONS not_executed = 1 permission_failure = 2 OTHERS = 3.

RPY_INCLUDE_UPDATE CALL FUNCTION 'RPY_INCLUDE_UPDATE' EXPORTING include_name = include_name title_string = title_string TABLES SOURCE = SOURCE exceptions not_found = 1 cancelled = 2 permission_error = 3 OTHERS = 4.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = name state = 'M' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = name TABLES dd03p_tab = dd03p_tab EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

SEO_CLASS_TYPEINFO_GET CALL FUNCTION 'SEO_CLASS_TYPEINFO_GET' EXPORTING clskey = clskey IMPORTING class = class attributes = attributes methods = methods types = types PARAMETERS = PARAMETERS implementings = implementings friendships = friendships explore_implementings = explore_implementings aliases = aliases EXCEPTIONS not_existing = 1 is_interface = 2 model_only = 3 OTHERS = 4.

SEO_METHOD_GET_SOURCE CALL FUNCTION 'SEO_METHOD_GET_SOURCE' EXPORTING mtdkey = l_methodkey state = 'A' IMPORTING SOURCE = l_msource EXCEPTIONS _internal_method_not_existing = 1 _internal_class_not_existing = 2 version_not_existing = 3 inactive_new = 4 inactive_deleted = 5 OTHERS = 6.

SEO_CLASS_CREATE_COMPLETE CALL FUNCTION 'SEO_CLASS_CREATE_COMPLETE' EXPORTING * corrnr = l_corrnum * devclass = '$TMP' method_sources = method_sources CHANGING class = l_class implementings = l_implementings attributes = l_attributes methods = l_methods types = l_types PARAMETERS = l_parameters aliases = l_aliases friendships = l_friendships EXCEPTIONS existing = 1 is_interface = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 OTHERS = 7.

RS_FUNCTION_POOL_COPY





CALL FUNCTION 'RS_FUNCTION_POOL_COPY' EXPORTING function_pool = 'STPDA_TOOL_TEMPLATE' function_pool_copy = fkt_copy korrnum = ' ' short_text = short_text * IMPORTING * corrnum = l_corrnum * new_function_pool = l_new_function_pool EXCEPTIONS function_pool_exist = 1 cancelled_in_corr = 2 enqueue_system_failure = 3 in_progress = 4 pool_not_exist = 5 cancelled = 6 OTHERS = 7.

RPY_INCLUDE_UPDATE CALL FUNCTION 'RPY_INCLUDE_UPDATE' EXPORTING include_name = include_name title_string = title_string TABLES SOURCE = SOURCE exceptions not_found = 1 cancelled = 2 permission_error = 3 OTHERS = 4.

RS_FUNCTION_POOL_COPY CALL FUNCTION 'RS_FUNCTION_POOL_COPY' EXPORTING function_pool = 'STPDA_TOOL_TEMPLATE' function_pool_copy = fkt_copy korrnum = ' ' short_text = short_text EXCEPTIONS function_pool_exist = 1 cancelled_in_corr = 2 enqueue_system_failure = 3 in_progress = 4 pool_not_exist = 5 cancelled = 6 OTHERS = 7.

RPY_INCLUDE_UPDATE CALL FUNCTION 'RPY_INCLUDE_UPDATE' EXPORTING include_name = include_name title_string = title_string TABLES SOURCE = SOURCE exceptions not_found = 1 cancelled = 2 permission_error = 3 OTHERS = 4.

RS_FUNCTION_POOL_COPY CALL FUNCTION 'RS_FUNCTION_POOL_COPY' EXPORTING function_pool = 'STPDA_TOOL_TEMPLATE' function_pool_copy = fkt_copy korrnum = ' ' short_text = short_text EXCEPTIONS function_pool_exist = 1 cancelled_in_corr = 2 enqueue_system_failure = 3 in_progress = 4 pool_not_exist = 5 cancelled = 6 OTHERS = 7.

RPY_INCLUDE_UPDATE CALL FUNCTION 'RPY_INCLUDE_UPDATE' EXPORTING include_name = include_name title_string = title_string TABLES SOURCE = SOURCE exceptions not_found = 1 cancelled = 2 permission_error = 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 RSTPDA_TOOL_GENERATOR or its description.