You are on page 1of 1

Implement Badi to Disable Drill Down Check

High Level Design


Author:
SUNDARAN NAIR ABAP APO SME
Design Specifications
For a planning book which has automatic drill down/drill up Macros features for loading multiple locations
products and do a drill down to products or locations an error message /SAPAPO/SDP256 "The drilldown or
drillup operation chosen is not valid".appears. The method DISABLE_DRILL_CHECK of BAdI
/SAPAPO/SDP_INTERACT is needed to be implemented in order to enable manual drill up/drill down features in
the planning book.
1.1
Description
The implementation ZPAREALOCK has been used for the same. The method DISABLE_DRILL_CHECK needs to
be implemented in order to achieve the same. The parameter CV_DISABLE_DRILL_CHECK from the method
DISABLE_DRILL_CHECK needs to be checked as X according to the planning book/data view given in input.
You can also set this variable without considering the planning book/data view if you want to deactivate the check
of all planning books.
This implementation will be without consideration of any particular planning book or data view.
1.2
Flow Diagram:
Following is the Business Flow Diagram for the same.
Execute the transaction /n/SAPAPO/SDP94
Select the Planning Book and Data
View

Method DISABLE_DRILL_CHECK
gets trigerred.

Manually drill-up/drill down features gets enabled. No error


message is received.

Execution Method
/n/SAPAPO/SDP94

Page 1 of 1

You might also like