cancel
Showing results for 
Search instead for 
Did you mean: 

Document Split Inputs

former_member10771
Active Participant
0 Kudos

Hi All,


I am doing a 999 document split for a interface where in 2 documents are to be created if the line items are more than 999.

Can anyone tell me which is the best approch here.

1> Proxy Approach where in the data is sent to ECC and the split logic is handled in coding.

2> Splitting is done in PI .

Can some one please tell me what are the pros and cons and which method is preferable.

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Amit,

From my point of view the first approach is preferable for:

1. You avoid overload the PI with a huge message to be split.

2. It's easier to develop and to maintain n calls in ABAP that do a multimapping scenario.

3. It's easier to monitor several messages without split.

Regards.