UPC_DATA_ADD 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 UPC_DATA_ADD 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!
UPC_CHAS_DERIVE CALL FUNCTION 'UPC_CHAS_DERIVE' EXPORTING I_AREA = R_PLARAT->AREA IS_CHAS = LS_DATA-S_CHAS ITO_CHA = IR_DATA->R_CHALEV->TO_CHA IMPORTING ES_CHAS = LS_DATA-S_CHAS EXCEPTIONS FAILED = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPC_DATA_ADD - Methode ADD der Klasse /1SEM/CL_DATA* UPC_DATASPLT_NEXT - Methode NEXT der Klasse /1SEM/CL_DATASPLT_* UPC_DATASPLT_INIT - Methode INIT der Klasse /1SEM/CL_DATASPLT_* UPC_DATASPLT_CONSTRUCTOR - Methode CONSTRUCTOR der Klasse /1SEM/CL_DATASPLT* UPC_CUSTOMIZINGS01 - Include UPC_CUSTOMIZINGS01 UPC_CUSTOMIZINGM01 - Include UPC_CUSTOMIZINGM01