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

Re: Help with Read Table

$
0
0

    LOOP AT IT_HIRE INTO WA_HIRE.

      IT_REPORT-PERNUM = WA_HIRE-PERNR.

      IT_REPORT-DATEHIRED = WA_HIRE-BEGDA.


      LOOP AT IT_LEAVE WHERE PERNR = WA_HIRE-PERNR.

            IT_REPORT-DATESEP = IT_LEAVE-BEGDA.

        APPEND IT_REPORT.

        CLEAR IT_REPORT.

       ENDLOOP.


    ENDLOOP.

 


read give only one answer (if the condition is true)

 

 

regards

fred


Viewing all articles
Browse latest Browse all 8927

Trending Articles



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