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

vf03--sapscript

Former Member
0 Likes
401

i have in vf03 --->Display doc ->head.text>customer

notes for billing.

i write there text.

how could i bring this text

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

Hi,

you can use READ_TEXT Fm to get the text,pass these parms

TDOBJECT -VBBK

TDNAME -ivoice number with padded zeroes

TDID - 0003(depends on config)

and get the text. but if you want this in script then you can use TDOBJECT and TDID and get the text using include .

Regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
352

Hai,

You can get the corresponding text using the function module READ_TEXT.

Cheers,

Umasankar

Read only

Former Member
0 Likes
353

Hi,

you can use READ_TEXT Fm to get the text,pass these parms

TDOBJECT -VBBK

TDNAME -ivoice number with padded zeroes

TDID - 0003(depends on config)

and get the text. but if you want this in script then you can use TDOBJECT and TDID and get the text using include .

Regards

vijay