Hi All,
Can anyone help me...I have a doubt in master idoc and
communication
idoc generation.
1.what is master idoc.
2.what is communication idoc.
3.if i want to send the five records throgh BD10 then how
may no of
master and communication idocs will generate depends on
what they are
generating the master and communication idocs.
please i need urgently.
Answer Posted / sai
master idoc: in the outbond process all the data in sap r/3
is retreived via outbond program.after retrieving, the data
is arranged in segments in heirarichal order in an internal
table.this internal table which has segments and data is
known as master idoc.
communication idocs : this completely depends upon the
distribution model which has list of senders and
receivers.so if receivers are not attached to senders in
distribution model than we have zero communication idocs.so
communication idoc is simply the data which gives the link
between the senders and receivers.
if u send 5 records it means u r sending 5 master idocs and
the number of communication idocs depend upon the number of
receivers u have in the distribution model.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is the whole process to send custom idoc from source system to destination system?
What is the conversion rule of lae/idoc?
What do the business object synchronization service do?
How to debug idoc manually? If I want to extend the standard idoc say matmas, where we have to write code for extension?
Can I create a flat file from an IDOC? If Yes , How?
What is the serialization of idoc message type?
How do you Edit IDoc contents manually?
How do you reprocess error inbound idocs ?
How do you read data from an IDoc in a program?
How to reprocess edited idoc's ?
What do bd95 t-code stand for?
You wan to send an idoc to multiple systems. How will you do that?
List the various ale business processes available.
What is the use of ale?
Suppose I was sent 10 records using outbound in ale/idoc 8 records are up dated in data base tables what happend remaing records did not showing error in we02?