cancel
Showing results for 
Search instead for 
Did you mean: 

FI-CA Interface SAP PI 7.1

Former Member
0 Kudos

Hi,

We have been mostly using our PI 7.1 for XML, IDOC and Soap interfaces. We have now been asked to do an interface between Flat File and an FI-CA Document.

Using SAP Provided structures is a new concept to us. Can someone point me in the direction on how we get the data structure for the FI-CA document? Any maybe a guide on using them?

Thanks,
Gareth

Accepted Solutions (1)

Accepted Solutions (1)

holger_stumm2
Active Contributor
0 Kudos

Hi Gareth,

you need to find the function module for the posting of the FI-CA document.

If you have used IDOC's bevore, you can also look into the IDOC Inbound Handler, which usually exposes the BAPI related to the document.

Use also transaction BAPI to drill down into FI-CA and look at the available BAPI-calls and data structures.

- import the RFC or the BAPI into the PI and do the PI Stuff:

- Receiver setup for the flat file (File Adapter with content conversion to  XML)

- Sender is either RFC or BAPI via RFC-Adapter

If you are adventurous and stylish, you can use a proxy instead and wrap the function module within.

This is a very brief outline

HTH

Holger

Former Member
0 Kudos

Hello Gareth,

if you're thinking about using BAPIs and extracting them from IDOC function modules you may also want to have a look at the Enterprise Services provided by SAP. You'll find a list of them unter http://esworkplace.sap.com. You can filter by business object and look for the service you need. Watch out for the EhP of your ECC and check whether that service is available on your system.

The advantage is that these services are delivered with complete SAP content, so you only have to do configuration in PI and expose the webservice to the consumer.

Regards,

Jörg

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks,

I will have a read of the links and see how I get on.

iaki_vila
Active Contributor
0 Kudos

Hi Gareth,

Follow this wiki to import PI ESR content http://wiki.scn.sap.com/wiki/display/XI/How+to+import+SAP+content+into+the+PI+ESR

If you want to know the different interfaced developed chek SAP service workplace: http://esworkplace.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?id=soalookup-all[FI-cA]...

(Press a intro a second time with that URL, the first time the URL fails ¿?)

Regards.