2006 Aug 09 11:59 AM
Hi,
We have a requirement where in the business is accessing SAP data via SAP Views which is directly accessing SAP Database. SAP Views were implemented long back considering the
-performance
-the volume of data
-and the number of tables that needs to be accessed
Considering, this is not a good approach of reteriving data. Is there any better design approaches that can be replaced for this SAP views.
We evaluated using RFC, but since RFC talks to databases and retrives the data..it took much longer time to perform the transaction than the current SAP View mechanism..
Please let me know incase you have any suggestions to overcome this design limitation,
Regards,
Vinayak Kamath
Hi,
We have a requirement where in the business is accessing SAP data via SAP Views which is directly accessing SAP Database. SAP Views were implemented long back considering the
-performance
-the volume of data
-and the number of tables that needs to be accessed
Considering, this is not a good approach of reteriving data. Is there any better design approaches that can be replaced for this SAP views.
We evaluated using RFC, but since RFC talks to databases and retrives the data..it took much longer time to perform the transaction than the current SAP View mechanism..
Please let me know incase you have any suggestions to overcome this design limitation,
Regards,
Vinayak Kamath
2006 Aug 09 12:02 PM
Write efficient report programs to fetch the required data.
Users directly access the views? Or is there programs which fetch data from views?
VJ
2006 Aug 09 12:02 PM
Hi,
I hope , they are using these views somewhere in programs.
How about using Inner joins , instead of views in programs.
regards.
santosh.
2006 Aug 09 12:14 PM
Ok..Let me put some more light on this..
We have a VB Application which invokes this SAP views and executes the query.
We are finding a way 2 replace this setup with a better design approach.
2006 Aug 09 12:17 PM
Create RFC FM;s which can be called from VB.
check the FM RFC_READ_TABLE.
Cheers
VJ
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |