cancel
Showing results for 
Search instead for 
Did you mean: 

Read customized table on PI using Java

michael_buchli
Participant
0 Kudos

Hi,

is it possible to read a local Y table on the PI System using Java?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Micael,

did you mean to read the Y table xreated in ABAP by using some java program (ie not at all using ABAP) ?? Then it may not be possibel as each Y table created in ECC will be mapped to some (one or more than one) table in the underlying database...

if you get aware of the corresponding DB table then you may be able to read but it will be a difficult task to do..

Regards

Suraj

Answers (2)

Answers (2)

michael_buchli
Participant
0 Kudos

thx, i will solve my problem using the java mapping for the xml parsing and logic and the abap rfc bapi to fetch the local Y table

Former Member
0 Kudos

Hi,

To execute this task would be quite difficult since you are not in an "ABAP" environment.

The best approach is to create an RFC, that reads this Y table; and import the RFC to PI.

From there you can decide:

1 - Use RFC Receiver Adapter: if you want to call the RFC and get the data yourself.

2 - Use RFC Sender Adapter: if you want the data to come out of the RFC and go to PI by itself.

Ricardo Sancio Lóra

Brazil