2007 Aug 17 2:20 PM
what mean by IDoc type and Message type........
tell me in your own words........
am not asking definition(even i got in some where).
tell me in simple language........
plz..
good answers with maximum points???????
what mean by IDoc type and Message type........
tell me in your own words........
am not asking definition(even i got in some where).
tell me in simple language........
plz..
good answers with maximum points???????
2007 Aug 17 2:35 PM
The
IDoc type
indicates the SAP format that is to be used to exchange the data of a business transaction.message type
depends on the data contained and the process involved like vendor data or customer data etc.2007 Aug 17 6:13 PM
Hi,
The Idoc type is essentially a file layout. See transaction WE62 for the types (called 'Basic Types'). All Idocs of a type (example: INVOIC01, ORDERS04, etc.) will have the same fields and file layout.
A message type informs SAP what to do with an IDOC.
For example:
*A customer Order can be a type of ORDERS02, message type ORDERS
*A customer Order Change can be a type ORDERS02, message type ORDCHG
In this example, both Idocs will have the same file/field layout, but be processed differently by SAP
Helpful?
2007 Aug 18 9:16 AM
Hi....
IDOC is the Document that Transfers the Data Between the Systems in ALE or EDI.
But Every IDOC is generated based on an IDOC TYPE and a MESSAGE TYPE..
Let me explain them with Example.
IDOC TYPE : It provides the structure in Which The data of IDOC has to be stored.
For Eg: To Create an IDOC of EMPLOY master:
The Structure of IDOC TYPE can be:
1 Record for EMPLOY General Data: Under this
Multiple Records for Employ Experience Details
Multiple Records for Employ Qualification Details
Multiple Records for Employ Skill Details
Here all these Different Records are Represented by SEGMENTS.
And Every IDOC TYPE is Hierarchy of Segments
(You can find in tcode : WE30)
MESSAGE TYPE:
It will determine the Processing Logic using which the IDOC has to be generated in Outbound and how the IDOC has to be Posted in Inbound.
One IDOC type can be Linked to Multiple Message types.
For Eg:
One Message type that Creates a new employ.
and Another message type that will Change the Existing Employee details.
<b>Reward if Helpful</b>
2007 Aug 23 7:39 PM
Subash,
If these answers were helpful, I'm sure that the people who posted would appreciate some points. Thanks.
2007 Aug 23 10:00 PM
In simple terms:
Idoc contains data in a segment hierarchy. The idoc type describes the technical structure of idoc. We can say that idoc is an instance of idoc type.
Idoc carries the data of a business object. The message type indicates the type of the business object that the idoc carries.
hope this helps
Mridula
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |