ML01AFF4 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 ML01AFF4 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.
Title: Include ML01AFF4
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WR20_READ_TWRF16 CALL FUNCTION 'WR20_READ_TWRF16' EXPORTING i_bgapp = application TABLES o_twrf16 = itab_twrf16 EXCEPTIONS no_entries_found = 1 OTHERS = 2.
HELP_VALUES_GET_WITH_MACO * CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' * EXPORTING * cucol = 1 * curow = 1 * mc_id = 'A' * mc_object = 'CLAS' * selstr = ' ' * IMPORTING * selectvalue = up_filkl * EXCEPTIONS * no_selection = 01 * no_values = 02 * no_values_selected = 03.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space * Problem: bei 'CLAS' kommt die Klassenart (SET-Par. KAR nicht an)
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = pi_progname dynumb = pi_dynpro * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' PERFORM_INPUT_CONVERSION = kreuz "erw. Kdauft
F4_ALLOWED_QUANTITY_UNIT CALL FUNCTION 'F4_ALLOWED_QUANTITY_UNIT' EXPORTING i_s_general = l_i_alwd_unit i_dialog = kreuz i_dynpprog = pi_progname i_dynpnr = pi_dynpro i_dynprofield = pi_dynpro_field_me i_display = l_display i_titel = l_text_f4_hilfe i_stepl = l_dynpro_zeile TABLES o_t_qt_units = l_t_alwd_unit EXCEPTIONS bad_params = 1 error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.