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
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How can we use / display table in a screen?
What is img? : sap abap hr
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What are the attributes of the data in data dictionary? : abap data dictionary
What is the syntax for call transaction? : abap bdc
Can multiple abap systems connect to abap database?
What is search help exit? : sap abap data dictionary
Can we write the code both call transaction and session method in single program?
How many types of tables exists and what are they in data dictionary?
Differentiate between static and dynamic step loops?
Is a logical database a requirement/must to write an abap/4 query?
What is the difference between table and template?
What is buffering in abap?
How many structures can be created in a Ztable ?