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: 

Modify BAdI implementation through code

0 Kudos

Hi All,

I am trying to modify the custom BAdI implementation using a program, I used the class cl_enh_tool_badi_impl to modify the implementation by delete & add method. But when i call the save method, transport details popup is appeared to save the changes. Is there any other way to modify the implementation without saving it to a transport??

In the below screenshot, i have identified the field which i am trying to modify using my custom program.

2 REPLIES 2

Former Member
0 Kudos

Then save it locally

0 Kudos

That is an option but this custom program will be used across the clients, so saving them locally in QA/PROD will not be accepted