Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function group -> KKBL

Former Member
0 Likes
1,196

Hi!

For what is the function group KKBL existing. Can you give an example for its usage ?

Regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

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

3 REPLIES 3
Read only

Former Member
0 Likes
852

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

Read only

Former Member
0 Likes
851

can you give me an little code example.

Reagrds

sas

Read only

0 Likes
851

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