cancel
Showing results for 
Search instead for 
Did you mean: 

how to work with adress windo

Former Member
0 Kudos

Dear friends

i want to display ship to party address for that i create window & left click on it create ->>adress window will comes can any one guide how to use that adress window

thanks & regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Dont create address window creata a window and then display individual fields separately

so that you can hide blank and otherthings

Regards

Shiva

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

*--Compnay code address

SELECT SINGLE NAME1

CITY1

PO_BOX

STREET

COUNTRY

INTO CORRESPONDING FIELDS OF COMP_ADDR

FROM ADRC AS A

INNER JOIN T001 AS B

ON AADDRNUMBER = BADRNR

INNER JOIN VBRK AS C

ON BBUKRS = CBUKRS

WHERE VBELN = P_VBELN.

you can write this code in driver program

Former Member
0 Kudos

Hi

Type organization address

give address number as some variable like &V_C_ADRNR&

paragraph name

number of lines to be used

select use PO box

declare that variable in form interface

V_C_ADRNR like kna1-adrnr

thats all

Former Member
0 Kudos

Dear Naresh

thx a lot for your valuable suggestion i ll try on it