how can u hilight perticular row in popwindow in report
programming?please any one can tell me?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / venkateswarlu
by using the graphics multiflexer we can highlight the row
particular row in report
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / apoorv sharma
U can highlight a particular row using
Format Hotspot on.
//Mention fields on which u want hand.
Format hotspot off.
If u want color then mention the color number following the field name.
eg,
write: it-no color 1, it-name color 2.
Is This Answer Correct ? | 1 Yes | 1 No |
Define spool request?
how to create the new page in alv.(ex: after 50 records it will trigger new page or based on some condition).
Explain the SmartForm with an Example?
Some Realtime Examples on Exits .
What is the difference between report and script?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is an “on request field” statement?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What are the types of bdc s?
I need some information regarding Vcentric Test pattern ? with questions.
0 Answers vCentric Technologies,
What is an User exit?
What is the sap abap?