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: 

BADI Import Parameter Value to be changed

Former Member
0 Kudos

Hi ,

When I am trying to change the value of an Import parameter in a BADI method, it is not allowing me to. The program is not activating giving the error message. Can we not change the value of any import parameter in a BADI? Or is there a particular way of changing it?

3 REPLIES 3

alex_m
Active Contributor
0 Kudos

Import parameters cant be changed in BADI or in funtional modules, if you need to change then its should be passed as 'Changing type'.

former_member555112
Active Contributor
0 Kudos

Hi,

You cannot change the importing parameters in the BADI.

They need to be in the changing or exporting parameters then only you can change.

Search for some different badi in which you have your importing parameters as exporting or changing parameters.

Regards,

Ankur Parab

0 Kudos

Thanks for the confirmation..That's very true...Actually I just got a requirement, and because I have not dealt much with BADI so wanted to confirm whether this can be done at all. thanks to All!