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 advantages and disadvantages of logical data base
What are the different types of parameters?
Which transaction code can I used to analyze the performance of ABAP program.?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What is buffering in abap?
Explain lsmw?
What is the procedure you followed to upload the data?
What is meant by stacked list?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Name the special commands of list?
What are the other modules integrated with om? : sap abap hr
Can we write the code both call transaction and session method in single program?
What are the different types of data dictionary objects? : abap data dictionary
after creating lock object if does n't access record by second user what should we do?
Can a domain, assigned to a data element be changed?