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

Re: How to move a specific field from one internal table to another internal table and compare the result?

$
0
0

Hi Naiduz,

 

 

Try,

 

LOOP AT LT_RANGE INTO LS_RANGE  .

 

       SELECT  RSPL_LOW

        INTO       L_S_GLACNT

        FROM /BIC/ADTRANGES00

        WHERE /BIC/DTSELKEY = DTGLACNT

         AND  ( /BIC/DTFLD1 =    'WIP_EXPENSES' OR /BIC/DTFLD1 'WIP_TIME'  )   AND

        /BIC/DTOBJNAME 'HKONT'   .

        APPEND L_S_GLACNT to L_T_GLACNT.

       ENDSELECT.

endloop.

 

 

Hope it helpful,

 

Regards,

Venkat.


Viewing all articles
Browse latest Browse all 3132

Trending Articles



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