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 QUESTION.

Former Member
0 Likes
966

HI!!!

WHEN I IMPLEMENT A BADI WHAT I NEED TO DO?

I NEED TO PUT A BRAKE POINT INTO THE METHOD TO SEE IF THE TRANSACTION TAKE THE BRAKE OR WHAT?

THE TRANSACTION IS FF73 AND THE FIELD IS: TARGET ACCOUNT NAME.

THANKS FOR THE HELP.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
933

Hi Carlos,

Yes. Once you have implemented the BADI. Try to set a break-point in the method which you want to implement and check.

You can use SE24 --> for BADI implementation

Lanka

Message was edited by: Lanka Murthy

HI!!!

WHEN I IMPLEMENT A BADI WHAT I NEED TO DO?

I NEED TO PUT A BRAKE POINT INTO THE METHOD TO SEE IF THE TRANSACTION TAKE THE BRAKE OR WHAT?

THE TRANSACTION IS FF73 AND THE FIELD IS: TARGET ACCOUNT NAME.

THANKS FOR THE HELP.

7 REPLIES 7
Read only

Former Member
0 Likes
934

Hi Carlos,

Yes. Once you have implemented the BADI. Try to set a break-point in the method which you want to implement and check.

You can use SE24 --> for BADI implementation

Lanka

Message was edited by: Lanka Murthy

Read only

Former Member
0 Likes
933

Hi Carlos,

You can check it that way.By the way what is the BADI name you are implimenting.

Read only

FredericGirod
Active Contributor
0 Likes
933

Hi Carlos,

be carefull, somebody play with your capslock.

Go to transaction SE19, create your badi. You could put a break-point. But the break-point will work only if your BADI run online. If the program go in background task, you need to activate the background debuging with the buton Option (and the checkbox background debug).

To know the options, look the class name, go in SE24 (or double click, and go to the method, after look the parameters (button).

Rgd

Frédéric

Read only

Former Member
0 Likes
933

I NEED TO PUT THE BREAK-POINT IN THE TRANSACTION SE18 AND SE19?

Read only

0 Likes
933

SE19,

se18 is to create BADI, it's not what you are actualy doing.

With SE19, you create a Z* element ref to the element find in the SE18. This Z* element, could be modify, not the element in SE18.

It's the object programation.

Read only

0 Likes
933

Hi Carlos,

You have to set the break-point in the implementation .

you can do it via SE18> ImplementationCreate(If already created then CHANGE)--> Select your implementation name --> this will leads to your implementation --> select Method --and set the brak-point.

Or Use SE24--> enter implementation name > select method> and set the brak-point

Lanka

Read only

0 Likes
933

Hi Carlos,

You can keep it in SE19.