cancel
Showing results for 
Search instead for 
Did you mean: 

Split of Idocs in PI 7.3

Former Member
0 Kudos

Hello Experts,

I have a requirement in the project where i need to split the Idocs.

My scenario is File to IDoc and using PI 7.3 dual stack.

My requirment is like this.

If a source file inbound to SAP has more than 999 line items, the file will need to be split into multiple FI documents.

Example:

§         Input file is sent with 1,050 line items

§         File should be split into 2 documents (1 w/ 999 line items; 1 w/ 51 line items).

My ABAP Team suggestion is like this :

Add a field in the IDOC header segment which would be set to 'X' by PI in case it is a splitted documents. And then balance only those documents in IDOC process code which have these fields set to 'X'.

Please suggest how to achieve this in PI.

Thanks & Regards

Anku

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Pls provide your valuable suggestions on this

Thanks

Anku

Former Member
0 Kudos

Hi,

We had a similar requirement and the logic for split has been handled at the ECC Side..by developing a wrapper FM...

As splitted records need some GL accounts to be added for balancing the posting data..its advisable to handle this at ECC side rather than at PI Side..

so for your case it will result in three idocs one received from PI and other two as a result of split..

HTH

Rajesh

Former Member
0 Kudos

Thanks Rajesh for your inputs.

What are all settings we need to do from PI perspective apart from occurence change in xsd?

Thanks

Anku