Answer Posted / bandivenkateswarlu
ALE: is nothing but application link enabling is used to
connect with the non sap systems to the sap systems. and
also the used to connect with the legacy systems with the
sap systems. just its a link between the two process.
IDOC; is nothing but intermediate document. IT is the
container of the message. idoc can be transferred between
the two process to send the data or container of the
message. Every idoc have three types of records.
these three types are records are given below.
----> data record
----> control record
----> status record
data record: is contains administration data header data
and item data.
control record: is contains of sender information reciever
information , message type, idoc type , idoc number.
status record: is contains of all the status of idocs.
process steps:
-->define the logical systems
-->assign the logical systems to the respective clients
-->define the RFC destination
-->create the customer distribution model
-->create the patner profile
-->creat the port
-->create the message type
-->assign the message type into the idoc type
--> to check the status of idocs.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
how do you transport lsmw data from one system to another?
What are the types of parameters in the function modules?
What are the different methods of passing data? : abap modularization
What is sequence number
Mention some important events in abap programming.
if while coding power goes off , how to retrieve the codes?
What is difference between inner join and outer join?
How to write a code for multiple transactions? : abap bdc
What are the three hierarchical levels of data types and objects?
Difference between domain and data element? What are aggregate object?
What is the use of 'table index'?
What is the function of a data element? : abap data dictionary
What will happen when we use fully buffered in abap?
How to know if the value entered contains records or not?