Skip to Content
0
Jan 10, 2011 at 07:22 AM

Export internal table from report to web-dynpro

242 Views

Hi,

I am trying to export an internal table from a report to my web dynpro pragram however its not working.

Statement used in my report -

EXPORT it_ordbk FROM it_ordbk TO MEMORY ID 'ZORDBK'.

Statement used in my web dynpro program

IMPORT it_ordbk to it_ordbk FROM MEMORY ID 'ZORDBK'.

This dynpro application is being called in HTML container on the screen.

Kindly help.

Cordially,

Danish