SAP's ABAP workbench is powerful, and cross-Association navigation between each other is very good, it is quite convenient to use. However, in some places, the design is somewhat awkward due to platform restrictions, especially for beginners. This album collects the "traps" I encountered during my learning ", I hope to provide some help to later users.
Below the separator line is the body.
---------------------------------------
Creating a function group in the SAP function Editor (se37) is a small trap. There are no related buttons on the operation interface. You need to find this function from the menu.
Go to function group> Create group to create a function group.
At the time of activation, I am afraid many people will have a painful experience and cannot activate it.ProgramStatement or in an included program.
In fact, a function group has a structure, in which the main program and top include are not activated when they are created, and a warning that they cannot be activated because they cannot pass the syntax check during independent activation.
Solution:
1. You must select both of them during activation and then activate them.
2. In the prompt box that appears, the bottom button is force-activated. You can also force one to activate and then activate the other.
3. See the comments on the first floor.