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
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How to find the return code of a statement in abap programs?
What are plan versions used for? : sap abap hr
Explain the Types of Select statements?
What is the definition of modification in an sap system and how do they impact an upgrade?
How to handle error in session method? : abap bdc
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What are the types of the software component being deployed in the sap?
What are logical data bases used in hr module? : abap hr
What is filter dependent BADI?
Explain the differences between at selection-screen and at selection-screen output?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is the difference between upload and ws_upload ? : abap bdc
What is the difference b/t Session method and call transaction method ??
Can we make use of flow logic control key words in abap/4 and vice-versa?