Questions tagged [idoc]

IDOC is a SAP document format for business transaction data transfers.

IDOC is a SAP document format for business transaction data transfers.

73 questions
11
votes
1 answer

JCO IDOC Server for multiple destinations

I'm developing a IDOC server which can connect to multiple destinations on same SAP system(gateway host will be same) and receive IDocs. I'm not sure that I need multiple JCoServer instance running or single JCoServer with multiple destinations. If…
Sudheera
  • 1,375
  • 1
  • 8
  • 24
11
votes
3 answers

SAP R/3 removes trailing spaces from IDoc XML files

I have a Java application that uses SAP JCo 3 libraries. One of the use cases consists of receiving a IDoc file from the SAP instance (R/3, ERP 6.0 EhP 7) and convert it to XML. The problem is that, during the conversion (executed by the IDoc…
CountD
  • 639
  • 2
  • 10
  • 32
7
votes
1 answer

Tutorials, manuals, documentation for using SAP JCo 3.x

Do you know any decent documentation source for using JCo 3.x? Most of the materials I could find are pretty outdated and refer to previous versions (JCo 2.x). In case, anyone wondered, the things I found are: Tips&Tricks JCo…
Grzegorz Oledzki
  • 20,933
  • 15
  • 63
  • 94
7
votes
2 answers

Parsing an IDoc in XML format using SAP Java IDoc Class Library

In a system not connected with SAP I am receiving an IDoc in XML format (if of any importance a Customer Master - DEBMAS07). 1. Is it possible to read this XML document using the Java IDoc Class Library (sapidoc3.jar) WITHOUT a connection to the SAP…
Valentin Despa
  • 34,200
  • 18
  • 76
  • 100
5
votes
2 answers

Where can I find the documentation for IdocScript for Stellent/Oracle UCM?

Where can I find the documentation for IdocScript for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My specific problem has to do with string…
Pops
  • 28,257
  • 34
  • 127
  • 149
4
votes
2 answers

How to control transaction (commit/rollback) when reading an IDOC

When using JCo (3.x) to read IDOCs sent from a SAP server, what action should be taken to indicate the message has been properly received (i.e. commit)? In Java I imagine something like: public class MyHandler implements JCoIDocHandler { public…
Grzegorz Oledzki
  • 20,933
  • 15
  • 63
  • 94
3
votes
2 answers

Cast 'IDOCTYPE_READ_COMPLETE' to 'RfcRepository' [.Net Connector 3]

I'm working on C# application for one of our customers. We have already defined some IDOC structures. All the specifications are in an Excel sheet. So the question is: It's possible to get the whole IDOC structure from the 'IDOCTYPE_READ_COMPLETE'…
Miroslav Mikus
  • 411
  • 4
  • 10
3
votes
1 answer

Sending iDOC from Java to SAP

We have iDOC files that are generated from our system. Now we are trying to send them to SAP via RFC connection. I already etablished an RFC connection AS A CLIENT but i am unable to send iDOC! I tried to create a sample iDOC to test it but it…
H.Rhaiem
  • 33
  • 1
  • 5
3
votes
5 answers

Parsing SAP IDOC files

We are currently planning on communicating with a partner that is running SAP. The problem is that our ERP offers no way of communicating with SAP and we will need to extract the necessary info out of the IDOC files ourselves. Is there an easy way…
SpoBo
  • 2,040
  • 2
  • 20
  • 28
2
votes
2 answers

SAP JCo parse XML to IDOC with field extensions

i have some problems parsing an XML to IDOC using the SAP JCo library. I know I need a connection to the SAP system which is given. Here is my gradle test code : when: JCoIDocServer server =…
flexguse
  • 429
  • 4
  • 18
2
votes
1 answer

How to get data from a SAP system using IDOC

I have currently install sap_netweaver_as_abap_751_sp02_ase_dev_edition and all works fine. My final goal is to create some tables in SAP (I have SAP ASE installed as DB) and to be able to access them using java (of course with sapidoc3.jar and …
user3480594
2
votes
2 answers

SAP .Net Connector 3.0 - How can I send an idoc from a non-SAP system?

I am trying to use the .Net connector to send data to an SAP system. I have been able to send calls to RFC function module quite easily but there doesn't seem to be any way to send a standard Idoc directly. This is quite weird because Idocs are…
2
votes
1 answer

Conversion of IDOCs to XML format at SAP Level

Is there a way to replace the legacy idoc files to XML when dealing with SAP? If so would it be something that is provided by the SAP or we have to use a third party library to do that? Is it a good practice to do it (than using the legacy idoc…
Illuminati
  • 4,251
  • 1
  • 32
  • 53
2
votes
1 answer

XSLT 1.0: IDOC to AdsML transformation

I need to transform SAP IDOC xml into AdsML format. But the abstract question is: how to transform xml1 into xml2? xml1: 010
1
vote
1 answer

IDOC_CREATION_CHECK parameters filling?

I'm checking an implementation of the interface IF_EX_IDOC_CREATION_CHECK which has a method IDOC_DATA_CHECK with 3 parameters: IDOC_CONTROL type EDIDC IDOC_DATA type EDIDD_TT CREATE_IDOC type C And my problem is that I can't find documentation in…
Nelson Miranda
  • 5,237
  • 5
  • 30
  • 50
1
2 3 4 5