Hello Experts,
I am trying to create service PO using BAPI_PO_CREATE1. PO has been created for single line item with multiple service lines.
However, net price for the line item is grayed out with value '0'. I have searched SCN and found various solutions.
1) set no_price_from_po = 'X'
2)set poitem-po_price = '2'.
3)set po_item-ir_ind = 'X' in BAPI_PO_CREATE1.
still net price is grayed out for line item.
would this be any configurational issue or my programming needs additional efforts :D?
any help or clarification would be appreciated.
Thank You
Chaitanya