in interactive reports i can use hide field for secondary list
out put in ALVs for secondary list as a out put which field r
u using?in interictive list ican use HIDE in ALVs which field
r u using?

Answer Posted / raghuveer

IN ALVs we have to add the record user_command and form
name(EX:SUB1)in IT_EVENTS of REUSE_ALV_GRID_DISPLAY. As we
are passing the user_command event,F.M automatically calls
the subroutine with the two parameters:SY-UCOMM AND
SLIS_SELFIELD.

we have to write form definition in our program like below:
form sub3 using sy-ucomm like sy-ucomm
field type slis_selfield.

As slis_field is a structure, it contains the whole
information about the field we have selected like field-index,
field-fieldname,field-fieldvalue............

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is generic area buffering in abap?

738


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

1099


Sy index and sy tabix

1142


What is view? Explain the different types of view?

951


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

794


What are the events we use in dialog programming and explain them?

729


Work most on which module: name a few tables?

758


What has to be done to the packed fields before submitting to a BDC session.

920


Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.

2162


If yes then why do we require logical database

2888


What are the advantages of different types of bdc's?

710


what is the difference between hashed & sorted internal tables?

1854


What is a subroutine?

801


Which objects are independent transport objects?

1017


What is going life actually? What is the role of a functional consultant in it? : sap abap hr

755