KU004F0V 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 KU004F0V 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!
PRICING_REFRESH call function 'PRICING_REFRESH' exporting i_no_komv_refresh = yes tables tkomk = lt_komk tkomv = lt_komv_dummy exceptions others = 1. "End 1159152
VALUE_ARTICLE_FIND CALL FUNCTION 'VALUE_ARTICLE_FIND' EXPORTING I_MATNR = PI_MATNR I_WERKS = PI_WERKS IMPORTING * E_MATNR = E_WAART = PE_WAART EXCEPTIONS ENTRY_NOT_FOUND = 1 WERTM_BF_NICHT_ERLAUBT = 2 BUCHUNG_NICHT_ERLAUBT = 3 MATERIAL_NOT_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.
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 KU004F0P - Include KU004F0P - Form Routines Beginning with P