cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to understand the logic of macro

former_member343632
Participant
0 Kudos
158

Hi Experts,

I am learning macro in APO DP and got confused with the logic in one of the macros.

I am trying to know what does Area mean in the macro?

I am attaching the sample macro ...

Please explain me.

Thanks in advance

Regards,

Prabhat

View Entire Topic
Former Member
0 Kudos

Hi Prabhat

Area is mathematical function which gets used in APO macro.

When you defined Area, you also require provide the date range. Area will sum all the values defined with date range and provide this information to next step defined in the macro. So in you example you are calculating the sum of Total demand defined within the number range.

Please also find below the details about different APO macro functions. I hope this information will help you.

Operators and Functions in Macros - Planning Area Administration - SAP Library

Thanks

Amol