Connection between SAP R/3 and SAP SRM

Question: Hi All,
I need to create a table in SAP SRM which will contain all the Fund Reservation data from my SAP R/3 System. Meening - Whenever I change or create a Fund Reservation I need to trasport that data to SAP SRM.
I can't use ALE since there is no object of that type in SRM. I need to build my own table in SRM and transport that data.

Can anyone help me?
Thanks

Answer:
I'm not familiar with Fund Reservations in R/3, but perhaps you can check if there is a BADI or customer Exit available that is triggered whenever you change or create a Fund Reservation.

If there is, you can try calling an RFC enabled function module that you will need to create in the SRM system. You will also obviously need to create your custom table in SRM.

When your exit, or BADI, is triggered in R/3, call your function module in SRM, passing it the data that you want to save in your custom table.

Good luck.
antlese
Copyright ?2007 - 2008 www.jt77.com