
Original of article taken from my personal blog site at oprsteny.com
Here I'd like to present my solution of a problem in APO planning books where it was necessary to load multiple products and locations at the same time into the planning view and execute some Default macros on all of them. The requirement was to execute the macro always only per ONE product/location. This was not possible because the planning data was aggregated on material and/or location level.
Therefore I have to modify the macros in macro editor (/SAPAPO/ADVM) so at first they DRILL_DOWN on material level, then on location level and then the computation macro itself is executed.
The basic idea is: IF ( AGG_LEVEL( '9AMATNR' ) = 1 ) DRILL_DOWN( '9AMATNR' ; 'internal' )
The basic idea is the same as for material : IF ( AGG_LEVEL( '9ALOCNO' ) = 1 ) DRILL_DOWN( '9ALOCNO' ; 'internal' )
The collective macro executes the "sub-macros" in the list sequentially:
In the planning book (/SAPAPO/SDP94) it's now visible that each key figure row is split into several rows:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
6 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |