i am learning abap and finding very diffculty in
understanding the message control technique especially in
sending IDOCS? what are the steps in message control ?
Answers were Sorted based on User's Feedback
Answer / jerome prakash
to create a message control:
if you want to send a po go to <me21n> select/create the
po.no click /messages/ enter details of output type, medium
and partner , also configure the same in <nace>.
go to <we20>
select the vendor and double click the message type will
take to another screen.
click message control and enter the details with respect
to /messages/ and give the process code & save.
message control will be created.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / bhaskar
msgcontrol is mainly used for transactional data to enerate
the idoc.frist u identify wt type of data u want transfer.
for using msg control we20 tcode inbound
parameters,outbound parametes,mudium in which vrous
componetsu fill it
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / lavanya
Message control : Every Idoc that is trasnferred is
associated with the message type.
Message type defines the type of data the idoc is
containing.
See for example : If i am transffering material data then
my message type would be MATMAS it is predefined.
in the same way if i am tranfering Customer data then my
message type would be DEBMAS.
And So on.
Is This Answer Correct ? | 4 Yes | 5 No |
What is a Message type and Idoc Type?
What do the error handling service do?
Explain the idoc base in idocs?
what is the diff between sap memory and abap memory?
What is a partner profile? What are the types of partner profiles?
You are transferring material master data, customer master data, verder master data and bom data. What type of idocs will you use in ale?
How to Handle the IDOC Errors using Messages?
how will u handle the situation in a report using function module to generate a IDOC how will u handle the error IDOC in same report .
What is a distribution model in ALE IDocs?
Imagine that there is one sender and three receivers. While sending an idoc, how many idocs would be generated? Explain the flow from outbound to inbound system.
How to trigger the idoc?
How to debug idoc manually?