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

Display long text in SAPScript

Former Member
0 Likes
635

Hi

I'd like to display long text of line item text which is there in VF03 (Billing/Invoice docu) menugoto-items-texts in output of SAPSCRIPT form.It would like to write the command in script text editor as: " /: INCLUDE &VBDPR-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH HT " .

will this piece of code is enough to display on form. are is there anything that i need to do. like declaring in print program.....? please, suggest me experts....

thank you....

3 REPLIES 3
Read only

Former Member
0 Likes
548

that is enough, but make sure you populated the TDNAME in the driver.

/: INCLUDE &VBDPR-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH HT

Read only

0 Likes
548

Please , could you explain me ... what you mean by populating TDNAME... or what I have write to polulate TDNAME ?

Read only

Former Member
0 Likes
548

My issue is sloved...

with the same code.. with small concatenate statement in the print program..