SAP Reports / Programs | Production Planning and Control | Basic Data | Routing(PP-BD-RTG) SAP PP

CD_ODP_SEQ_PBO SAP ABAP INCLUDE - CDODPSEQPBO







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CD_ODP_SEQ_PBO. "Basic submit
SUBMIT CD_ODP_SEQ_PBO AND RETURN. "Return to original report after report execution complete
SUBMIT CD_ODP_SEQ_PBO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CD_ODP_SEQ_PBO

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CD_ODP_SEQ_PBO or its description.