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: 

Purchase Order Deletion.

Former Member
0 Kudos

Hi All,

I need to delete purchase orders which is made by more than 6 months.

I mean is there any program or method for delete PO's.

Can any one help me with greate suggestions.

Thanks in advance.

Subramanyam.S

1 ACCEPTED SOLUTION

Former Member
0 Kudos

make use of BAPI and see its documentations for more info.

BAPI_PO_CHANGE

and

BAPIMEPOITEM-DELETE_IND = 'X'.

to get list use table EKKO+EKPO.

Regards

Prabhu

3 REPLIES 3

Former Member
0 Kudos

make use of BAPI and see its documentations for more info.

BAPI_PO_CHANGE

and

BAPIMEPOITEM-DELETE_IND = 'X'.

to get list use table EKKO+EKPO.

Regards

Prabhu

Former Member
0 Kudos

Hi,

Use BBP_PO_DELETE Function delete Purchase order.

if you have more than one, then loop at table and call this function module to delete all PO's.

Thanks,

Leo

Former Member
0 Kudos

HI,

BAPI_PO_DELETE_HISTORY

Regards

Sudheer