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

Re: SAVE_TEXT maximum t_lines at a time ?

$
0
0

Hello,

 

U can try as shown in the below code:

 

DATA:   BEGIN OF htlines OCCURS 10.
         INCLUDE STRUCTURE tline.
DATA:   END OF htlines.

 


CALL FUNCTION 'SAVE_TEXT'
                    EXPORTING
                         header          = htheader
*                       INSERT          = 'X'
                         savemode_direct = 'X'
                     IMPORTING
                         newheader       = htheader
                     TABLES
                         lines           = htlines.

 

Hope this helps.

 

Regards,

Adithi


Viewing all articles
Browse latest Browse all 8678

Latest Images

Trending Articles



Latest Images

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