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: 

function for reading delivery address

andreas_mann3
Active Contributor
0 Kudos

I am looking for a simple bapi or fm to get delivery address from input fields EKPO-EBELN and EKPO-EBELP

kind regards

Andreas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer these FM's

MM_DELIVERY_ADDRESS_FOR_BAPI

/ISDFPS/DELIVERY_ADDRESS_GET.

These FM's will suit for your requirement.

Regards,

Jyothi CH.

8 REPLIES 8

GauthamV
Active Contributor
0 Kudos

Check this FM.

MM_DELIVERY_ADDRESS_READ

0 Kudos

Hi Gautham,

I think this fm is only working inside SAP-Programm SAPMM06E

thx.

Andreas

Former Member
0 Kudos

check these function modules

MM_DELIVERY_ADDRESS_FOR_BAPI ->this FM has inputs EBELN and EBELP

MM_DELIVERY_ADDRESS_INIT

BAPI_PO_GETDETAIL1

Edited by: Gayathri G on May 6, 2009 11:05 AM

0 Kudos

Gayathri,

nr. 3 is ok but unfortunately not available for release 4.6.C

anyone a solution for 4.6???

A.

0 Kudos

Try this.

BAPI_PO_GETDETAIL

Former Member
0 Kudos

Hi,

Refer these FM's

MM_DELIVERY_ADDRESS_FOR_BAPI

/ISDFPS/DELIVERY_ADDRESS_GET.

These FM's will suit for your requirement.

Regards,

Jyothi CH.

Former Member
0 Kudos

Hi,

Try with the Function Module ME_EKPO_SINGLE_READ in 4.6c.

Thank you,

Sekhar.

0 Kudos

there seems to be no fm like BAPI_PO_GETDETAIL1

which directly exports the delivery address - however not in 4.6

(BAPI_PO_GETDETAIL does'nt export it!)

thank you all!

Andreas