cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor Address details in smartforms

Former Member
0 Kudos

Hi,

i am developing a purchase order smartform.

in that in one window i should display vendor address details.

could anybody send me the required coding for this\/

Edited by: Alvaro Tejada Galindo on Apr 21, 2008 4:06 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Create the address window then give the values dynamically.

ADDRESS

/: BOX FRAME '10' TW

/: ADDRESS

/: TITLE &ITAB-ANRED&

/: NAME &ITAB-NAME1&

/: STREET &ITAB-STRAS&

/: POBOX &ITAB-PFACH&

/: CITY &ITAB-ORT01&

/: POSTCODE &ITAB-PSTLZ&

/: COUNTRY &ITAB-LAND1&

/: REGION &ITAB-REGIO&

/: FROMCOUNTRY &ITAB-LAND1&

/: ENDADDRESS

Thanks

Sarada

Former Member
0 Kudos

Hi,

Get the address number for the organisation from table TVKO

by passing VKORG value (organisation).

Send the address number to table ADRC to get the required address fields.

Else create a address window and give the address number.

Regards.

former_member184657
Active Contributor
0 Kudos

can u tell us wht exactly is it that u need?

pk

Former Member
0 Kudos