EXTENSION_GEN_UI_F001 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 EXTENSION_GEN_UI_F001 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 = cs_dynp_values-tabname fieldname = cs_dynp_values-fieldname dynpprog = cs_dynp_values-repid dynpnr = cs_dynp_values-dynnr dynprofield = cs_dynp_values-dynp_field stepl = cs_dynp_values-stepl display = cs_dynp_values-display * TABLES * return_tab = lv_f4_ret_table EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
COM_ATTRIBUTE_DOMAIN_TABLE_GET CALL FUNCTION 'COM_ATTRIBUTE_DOMAIN_TABLE_GET' EXPORTING iv_settype_id = lv_settype_id is_dynp_values = cs_dynp_values IMPORTING ev_checktable = lv_checktable ev_checktab_key = lv_checktab_key EXCEPTIONS internal_error = 1 OTHERS = 2.
F4TOOL_CHECKTABLE_HELP CALL FUNCTION 'F4TOOL_CHECKTABLE_HELP' EXPORTING checktable = lv_checktable retfield = lv_checktab_key TABLES dynpfld_mapping = mapping EXCEPTIONS tabl_not_exists = 1 field_not_exists = 2 illegal_call = 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.