Question:
Hi All,
We need to supply variables dynamically to the selection tab of infospokes. Kindly inform if there is a way to do it using an ABAP program or a function module or any other means?
Regards,
Murugan
Answer:
You can enable BADi and filter the values dynamically in there. If you want the user input variables, create a report with the selections and then submit the infospoke in the report. Just a thought.
Answer:
HI!
we have tried thisout and it is not working.
we tried to call info spoke from Report by passing values dynamically.
we have used even BDC for this...but still it didn't work ....
If any of find a sol. for this plz let me know....
Thanks
Sudhee
Answer:
Lets divide this into 2 steps.
1. Create a BADi to do the dynamic filter.
2. then - write an ABAP, export the selection variables and sumbit the inspoke. Import these variables in the BADi(step 1).
Where do you have problem? 1st part or 2nd?