‎2006 May 17 12:47 PM
i have in vf03 --->Display doc ->head.text>customer
notes for billing.
i write there text.
how could i bring this text
‎2006 May 17 12:54 PM
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
‎2006 May 17 12:50 PM
Hai,
You can get the corresponding text using the function module READ_TEXT.
Cheers,
Umasankar
‎2006 May 17 12:54 PM
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