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
Explain what is an rfc?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is locking? : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are logical databases?
What are the components in sap application server?
How to write a bdc – how do you go about it?
How will you transfer data into a file in application server?
What is the significance of the screen number ‘0’?
Can we set page headers to details lists?
What is PS structure
What are data classes? What are the various data classes available for selection? : abap data dictionary