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
What does hide statement do?
What is sap abap data classes?
What are screen painter and menu painter? : abap hr
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Explain how is batch input process different from processing on line?
What is the difference between rfc and bapi function modules? : abap bdc
What is a database view? : abap data dictionary
What are the differences between interactive and drill down reports?
What is the function of the correction system? : abap data dictionary
What is the use of the statement leave to list-processing?
Different types of luws. What are they?
what is the difference between hashed & sorted internal tables?
How do you process errors in session method ? : abap bdc
How can I get ascii value of any letter? Is there any function?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc