cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO DELETE VEHCLE PLAN ORDER FROM APO

Former Member
0 Kudos

Hi Experts,

I am really new to this APO , some one help me out to solve this.

I have to delete vehicle plan orders from livecache, I am using the below function module to delete, but its not happening

function module : /SAPAPO/RRP_ORDER_DELETE

CALL FUNCTION '/SAPAPO/RRP_ORDER_DELETE'

EXPORTING

it_ordid = it_ordid " passed ordid (gui)

iv_application = ' '

iv_flush = gc_true " passed 'X'

IMPORTING

et_changed_orders = lt_changed_orders.

Would some please help me how to delete plan orders from livecache

Thanks in advance.

Ben

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try the report ... /sapapo/om_delete_incon_orders

Rgs- Vikas

Former Member
0 Kudos

Hi Vikas,

Thank you very much for the information..........

It was really helpfull....

Former Member
0 Kudos

Hi,

Did you try the deletion with trnacsation /SAPAPO/RLCDELETE ? If you need to give the apporpriate ATP cataegory with the location products .

Regards

Datta

Former Member
0 Kudos

Hi datta,

Thank you very much for your for the information,,,,

Edited by: Abrahaminnu on Jan 20, 2011 2:10 PM