cancel
Showing results for 
Search instead for 
Did you mean: 

Replacement for TABLE in ABAP stack of PI

former_member223432
Participant
0 Kudos

Hi Experts,

we are migrating the interfaces from SAP PI to SAP PO.

we have many interfaces where we are making use Z Tables created in ABAP stack of PI and calling them via RFC look up in PI mapping.

what is the alternative for the same in SAP PO. can you please provide some possible solutions/options in PO.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Hi Smith,

please have a look at: https://blogs.sap.com/2016/01/18/how-to-persist-custom-data-in-sap-pi-java-table/

You can create tables in the java stack of your PO system using NWDS. You can access those tables either directly (e.g. by running SQL statements from an UDF) or via a corresponding Java bean. This solution works quite fine for us.

Best Regards,
lars