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
SM35 transaction, How to automate BDC ?
What is dynamic action? : sap abap hr
Difference between function group and function module?
What are the different types of parameters?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
How do you Export a session ?
Explain the difference between a pool table and a transparent table?
What are the differences between sap memory and abap memory?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is the use of at new statement ?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
what is user specific parameter?
Explain the sequences of event block?
What are the advantages and disadvantages of different types of bdc's?