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
What is asynchronous update?
What are the function modules used to create batch input session? : abap bdc
Differentiate between static and dynamic step loops?
How many types of size categories and data classes are there?
Can we access static attribute from instance method
What are the advantages and disadvantages of using views in abap programming ?
What is size category?
What is the difference between Check and Continue?
What is difference between dialog program and a report?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Differentiate between table and template ?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is the function of the correction system? : abap data dictionary
Explain the sequences of event block?
What is the use of lock objects?