MOIFA_FIELDS_TOF01 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 MOIFA_FIELDS_TOF01 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 MOIFA_FIELDS_TOF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting display = g_display_connpoint selectfield = 'KNOTE' titel = 'Available Connection Points'(004) importing ind = l_tabind tables fields = l_f4_help_tab full_table = oifspbl_vr_knote_tab exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMOIFA' dynumb = sy-dynnr tables dynpfields = scr_fields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
OIF_FIELD_SETTINGS_GET call function 'OIF_FIELD_SETTINGS_GET' exporting i_program = 'SAPMOIFA' i_dynnr = '0163' i_pbltyp = g_pbltyp i_tr_rnbt = g_rnbt i_ds_rnbt = g_ds_rnbt i_trtyp = g_ds_trtyp importing e_fieldselection = l_field_selection_tab2 exceptions lead_rnbt_not_defined = 1.
OIF_FIELD_SETTINGS_SET call function 'OIF_FIELD_SETTINGS_SET' exporting i_field_selection = l_field_selection_tab2.
OIF_FIELD_SETTINGS_GET call function 'OIF_FIELD_SETTINGS_GET' exporting i_program = 'SAPMOIFA' i_dynnr = '0161' i_pbltyp = g_pbltyp i_tr_rnbt = g_rnbt i_ds_rnbt = g_ds_rnbt i_trtyp = g_ds_trtyp importing e_fieldselection = l_field_selection_tab2 exceptions lead_rnbt_not_defined = 1.
OIF_FIELD_SETTINGS_SET call function 'OIF_FIELD_SETTINGS_SET' exporting i_field_selection = l_field_selection_tab2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIFA_FIELDS_TOF01 - Include MOIFA_FIELDS_TOF01 MOIFAVPF - INCLUDE MRN partner roles POV modules MOIFAVOL - Include MRN object link and navigation POV modules MOIFATTX - Include MOIFATTX MRN long text processing defintions MOIFATSC - INCLUDE MRN link to SOC tool data MOIFATPF - INCLUDE MRN partner role data definitions