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 are the uses of table pool or table cluster.

603


Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm

1756


how to track records from data dictionary?

1713


What is a transaction variant and why are they used?

632


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

658






Program lines for the radio button selection and unabling some input variables in section screen

999


What is a size category?

748


Abstract class and interface, multiple inheritance, live example

963


What is the disadvantage of using exec sql statement in abap?

603


When will the current screen processing terminates?

626


What are the functional modules used in sequence in bdc? : abap hr

669


Under Data Transfer Portion of ABAP, what do you mean by DX Project

1914


How can we create callable modules of program code within one abap/4 program? : abap modularization

666


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1810


How can we create callable modules of program code within one abap/4 program?

687