cancel
Showing results for 
Search instead for 
Did you mean: 

how to change tables in sap to java while moving to single stac

0 Kudos

Dear Team,

  how to change tables in sap to java while moving to single stack since we have rfc look ups to the tables.

Regards

Mukheed

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mohd,

Why do you want to pass the lookup tables to the java stack?, you can't use the RFC lookup with PI tables any more and you will need to redo your lookup to jdbc lookup for example.

Do you have a lot of registers?, have you though to use other value-mapping technique? ( http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ee347e-aabb-2a10-b298-d15a1ebf4...) or to have the RFC on another ABAP system (worse idea)?

Regards.

former_member186851
Active Contributor
0 Kudos

Hello Mohd,

You can move the tables to ECC and make a RFC call.

You can use BRM as well

Or try JDBC scenario as Inaki suggested.