WB2CCDL01 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 WB2CCDL01 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!
WB2_ADD_ON_READ_DL call function 'WB2_ADD_ON_READ_DL' exporting i_likp = l_likp i_aktyp = 'V' tables t_lips = lt_lipsvb exceptions error_message = 1.
WB2_GET_DOCTYPE_FROM_DOCCAT call function 'WB2_GET_DOCTYPE_FROM_DOCCAT' exporting i_vbtyp = l_likp-vbtyp importing doc_type = l_doc_type exceptions not_found = 1 parameter_error = 2 others = 3.
WB2_TRADE_GET_ITEM_DATA_3 call function 'WB2_TRADE_GET_ITEM_DATA_3' exporting i_documentnumber = l_likp-vbeln i_doc_type = l_doc_type i_itemnumber =
-posnr i_refresh_buffer = ' ' exceptions no_data = 1 others = 2.
WB2_ADD_ON_COPY_DL call function 'WB2_ADD_ON_COPY_DL' exporting i_likp = l_likp i_lips =
exceptions error_message = 1.
WB2_ADD_ON_UPDATE_DL call function 'WB2_ADD_ON_UPDATE_DL' exporting i_likp = l_likp tables t_lips = lt_lipsvb t_ylips = lt_lipsvb exceptions error_message = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WB2CCDL01 - Include WB2CCPO01 WB2B_TYPES_NAST - WB2BTYPESNAST WB2B_TC_PROCESSING_GLOBAL - TC processing: Global definition WB2B_RMCSBWXP_COM_606 - EHP 6.06 - After Activation Report for BF ISR_GLT_COMMODITY_5 WB2B_RMCSBWXP_COM_606 - EHP 6.06 - After Activation Report for BF ISR_GLT_COMMODITY_5 WB2B_RMCSBWXP_COM_605 - EHP 6.05 - After Activation Report for BF ISR_GLT_COMMODITY_4