ML01AFCD8 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 ML01AFCD8 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!
WAVI_CREATE_MESSAGES CALL FUNCTION 'WAVI_CREATE_MESSAGES' EXPORTING FBI_DOCUMENT_NUMBER = HELP_AUFTEILER_NR FBI_AUKO = HELP_AUKO FBI_KIND_OF_CALL = HELP_KIND_OF_CALL FBI_TA_TYP = HELP_TA_TYP TABLES FBT_AUPO = HELP_AUPO FBT_AUPO_VON_DB = yaupo "auft*1/Rel. 4.6B
WAVI_PROCESS_MESSAGES CALL FUNCTION 'WAVI_PROCESS_MESSAGES' EXPORTING FBI_TA_TYPE = HELP_TA_TYP FBI_MSG_OBJECT = HELP_MSG_OBJEKT FBI_DOCUMENT_NUMBER = HELP_AUFTEILER_NR FBI_AUKO = HELP_AUKO FBI_AUPO = HELP_AUPO * fbi_aufg = help_aufg * fbi_aufi = help_aufi FBI_AUVZ = HELP_AUVZ IMPORTING FBO_UPDATE_FLAG = HELP_UPDATE_FLAG FBO_FCODE = HELP_FCODE TABLES FBT_ERROR_TAB = FEHLER_TAB EXCEPTIONS FBA_WARNING = 04 FBA_ERROR = 08 FBA_ABORT = 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.