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

Re: update/modify in table maintenance

$
0
0

Hi

 

As per my understanding PFB codes:

 

Select ZTABLE into ITAB

 

Loop At ITAB

 

"Modify ITAB according to req.."

 

ENDLOOP.

 

UPDATE ZTABLE FROM TABLE ITAB.

 

OR

 

   UPDATE ZTABLE SET NAME = ITAB-NAME

          EMP_NAME = ITAB-EMP_NAME

          EMP_DOB = ITAB-EMP_DOB

          EMP_NO = ITAB-EMP_NO

           WHERE NAME = ITAB-NAME AND

           EMP_NAME = ITAB-EMP_NAME.

      ENDIF.

 

 

Regards

Ashraf Usmani


Viewing all articles
Browse latest Browse all 8497

Trending Articles



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