Pls reply me 1)can i debuging the idoc. 2)give some example of
pool table and cluster table. 3)what is update module.
Answers were Sorted based on User's Feedback
Answer / sateesh r
yes we can debug the IDOC by using WE19 tcode .
By using this tcode we can test the IDOC and reprocess the IDOC.
pooled tables: prps.
Clusted tables: Bseg.
totally 3 types 0f function modules.
1.RFC.
2.Normal F.Module.
3.Update
In update we have 2 types.
v1 with restart.
v1 without Restart.
v2 with restart.
By using this F.M we have To Manage the SCREENS.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
what is the work of buffer in sap ?
Why grouping of fields is required? What is the max no of modification groups for each field?
What is INDEX Concept. What is Primary Index and Secondary Index and Difference between Primary & Secondary Index
What is your approach to find exit and BAdi?
what is result set of an inner join at database level ?
can u add a new view to the existing view
Which method of BDC’s would u apply ? Session or call transaction ? why ? Which is more good ? Its advantages ?
How to get that a secondary index is attached to a select query?
How can I make a differentiation between dependent and independent data? : abap hr
Would WS_UPLOAD function module work if the BDC is run in Background? If yes explain, If no explain?
What are Call Transaction Modes?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary