2016 Feb 05 10:22 AM
Hi Experts,
I would like to create an update method which is similar to update function module. I could think of creating a custom function module. But as SAP itself appreciate the usage of OOPS over procedural, I would like to create a method which does the same thing as an update function module will do. If we create update function module we can flag it as 'update module' in the function builder. Then if we call the update function module, everything will be in a single LUW.( All Change or no change) Is there any similar way by which we can indicate the method as update or do we have to rely upon the locking mechanism before and after method call.?
2016 Feb 05 10:29 AM
You cannot define a method as "update" as-of-now.
But SAP has provided a nice Transaction Service model which you can use to build OO transactions.
Hi Experts,
I would like to create an update method which is similar to update function module. I could think of creating a custom function module. But as SAP itself appreciate the usage of OOPS over procedural, I would like to create a method which does the same thing as an update function module will do. If we create update function module we can flag it as 'update module' in the function builder. Then if we call the update function module, everything will be in a single LUW.( All Change or no change) Is there any similar way by which we can indicate the method as update or do we have to rely upon the locking mechanism before and after method call.?
2016 Feb 05 10:29 AM
You cannot define a method as "update" as-of-now.
But SAP has provided a nice Transaction Service model which you can use to build OO transactions.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |