‎2007 May 09 8:55 AM
Hi experts.
I want to print
TEST for Ticket # 716436
A-Clean shipped on board.
B-Frieght prepaid
C-Sales order number mentioned as above
D-L/C number mentioned as above.
E-shipment and transportation cost not effected.
" right now its 6 rows but it can vary dynamically to N no. of rows."
as it is in script.
Now I am using Function module READ_TEXT to read these text.This FM is returning a table TLINE .
now Text is there in TLINE-TDLINE.
one row of TLINE contains one line. Like wise according to above mentioned text it contains 6 lines.
Now how to pass this into script so that it will print Text as it is.
TEST for Ticket # 716436
A-Clean shipped on board.
B-Frieght prepaid
C-Sales order number mentioned as above
D-L/C number mentioned as above.
E-shipment and transportation cost not effected.
Please advise..
I will reward points for every help..
thanks.
‎2007 May 09 9:02 AM
Hi,
you can directly use like this without using the read_text function module.
INCLUDE &VBDPL-TDNAME(10)& OBJECT VBBK ID ZHPT PARAGRAPH CE LANGUAGE 'EN
and the information for the ID and Object you can get from the long text in the tcode
click details for the tesxt .. it will take you the editor and than click goto--> header
Hope this solves your purpose.
Award points if it helps.
-Gaurang