RAFWCH_FILTER_FO_F4FLID 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 RAFWCH_FILTER_FO_F4FLID 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 ZMR_AFWCH_F4FLID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AFWCH_FL_GET_LIST CALL FUNCTION 'AFWCH_FL_GET_LIST' EXPORTING i_rmbid = g_rmbid TABLES e_afwch_fl_t = lt_afwch_fl.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING NAME = 'AFWCH_FLTYP' LANGU = SY-LANGU TEXTS_ONLY = ' ' TABLES DD07V_TAB = lt_dd07v EXCEPTIONS ILLEGAL_INPUT = 1.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FLID' value_org = 'S' TABLES value_tab = lt_afwch_fl_alv return_tab = it_ddshretval EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAFWCH_FILTER_FO_F4FLID - Include ZMR_AFWCH_F4FLID RAFWCH_FILTER_FOD00 - TOP-Include Finanzobjektanzeige RAFWCH_FILTER_FO - Financial Object Display RAFWCH_FILTER_FO - Financial Object Display RAFWCH_FCAT_INTF - Risk Management: Access Routines for Field Catalogs RAFWCH_FCAT_INTF - Risk Management: Access Routines for Field Catalogs