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


Please Help Members By Posting Answers For Below Questions

What is system-land-scape of your project?

770


What are the types of the programming language used in the sap abap software?

809


What are the two ways for restricting the value range for a domain? : abap data dictionary

711


What is the use of lock objects?

782


What is direct input method ?

1657






What are the advantages of logical databases?

791


What is the difference between synchronous and asynchronous update?

823


What are the components in sap application server?

837


What are the different types of luws. What are they?

818


What happens if we use leave to list-processing without using suppress-dialog?

867


What is tcode se16. For what is it used. Explain briefly?

725


did u done enhancement framework?how u implemented?

5268


What is the definition of modification in an sap system and how do they impact an upgrade?

745


What is the major difference between pool tables and transparent tables?

721


How do you Export a session ?

1629