Answer Posted / g.shankar
Serialization plays an important role in distributing
interdependent objects, especially when master data is being
distributed. IDocs can be created, sent and posted in a
specified order by distributing message types serially.
Thus Errors can then be avoided when processing inbound IDocs.
Types of Serialization:
Interdependent messages can be serially distributed in the
following ways:
• Serialization by Object Type
• Serialization by Message Type
• Serialization at IDoc Level (Not for IDocs generated
from BAPI-ALE interfaces)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the master data necessary before you can start posting in MM?
What is new enhancement framework?
Explain sap abap 3-tier architecture?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is the difference between the function module and a normal abap/4 subroutine?
How to combine multiple billing into one RV document ( Step by Step)?
How to determine the attributes of an internal table?
Write syntax for message error (report)?
What is the reserve command?
How do you find the information on the current screen? : abap bdc
Why lsmw does not support call transaction method? : abap bdc
What is the significance of the memory table ‘screen’?
What is abap work bench?
What is a development class? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc