Application Development 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: 

Import parameters coming with default values

Former Member
0 Kudos

While using a BADI, I am not getting the import parameters' actual values but coming with the defaults. I am able to pass the changing parameters out of BADI. What could be the reason for this?.

2 REPLIES 2

Former Member
0 Kudos

Hello

Check the values of Parameters in Calling Program in Call Stack through Debugging...

Thanks

Amol Lohade

Former Member
0 Kudos

Here, the problem is, I am not allowed to change anything outside the BADI. So can the reason be anything inside the BADI implementation?