Question:
Hi,
I have a requirement to update selection variables of an infospoke dynamically. Can this be done using an abap program or function module?
Thanks,
nsm
Answer:
Hi,
as far my knowledge there is no function mudule or abap program ..u should write abap program with selection screen and update selection and include an info spoke in process chains...
fire an event from abap program to trigger process chains...
bye
sudhe
Answer:
Hi,
Write an abap pgm,using selection variables change data in the table RSBSPOKESELECT then use spoke in process chain and using an abap pgm fire chain i think ur prob should be solved by doing this
Cheers
Reddy
Answer:
Hi ,
Thanks for your replies . I did try populating the system table using an ABAP program. Though the table RSBSPOKEVTABLE has the correct selection values, the infospoke does not pickup these values at runtime. It refers to the selection screen of the infospoke itself , like the PBO values of transaction. Is there any other solution?
Thnx,
nsm