cancel
Showing results for 
Search instead for 
Did you mean: 

Printing of address in smartforms

Former Member
0 Kudos

i want to print an address in each page of smartform. address is dynamic. address is stored in DB table.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Create a window and write the code for the same to get it from the respective table

if you second page then copy the same or make the first page as next

Regards

Shiva

Former Member
0 Kudos

Hi christy,

For printing address in smartform see below.

Address node is used to insert an address into the form. This guarantees that the address is formatted

according to the postal rules of the sender country.

· To create an address node , call the context menu for that node in the tree structure that one wants to

contain the text and choose create->Address

· Enter a name for the node (COMPANY_CODE_ADDRESS) and a description (Company Code Address)

· Determine the address type (Organization Address) on the general attributes tab

· For organizational addresses - specify the address number, for any other - specify the person number

and the address number. In this case we get the company code address into variable &ADDNR&, so we need

program lines (SENDER) preceding the address text.

· In the box additional addresses, attributes to specify how to display the address are maintained.

Regards,

Vishvesh.

rewares if helpful

Former Member
0 Kudos

Hello,

You can create a window at the appropriate position where u need to display the address.

Just before the text which placed in the window to display the address write a program line where u can select the address from ur DB table.

Neeraj

Former Member
0 Kudos

ok. but in each page the address is different. It is a letter. the address column should be dynamically populated from DB.

thanks in advance.