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: 

Pbm While trying to change Method in BADI

Former Member
0 Kudos

Hello Friends,

While i am trying to change the Method in BADI it is showing the following below message.Like

Choose a Change request with target system /Q-ECC5/

Can i get your valuable suggestion on it.

Thankyou

Anil.D

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anil,

Can you tell me the name of BADI which you are implementing?

5 REPLIES 5

uwe_schieferstein
Active Contributor
0 Kudos

Hello Anil

Your question is misleading. I assume you do not want to modify a BAdI interface methods but the coding of an implementing class.

Local transport requests cannot be transported and, therefore, do NOT need any target system (you can find this within the properties of the request).

However, in your case you want a "tansportable" request and here you need a target system which apparently is NOT automatically filled into the request properties.

Solutions:

  • Add the target system to your request

  • Perhaps you try to change the class method on the wrong system (not DEV system)

Regards

Uwe

0 Kudos

Hello Uwe,

You are correct i am trying to change method in implementaion class in SE24,

But it was already changed and saved in workbench request when i see in the properties of that request it was same like all other trasnport requests.

0 Kudos

Hello Uwe,

Thankyou very much, Actually I did not check the transport request properly,It was in Local Change Requests,So now i will create work bench request for the class.Then my problem will solve .

Thankyou.

Regards,

Anil.D

Former Member
0 Kudos

Hi Anil,

Can you tell me the name of BADI which you are implementing?

0 Kudos

Hello Rajeev,

This is the customized BADI.

Regards,

Anil.D