What is the use of update Function Module ?
Where it is used and purpose ?
Answer Posted / kishore
Hi..
Update Function Modules are used for SAP Logical Unit of Work. This function modules are triggered when an Explicit or Implicit COMMIT WORK is encountered.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is modularization and its benefits? : abap modularization
What are the sequences of event block?
What should be the approach for writing a bdc program? : abap bdc
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the difference of update types in call transaction method ? : abap bdc
Can we access static attribute from instance method
Explain the inside concept in select-options?
Explain about interactive report?
What is the difference between get and get late?
When the get cursor command used in interactive lists?
Define external layer?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are uses of foreign key?
What is the significance of hide?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc