Application Development and Automation 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: 
Read only

function for reading delivery address

andreas_mann3
Active Contributor
0 Likes
1,700

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
Read only

Former Member
0 Likes
1,400

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
Read only

GauthamV
Active Contributor
0 Likes
1,400

Check this FM.

MM_DELIVERY_ADDRESS_READ

Read only

0 Likes
1,400

Hi Gautham,

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

thx.

Andreas

Read only

Former Member
0 Likes
1,400

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

Read only

0 Likes
1,400

Gayathri,

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

anyone a solution for 4.6???

A.

Read only

0 Likes
1,400

Try this.

BAPI_PO_GETDETAIL

Read only

Former Member
0 Likes
1,401

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.

Read only

Former Member
0 Likes
1,400

Hi,

Try with the Function Module ME_EKPO_SINGLE_READ in 4.6c.

Thank you,

Sekhar.

Read only

0 Likes
1,400

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