PKTEST_READ_CONFIG 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 PKTEST_READ_CONFIG 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: Test Report for Performance Analysis
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TMS_CFG_READ_CONFIGURATION call function 'TMS_CFG_READ_CONFIGURATION' exporting iv_domain = 'DOMAIN_L1A' iv_system = 'B4X' * IV_LOCAL_DOMAIN = iv_plus_cluster = 'X' iv_plus_nonabap = 'X' * IV_PLUS_VIRTUAL = * IV_PLUS_EXTERNAL = iv_plus_server = ' ' * IV_PLUS_FOREIGN = * IV_ONLY_ACTIVE = * IV_ALL_SYSTEMS = * IV_ALL_PLUS_LIMBO = * IV_FOREIGN_LIMBO = * IV_LOCAL_NON_ABAP_SYS = * IV_CHECK_DUAL_STACK = * IV_FORCE = iv_text_required = ' ' iv_get_nonabap_params = 'X' * IMPORTING * EV_IS_A_CLIENT = * EV_IS_A_CONTROLLER = * EV_IS_A_SERVER = * ES_CONF = * ES_DOM = * ES_SYS = * ES_NFS = * ES_DES = * ES_SRV = * ET_NONABAP_CONF = * TABLES * TT_DOM = * TT_SYS = * TT_NFS = * TT_DES = * TT_DOMT = * TT_SYST = * TT_NFST = * EXCEPTIONS * TMS_IS_NOT_CONFIGURED = 1 * TMS_IS_NOT_ACTIVE = 2 * SYSTEM_NOT_ACTIVE = 3 * SYSTEM_IS_VIRTUAL = 4 * SYSTEM_IS_FOREIGN = 5 * INVALID_CI_CONFIG = 6 * DOMAIN_NOT_FOUND = 7 * SYSTEM_NOT_FOUND = 8 * GROUP_NOT_FOUND = 9 * INVALID_CONTROLLER = 10 * INVALID_BACKUP_CTL = 11 * OTHERS = 12 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PKTEST_READ_CONFIG - Test Report for Performance Analysis PKTEST_READ_CONFIG - Test Report for Performance Analysis PKTESTPROXY - documentation and ABAP source code PKTESTPROXY - documentation and ABAP source code PJP_FWS_FG_ENQUEUE - Request Lock Check PJP_FWS_FG_11 - Support for Function Group FWSFG