2013 Oct 01 7:29 AM
Hi All,
PO type: Return PO
When creating PO using BAPI_PO_CREATE1, i need to uncheck the GR indicator.
I have tried with
bapimepoitem-gr_ind = ' '.
bapimepoitem-gr_non_val = ' '.
bapimepoitem-ir_ind = ' ' .
bapimepoitemx-gr_ind = ' '.
bapimepoitemx-gr_non_val = ' '.
bapimepoitemx-ir_ind = ' ' .
and also i have removed the account assignment category 'S'.
Still GR indicator is checked in the creted PO.
Thanks in advance.
Hi All,
PO type: Return PO
When creating PO using BAPI_PO_CREATE1, i need to uncheck the GR indicator.
I have tried with
bapimepoitem-gr_ind = ' '.
bapimepoitem-gr_non_val = ' '.
bapimepoitem-ir_ind = ' ' .
bapimepoitemx-gr_ind = ' '.
bapimepoitemx-gr_non_val = ' '.
bapimepoitemx-ir_ind = ' ' .
and also i have removed the account assignment category 'S'.
Still GR indicator is checked in the creted PO.
Thanks in advance.
2013 Oct 01 9:52 AM