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

DEBMAS and ORDERS IDOCS in the same function module - Performance

Former Member
0 Likes
1,423

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

3 REPLIES 3
Read only

Former Member
0 Likes
861

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

Read only

0 Likes
861

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

Read only

Former Member
0 Likes
861

Follow-Up