Hy All ,
I would like to know if it'is possible to create in an Ibase a CRMPRODUCT without an IOBJECT via the FM CRM_IBASE_COMP_CREATE .
My need is to manage not serealised product by adding quantity when it changes in order document .
I have a report that read data from order in ECC and get all products , the ones serealised are created as Iobject because they have been already replicated to CRM, an the others not serealised so they don't have an equipement number , the report create an equipement id for those products and replicate them to CRM .
So in table IBIN , i have to get instance for product that exists already in ibase in order to manage quantity and update those products .
My question is if i need obligatory an Iobject in order to update product ? Or i can update this product throws his own instance without Iobject instance?
Thank you for advance .
Hasnaa .