A simple call to REUSE_ALV_GRID_DISPLAY_LVC to display the abap program template of ALV.
Realize the following simple functions:
1, double-click to jump-‘&IC1’
2, add a button on
A simple call to REUSE_ALV_GRID_DISPLAY_LVC to display the abap program template of ALV.
Realize the following simple functions:
1, double-click to jump-‘&IC1’
2, add a button on
The REUSE_ALV_GRID_DISPLAY_LVC is used to display alv in the ABAP program. How to realize the line selection function? The method is as follows:
1, in the output internal table, define a C ty
In the ABAP program, REUSE_ALV_GRID_DISPLAY_LVC is called to display ALV, and there is often a need to double-click a row or a field to jump to other tcodes. Let’s briefly introduce it below.