on ‎2015 Sep 22 5:02 PM
Hi all,
I have a requirement where I have to call a BADi via default logic and pass only records which are changed via input form. I dont have option of writing write back BADi as it already has lot of other code and want to keep it clean.
Any ideas?
Thanks for your time,
Request clarification before answering.
Hello,
You can call a BADI from your default logic by using START_BADI and passing the parameters to it. Please see the discussion in this link https://scn.sap.com/thread/3386140
Best Regards,
Leila
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Passing parameters will read from database and not what users have entered. I want to populate internal table with changed records via input form." - not 100% correct.
Please read about default.lgf scope:
And if you want to process figures before storing in database - write back badi is the only option!
Vadim
P.S. Custom logic badi call is also described in my document about default.lgf...
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.