Hi,
In the first activity (in my function module), i am passing a tables parameter with an internal table.This table contains 2 entries(<b>agents</b>).But when it goes to the next activity wherein i have to send a mail to each agent, only 1st row of the internal table is available in the container.The 2nd row is lost.
I have defined the internal table as tables parameter (<b>without header line</b>) in both function modules(i.e within each activity).Why is only 1 row being populated in the internal table in the container? Why is the rest of the data being lost?
Your help will be greatly appreciated.
Regards,
Monica.