MF05AF01_TC_XXXX_COLUMNS_MODIF 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 MF05AF01_TC_XXXX_COLUMNS_MODIF 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!
STCT_CHECK_VARIANT_EXISTS CALL FUNCTION 'STCT_CHECK_VARIANT_EXISTS' "Note1059972 EXPORTING "Note1059972 programname = sy-cprog "Note1059972 controlname = controlname "Note1059972 username = sy-uname "Note1059972 IMPORTING "Note1059972 is_default = l_default "Note1059972 is_system_variant = l_system_variant. "Note1059972
STCT_CHECK_VARIANT_EXISTS CALL FUNCTION 'STCT_CHECK_VARIANT_EXISTS' EXPORTING programname = sy-cprog controlname = controlname username = sy-uname IMPORTING * variant_existent = variant_existent * is_default = l_tcview_active "Note1059972 is_default = l_default. "Note1059972
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF05AF01_TC_XXXX_COLUMNS_MODIF - MF05AF01TCXXXXCOLUMNSMODIF MF05AF01_TC_STANDARDFIELDS - MF05AF01TCSTANDARDFIELDS MF05AF01_SORT_TABLE - MF05AF01SORTTABLE MF05AF01_SORT_POSTAB - MF05AF01SORTPOSTAB MF05AF01_SIMULATE_LEDGER_VIEW - MF05AF01SIMULATELEDGERVIEW MF05AF01_SIMULATE_FIAA_VIEW - MF05AF01SIMULATEFIAAVIEW