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

Call ECC from SRM to get table data

Former Member
0 Likes
997

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
Former Member
0 Likes

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