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

purchasing documents -- functions

Former Member
0 Likes
624

Hi experts.

I have to do a program like ME2L which display and send to vendors an email with a list of all open items , items that has delays (items that still to be delivered).

Is there any function or anything that can helps me in this way? I mean, i'm not interested about a function which send email from SAP, i'm interested about a function or anything which extracts purchasing documents informations.

Fields that are very important for me:

- purchasing document date

- delivery date

- scheduled quantity

- delivered quantity

Thnaks in advance.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
549

Have you checked field ELIKZ in EKPO. I think this field is space then its an OPEN PO Line .

a®

3 REPLIES 3
Read only

Former Member
0 Likes
549

WRB_PO_GET_DETAILED_VENDOR FM

it capture all the purchase order for aparticular vendor between two dates

based on purchase order number you select the other fields

Read only

former_member194669
Active Contributor
0 Likes
550

Have you checked field ELIKZ in EKPO. I think this field is space then its an OPEN PO Line .

a®

Read only

venkatesan_nagiah
Active Participant
0 Likes
549

Hi,

You can use - BAPI_PO_GETDETAIL

you have return pararmeter - PO_ITEMS, PO_ITEM_SCHEDULES and all other details of PO.

regards,

venkat