‎2009 Oct 06 5:11 AM
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
‎2009 Oct 06 5:54 AM
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
‎2009 Oct 06 6:05 AM
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
‎2009 Oct 06 6:13 AM
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.