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

Re: How to use Read_Text in Smartforms

$
0
0

Hi,

 

Used below code:

1) Call FM READ_TEXT and pass


DATA :

 

T_LINESTYPE TABLE OFTLINE
W_TDLINESTYPETLINE
V_WORKTYPECHAR255


CALL FUNCTION 'READ_TEXT'

   EXPORTING

    CLIENT                         = SY-MANDT

     ID                                = 'Z038'

     LANGUAGE                 = sy-langu

     NAME                         BIL_NUMBER

     OBJECT                      = 'VBBK'

   TABLES

     lines                            = T_LINES

 

IF sy-subrc = 0.

loop at t_lines INTO W_TDLINES.

   CONCATENATE V_WORK W_TDLINES-TDLINE INTO V_WORK SEPARATED BY SPACE.

   CONDENSE V_WORK.

   CLEAR W_TDLINES.

ENDLOOP.

REFRESH T_LINES.

ENDIF.


                                                                      OR


2 ) See below attached screen shot


Long text in Smartform.jpg


Viewing all articles
Browse latest Browse all 8538

Trending Articles



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