‎2008 Apr 18 7:19 PM
Hi!
For what is the function group KKBL existing. Can you give an example for its usage ?
Regards
sas
‎2008 Apr 18 7:39 PM
Hi Erdem Sas,
It is used for Dynamic List Display.
It is related to ALV related applications.
Desription:
The function modules of the function group KKBL cannot be called directly.They should always be called via the internally-released function modules in the function group SALV.
Reward points if useful.
Cheers,
Swamy Kunche
‎2008 Apr 18 7:39 PM
Hi Erdem Sas,
It is used for Dynamic List Display.
It is related to ALV related applications.
Desription:
The function modules of the function group KKBL cannot be called directly.They should always be called via the internally-released function modules in the function group SALV.
Reward points if useful.
Cheers,
Swamy Kunche
‎2008 Apr 18 8:38 PM
‎2008 Apr 18 9:30 PM
Hi,
KKBL function Group is stored in Package SLIS
generally this function group is used in ALV reporting programing
Generally when we create report programs using ALV .
we use Different Function Modules like CONVERSION_EXIT_ALV1_INPUT
CONVERSION_EXIT_ALV1_OUTPUT
K_KKB_COLWIDTH_OPTIMIZE
K_KKB_DATACOUNT_TABLE_GET
K_KKB_DETAIL_TABLE_GET
K_KKB_LIST_LAYOUT_INFO_GET
K_KKB_LIST_SORTING_DEFINE
K_KKB_LIST_VARIANT_DEFINE
K_KKB_LIST_WIDTH
when ever we use thes function modules KKBL Function Group will be included in the program
KKBL Function Group also contains Some Include Programs
like LKKBLCPT
LKKBLF00
LKKBLF01
LKKBLF02
LKKBLF11
LKKBLF90
LKKBLI01 e.t.c.,
when ever we Include these INCLUDES in our program then the Function Group will be uploaded to the program
reward if helpful
raam