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

Modify visualization LT10

PepeSaldivar
Explorer
0 Likes
1,193

Hello experts.

Is possible modify the visualization of report LT10??

I would like to add a new column in this report that display the information of field MKPF-XBLNR

Is there any user-exit?

attached image...

Pepe Saldivar
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
973

- Unfortunately there are no user exit for extension of LT10. This transaction uses REUSE_ALV_LIST_DISPLAY and builds field catalog field by field. In my opinion you have below options:
Option 1. You have to use modification or enhancement spots and additionally add your new field in field catalog preparation.

Option 2. For one of our customer we had created a Y*LT10 transaction as they needed several Y/Z Fields.
So kindly check what is feasible at your end.

2 REPLIES 2
Read only

Former Member
0 Likes
974

- Unfortunately there are no user exit for extension of LT10. This transaction uses REUSE_ALV_LIST_DISPLAY and builds field catalog field by field. In my opinion you have below options:
Option 1. You have to use modification or enhancement spots and additionally add your new field in field catalog preparation.

Option 2. For one of our customer we had created a Y*LT10 transaction as they needed several Y/Z Fields.
So kindly check what is feasible at your end.

Read only

0 Likes
973

Thanks abhishek.

Returning to this topic, I need create a ZLT10

Pepe Saldivar