cancel
Showing results for 
Search instead for 
Did you mean: 

FEH for File Interfaces?

Former Member
0 Kudos

Hello Experts,

Can we use Forward Error Handling (FEH) for implementing error handling in File Interfaces ?

Like for simple Application Server file interfaces, if something goes wrong during the process of writing/reading a file on App Server, can we use FEH for showing the log?

I know it is a concept used for PI...so we want to know if it can be used for file interfaces as well? Just want to keep similar approach for error handling and logging (for both PI and File Interfaces).

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Ankush,

No. FEH can't be used in error handling of File interfaces.

FEH works on ABAP classes (ABAP proxy, custom IDocs, custom BAPI...). Target SAP system should implement ABAP code with FEH classes.

engswee
Active Contributor
0 Kudos

Edit 1 May 2015: Added inbound

Just a slight correction.

FEH is used in the ABAP backend systems and are only for asynchronous inbound proxy interfaces. It is not available for sync proxies, IDocs, BAPIs. Neither is it available for any error handling on the PI system itself.

Message was edited by: Eng Swee Yeoh

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Ragu and Eng Yeoh for the timely and well detailed responses.. .:)