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

Re: Problem in reading long text

$
0
0

HIII,

 

data: v_lines2 type table of ty_tline,
       w_lines2 type ty_tline.
data: v_name2   type stxh-tdname,
       tdspras2  type stxh-tdspras,
       tdid2     type stxh-tdid,
       tdobject2 type stxh-tdobject.


data: text type CHAR1000.

 

          tdobject2 = 'EKKO'.
           tdid2     = '
F01'.
           tdspras2  = 'EN'.
           v_name2   = '
5500000012'.

      call function 'READ_TEXT'
      exporting
      id                            tdid2
      language                      tdspras2
      name                          v_name2
      object                        tdobject2
      tables
      lines                         v_lines2
      exceptions
      id                            = 1
      language                      = 2
      name                          = 3
      not_found                     = 4
      object                        = 5
      reference_check               = 6
      wrong_access_to_archive       = 7
      others                        = 8.


     loop at v_lines2 into w_lines2.
        concatenate TEXTw_lines2-tdline into TEXTseparated by space.
        condense TEXT.
     endloop.



This may helps u....


Viewing all articles
Browse latest Browse all 9193

Trending Articles



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