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

Custom CS15 Transaction

Former Member
0 Likes
469

Hello All,

Anyone has experience with Custom CS15 Transaction ? if so which function module is displaying the datae like Which ALV FM?

I know FM CS_WHERE_USED_MAT but i want to find out where it is displaying?

Right now CS15 Transaction displays data properly with one material but i want to populate multiple material from selection-screen.

Thank You

Seshu

1 REPLY 1
Read only

Former Member
0 Likes
368

Go to source code 'RCS15001' and find Function Module 'REUSE_ALV_GRID_DISPLAY' .

Now change internal table 'alv_ltb' based on the your requested field. You should insert your field into this internal table.