Is there a SDK for C++ or .NET available for SAP ERP 4.0 as I need to read and write data into it?
SAP ERP integration with C++
658 Views Asked by user437026 At
2
There are 2 best solutions below
0
David Beck
On
Building on the previous answer: with the C++ RFC SDK you can call ABAP functions and objects on the SAP side. So the actual reading or writing of the SAP data will be done by ABAP code on the other side.
Looking at this from the very high level you have two options with RFC:
- find a factory SAP function that does what you want. i.e. write or read the SAP data
- or write your own custom ABAP script that does exactly you wanted
In both cases you need to nail down what parameters you need to pass and receive to the ABAP you call, and make sure your RFC calls does that.
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in SAP-ERP
- second and third line item is NOT updating using `bapi_salesorder_change`
- How to execute a BADI in BAPI_ACC_DOCUMENT_POST from C#?
- Error while reversing document in SAP using BAPI
- SAP connection to extract data from PHP
- sap - abap 'sd_salesdocument_create'
- How to remove serial numbers from delivery SAP?
- Move data from an external system into Teradata database
- Java Spring MVC application integrated with SAP ERP
- BOM is not exploded when called via BAPI_SALESORDER_CREATEFROMDAT2
- How can a WebApp integrate with ERP-systems of dozens of firms?
- BAPI_MATERIAL_GET_DETAIL cannot fetch MATERIALVALUATIONDATA
- BAPI_MATERIAL_SAVEREPLICA throws "no update (test mode)"
- how to restrict the number of table columns in bapi output
- LEFT OUTER JOIN returns no rows
- How to fill advanced return management datas fields during bapi call
Related Questions in SAPRFC
- SAPRFC DLL and PHP 5.5
- Loading php-extension in Symfony2 - connecting to SAP
- No RFC authorization for function module RFC PING from VBA?
- Connect Excel with SAP using RFC
- How to read multiple lines in RFC_READ_TEXT with one request?
- B2MML to SAP RFC Transformation
- how to restrict the number of table columns in bapi output
- How to pass Table Field as import parameter to SAP RFC using JAVA(JCO3)
- Client found response content type of 'text/xml charset=utf-8' but expected 'text/xml' in SAP Web Service
- How to Execute SAP RFC using SOAP?
- Exception: RFC callback server not available while calling RFC
- Integration with SAP
- What minimum permissions/access rights does a SAP user need to be able to make RFC calls using JCo?
- Why can't I create a silent SAP RFC connection
- BAPI/FM to search prod orders confirmations by workcenter and date?
Related Questions in SAP-R3
- Implementing different destinations in applications on the Tomcat server
- How to create a custom extractor in SAP R/3 system?
- BAPI/FM to search prod orders confirmations by workcenter and date?
- Retrieve texts from a sales order by using RFC_READ_TEXT
- Saving SAP R/3 Report Output in Local Folder
- SAP - See all table entries in SE16 for table with numeric key
- Java SAP Communication
- How to create index in SAP?
- Invoke a z function with SAP.NET connector
- OPEN-SQL query doesn't work at abap 4 EXEC SQL
- I don't understand how READ TABLE inside LOOP works
- SAP .NET Connector 3 with both R3 and ECC
- How to run sap r/3 transactions through JCO3? or execute reports through JCO?
- RFC subsystem not yet initialized
- Random error when connecting to SAP with ERPConnect
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I am not sure what version SAP ERP 4.0 refers to, but there is certainly the RFC SDK that you can use (can be made to work with C++ and .Net):
Very old version: http://help.sap.com/saphelp_40b/helpdata/pt/8c/20e2bf493311d1894a0000e829fbbd/frameset.htm
Recent version: http://help.sap.com/erp2005_ehp_04/helpdata/EN/22/04287a488911d189490000e829fbbd/frameset.htm