‎2008 Feb 02 6:54 AM
Hi,
I have developed an ABAP function that works well when called via transaction SE37 (test environment). But when I call it from a script, I get an ABAP dump with id "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".
Thanks,
Varsha.
‎2008 Feb 02 9:08 AM
Hi,
You have probably addressed a table parameter with "in.xxx=..." or
"out.xxx=..." instead of "table.xxx=..."
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.
‎2008 Feb 02 6:58 AM
‎2008 Feb 02 6:58 AM
‎2008 Feb 02 9:08 AM
Hi,
You have probably addressed a table parameter with "in.xxx=..." or
"out.xxx=..." instead of "table.xxx=..."
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.