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

RFC to fetch IDOC linked with Partner Profile/Port/Program ID

Is there any RFC in which i can pass Partner Profil/Program ID/Port/Logical system name as input and i will get the IDoc types linked with that?
AKS
  • 39
  • 1
  • 8
0
votes
1 answer

Xerces error while processing IDocs with WSO2

I have a problem processing IDocs with WSO2 ESB 4.8.1. Each time an IDoc with empty segments (which seems to be a valid IDoc) is incoming Xerces will throw an error: ERROR - Axis2IDocHandler Error while processing the IDoc through the Axis…
Edik
  • 1
0
votes
2 answers

Oracle UCM - Storing and retrieving document under custom directory

I am new to Oracle WebCenter Content (Formerly known as Oracle UCM). I am looking from the integration of UCM to third party application perspective only to retrieve and store the document. I have went through the details about WSDL Generator and…
JavaAster
  • 57
  • 8
0
votes
0 answers

Oracle IDOC option list localization

I've been stuck on this issue for a while now and google is of little help. I'm trying to localize values within an option list for a form. IDOC components I've plugged into have only gotten me so far, so I'm turning to helpful people here. What do…
Taibi
  • 11
  • 1
  • 4
0
votes
1 answer

Abap change pointers send complete material master data idoc

I have change pointers set-up for material master data and it is already working. Now, I have the requirement always send the whole material information to the external system. When doing manually in BD10, I can select the option to send the full…
Peter Hoever
  • 11
  • 1
  • 3
0
votes
1 answer

workflow "action menu" popup in Oracle webcenter content(WCC aka UCM) do not show-up in correct position.

workflow "action menu" popup in Oracle webcenter content(WCC aka UCM) on the workflow queue page do not show-up in correct position. When clicked on the action menu, the popup shows in front of the icon(i.e. at right position ) but when i scroll…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
2 answers

wfNotify in IDOC to send mail | csScriptMustBeInWorkflowContext

I have created & called a custom service in my custom template to send mails to users when document gets sent/reject/approve. I want to copy myself in BCC in these mails so that in case of any issues, i could cross check. is there a way i can enter…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
2 answers

calling a variable in A href URL | encoding

I 'm sending notification mails wherein client variable in a href URL breaks as it contains '&'.For e.g. clientname is tech & Design. When i call this variable it breaks at tech. How to resolve this?Is encoding a resolution and how do i do it? …
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

End as keyword in Oracle SQL Case statement

I use two cases in below query to get results of daction & ApprovalType. While running the below query in Oracle SQL creates two new temp columns as daction_1 & ApprovalType _1 for daction & ApprovalType columns respectively. Now, i want to use…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

How to authenticate when receiving idocs with ERPConnect (Theobald)?

I'm a little lost. I followed the documentation of ERPConnect (Theobald) to setup an rfc server: static void Main(string[] args) { // define server object and start RFCServer s = new RFCServer(); s.Logging = true; s.GatewayHost =…
Sascha
  • 1,210
  • 1
  • 17
  • 33
0
votes
2 answers

IDOC Filtering causes "Segment Z* does not exist for message type MATMAS" error

I have extended MATMAS05 with MATMASEXT and I have configured the exit ZXMGVU03 fastly with some static code: if segment_name = 'E1MARAM'. z1mara1-mseht = 'Kilo'. z1mara1-meins = 'KI'. ls_idoc_data-sdata = z1mara1. ls_idoc_data-segnam…
Mtu
  • 643
  • 10
  • 18
-1
votes
1 answer

Creating two application interface framework on recieving one idoc

I want to create multiple AIF on a single recieving IDOC based on basic type or message type or variant or any other criteria.
-1
votes
3 answers

SAP Business Connector Version 4.8

It would be helpful if anybody can share ideas regarding SAP Business Connector Version 4.8. Is this out dated or still using? How could we integrate this using Coldfusion programming.
user40991
  • 173
  • 1
  • 3
  • 11
-1
votes
1 answer

Why do IDocs have different number of segments?

I am new to IDocs and I am still exploring. Just want to know why do IDocs have different number of segments? For example: In WE02, I have this Outbound IDoc number 0001 and it has 324 segments, while IDoc number 0002 only has 26 segments. I know…
Czarinaaaaa29
  • 311
  • 2
  • 8
  • 23
-1
votes
1 answer

SAP integration patterns RFC BAPI + outbound IDOC

I am trying to understand all of the SAP integration patterns (and anti-patterns in that matter). What I am sure that are the patterns: sync BAPI async BAPI IDOCs (inbound + outbound; or just one direction) When doing actual integration with SAP,…
Trick
  • 3,779
  • 12
  • 49
  • 76