Hi there,
I'm newbie at SAP PI, I've never seen it before and I'm in a project where the company hired a PI consultant to make it work for SAP GRC x NF-e (Brazilian fiscal notes). This consultant is showing me what he did here and... I'll need to learn it because I'm going to be the responsible about PI when he finish it...
We have SAP GRC 10 and SAP PI 7.3.
One of requirements from this project is receive a e-mail from other companies, with xml files attached. This xml file sometimes can be within ZIP file, or RAR file... That's the problem: RAR Files.
The consultant did a ABAP Proxy who gets every kind of attachment and extract if it's a ZIP File, using CL_ABAP_ZIP, standard class.
What can we do to make it work to different kinds of files? (.rar, .7zip, etc). I have no idea, but... is it possible to do any Java Mapping, or something like that?
Thanks!