[ABAP] [series] SAP ABAP7.50 the sixth chapter of implicit enhancement

No public: SAP Technical
Author: Matinal
 

 

The preface

We can focus on my public number, the number public in the layout better, read more comfortable.

Body part

This is a simple to introduce more than 7.50 point implicit enhance SAP ABAP.

We know that in addition can be used to enhance point ENHANCEMENT-POINT and ENHANCEMENT-SECTION explicitly created outside, the ABAP program following locations are also implicit in SAP enhancement point:
1, the executable program, a function group, the pool module, after the last line of the pool and the subroutine program comprising source code may be added to enhance the implicit point.

2, after performing the procedure of the first and last lines may be added to enhance the implicit point.

3, before the first line of source code plug and after (before and after ENHANCEMENT ENDENHANCEMENT) may be added to enhance the implicit point.

4, the end portion of the visible portion of the local class declaration may be added to enhance the implicit point.

5, at the end of the argument list of the same name as a local method declaration may be added to enhance the implicit point.

6, and using the BEGIN OF END OF structural definition statement with prior END OF implicit enhancement points can be added.

Enhanced implicit enhancement points achieved only attached to a single main program, which means that when the following conditions apply, implicit enhancement points include the program not available:

1, include a program not included in the main program.

2, include programs include more than once in the main program.

3, include a plurality of programs included in the program, and these programs have not been selected in the main routine related ABAP Workbench.

4, include a plurality of programs included in the program, and these programs at least one explicit enhancement point limit comprises (i.e., using the Add INCLUDE BOUND defined point).

To display the implicit enhancement point in the ABAP editor, select "Edit" → "enhancement operation" → "implicit display enhancement point." They may be enhanced by using a source code enhancement explicit enhancement point in the same manner.

Guess you like

Origin www.cnblogs.com/SAPmatinal/p/11184771.html