2015 Aug 20 9:45 PM
Hello All,
I have implemented a Kernel BAdi; BADI_PDT which has standard implementation as well, I want to sort these two implementations according to my requirement:
For Example: my implementation is always calling first and then standard implementation is being called and overwriting custom functionality, I want to call my implementation to be called last
I have gone through the following link, but I am missing somewhere, I believe this one is not clearly descriptive.
Please help.
Regards
RK
Hello All,
I have implemented a Kernel BAdi; BADI_PDT which has standard implementation as well, I want to sort these two implementations according to my requirement:
For Example: my implementation is always calling first and then standard implementation is being called and overwriting custom functionality, I want to call my implementation to be called last
I have gone through the following link, but I am missing somewhere, I believe this one is not clearly descriptive.
Please help.
Regards
RK
2015 Aug 21 4:41 AM
Hi,
We had the same issue, we had around 4 implementations and all these four should execute in certain sequence.
To Acheive we did it with mere naming like below,
BADI_IMPLEMENTATION1
BADI_IMPLEMENTATION2
BADI_IMPLEMENTATION3
BADI_IMPLEMENTATION4
Now based on the Nubering in the BADI names they were called, it worked for us. Check from your end.
Regards
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |