2008 Sep 20 9:17 AM
Hello Dears,
I want insert some fields to output ALV (Material Where-Used List) of Tcode CS15.
How can I do it?
Regards,
Hassan
2008 Oct 24 10:46 AM
Hello,
I have exactly the same problem :
I would like ADD in the ALV report of the transaction CS15 the field MARC-MMSTA (material status).
I add this field in the specific structure CI_STPO, but I didn't find solution to fill the field when I execute the CS15 transaction.
Do you find a solution to add field in CS15 ?
2008 Nov 03 5:54 AM
Hi,
Sorry for interrupt, I was in vacation.
Yes I solved this problem.
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.
Edited by: Mehrdad Taghipour on Nov 3, 2008 6:55 AM
2008 Nov 21 1:18 PM
hello,
I have the same problem, where exactly should in insert it?
I see where you pointing
TABLES
t_outtab = alv_ltb
But how to add the field to this internal table: alv_ltb?
It would be very kind if you could help me with this question!!!
Nick