cancel
Showing results for 
Search instead for 
Did you mean: 

Dataflow of Detailed Scheduling Heuristics in APO

Former Member
0 Kudos

Dear experts,

I'm a student study for APO.

Where I can find the data flow about Detailed Scheduling Heuristics in APO?

I want to know about which table be used ? (BY Detailed Scheduling Heuristics Heuristics)

If i learn ABAP ,then I can write the heuristics ?

Thanks,

Chiang.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can copy a heuristic by copying another heuristic and changing it

check the link here

http://help.sap.com/saphelp_scm50/helpdata/en/44/c1703713bf277ee10000009b38f8cf/content.htm

some good abap knowledge will help.

if you can open the program you will see the various parameters that go into it

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Heuristic a planning algorithm requires Master data <Product, Location etc...>as well as transaction data <Planned order, Producion ord, PO etc> for processing.

In general in APO Master data is stored in tables & Transaction data is available in Livecache.

For extracting data from LC, various BAPIs are available.

For writing any new Heuristic, I would recomend to analyze one of similar available algorithm

Thanks

Mangesh A. Kulkarni