MF67AF0334 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 MF67AF0334 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!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name * TEXT = ' ' info = l_icon_info * ADD_STDINF = 'X' IMPORTING RESULT = p_dynpr_field EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
SPECIAL_ARRAGEMENTS_READ CALL FUNCTION 'SPECIAL_ARRAGEMENTS_READ' EXPORTING r_rsicher = lr_rsicher[] CHANGING tnvdsonsi = l_tab_nvdsonsi tovdsonsi = l_tab_ovdsonsi tnvzgpo = l_tab_nvdgpo tovzgpo = l_tab_ovdgpo EXCEPTIONS error_vzgpo_read = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-og1 textline2 = text-og2 titel = text-og0 IMPORTING answer = p_answer.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RVDHGRPF' retfield = 'RSICHER' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 WINDOW_TITLE = 'Gesamtrecht auswählen' * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = value_f4 * FIELD_TAB = fields return_tab = returnvalue * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 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.