Application Development and Automation 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: 
Read only

BAPI_PO_CREATE1- GR indicator uncheck

Former Member
0 Likes
1,012

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.

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
766

Hi,

Take a look at this link for help.

http://scn.sap.com/thread/911509

Regards

Gourav.