Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP dump

Former Member
0 Likes
484

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

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.

3 REPLIES 3
Read only

Former Member
0 Likes
466

Read only

Former Member
0 Likes
466

Try to implement the following SAP note:

741864.

Read only

Former Member
0 Likes
467

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.