SAP R/3
SAP R/3
I finally setup my blog at WebLogs@asp.net
Check it out
No more posts here. Thanks to the DotNetJunkies for hosting my Blog these months.
I missed the release of the new version of the SAP .net connector, if you have an OSS user you can get it SAP web site : http://service.sap.com/connectors
from the release notes:
2. What is New
=============
2.1 Runtime
===========
- The old SAP.Connector assembly was split into two assemblies. The new
SAP.Connector assembly is now free of unsafe code
and can be used in partial trusted environments.
- Support for ".NET Remoting".
- New unified connection management for both Rfc and Soap connections.
- Improved "Destination" classes, for example new "Properties" for Soap support,
for SAPRouter strings and the new "CombinedDestination"
and "ConfigDestination" classes.
- Improved connection pool allows, for example, the limitation of active
connections.
- Support for RFC callbacks
2.2 Design Time
===============
- Full Visual Basic © support. All proxies can be created in both C# and VB. All
other languages are still supported via language interoperability.
- Full BAPI/Business Object Repository support, including keyfields, parameter
renaming/reordering and more.
- New "Server Explorer" extension: The SAP Proxy Wizard was replaced by an
extended designer and an extension to "Server
Explorer" that allows you to drag and drop all required functions and objects.
- "Smart Typed Dataset" feature of proxies allows you to have state in proxies
and data-bind to user defined proxy fields.
- "Connection wiring" allows you to define the used SAP connection with a few
mouse clicks.
- XML comments are generated with the proxy generator for the use with
IntelliSense help and external documentation tools.
2.3 Documentation / Samples
===========================
- The Documentation is integrated in the Visual Studio Help.
- IntelliSense Help is available for all classes, methods and parameters.
http://service.sap.com/connectors
from the release notes:
2. What's new in 1.0.3
======================
SAP .NET Connector 1.0.3 is a "support release" that is designed to be fully backward compatible to releases 1.0, 1.0.1 and 1.0.2. Therefore the assembly version stays the same (1.2.0.0). Only the file version is updated to 1.2.3.0.
2.1 Runtime
===========
2.1.1 Bug fixes
- Memory leaks when running RFC server programs developed with the .NET Connector
- Character conversion issues related to some codepages used in central and eastern Europe
- Other bugs
2.1.2 New Features
- Support to RFC callback has been added to the RFC client proxy based on SAPClient.
- With version 1.0.3, a .NET Connector RFC server program can also be configured as "Start on Fronend Workstation" in SM59. With earlier versions, such program can only be run as "Registered Server Program".
2.2 Design Time
===============
- Nothing
2.3 Documentation / Samples
===========================
Nothing
After you type http://www.sap.com in the address bar it transforms into http://www.sap.com/index.aspx
cool! one more (BIG) point to ASP.net ;-)
SAP Connectors.
You'll need a SAP Service Marketplace (OSS) user and password to access the page .
Transaction ST05. SQL Trace is great to find out what the h*** standar programs are doing.