var fDesc=new Array(); fDesc[0] = "SAP® Explorer & Proxy Generator 2008 is a Visual Studio® extension that allows developers to connect to SAP® systems, browse BORs and RFCs, view related documentation and generate proxies to integrate R/3 enviroments to .NET based solutions, incuding Web, Desktop or Mobile applications.
Features:
- Multiple application server navigation
- Business Object Repository (BOR/BAPI) explorer.
- RFC search based on user-defined filters.
- Proxy generation for both BAPIs and RFCs based on librfc32.dll.
- Generation of both RFC Clients and RFC Servers.
- ABAP documentation viewer.
- Generates the appropiate code snippet to invoke your generated proxy and ease your development."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }