KU004F0W 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 KU004F0W 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 KU004F0W - Form Routines Beginning with W
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LOCATION_WRF1_SELECT CALL FUNCTION 'LOCATION_WRF1_SELECT' EXPORTING I_LOCNR = PI_KUNNR IMPORTING A_WRF1 = PE_I_WRF1 EXCEPTIONS NO_ENTRY_FOUND = 01.
MERCHANDISE_GROUP_SELECT CALL FUNCTION 'MERCHANDISE_GROUP_SELECT' EXPORTING MATKL = PI_MATKL SPRAS = SY-LANGU WG_BEZ = 'X' TABLES O_WWG01 = T_WWG01 EXCEPTIONS NO_BASIS_MG = 01.
VALUE_ARTICLE_FIND CALL FUNCTION 'VALUE_ARTICLE_FIND' EXPORTING I_MATNR = PI_MATNR I_WERKS = PI_WERKS IMPORTING E_MATNR = PE_WMATN E_WAART = WAART EXCEPTIONS ENTRY_NOT_FOUND = 01 WERTM_BF_NICHT_ERLAUBT = 02 BUCHUNG_NICHT_ERLAUBT = 03 MATERIAL_NOT_FOUND = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KU004F0W - Include KU004F0W - Form Routines Beginning with W KU004F0V - documentation and ABAP source code KU004F0U - Include KU004F0U - Form Routines Beginning with U KU004F0T - documentation and ABAP source code KU004F0S - documentation and ABAP source code KU004F0R - documentation and ABAP source code