Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Routing Scheduling

former_member1984
Discoverer
0 Kudos

Hi Gurus,

I hope someone can help me.

I've this kind of problem.

I have to simulate in a Z report PP routing sheduling (CA02/03 -> Operation overview -> Extras -> Scheduling -> Schedule).

Does anyone know how to do it via FM or any other way? I try with CX_PLAN_SCHEDULE and CX_DI_PLAN_SCHEDULE but no way.

Thank you.

Simone

3 REPLIES 3

roberto_vacca2
Active Contributor
0 Kudos

Hi

CX_PLAN_SCHEDULE has Not Released flag on properties, as CX_DI_PLAN_SCHEDULE.

This means that this function module is used internally by SAP standard programs.


Did you try BAPI_ROUTING_PROCESS?


Hope to help

Bye

0 Kudos

Hi Roberto,

thank you for your reply.

Sorry but I cannot find BAPI_ROUTING_PROCESS on my system. Any other idea?

Bye

Simone

0 Kudos

Full name is /SAPMP/BAPI_ROUTING_PROCESS.


Anyway, try BAPI_ROUTING_CREATE that is called from inside the first one..


You'll need to feed structures like: operation, task, materialtaskallocation, etc.


Bye