how can u highlight perticular row in report programming?
please any one can tell me?
Answer Posted / 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 |
Post New Answer View All Answers
Lock objects and what are parameters of ENQUEUE FM?
What are the screen elements.
What does the ‘suppress dialog’ do?
What are two different ways to add fields to sap tables?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What are control tables? : abap data dictionary
How would you set the formatting options statically and dynamically within a report?
What are the field and chain statements?
What is a matchcode?
What are the differences between macro and subroutine?
Difference between domain and data element? What are aggregate object?
Explain what is a foreign key relationship? Explain this with the help of an example.
What is asynchronous and synchronous update?
after creating lock object if does n't access record by second user what should we do?
What is difference between check table and value table ?