Answer Posted / nitin
ALE Debugging is done mainly based on status record of the
IDoc.
For example if Idoc Inbound has a status recoord of 29,
this means that partner profile data is not in synch with
control record of the IDoc.
some common areas which should be checked are:
RFC connections: Connection and Authorisation tests
Partner profiles are pointing to correct port and process
code
An entry for message type is there in distribution model
filter values are correctly set
Ports are pointing to correct RFC destinations
If configuration settings are correct then we need to check
the source code of Outbound/Inbound Idoc flow logic or
Change pointers if Idoc is generating through change
pointers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Describe the data classes?
In sap scripts, how will you link form with the event driven?
Explain open dataset in sap abap?
State the differences between database view & projection view? : abap data dictionary
Explain how do you use structures in the abap programs?
What is a table attribute? : abap data dictionary
What is get cursor field?
What is the difference between a substructure and an append structure?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is the difference between scrolling a table horizontally and vertically?
How table control cn be generated using bdc? : abap bdc
What are the steps to execute session method?
What is the use of abap data dictionary? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is difference between check table and value table ?