cancel
Showing results for 
Search instead for 
Did you mean: 

CK11n transaction

Former Member
0 Kudos

Hi All,

I am trying to debug saplckdi program, which is for <b>ck11n</b> transaction. I want to check how the final values are getting populated in the table which is passed to Display_ALV before it actually gets displayed on the screen.

Can anyone help me to do this.

Thanks,

Swapna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try using SQL trace ST05 transaction for the transaction code,

it will record all the events you have performed in CK11n, analysing this you can know how it is populated to the Display_Alv table.

Former Member
0 Kudos

Hi,

The tables used for display_alv are t_kvmk, t_disst and t_anz_kvmk.

To know how these tables are populated just highlight those tables and click Where-Used list( CtrlShiftF3 ) you will get the solution.

Regards,

Azaz Ali.