

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Send an Idoc using SAP.net connector 3.0 from a non-SAP system
As per my knowledge, SAP doesn’t offer any development library for NCo to deal with Idocs. .Net connector is primary used for development of RFC clients.
One of a common method to submit idocs to the SAP system using NCo is by using function module “IDOC_INBOUND_ASYNCHRONOUS”. This function module includes multiple table parameters containing idoc data.
Function Module: IDOC_INBOUND_ASYNCHRONOUS (IDoc inbound processing via tRFC)
Function Group: EDIN
Program Name: SAPLEDIN
Following are the parameters:
Table IDOC_CONTROL_REC_40 contains the control record, IDOC_DATA_REC_40 contains the idoc data segments.
IDOC_DATA_REC_40 contains a field called SDATA. That field contains an Idoc segment data as a single concatenated string with fixed field lengths.
- Related Questions & Answers
- Connecting SAP system from C# application via .NET Connector 3.0
- Downloading file using SAP .NET Connector
- Writing a material on SAP system via .NET Connector
- Upgrading SAP .NET Connector from .NET 2.0 to .NET 3.0
- Alternative of SAP .NET Connector
- Generating an IDoc file to generate orders in SAP R/3 system
- Downloading SAP.NET connector to integrate .NET application with SAP system
- How to send MATMAS and DEBMAS idoc to other SAP system
- Modifying or Executing SAP jobs using .NET Connector
- Parsing IDoc files to extract information from SAP system
- Retrieving Idoc XML data from SAP system over HTTPS
- With use of SAP .NET Connector to perform an upgrade
- Adding a field to SAP RFC table using .NET Connector 3.0
- Creating orders in SAP system using .Net
- Using SAP connector 3.0 on an MVC application