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
Explain about workbench request and customization requests?
Explain Catch Command in ABAP?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is the use of lock objects?
Do we have to migrate all sapscript forms to smart forms?
What is client in the sap system? : sap abap hr
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What are multiple use BADIS?
What is meant by a schema? : sap abap hr
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is the last entry in all bdc tables? : abap bdc
What is a subscreen? How can we use a subscreen?
When the get cursor command used in interactive lists?
Explain what is the difference between primary key and unique key?
What is the difference between a structure and a table?