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 |
I have 2 fields like customer and name having 20 records on basic list. When I select 5 records randomly, I want to get the address of particular customer selected in secondary list?
1.What is the difference between append structure and include structure. 2. what is the logging of technical setting while creating db table.
5 Answers Accenture, NTT Data,
What is pass by value and what is pass by reference? Which is better?
How do you document abap/4 programs? Do you use program documentation menu option?
What is an implementation project?In any job openings they desire people with at least one project with an end to end implementation. Could u give me the details of project implementation and the role of an abapper in the implementation? And what type of questions do the recruiters normally ask for implementation projects? Plz reply me with a suitable answer. Regards, Rahul
visibility of a field string declared using tables statement? true/false.
What are the differences between interactive and drill down reports?
What is the function of the correction system?
What is web dynpro for abap?
Can I craete a Field without a Data Element ? How
Functionality of Edit call..?
What is the different type of projects? : sap abap hr