Application Development 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: 

Insert fields to CS15

0 Kudos

Hello Dears,

I want insert some fields to output ALV (Material Where-Used List) of Tcode CS15.

How can I do it?

Regards,

Hassan

3 REPLIES 3

Former Member
0 Kudos

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 ?

0 Kudos

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

0 Kudos

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