Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Display Underline and Bold character

Former Member
0 Kudos

Dear friends,

Hope you are fine and doing good.

My requirment is that to display the underline and bold character in the text which i am using in funciton module POPUP_TO_CONFIRM.

Please suggest me.

Thanks & Regards,

Manoj

4 REPLIES 4

Former Member
0 Kudos

Hi,

You have to define wa_fieldcatalog-emphasize value.

eg.

LINE_FIELDCAT-EMPHASIZE = 'C710'. "Column colur, Bold and Inverse off

If you are using WRITE statements, use

FORMAT INTENSIFIED ON.

WRITE : / 'welcome'.

FORMAT INTENSIFIED OFF.

check the below thread.

https://forums.sdn.sap.com/click.jspa?searchID=15750219&messageID=3751989

Regards,

Harish

Former Member
0 Kudos

Dear Manoj,

In filedcatlog give CABC.

A = COLOR i.e. number

B = BOLD i.e. It will either 0 or 1

C = INVERSE either 0 or 1

0 Kudos

Dear Pravin,

Thanks for reply, I want to display underline and bold character in the text which display in Function Module POPUP_TO_INFORM .

Can you suggest me how to achieve it.

Thanks & Regards,

Manoj

uwe_schieferstein
Active Contributor
0 Kudos

Hello Manoj

Using a dialog text (transaction SE61) as input for DIAGNOSIS_OBJECT you can have formatted (diagnosis) text displayed by POPUP_TO_CONFIRM.

However, I do not think you can format the text for the QUESTION.

Regards

Uwe