Pls reply me 1)can i debuging the idoc. 2)give some example of
pool table and cluster table. 3)what is update module.
Answer Posted / malli.gontla
1. 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).
2. pooled tables: BSEG,BSES,
Clusted tables: AL01,AL09 etc
3.Update module. it is used in Module pool programming.
it is used to update the existing record.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are different abap/4 editors?
When was the sap abap being created?
What is the basic difference internal tables and database tables? : abap data dictionary
Name the abap/4 modularization techniques?
Define database layer?
How do you Export a session ?
Can you create an internal table dynamically?(at run time)
What are datasets in abap?
What is a database view? : abap data dictionary
Where the payroll results are stored
What is a size category?
How do you find the information on the current screen? : abap bdc
Can multiple abap systems connect to abap database?
what is friend class
What are conversion routines? : abap data dictionary