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 netweaver???what is the relationship with ABAP?

1631


How do you activate a function exit?

568


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

563


How do you populate data into a multiple line field?

586


Can we set page headers to details lists?

590






How can we create callable modules of program code within one abap/4 program?

622


What are the various events associated with screen programming?

695


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

729


What are the different types of data dictionary objects? : abap data dictionary

684


Which transaction code can I used to analyze the performance of ABAP program.?

633


What are the events in ABAP language?

616


How the transaction that are programmed by the user can be protected?

645


Did you use buffering?

605


What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary

624


If yes then why do we require logical database

2705