‎2009 May 13 4:24 PM
Hi All,
The requirement is to create a high volume of DEBMAS and ORDERS idocs in order to create customer and sales order data.
I'm planning on creating a single function module for creating both DEBMAS and ORDERS idocs and then subsequently using INBOUND_IDOC_PROCESS.
Will there be any performance issues because of the high volume?
Any ideas appreciated.
Thanks,
Meghna
‎2009 May 14 11:59 AM
I understand at first ur looking on inbound side, i think ur emiding the two processes in one FM to process the Incoming idocs.. is it so, anyway if the idocs are coming separately y u need to embide the process in one FM, as u see there is separate call of the same but the processing is different, there is nothing much performance improve.
if it is not correct please give me some brief abt ur scenario.....
Regards,
Mahesh.G
‎2009 May 14 5:29 PM
Thanks Mahesh.
You are correct in understanding my reqmt.
I'm creating a function module to include both.
This is what I am planning to do in my function module:
EDIDC1 - DEBMAS
EDIDD1 - Fill DEBAMS06 SEGMENTDATA
Call function INBOUND IDOC PROCESS
EDIDC2 - ORDERS
EDIDD2 - Fill ORDERS05 SEGMENTDATA
Call function INBOUND IDOC PROCESS
Is this correct or is there any other way to improve the performance?
Please advise.
Meghna
‎2009 May 14 5:33 PM