RSAMTFPC is a standard ABAP INCLUDE 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 RSAMTFPC into the relevant SAP transactions such as SE38 or SE80
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.
Title: Mass Test for ABAP/4 Programs: Subroutines for Test Data Generation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_GET_NAMESPACE_AND_ROLE CALL FUNCTION 'TR_GET_NAMESPACE_AND_ROLE' EXPORTING iv_pgmid = 'R3TR' iv_object = l_trdir_infos-object iv_objname = l_trdir_infos-obj_name IMPORTING ev_role = cc_role.
TR_TRANSFORM_TRDIR_TO_TADIR CALL FUNCTION 'TR_TRANSFORM_TRDIR_TO_TADIR' EXPORTING iv_trdir_name = p_trdir_infos-name IMPORTING es_tadir_keys = l_tadir EXCEPTIONS invalid_name_syntax = 1.
TR_TRANSFORM_TRDIR_TO_TADIR CALL FUNCTION 'TR_TRANSFORM_TRDIR_TO_TADIR' EXPORTING iv_trdir_name = p_trdir_info-name IMPORTING es_tadir_keys = l_tadir EXCEPTIONS invalid_name_syntax = 1.
BM_COMPONENTS_GET_DEVCLASSES CALL FUNCTION 'BM_COMPONENTS_GET_DEVCLASSES' EXPORTING use_posid = 'X' " auch OK wenn nur '0' selektiert, da '0' keine gueltige " Anwendungskomponente ist incl_devcs_wo_component = wo_component deliverable_devc_only = to_cc TABLES i_sel_posid = so_applc e_devclasses = dev_classes.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAMTFPC - Mass Test for ABAP/4 Programs: Subroutines for Test Data Generation RSAMTFEX - Mass Test for ABAP/4 Programs: Subroutines for Reporting Results RSAMTF10 - Mass Test for ABAP/4 Programs: Various Subroutines RSAMTF01 - Mass Test for ABAP/4 Programs: General Subroutines II RSAMTF00 - Mass Test for ABAP/4 Programs: General Subroutines I RSAMTEXP - ABAP/4 Program Set Processing: Export for Program Set Restriction