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 table clusters?
What is dialog module?
Explain the function module in bdc?
How do you delete duplicate records from internal table?
What is your current client number?
What are the fields in a bdc_tab table? : abap bdc
How can we determine a vendor is Bloc/Unblock from the table LFA1?
Can a domain, assigned to a data element be changed? : abap data dictionary
State the differences between database view & projection view? : abap data dictionary
Explain buffering concept usage?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What data is contained in data dictionary? : abap data dictionary
How the at-user command serves mainly in lists?
How do you process errors in call transaction method? : abap bdc
What does the ‘suppress dialog’ do?