cancel
Showing results for 
Search instead for 
Did you mean: 

Call ECC from SRM to get table data

Former Member
0 Kudos

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!

Accepted Solutions (1)

Accepted Solutions (1)

pedro_santos6
Contributor
0 Kudos

Hey,

Try to use the FM META_READ_TABLE.

Rgs,

Pedro Marques

Former Member
0 Kudos

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

Former Member
0 Kudos

But how you obtain the values?????

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use "META_READ_TABLE" Function module which is already available for calling ECC table from SRM.

http://wiki.sdn.sap.com/wiki/display/SRM/Reading+database+tables+via+RFC+directly+from+the+backend+s...

regards,

Raghu