on 2007 Dec 27 7:59 AM
hi,
can anyone clarify the below doubts
1)While working with graphical mapping, XI internally works with Java Parser, is it SAX or DOM ?
2)What type of message transformations are done in BPM ?
3)Can we connect to multiple receivers of IDOC based upon conditions?
1. I am not very sure about this one:
Graphical mapping works by means of queues .
The DOM specification defines a tree-based approach to navigating an XML document .A DOM parser processes XML data and creates an object-oriented hierarchical representation of the document that you can navigate at run-time. So may be Graphical mapping uses DOM parser
2. You can call 1:1, 1:n and n: 1 mappings in the BPM transformation step. Hence using the transformation steps, messages can be bundled or split
3. We can connect to multiple receivers of idoc based on condition. You can do it in receiver determination. You can place a conditon on the RCVPRN field of the Control Record of the idoc. Based on different values for this field you can route the message to different IDOC receivers
Thanks
Shweta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks.
Regards,
Sarvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
thanks for the intime reply
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
1)While working with graphical mapping, XI internally works with Java Parser, is it SAX or DOM ?
SAX or DOM parser is used in JAVA mapping, not in Graphical mapping.
2)What type of message transformations are done in BPM ?
In BPM you can have transformations like
1:N
N:1
N:M
3)Can we connect to multiple receivers of IDOC based upon conditions?
For this you can give the condtions in Receiver Determination.
Regards,
Sarvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vamsee,
1)While working with graphical mapping, XI internally works with Java Parser, is it SAX or DOM ?
See after the graphical mapping xecutes.. it produces a java code.. i mean after u test the mapping ..java code is compiled.. it is run at runtime....
we use SAX and DOM parser in JAVA mapping only.....
and message mapping works internally using queues
2)What type of message transformations are done in BPM ?
1:1
1:N
N:1
3)Can we connect to multiple receivers of IDOC based upon conditions?
r u teeling that ..u want to split IDOc based on value....then yes u can do that....
using split pattern...
Regards
RSK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vamsee,
2) BPM HAS to be used if there is a n:1 mapping(i.e multiple sources and a single receiver).
it can be used for collecting multiple messages(eg. IDOCS) and sending them together as a single message.
BPM can be used to split a single message(Eg. IDOC) to multiple Receivers
BPM can also be used to notify errors.
3) 1:n mapping is possible without the use of BPM.
Goto Receiver Determination in Configuration and specify the recievers and the respective conditions.
For specifying conditions, click on the F4 help to indicate the operands.
Award points if useful.
Regards,
Yashaswee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1)While working with graphical mapping, XI internally works with Java Parser, is it SAX or DOM ?
Internally XI creates the Java code to perform the mapping, it is not a java mapping.
2)What type of message transformations are done in BPM ?
1:N
N:1
N:M
3)Can we connect to multiple receivers of IDOC based upon conditions?
Yes we can do that in ID, using the condition Editor.
Thanks
Farooq.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.