May 2019
Beginner to intermediate
548 pages
12h 39m
English
To work with new enhancements, you need to use the enhancement builder, which is part of the ABAP development workbench transaction SE80. If you don't know the name of the ENHANCMENT, try to debug the program you want to modify. In this section, we will focus on the BAPI_SALESORDER_CREATEFROMDAT1 function module. If you open this function, you will find ENHANCMENT-POINT:

There are two additional options that can be used both with section and points. STATIC, which is shown in the preceding screenshot, will make the implementation static, which is good for data declaration. Assigning a switch to Enhancements ...
Read now
Unlock full access