Answer Posted / tony
IDocs are processed by a function module, which are mapped
against in table EDIFCT. When you process an IDoc with BD87
you can have a breakpoint in the function and it will stop.
For outbound processing it depends on which program is
sending the IDoc. For transactional data like purchase
orders, the IDoc is created via RSNAST00 which in turn calls
a function module assigned to the processing code (BD41).
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is a report?
What are the different abap editors? What is the used of different editors in abap?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Give examples of transparent table?
What are the main events of which are used for logical database?
Explain what is sap script? What is the purpose of sap script?
What is the use of the raising exception? : abap modularization
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Can a filed occur in several field groups?
What are the two methods for modifying sap standard tables?
What is elementary search help? : sap abap data dictionary
Can we specify the next screen number with a variable?
How to create a button in selection screen ?