‎2008 Jun 09 11:07 AM
Hi all.
I am using the BAPI_PO_CREATE1. I want to uncheck the GR, GRbasedIV fieldswhile creating the PO using this BAPI.
I used these fields by passing space in it, but still these fields coming checked in PO.
Can you help me.
Thanks.
‎2008 Jun 09 11:13 AM
Hi,
Check whether you have filled the proper structures.Check whether you have properly filled the structure POHEADERX and BAPIMEPOITEMX in the BAPI_PO_CREATE1.
‎2008 Jun 09 11:15 AM
what data regarding this indicators to pass in Header? It is only in items.
‎2008 Jun 09 11:21 AM
Hi,
Make sure you are passing proper value in GR_BASEDIV field of BAPIPOITEM table when you call your BAPI.
This is the field responsible for your requirement of that check box.
Reward points if useful.
Regards,
Siddhesh S.Tawate
‎2008 Jun 09 11:35 AM
Hi Siddhesh.
What value should I pass in this field. Because space is not working.
Thanks.
‎2008 Jun 09 12:02 PM
Hi,
I am not sure why is it not accepting space in your case.
Did you try with BAPI_PO_CREATE.
Regards,
Siddhesh S.Tawate
‎2008 Jun 09 11:15 AM
Hi,
When you are setting POITEM-GR_BASEDIV to equal space, are you also setting POITEMX-GR_BASEDIV equal to X to show it is valid for update?
Gareth.