Hi,
Am new to MDM API. My scenario is that i have an XML file which gives me the list of ShipTo-BillTo partners(name and address only) for a SoldTo(number avlbl).
I query for all the sales-area of the SoldTo and assign the ShipTo/BillTo with simillar name+address as partner function to it.
So in a LoopAt for each soldto, i upate the partner functions for it.
The program seems to work very well with smal XML files(upto 5kb, say like 10 customers). For bigger files (200KB) the program abend with times-out error.
Appreciate any help in this regard