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

BADI Import Parameter Value to be changed

Former Member
0 Likes
2,390

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?

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
Read only

alex_m
Active Contributor
0 Likes
1,196

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

Read only

Former Member
0 Likes
1,196

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

Read only

0 Likes
1,196

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!