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
What is system-land-scape of your project?
What are the types of the programming language used in the sap abap software?
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is the use of lock objects?
What is direct input method ?
What are the advantages of logical databases?
What is the difference between synchronous and asynchronous update?
What are the components in sap application server?
What are the different types of luws. What are they?
What happens if we use leave to list-processing without using suppress-dialog?
What is tcode se16. For what is it used. Explain briefly?
did u done enhancement framework?how u implemented?
What is the definition of modification in an sap system and how do they impact an upgrade?
What is the major difference between pool tables and transparent tables?
How do you Export a session ?