how can u highlight perticular row in report programming?
please any one can tell me?
Answer Posted / apoorv sharma
By using hotspot..
eg.
Hotspot on.
<ur field>
Hotspot off.
Now to perform action after selection use :
At Line Selection.
if sy-lsind = 1 < to track current page number>
///write ur code
endif.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many primary keys can be created for a table?
State the system field for the current date?
What are the dynamic actions and how to configure it? : sap abap hr
Some Realtime Objects on Bdc.
Rp_provide_from_last contains how many parameters ? : abap hr
What does the extract statement do in extract datasets? : abap modularization
What is repository info. Systems?
Did you use buffering?
Reports: Event functionality.
What is meant by stacked list?
How do you do bdc for a table control? : abap bdc
How to display or know if the value entered contains records or not?
When is the top-of-page event triggered? : abap data dictionary
Explain the function module in bdc?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?