cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery address in Purchase order ME22N

Former Member
0 Kudos

hi,

i am working on medruck smartform from scratch .i am unable to find the delivery address for a particuler material.

can anyone explain where the delivery address value comes from.i want the tables or else any othere way we can find that.

it is urgent.............

with regards

Ajith

Message was edited by:

ajith saxena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

The table should be ADRC, so

SELECT * FROM ADRC WHERE ADDRNUMBER = EKPO-ADRN2
  EXIT.
ENDSELECT.

Max

Former Member
0 Kudos

hi ajith and max,

i have done the smartform which u r discussing but i have used the ekpo-adrnr and always it is adrnr only.

if we change the addrss it will be captured in adrn2.

correct me if i am wrong.

Former Member
0 Kudos

Hi

In my system:

adrnr -> Manual address number in purchasing document item

adrn2-> Number of delivery address

Max

Former Member
0 Kudos

hi ,

i have already used this value of ekpo-adrnr.

is that like we have to use ekpo-adrn2 here instead of adrnr.

Former Member
0 Kudos

hey ajith

can u send me the code u have written for delivery address. even i need this.....

thanx well in advance..

Answers (0)