cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call ECC from SRM to get table data

Former Member
0 Likes
1,009

Hi,

I need to call the ECC system from SRM 550, to get some table data from ECC into SRM.

This call would be placed from inside a Shopping Cart BADI, as the table data would be necessary to do some checks.

Is this possible? How? Would performance suffer?

I was thinking that this could be done by creating an RFC enabled function module on the ECC side, and calling it from SRM.

Thanks!

View Entire Topic
pedro_santos6
Contributor
0 Likes

Hey,

Try to use the FM META_READ_TABLE.

Rgs,

Pedro Marques

Former Member
0 Likes

Thanks. Seems like the easiest way to access ECC tables.

Former Member
0 Likes

But how you obtain the values?????