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

Include standard text dynamically into text in smartform

Hari_prasad
Participant
0 Likes
991

Hi... Good morning to all.,

I need one help in smartform.

I need to include the standard text ( address of an organization) dyanamically into text in smartform. I am gettering standard text name ( address of a sales organization maitained in SO10) from database table based on the sales organization.

Please help me how to put or include the created sales orgnization address dyanamicaly into smartform.

Regards,

Prasad

3 REPLIES 3
Read only

Hari_prasad
Participant
0 Likes
571

Hi frndz...

I got answer, We should get the name of the standard test from the database and then pass that to a variable of type CHAR40 size, then pass &variable_name& into the place where we are inserting the constant standard text name.

Thanks,

Hariprasad

Read only

Former Member
0 Likes
571

Hai,

The db table ADRC - Addresses (Business Address Services) contains all the addresses.

Tcode: SMARTFORMS,

In a smartform ,

Right click on a Window and select the options: Create->Address.

In the General Attributs, select the options : Determine dynamically. Provide a variable to the field Address number.

Regards,

Venkat

Read only

0 Likes
571

I think, you are taken my question differntly. Address is not stored in Database, address name is there, but address is there in SO10. Any how its solved by myself. Thanks for ur reply.