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