cancel
Showing results for 
Search instead for 
Did you mean: 

Reading File from AS400 server using PI

Former Member
0 Kudos

I have a scenrio. in which i'm extracting data from SAP using proxy.

There are some fields which doesn't exist in SAP. They need to be mapped from files on AS 400 system, based the values generated from proxy.

My Question is there any way we can read the AS 400 file directly in ABAP proxy

if so How can we do that.

We are on PI 7.0 and client don't want to use ccBPM.

Please suggest the best way to do this.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

<i>There are some fields which doesn't exist in SAP</i>

Then where does these fields exist?

<i>My Question is there any way we can read the AS 400 file directly in ABAP proxy</i>

The files will be logically picked up by PI and the mapping would be done in PI.

AS400 can provides files which can be communicated with Pi using the file adapter.

Another approach could be the use of jdbc adapter to directly fetch the data from DB2 database at the backend.

Regards,

Prateek