Search code examples
includeabapsubroutinesap-erp

What kind of enhancement is this (FORM USEREXIT_*), and how do I implement such an enhancement


I have an include RV60AFZZ, and a form USEREXIT_NUMBER_RANGE.

On one system, this form contains an addition

*{   INSERT         ASDF555555                                      1
  "Custom code here...
  ....
*}   INSERT

...and in another system the form contains just 2 commented lines, with no *{ INSERT and *} INSERT

I want to know how to implement such an enhancement on my other system, or more noobishly : How to write code in that include that's not in the customer namespace?


Solution

  • If you by any chance work on a Netweaver system with an Enhancement package you could enhance this user exit form by using an implicit enhancement instead of requesting the object key to modify this subroutine.