WRF_SAPML01A_FORMS 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 WRF_SAPML01A_FORMS 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.
INCLUDE WRF_ML01AF_GENERAL.
INCLUDE WRF_ML01AF_FC.
INCLUDE WRF_ML01AF_CREATE.
INCLUDE WRF_ML01AF_FCODE.
INCLUDE WRF_ML01AF_FCODE_IBNB.
INCLUDE WRF_ML01AF_FCODE_IBUB.
INCLUDE WRF_ML01AF_CONSI.
INCLUDE WRF_ML01AF_MATRIX.
INCLUDE WRF_ML01AF_CHANGE.
No SAP DATABASE tables are accessed within this REPORT code!
GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' EXPORTING i_structure_package = 'EA-RETAIL' IMPORTING e_active = rtfash_activ * Begin Note 663537 EXCEPTIONS not_existing = 1 object_not_existing = 2 no_extension_object = 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.