CARREIRA

Fala meus amigos, bão?
Mais um artigo/download no Blog. Nesta área vou disponibilizar as bibliotecas e exemplos de conexão entre os sistemas não SAP para executarem as funções do tipo RFC, que é uma função, dentro do SAP, que é preparada para receber requisições de informação, realizar o processamento e retornar para fora do SAP a informação pretendida.

Como o título sugere, vou colocar uma biblioteca 64bits do .NET para se conectar ao SAP.

NSAPConnector master

Abaixo as informações de exemplo, disponibilizadas pelo próprio fabricante da tecnologia. (Link para o GitHub).

NSAPConnector

Wrapper library for the SAP .Net Connector 3.0. Adapts existing api to a more friendly form for the .Net developers. NSAPConnector just modifies the api syntax without altering existing behavior and it also do not improve in any way the performance of the SAP .Net Connector, you can consider this library as a syntactic sugar. NSAPConnector tries to emulate an ADO.Net behavior and usage which is the most common way of dealing with database data in the .Net world.

Because there’re two different versions for the SAP .Net Connector 3.0 a x86 and a x64 version, there’re 2 versions of the NSAPConnector (basically it is the same project but with different references).

NSAPConnector was created by using .Net Framework 4.0 .

For the destination configuration part you can still use the config file which has the same structure as for SAP .Net Connector 3.0 or you can provide configuration parameters directly to the SapConnection constructor(use SapConfigParameters class for parameters name).

NuGet

You can add this library to your project by using NuGet, you just have to type in your Package Manager Console:

Install-Package NSAPConnector_x86

or for the 64 bit version

Install-Package NSAPConnector_x64

Exemplos de uso dentro do C#

  • Get a DataSet populated with all the returned result tables

 

Get a DataReader which gather data from the specified returned result table

  • Use transactions

  • Use sessions for statefull calls

 

 

Sobre o Léo

LéoABAP

Ajudo você a entender, estudar e se tornar um Consultor ( Ou uma consultora ) SAP usando a programação ABAP!

PS: Amo Livros, Pizza e Coisinhas legais pra comprar na internet!

Deixe um comentário! Não seja chato!!!

Esse site utiliza o Akismet para reduzir spam. Aprenda como seus dados de comentários são processados.