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

Re: Best way to process line items in an internal table?

$
0
0

Hi robert,

 

thanks for explaining the solution clearly Hope the code below will work

 

loop at int_table1 into wa_table1.

 

at new ebeln.

Move wa_table1 into wa_table2.

append wa_table2 to int_table2.

end at.

 

at end of ebeln.

// Now pass the internal table2 into the function module.

endat.

endloop.

 

Hope this is work for you

 

Thanks,

Satish


Viewing all articles
Browse latest Browse all 8526

Trending Articles



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