how can u hilight perticular row in popwindow in report
programming?please any one can tell me?
Answer Posted / sateesh r
the Question is not clear?
i will tell how to highlighter particular row by using color.
1.intially declear variable type
Slis_specialcol_alv.(v_color type Slis_specialcol_alv)
TYPES:BEGIN OF ls_mara,
matnr TYPE mara-matnr,
ersda TYPE mara-ersda,
ernam TYPE mara-ernam,
cell TYPE slis_t_specialcol_alv,
END OF ls_mara.
2.declare one more variable in out side of the types
DATA: fs_cell LIKE LINE OF wa_mara-cell.
LOOP AT it_mara INTO wa_mara.
fs_cell-fieldname = 'MATNR'.
fs_cell-color-col = '6'.
endloop.
in dis way we can highlate row in ALVS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a table pool? : abap data dictionary
What is at exit-command:?
What is repository info. Systems?
Explain the disadvantages of different types of bdc's?
How to debug a sapscript?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
Is the basic list deleted when the new list is created?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What statement will be found in an sap application program that implements a function module exit?
Explain the differences between interactive and drill down reports?
What is generic buffering?
What actually happens in real-time recruitment? : sap abap hr
What is the difference between function group and function module?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
Explain the advantages and disadvantages of different types of bdc's?