WVKP02BF00 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 WVKP02BF00 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!
SD_T681_SINGLE_READ call function 'SD_T681_SINGLE_READ' EXPORTING kvewe_i = kvewe_a kotabnr_i = pi_tabnr EXCEPTIONS no_entry_found = 1 others = 2.
GET_EWWU_WAERS_40 CALL FUNCTION 'GET_EWWU_WAERS_40' TABLES EWUCURRS = I_EWUCURS.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = GT_FIELDCAT[] TABLES T_OUTTAB = T_RESULT.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = pi_percent text = pi_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.