CD_ODP_SEQ_PBO 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 CD_ODP_SEQ_PBO 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!
CP_CC_S_ODP_SEQ_PROVIDE_BY_MTK CALL FUNCTION 'CP_CC_S_ODP_SEQ_PROVIDE_BY_MTK' EXPORTING I_DATE_FROM = G_VALIDITY-DATUV I_DATE_TO = G_VALIDITY-DATUB I_MATERIAL = G_CONTEXT-MATNR I_PLANT = G_CONTEXT-WERKS I_SALES_ORDER = G_CONTEXT-VBELN I_SALES_ORDER_ITEM = G_CONTEXT-POSNR I_PLNTY = G_CONTEXT-PLNTY I_PLNNR = G_CONTEXT-PLNNR I_PLNAL = G_CONTEXT-PLNAL I_PLNFL = G_CONTEXT-PLNFL I_FILTER_EXPRESSION = G_ODP_SEQ_FREE_EXPR TABLES E_ODP_SEQ_CLASS_DATA = G_ODP_SEQ_REP EXCEPTIONS WRONG_KEY = 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.