Can we display text with color in SAP Script? If yes how can
we do that?

Answer Posted / abhinesh mishra

agree with saban.
we can do it in smartforms, go to style n set d color there

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of abap query tool?

535


What is help view?

552


What are smart forms?

584


What type of user exits have you written ?

1505


How do you document ABAP programs? Do you use program documentation menu option?

638






Explain the difference between tables and structures?

477


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

567


Explain pai and pbo.

709


What are the 2 other types of views, which are not allowed in release 3.0?

617


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1758


What is meant by slab? How is indian slab and us slab? : sap abap hr

550


What are user exits? What is involved in writing them? What precations are needed?

592


wht is the diff. b/n initialization and lotus of event

1387


What is an internal table?

718


If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?

1237