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 handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
why we are using pgm RSTXTRAN?
Explain the advantages of logical databases?
What is the significance of at line-selection event?
How do you Export a session ?
What are the events used for page headers and footers?
Give few names of pooled tables in sap ?
In the windows NT environment A-gate and w-gate are connected via which protocols?
What is PNP-SW-FOUND
What type of user exits have you written ?
how to write a Classical batch input program using transaction FK01 to create vendor/change the vendor address into R/3 system. (Call Transaction Method) plz mention the detail coding Tahnks, Rahul
What is ps structure? : abap hr