cancel
Showing results for 
Search instead for 
Did you mean: 

Migration of Z Tables from Abap Stack to Java Stack

ralf_zimmerningkat3
Participant
0 Kudos

Hi all,

we have to change from pi 7.11 to pi 7.31 java only.

actual we use z_tables in the abap stack of pi for the number generation  due to names outbounded files.

Acess to ztabel during mapping is rfc.

IN PI 7.31 we have to move this table to the java stack but how to access tis table during the mapping?

Is JDBC Lookup possible ??

If so,  Database ist oracle so our Database ist ORACLE so how to configure the JDBC Adapter??

User??

Driver??

Any other Ideas to solve the problem??

Regards

Ralf

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ralf,

do you found a solution to get your Table Data (for java stack only) into message mapping ?
We are facing the same issues.

Thx,

Gordon

Former Member
0 Kudos

here you have two options.

1) move the table to oracle database, use seprate schema ,get a user with restricted authorization on that

table only.

use related driver ojdbc*.jar for oracle based on db version... and fire JDBC look up.

2) move the table to any other application system (ABAP stack) and do the RFC look up.

ralf_zimmerningkat3
Participant
0 Kudos

I Have deployed a Table to the JAVA Stack of the pi with NWDS.

the table is visible in Open SQL Data Browser: Overview from Netweaver Administrator in PI

How to access this table from mapping runtime for lookup?