Search This Blog...

Showing posts with label PI. Show all posts
Showing posts with label PI. Show all posts

Monday, October 31, 2016

Remove Unnecessary Segments From an IDOC (Filter IDOC Segments)

There are requirements where you need to remove unnecessary segments from IDOCs. Mostly master data. Perfect example would be ARTMAS where a lot of segments are generated by SAP whereas you need only few. SAP provides a standard solution to remove unnecessary segments.

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

Author: Harsha Thelikorala

Remove Unnecessary Segments From an IDOC (Filter IDOC Segments) by Harsha Thelikorala on Scribd

Monday, May 30, 2016

Reading a Text File With Header and Items Using Content Conversion in PI

There business requirements where you need to read text files with header and items, using SAP PI and process them. You can meet this requirement using Content Conversion in PI.

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

Author: Harsha Thelikorala

Sunday, February 28, 2016

Process Inbound IDOCs From PI using serialization

Sometime back we discussed about how we can process IDOCs using serialization in SAP. Click here to read it. 
There are business requirements where you need to process multiple IDOC message types in a serialized manner using PI immediately without a scheduled batch job. i.e. Customer master with address master (DEBMAS with ADRMAS) Vendor master with address master (CREMAS with ADRMAS) Info record master with vendor master & material master (INFREC with MATMAS and CREMAS) In order to process these IDOC’s successfully, you must process then in a sequence. It is not necessary IDOCs to be for master data distribution, you can serialize any message type. 

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

Author: Harsha Thelikorala