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

Pulling external header text from the SO in smartforms

Former Member
0 Likes
360

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

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,

1 REPLY 1
Read only

Former Member
0 Likes
321

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,