Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Identifying program/transaction for a BAdI

Former Member
0 Likes
347

Can anybody tell me in which transaction(Demand Planning APO) is the BAdI /SAPAPO/SDP_SELECTOR being called? I need to know that so that I can see what data is coming into one of it's methods ?I know the BAdI and the changes to be made in one of it's methods DP_CHAR_VALUE_LIST, but I am unable to trigger it from a transaction and view it.All I know is it is related to demand planning .

Thanks,

Savitha

1 REPLY 1
Read only

Former Member
0 Likes
324

From Badi defination in SE18 Transaction, you can find out the interface name, and on interface click where used list, then it will point you the calling program which is using this BADI.

Thanks,