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.

94 questions
0
votes
1 answer

How to change the default credential of hybris data hub

I have configured data hub with hybris. But I have to change the default password in datahub local.properties from nimda to Hybris123. I've used openssl to encrypt the pwd. While publishing idoc, I am getting the below…
Amirtha Rajan
  • 605
  • 10
  • 19
0
votes
1 answer

JCo IDoc server cannot receive messages due to port issue

I have a java based IDoc listening server which is built using JCo 3. When I started it and sent a IDoc from the sap system it gives me an exception in below trace. As it says, I thought this is due to unavailability of message server and logged in…
Sudheera
  • 1,727
  • 1
  • 12
  • 28
0
votes
1 answer

XSLT - Don't display a tag if value = "000000"

I am converting a SAP IDOC into a more human readable XML format. I have the below XSLT which hides empty values (CHARG, VFDAT)
Jack C
  • 25
  • 10
0
votes
1 answer

Changing TCP/IP RFC Destination IP Address in SAP

A couple months ago a new RFC destination was configured in SAP to allow IDOCs to be sent to another program, ADAPTRIS. We have since changed the server that hosts ADAPTRIS and the IDOCs no longer send successfully. Checking SWU2 shows the following…
Jack C
  • 25
  • 10
0
votes
2 answers

Mocking SAP IDoc Server

I am using SAP JcoIDocServer. JCoIDocServer server = JCoIDoc.getServer("SAPSERVER_" + connector.name) I want to know if it possible to mock request for testing to this server. Is there a framework or do I have to build my own?
Peter
  • 1,011
  • 2
  • 16
  • 39
0
votes
2 answers

Authorizations for editing and (re)processing IDocs

I'm looking into the risk of unauthorized transactions through access to editing existing IDocs and reprocessing them. In below scenarios, the following characteristics are applicable: User Y belongs to the finance department and has access to…
Glenn
  • 111
  • 5
0
votes
3 answers

How to send/check the status of an IDoc sent to SAP ECC through ALE Audit?

I am working on a Java application that receives Intermediate Documents (IDocs) from ECC and passes IDocs to ECC. Our application works like a bridge between ECC and other systems, it receives IDocs from ECC that are stored in disk by our…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
0 answers

How to send IDOC's to a SAP system through WSO2 ESB

I have gone through the below document and configured: https://docs.wso2.com/display/ESB481/SAP+Integration I have to send an IDoc to a SAP-created proxy with IDoc structure but when I try to hit that proxy, I'm getting a clueless error (see log…
Siddu
  • 91
  • 10
0
votes
2 answers

IDOC Listener granted message delivery

We're working on a project in SAP ERP R/3 where the SAP team delivers document notifications via SAP router. We've attached a listener on that port using Dell Boomi, which under the hood uses the official SAP Java connector. When things are OK…
Simone Avogadro
  • 789
  • 8
  • 23
0
votes
1 answer

SAP Pool capacity and peak limit-Mule esb

Hi am having an SAP connector and SAP is sending 10,000 idocs parallel what can be the good number I can give in Pooling capacity and Peak limit,Now I have given 2000 and 1000 respectively any suggestion for better performance
Satheesh Kumar
  • 797
  • 7
  • 31
0
votes
0 answers

SAP Connector 3.x - IDOC_INBOUND_ASYNCHRONOUS - How to get the response status code - .Net

I'm pushing IDOCs through the SAP .NET Connector 3.x from .NET. For doing this I'm using the IDOC_INBOUND_ASYNCHRONOUS function. Is there a way to get the response status code of the IDOC push? I'm expecting something like this: Inbound status of an…
Fabio Lucia
  • 85
  • 1
  • 5
0
votes
1 answer

SEGMENT_UNKNOWN error while acessing SAP backend via JCO-connector

I'm trying to connect to a SAP system via Java Middleware (Dell Boomi) to inspect existing document types. When inspecting a base IDOC Type (e.g. ORDERS05) everything works ok. When trying to inspect a custom type (e.g. ZORDERS05) I get a rather…
Simone Avogadro
  • 789
  • 8
  • 23
0
votes
3 answers

SAP Connector for Microsoft .Net v3 - SAPIDocSender class missing

I have used SAP Connector for Microsoft .Net v2 to successfully send already formatted IDOCS to SAP. Today I upgraded to the latest version of the connector. Unfortunately, this SAPIDocSender is not there anymore. How should I now send those IDOCS…
Fabio Lucia
  • 85
  • 1
  • 5
0
votes
1 answer

Is there any id that can be used for different idocs other than tid?

Is there any id that can be used for different IDocs other than Transaction ID (tid)? I am using JCoServerTIDHandler to get the tid. Do we have any other such unique ID or other related field that helps the purpose?
shefali
  • 29
  • 3
0
votes
1 answer

Flat FILE to XML and vica versa

I want to convert an IDOC flat file to XML. Then after making changes I have to convert that again to Flat file. Is there any function module or class in ABAP using which I can do this.
AKS
  • 39
  • 1
  • 8