Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 7915

not updating ztable

$
0
0

Hi experts,

 

Please help me.

 

following is my code to update ZTABLE.

 

 

LOOP AT t_coil INTO w_coil.

     SELECT SINGLE * FROM zstock

                     INTO w_stock

                     WHERE coilno = w_coil-coilno

                     AND slitid = w_coil-slitid.

     IF sy-subrc = 0.

       SELECT SINGLE * INTO w_lst FROM zcoilst WHERE coilno = w_coil-coilno

                      AND slitid = w_coil-slitid.

       IF w_lst-currpos <> '91'.

 

         UPDATE zcoilst SET currpos = '91'

                        WHERE coilno = w_coil-coilno

                        AND slitid = w_coil-slitid

                        and TIMES = w_lst-TIMES.

       ENDIF.

     ENDIF.

   ENDLOOP.

 

its working in Development but not in Quality.

 

help me.

 

thanks in advance

laxman.


Viewing all articles
Browse latest Browse all 7915

Trending Articles



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