Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3193

Re: field symbol to internal table

$
0
0

Hi Hardik,

 

the structure of internal table and field symbol is different. so have to use below code.

 

MOVE-CORRESPONDING <fs_one> TO gty_one KEEPING TARGET LINES.

 

But here problem is that its not assigning any value to the structure of gty_one-d1 . i want to assign the value to the d1 field of the gty_one internal table.

 

so here, i want to use:

 

MOVE-CORRESPONDING <fs_one> TO gty_one-d1 KEEPING TARGET LINES.


where gty_one is a internal table without headder.


regards,

Disha


Viewing all articles
Browse latest Browse all 3193

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>