MEMIG_FIELDI01 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 MEMIG_FIELDI01 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!
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'TEMFE' fieldname = 'VARNAME' tables return_tab = lt_val exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
HELP_VALUES_GET_FROM_LIST * call function 'HELP_VALUES_GET_FROM_LIST' * exporting * fieldname = 'VARNAME' * tabname = 'TEMFE' * importing * select_value = sel_var * tables * shrinkfields = sfd_var * exceptions * no_table_in_dictionary = 1 * no_fields_in_table = 2 * others = 3.
F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'EMI_VALUE' * SHLPTYPE = 'SH' importing shlp = lv_sh.
F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' exporting shlp = lv_sh * DISPONLY = ' ' maxrecords = 100 * MULTISEL = ' ' * CUCOL = SY-CUCOL * CUROW = SY-CUROW importing rc = lv_rc tables return_values = lt_val.
F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'EMI_CONVOBJ' * SHLPTYPE = 'SH' importing shlp = lv_shlp.
F4IF_SELECT_VALUES call function 'F4IF_SELECT_VALUES' exporting shlp = lv_shlp * MAXROWS = 0 * SORT = ' ' * CALL_SHLP_EXIT = ' ' * IMPORTING * MAXROWS_EXCEEDED = tables record_tab = lt_rectab recdescr_tab = lt_descrtab.
F4IF_DISPLAY_VALUES call function 'F4IF_DISPLAY_VALUES' tables * SHLP_TAB = record_tab = lt_rectab changing shlp = lv_shlp callcontrol = lv_callcont.
ISU_M_SHLP_CONVOBJ_INIT call function 'ISU_M_SHLP_CONVOBJ_INIT' exporting x_doma = dfies-domname.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'TEMCNV' fieldname = 'CONVOBJECT' searchhelp = 'EMI_CONVOBJ' * SHLPPARAM = ' ' dynpprog = 'SAPMEMIG_FIELD' dynpnr = '0200' dynprofield = 'TEMCNV-CONVOBJECT' * STEPL = 0 value = lv_selcnv * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * TABLES * RETURN_TAB = exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEMIG_FIELDI01 - Generated automatically. Fills import parameters of test module. MEMIG_FIELDF01 - Include LEMIG_SERVICE_FUNCTIONSTOP MEMIG_DOKU - Generated automatically. Fills import parameters of test module. MEMIG_CONVOBJ_TOP - INTERNAL: IS-U migration: create/change a report variant MEMIG_CONVOBJ_O01 - INTERNAL: Buffer KSV MEMIG_CONVOBJ_I01 - INTERNAL: IS-U migration: create/change a report variant