SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Runtime Analysis(BC-DWB-TOO-RTA) SAP BC

MS38TF01 SAP ABAP INCLUDE - ABAP Runtime Analysis: Include For SAPMS38T







MS38TF01 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 MS38TF01 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 MS38TF01. "Basic submit
SUBMIT MS38TF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MS38TF01 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 Runtime Analysis: Include For SAPMS38T


INCLUDES used within this REPORT MS38TF01

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:

GET_CPU_ALL CALL FUNCTION 'GET_CPU_ALL' IMPORTING activeflag = l_activeflag TABLES tf_cpu_all = l_tf_cpu_all EXCEPTIONS internal_error_adress_failed = 1 internal_error_different_field = 2 internal_error_no_new_line = 3 collector_not_running = 4 shared_memory_not_available = 5 collector_busy = 6 version_conflict = 7 no_network_collector_running = 8 system_failure = 9 communication_failure = 10 others = 11.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_quickinfo IMPORTING result = rs38t-proc_cnt EXCEPTIONS others = 3.

ATRA_SEND_TRACE_AGG_7X CALL FUNCTION 'ATRA_SEND_TRACE_AGG_7X' EXPORTING p_fname = p_fname p_dest = se30dynp-rfc_dest EXCEPTIONS others = 1.

ATRA_SEND_TRACE CALL FUNCTION 'ATRA_SEND_TRACE' EXPORTING p_fname = p_fname p_dest = se30dynp-rfc_dest EXCEPTIONS others = 1.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING program = l_pname suppress_select = 'X' IMPORTING namespace = l_namespace group = l_fugr EXCEPTIONS others = 1.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' IMPORTING namespace = l_n1 CHANGING include = l_fugr EXCEPTIONS include_not_exists = 1 group_not_exists = 2 no_selections = 3 no_function_include = 4 no_function_pool = 5 delimiter_wrong_position = 6 no_customer_function_group = 7 no_customer_function_include = 8 reserved_name_customer = 9 namespace_too_long = 10 area_length_error = 11 others = 12.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' CHANGING program = l_pool group = l_n22 namespace = l_n1 EXCEPTIONS not_enough_input = 1 no_function_pool = 2 delimiter_wrong_position = 3 others = 4. "#EC DOM_EQUAL

FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING funcname = l_funcname group = l_group EXCEPTIONS function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 others = 6.



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