CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND
OUTPUT SIDE.
Answer Posted / siva
we able to test the inbound idoc follow the below steps to
debug the inbound idoc
1) we 19 give the idoc number
execute
2) click on inbound function module
select the radio button in fore ground
3) check the check box call in debug mode
enter in will go through the function nmodule debug mode.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are pool tables?
What is an abap instance?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What are the different types of mode (run code) in call transaction method?
Some Realtime Objects on Bdc.
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Explain the difference between cluster tables and pool table?
Where the payroll results are stored
Are you familiar with all steps for setting up a workflow?
What is the significance of hide?
What are the different abap editors? What is the used of different editors in abap?
Explain how many types of tables exist and what are they in data dictionary?
How do you find the information on the current screen?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization