Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Code in Standard Update Function Module

deepak_appu2
Explorer
0 Kudos
486

What are the arguments against writing custom code in an update FM? E.g., If I write a select in an update Function module provided by SAP. The implicit enhancement framework is available within update Function modules so SAP does not explicitly prohibit writing custom code.

1 ACCEPTED SOLUTION

SimoneMilesi
Active Contributor
0 Kudos
251

The first one i got in mind is that you could change/fake checks done and in this way you will save inconsistent data.

1 REPLY 1

SimoneMilesi
Active Contributor
0 Kudos
252

The first one i got in mind is that you could change/fake checks done and in this way you will save inconsistent data.