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
0 answers

Processing SAP IDoc files in Azure Synapse/Data Factory

I'm looking for a way to process SAP IDoc files via Azure Data Factory or Azure Synapse pipeline. The solution should be capable of extracting data from the raw files taken from the SFTP (in IDoc format) and writing the processed data to a SQL…
John Bull
  • 933
  • 1
  • 12
  • 20
0
votes
0 answers

SAP PI: Graphical mapping: Map with default function not working

Scenario: Address node has 6-7 fields which has customer details. In default we have 4 partner functions that is coming in IDoc that we map it to target fields. In some scenario, there are additional partner functions will be present in IDoc, where…
buttler wk
  • 169
  • 1
  • 11
0
votes
0 answers

How to connect Dell Boomi with SAP?

Dell Boomi needs a lot of information for the SAP connector shape. There are a lot of fields to be filled for the Connection Setting AND Listener settings. I only have our SAP server's system id, instance number, username, password and server…
Jovemsincero
  • 63
  • 1
  • 8
0
votes
2 answers

creating an xsd of Idoc file

We are currently planning on communicating with a partner that is running SAP via Idoc files .xml We already communicate via .xml but with our schema structure, now I´m trying to modify my .xsd to get data from the Idoc WMTORD which contains a tag…
0
votes
2 answers

What are Message function and Message variant in IDOC Partner profile?

What is the use of message variant and message function in IDoc partner profile? Which one to be used as per the requirement?
Yavvari Pradeep
  • 301
  • 5
  • 19
0
votes
1 answer

How to replicate outbound delivery in SAP?

I have to replicate an outbound delivery from ecc to wm system; I know i have to use the idoc SHP_OBDLV_SAVE_REPLICA02. I Have the following questions : How to trigger the replication by creating the outbound delivery? Do I have to do only the…
user2419908
  • 137
  • 2
  • 12
0
votes
1 answer

Do PI mapping based on inbound IDoc source system

I have to send the goods movement via IDoc from 2 different SAP systems to S/4 HANA via SAP Process Orchestration (PO). I need to recognize in S/4 HANA from which system the IDoc is coming, do some mapping based on the sender, and after the mapping,…
user2419908
  • 137
  • 2
  • 12
0
votes
2 answers

Trigger IDoc or web service after creation of purchase requisition

I have this integration scenario from ECC to SAP PI 7.0: when a Purchase Requisition is created by the MRP process, the PR data should be sent automatically to other party through a web service or IDoc. 1) What would be the ideal scenario for this…
user2419908
  • 137
  • 2
  • 12
0
votes
1 answer

Receive IDOC as an xmldocument without a schema

I have a business case where we need to receive an IDOC and transmit it as received. We don't have to care about version change or other things. Is it possible to do it without generating IDOC schema?
Hichamveo
  • 475
  • 3
  • 16
0
votes
2 answers

How to build and send an IDOC from MII to SAP ECC using IDOC_Asynchronous_Inbound

We have a custom built legacy application that collects data from a SQL server database, builds an IDOC and then "sends" that IDOC to ECC. (This application was written in VB6 and uses the SAPGUI 6 SDK to accomplish this.) I'm attempting to…
0
votes
1 answer

Azure Logic Apps + SAP : Can't send an iDoc with the connector

I am creating a proof-of-concept with Logic Apps for my company but I am unable to use the SAP connector in order to send an iDoc. SAP is on-premise so I installed on a VM both the SAP Connector 3.0 the Azure Gateway. It works fine : I tried from…
Debonair
  • 1
  • 1
0
votes
1 answer

How can I force a request or suppress primary file missing error in UCM/Stellent?

I'm currently writing a custom component in Java that instead of writing a static HTML file will write a static docx file with all the metadata when a specific checkbox is selected. What I'm currently doing is: Having a user perform a check_in…
Peeter
  • 9,282
  • 5
  • 36
  • 53
0
votes
1 answer

hybris datahub caches CanonicalItem datas

I implemented a new extension for datahub to process DEBMAS IDOC's. This are the relevant part of my implementation: CanonicalParty .... addresses
andyRandy
  • 93
  • 1
  • 3
  • 10
0
votes
1 answer

Difference between message types in IDOC's SAP ABAP

Can someone tell me the difference between IDOC message type CREMAS and CREFET I have tried searching for this on few web sites but they are not clear. Thank you
Yavvari Pradeep
  • 301
  • 5
  • 19
0
votes
1 answer

SAP IDoc missing file

I am integrating a BizTalk application with SAP system. I get an error when SAP sends me IDoc data because the required schema is not declared in BizTalk. The required schema is http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/3/ZCREMAS01//700. I…
user3417479
  • 1,830
  • 3
  • 18
  • 23