‎2010 Aug 13 5:12 PM
Hi,
I am trying to pull the External header text entered on the SO into a couple other forms.
I think from reading I need to use the FM: READ_TEXT.
First is this correct?
second im not entrily sure how to do this
I think i need to enter code kinda like this,
CALL FUNCTIONS 'READ_TEXT'
EXPORTING
client = sy-mant
id = 'ZSH2'
language = sy-langu
name = l_nam
object = 'VBBK'
But really im just kinda guessing from the book im reading and from some other forms that are supposed to do something similar
does this look like im headed in the right direction, and if so what am i missing?
thanks
‎2010 Aug 14 1:06 AM
Hi,
You can use FM to read header text from SO for sale order.
Another way is using text node with type Include Text, with:
Text Name: your SO number
Text Object: 'VBBK'
Text ID: 'ID of text'
Don't forget to check 'No error if no text exists.
Hope it help,
regards,
‎2010 Aug 14 1:06 AM
Hi,
You can use FM to read header text from SO for sale order.
Another way is using text node with type Include Text, with:
Text Name: your SO number
Text Object: 'VBBK'
Text ID: 'ID of text'
Don't forget to check 'No error if no text exists.
Hope it help,
regards,