IFIFMFYCEFDELWF_BUKRS_F4 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 IFIFMFYCEFDELWF_BUKRS_F4 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = con_repid dynumb = '1000' TABLES dynpfields = l_t_field_output.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'BKPF' fieldname = 'BUKRS' TABLES return_tab = l_t_result EXCEPTIONS OTHERS = 0.
FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = c_bukrs IMPORTING e_fikrs = l_fikrs EXCEPTIONS OTHERS = 1.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = con_repid dynumb = '1000' TABLES dynpfields = l_t_field_output EXCEPTIONS OTHERS = 0.
FM_FYC_BUKRS_FOR_FIKRS_F4 CALL FUNCTION 'FM_FYC_BUKRS_FOR_FIKRS_F4' EXPORTING i_fikrs = l_fikrs CHANGING c_bukrs = c_bukrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFIFMFYCEFDELWF_BUKRS_F4 - IFIFMFYCEFDELWFBUKRSF4 IFIFMFYCEFDELWF_BLTYP_F4 - IFIFMFYCEFDELWFBLTYPF4 IFIFMFYCEFDELWF_AUTH_CHECK - IFIFMFYCEFDELWFAUTHCHECK IFIFMFYCEFDELWF_ALV_CALLBACK - IFIFMFYCEFDELWFALVCALLBACK IFIFMFHM - FIFM: Application-Indpndnt Procedures for Addressing Hierarchy Graphic IFIFMEQU - FIFM: Central Include for Constant Declarations