cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Drilldown in Planning book

Former Member
0 Kudos

Hi,

In SNP planning book, When I load a selection and try to drill down based on product, I get a message " The drill down or drill upoperation choosen is not valid" Can any one help how to solve this issue? I need to drill down or drill up product wise.

Regards,

S.

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkj
Active Contributor
0 Kudos

Hi,

It needs to be posted in http://scn.sap.com/community/scm/apo/demand-and-supply-network-planning

You would have loaded the data view with data at detailed level. For instance, your header information on product number characteristics shows 'Details(All)'.  If a macro is executed manually with DRILL_DOWN( '9AMATNR' ) function, the system issues the above message.

To avoid this message, either you need to use DRILL_UP( '9AMATNR' ) function in your macro implementation or consider using header information and set it for 'Total'.

Please refer the following macros come with standard SNP macro book for further details on implementation of the DRILL_DOWN and DRILL_UP macro functions.

* DRILL(Start)

* DRILL(Level)

Thanks,

Rajesh