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

Re: Intern tables

$
0
0

Hi Reginald,

 

 

try this once.

 

OPEN DATASET new_path FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

 

   TRANSFER <header> TO  new_path.

 

LOOP AT it_itab INTO  wa_string.

 

     CONCATENATE '02:' wa_string-ResourcDate into wa_string-ResourcDate . ** concatenate the '02:'

 

   TRANSFER wa_string TO  new_path.

 

   ENDLOOP.


   TRANSFER <Footer> TO  new_path.


   CLOSE DATASET new_path.

 

Regards,

Pavan


Viewing all articles
Browse latest Browse all 2756

Trending Articles



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