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: 

Requisition / delivery address

Former Member
0 Kudos

hi, I have a code where a PR is created thru BAPI. One of tables passed is: requisition_addrdelivery which contains information about delivery address.

My question is: In which table can it be found?

I need a connection thru BANFN & addrnumber

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor

Hi,

Please check the fields ADRNR/ADRN2 in table EKPO. If these two fields are blank then check ADRNR from table T001W.

Regards,

Ferry Lianto

7 REPLIES 7

Former Member
0 Kudos

Have you tried ADRC?

0 Kudos

Yes I did, but I can find addres there, but how do I know that its connected to a specific PR?

0 Kudos

Are you trying to find the link between an existing purchase req and the corresponding address? If so, EBAN will link BANFN with ADRNR.

ferry_lianto
Active Contributor

Hi,

Please check the fields ADRNR/ADRN2 in table EKPO. If these two fields are blank then check ADRNR from table T001W.

Regards,

Ferry Lianto

0 Kudos

I think I didn't write exactly what I need.

I have created a PR thru BAPI passing requisition_addrdelivery.

PR created successfuly.

Write now I have a PR number. Now, I need to find a shipping address, I only have a new PR number. In which table can I find it?

0 Kudos

You now have a value for BANFN. Can you get the address from ADRC based on EBAN-ADRN2 = ADRC-ADDRNUMBER?

0 Kudos

Hi ,

You will find the address in ADRC table. I think you have passed the addresS in BAPI FROM adrc table.

Once the requistion is created you will find the same addres and at the same time it will update the eban table too.