ADAT6MF0 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 ADAT6MF0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SEL_EXTENDED_VERSION_SDB CALL FUNCTION 'SEL_EXTENDED_VERSION_SDB' EXPORTING con_name = g_con_name_iv use_dbmrfc = 'S' IMPORTING long_version = g_long_version EXCEPTIONS OTHERS = 0.
GET_PAGESIZE_SDB CALL FUNCTION 'GET_PAGESIZE_SDB' EXPORTING con_name = g_con_name IMPORTING pagesize = g_pagesize.
EXISTS_OBJECT_SDB CALL FUNCTION 'EXISTS_OBJECT_SDB' EXPORTING iv_con_name = g_con_name_iv iv_owner = 'SYSINFO' iv_tablename = 'DATASOURCETABLESIZE' CHANGING cv_kernelversion = g_long_version EXCEPTIONS object_doesnt_exist = 1 OTHERS = 2.
LC_SEL_CLASSCONTAINERS CALL FUNCTION 'LC_SEL_CLASSCONTAINERS' EXPORTING con_name = g_con_name TABLES classcontainers = gt_classcontainers EXCEPTIONS no_connection = 1 no_entry_found = 2 table_not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADAT6MF0 - documentation and ABAP source code ADALVIEW - Start ALVIEW ADALVIEW - Start ALVIEW ADADPMSTATHD - Correction frm former 3 char.entries in ADPMSTATHD to 4 char.entries ADADPMSTATHD - Correction frm former 3 char.entries in ADPMSTATHD to 4 char.entries ADACOTOP - documentation and ABAP source code