on 2016 Aug 16 10:24 AM
Hi Folks ,
I have come across a requirement to call a abap program from Badi implementation .
If anyone any have any idea about this , how to achieve this .
Best regards,
Raja
Request clarification before answering.
Hi Raja
Generally you call a FM from a BADI can you not convert the report with the same logic into a FM and then call that ?
You can also use command SUBMIT which will help you to use the output of the report as an internal table
And also you can try to use Import and export statement
SUBMIT... VIA SELECTION-SCREEN
USING SELECTION-SET <var>
WITH <sel> <criterion>
WITH FREE SELECTIONS <freesel>
WITH SELECTION-TABLE <rspar>.
The SUBMIT statement executes a report from within a report - Code Gallery - SCN Wiki
Regards
Vinita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.