Skip to Content
0
Former Member
Dec 06, 2008 at 11:37 AM

To copy data from one prog internal table to another prog internal table

92 Views

Hi all,

Could any one help me in copying the data from an internal table of one program to an internal table of another program.

I have used the following method but it is giving dump during execution.

name = '(SAPLMR1M)YDRSEG[]'.

ASSIGN (name) TO <ydrseg>.

IF sy-subrc = 0.

ydrseg[] = <ydrseg>. " am gettting dump in this part.

Thanks in advance.

Mohan