Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Purchase Order

Former Member
0 Kudos

When user is creating/changing the PO it is throwing the Error Message "AM010 Address doen't exist T001W 6400 50216816 10" when he clicks on the tabsrip DELIVERY ADDRESS in production but not in Quality.

For that one sap suggested a note called : 91001 which is having the correction programm ZCORADDR.

But what the problem is before implementing the note we need the justifiaction on that note.

The ossnote 91001 is having the above program which is dealing with the tables EKKO/EKPO/EBAN and FM : ADDR_GET.But as per my understanding the FM :ADDR_GET is fetching the data from SADR or ADRC.

can you the link between the tables EKKO/EKPO and ADRC and flow of the data.

i have checked the tables EKKO/EKPO in Q and P we dont have the data for the field ADRNR.

I have checked the tableT001W in Q and P.

The plant is maintained in OX10.

Please find the above findings and suggest the solution

6 REPLIES 6

Former Member
0 Kudos

Hi,

The Purchasing tables and the address table need not be linked directly, there will be intermediate tables lying inside.

Thanks,

Saravanan

0 Kudos

the issue is not with the link between the tables.

Former Member
0 Kudos

Hi,

Generally address field 'adrnr' picks from either at plant level or PO level

Plant level - t001w-adrnr

PO level - from EKPO table, needs to pick 'adrnr' for related 'ebeln' and then go to table 'adrc' to check for 'adrnr'

Through func.module 'addr_get', pass value to parameter 'address_selection' to receive detailed address from receiving parameter 'address_value'

Now we can have complete address info at 'address_value' table parameter

Best Regards,

Suren

0 Kudos

HI Suren,

we dont have the data for the field ADRNR in PO level which is available in plant level.

So, if we implement the oss note : 91001 will it work?

Thanks

0 Kudos

Hi Raju,

I just wants you to check for field 'adrn2' at ekpo table for related PO, sometimes address number updates here instead of field 'adrnr'

0 Kudos

Hi Suren,

i have checked EKPO table also, but there is no data maintained in that table.