Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Reg Internal table modification based on other itab

$
0
0

Hi Folks,

 

    I have two internal tables, my first internal table as follows(this is final internla table i want to modify this based on other itab)

 

material  field1 field2   newfield

 

  mat1    aa     bb     

 

  mat2   xx     yy

 

 

 

my second internal table has

 

mat                ref mat

mat1              A1

mat1              A2

mat1              A3

mat2             B2

mat2             B3

 

my final internal table is 1st one I want my new output as

 

material  field1 field2   newfield

 

  mat1    aa     bb         A1

  mat1    aa     bb         A2

  mat1    aa     bb         A3

 

  mat2   xx     yy         B2

  mat2   xx     yy         B3

 

 

Please give me some input how can i achieve the above.

 

Thanks,

Smriti


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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