2006 Feb 13 3:33 PM
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.
2006 Feb 13 3:35 PM
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
2006 Feb 13 3:35 PM
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
2006 Feb 13 3:35 PM
Hi Carlos,
You can check it that way.By the way what is the BADI name you are implimenting.
2006 Feb 13 3:36 PM
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
2006 Feb 13 3:44 PM
I NEED TO PUT THE BREAK-POINT IN THE TRANSACTION SE18 AND SE19?
2006 Feb 13 3:45 PM
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.
2006 Feb 13 3:50 PM
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
2006 Feb 13 3:54 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |