‎2009 Nov 25 8:43 AM
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.
‎2009 Nov 25 8:57 AM
Have you checked field ELIKZ in EKPO. I think this field is space then its an OPEN PO Line .
a®
‎2009 Nov 25 8:56 AM
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
‎2009 Nov 25 8:57 AM
Have you checked field ELIKZ in EKPO. I think this field is space then its an OPEN PO Line .
a®
‎2009 Nov 25 9:00 AM
Hi,
You can use - BAPI_PO_GETDETAIL
you have return pararmeter - PO_ITEMS, PO_ITEM_SCHEDULES and all other details of PO.
regards,
venkat