Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sowing description in SAPSCRIPT !!!!

Former Member
0 Likes
324

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.

1 REPLY 1
Read only

Former Member
0 Likes
300

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