cancel
Showing results for 
Search instead for 
Did you mean: 

Standard text from SO10 - smartform

kiran_k8
Active Contributor
0 Kudos

Hi Folks,

I need to print a document with some standard text and the vendor address.

1.For this I had created the standard text in S010,how to call this standard text in the text editor of the main window?

This standard text will be the same for all the vendors.

2.I need to fetch the address of the vendor.So I had created a select option.I have to print this document with the standard text for each vendor.Text will remain the same but the vendor address differs.I had created a structure having all the fields for the address and declared in the form interface.Internal table is getting populated but it is not printing in the smartform.

How to get the document in one shot for all the vendors given in the range.

Thanks,

K.Kiran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

u can call the standrd text from the smartform directly :

got the smarform u created/ developed.

create text.

in the general attributes tab give the type <Include Text>

assign the standard text that u want ot inclue.

smartform will call that directly

address cn be created direclty from the smartform

in creation u will the get the option to create the address.

just give th varible and populate the varible from the program.

Thanks