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

standard BAPI function module for PO? SE37

Former Member
0 Likes
404

Have you tried to use standard BAPI function module for PO? SE37

transaction...

> Dear Gurus,

> I need to call a function in my program to delete a PO Item such as in

> ME22. How would that be possible..???

> Regards,

Mohammad

2 REPLIES 2
Read only

Former Member
0 Likes
331

Hi,

Check this FM BAPI_PO_CHANGE..

You need to pass the X to the DELETE_IND field in the POITEM Table Parameter

Read only

kanishakgupta1
Contributor
0 Likes
331

USE bapi_po_change

regards

kanishak