‎2012 Mar 06 8:35 AM
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.
‎2012 Mar 06 8:49 AM
Hi,
You can apply and check if this note helps : 1580525
Regards,
Anushya
Edited by: Anushya Srinivasan on Mar 6, 2012 9:52 AM
‎2012 Mar 06 8:51 AM
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.
‎2012 Mar 06 4:00 PM
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