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 |
How to run a report in background??and if we try to run in foreground it says"this report sud be run in background".what can be done in this case?? 2-And how sud we stop a report running in background??
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
1/ what is the diff between parameter & range ? 2/ what is the methodology used in your project ? 3/ what is system symbol ? 4/ what is the diff between support project & implimented project ?
What are the different methods of bdc? : abap bdc
How to create any functions? How to go about it?
What are the advantages and disadvantages of using views in abap programming ?
What are your ways to performance optimization?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Do we create table fields with out data elements and domains?
can we create secondary index for views?
What do you mean by transparent tables in sap abap? : abap data dictionary