cancel
Showing results for 
Search instead for 
Did you mean: 

Printing address dynamivally on smartform

Former Member
0 Kudos

Hi ,

I have requirement to print address on smartform but not through vendor number.

Header

First 2 lines is Corporate Address

Read TVKO where VKORG= IS_BIL_INVOICE-HD_ORG-SALESORG and extract TVKO-ADRNR.

Read Address Table (ADRC) where ADRC-ADRNR =TVKO-ADRNR

Retreive

- Name (NAME1 )

- Street Name (STREET)

- Street 2 (STR_SUPPL1)

- City (CITY 1)

- State (REGION)

- Postal Code (POST_CODE 1)

- Telephone (TEL_NUMBER) (Print this against Tel:Corp Off)

Header

3 line is Plant Address

Read V_T001W where WERKS= IS_BIL_INVOICE-HD_ORG-WERKS and extract WERKS-ADRNR.

Read Address Table (ADRC) where ADRC-ADRNR = V_T001W -ADRNR

Retreive

- Street Name (STREET)

- Street 2 (STR_SUPPL1)

- City (CITY 1)

- State (REGION)

- Postal Code (POST_CODE 1)

- Telephone (TEL_NUMBER) (Print this against Factory)

this is my requirement. i should print address with the above logic

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Madhavi,

Look into these forum threads..

More detail on Smartforms printing..

br,

Pushkar