how can u highlight perticular row in report programming?
please any one can tell me?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kkr
1. To change the text color :
FORMAT COLOR 6 INVERSE ON.
WRITE : 'Displaying text in red color'.
FORMAT COLOR 6 INVERSE OFF.
2. To change the background color
FORMAT COLOR 3.
WRITE : 'Displaying background in yellow color'.
FORMAT COLOR 3 OFF.
Is This Answer Correct ? | 0 Yes | 0 No |
How to write long-text in SAP scripts? EX: I want to write text like below: * Terms and Conditions: 1>.... 2>.... 3>....
how to debug background jobs?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Can you call a bdc from a report program ?
what is the difference between [select single xxx from ...] and [select * from ... up to one row]?
What is user exists?
2 Answers FutureSoft, Unilogic Software,
Explain about No intervals, no extension in select options.
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
5) How to rereive text elements in SF and script?
what are the various types of parameters and how are they distinguished from one another?
How do you do effort estimation? Based on which parameters?
What is the use of AT Selection Screen output when we have At selection screen?Can u explain?