SD_DPP_MV13AKOM_DATA is a standard ABAP Include available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter SD_DPP_MV13AKOM_DATA into the relevant SAP transaction such as SE38 or SE80
*&-------------------------------* *& INCLUDE SD_DPP_MV13AKOM_DATA *& DP&P: Declaration of local variables *&-------------------------------*
IF cl_va_sd_dpp_switch_check=>sd_dpp_sfw_01( ) IS NOT INITIAL. DATA: lvf_customer TYPE kunnr. DATA: lvf_parvw TYPE parvw. DATA: lvf_cvp_xblck TYPE xfeld. ENDIF. ....See full code listing within your SAP system using transactions such as SE80 and SE38
No INCLUDES are used within this report code!
No SAP database TABLES are accessed within this report code!
No SAP FUNCTION MODULES are executed within this report code!