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
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,484
  • 5
  • 33
  • 54
1
vote
0 answers

Apply EXIT_SAPFKCIM_001 user-exit before ALE conversion of IDoc?

I have a basic IDoc type ORDERS05 which goes through ALE conversion rules My need is to get the data before the ALE conversion and modifying the IDoc. I found the exit EXIT_SAPFKCIM_001 / include ZXKKCU01 where the data is still not converted, the…
Hamza Chioua
  • 135
  • 3
  • 11
1
vote
1 answer

Integration of SAP information with node.js

SAP offers a lot of ways to create API's with external systems. In my case I want to create an interface which allows me to access SAP information with a node.js application. I need preferably a real time connection to update the data as soon as…
IVnoobSuck
  • 75
  • 10
1
vote
1 answer

Outbound OAuth connection in S4Hana on-premise possible?

Does SAP S/4HANA on Premise support outbound communication with OAuth 2.0 client_Credentials to send an IDoc (or whatever) via http to an OAuth 2.0 protected endpoint? The question is probably very simple but it seems like SAP is trying to do…
emch2
  • 211
  • 2
  • 11
1
vote
3 answers

I need to transform a complex xml to fixed length flat file.Please help me

I have the following XML,I need to transform it to fixed length flat file H_MonsantoNSCINVOIC
Ayon Biswas
  • 11
  • 1
  • 2
1
vote
1 answer

Proper handling of IDoc errors?

I have implemented a JCoIDocHandler for SAP, everything worked fine, but our partner company changed something with the user rights and now the handleRequest() fails with an exception. My problem is that even I got an exception, the partner company…
Peter
  • 1,011
  • 2
  • 16
  • 39
1
vote
1 answer

How does API based data integration work?

I am managing a web application which have to be integrated with other systems such as SAP/Oracle ERP. I am pretty familiar with the middleware method of data integration where I use my stored procedures to read/write data from/to the middleware…
Happiness
  • 21
  • 5
1
vote
1 answer

Parse SAP IDoc into Java object

I am trying to parse an SAP IDoc XML string into a Java object. I tried using the com.sap.conn.idoc.sapidoc3 artifact into my maven project. This does have all the right tools to parse a XML file I believe, but this also wants me to add a…
Cerebres
  • 343
  • 3
  • 16
1
vote
3 answers

How IDoc are stored/used in SAP

I am struggling to understand how IDoc are used in SAP. What an IDoc is I understand but I have a few questions about how this IDoc are used by SAP (can't find such details on sap blog): In SAP database all the tables are stored in IDocs? For…
Adrian
  • 947
  • 1
  • 12
  • 24
1
vote
1 answer

How to migrate from SAP Classic RFC API to Netweaver RFC API

Good morning. We have a working Idoc interface to SAP using the "Classic" API of the SAP RFC SDK. As this is no longer supported we need to migrate to the new Netweaver RFC SDK which comes with a new API. I now have a little trouble in understanding…
struppi
  • 595
  • 1
  • 3
  • 15
1
vote
1 answer

Update material field of an already created material in Hybris

Hi we created a material in SAP ERP, and an IDoc was send to Hybris, but when we change one of the fields in SAP it does not create a new idoc, and no update is generated in Hybris. I am thinking on editing the first idoc and resend it, since I am…
jcslzr
  • 435
  • 9
  • 18
1
vote
1 answer

Error "Server default repository destination XXXX is invalid" when running application JAR

We have a Java project made with DropWizard that uses the libraries SAP JCO and SAP IDOC, when run from the IDE it doesn't throw any error, but when it is packaged into a jar and we try to run the jar we receive the following stack…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
1
vote
1 answer

How to generate sequential numbers using UCM Oracle iDOC Script?

I want to create a metadata field to a certain Check-In Profile. This field is Info Only and it looks like this: IFAP-XXXX.DD.MMM/YY I already have done this code: <$dprDefaultValue="IFAP-" & formatDateWithPattern(dateCurrent(),"MMM/yy")$> And the…
1
vote
1 answer

How to test SAP .Net Connector 3 Client / Server without SAP System

I want to write some code using the SAP .NET Connector 3 to receive and send data to a SAP System using RFC and IDoc. How can I setup a simple SAP Test System with RFC to test my code. Is there a way to mock the SAP System or do I have to install a…
flosk8
  • 465
  • 1
  • 6
  • 17
1
vote
1 answer

IDOC file generation in ecommerce system

I want to generate an IDOC file to make shop orders availabe to the R/3 SAP System. My question is concerning BELNR in E2EDK01. As we dont have the possibility to use Webservices and BAPI, we only make the data available via files. Actual questions…
Michael Leiss
  • 5,395
  • 3
  • 21
  • 27