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

DUMP when I try to execute the function SE16N_INTERFACE

adrian_mejido
Contributor
0 Likes
1,107

Hi,

I have a problem when I execute the function SE16N_INTERFACE. A "DUMP" occurs when I execute this function in the transaction se37.

The dump is this: "WRONG ASSIGNMENT OF A FIELD SYMBOL IN PROGRAM SAPLSEUJ"

Is there anybody that had have this same problem?

Thanks for all your time.

3 REPLIES 3
Read only

Former Member
0 Likes
887

Hi,

You can apply and check if this note helps : 1580525

Regards,

Anushya

Edited by: Anushya Srinivasan on Mar 6, 2012 9:52 AM

Read only

Former Member
0 Likes
887

Hi,

Please debug and check at what point are you getting this error. You must be definetely passing incorrect data to the interface parameters.

Regards,

Danish.

Read only

Former Member
0 Likes
887

Not sure what you're trying to do here ... but if you're trying to execute SE16 from within ABAP code, try using FM RS_TABLE_LIST_CREATE instead. All you have to do is pass the FM the name of the DB table ... e.g. KNA1.

Hope this helps,

Duane