Application Development and Automation 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: 
Read only

Routing Scheduling

former_member1984
Discoverer
0 Likes
1,118

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

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
Read only

roberto_vacca2
Active Contributor
0 Likes
906

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

Read only

0 Likes
906

Hi Roberto,

thank you for your reply.

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

Bye

Simone

Read only

0 Likes
906

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