Application Development and Automation 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: 
Read only

issue reg the SAP Script

Former Member
0 Likes
442

Hi Experts,

My requirement is to add some fields to the existing customised form in that 1 field I want to have a Greyed Out Background with Italic format.

How can i achieve this . Please help me with the correct solution.

Regards,

Srinivas.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

Hi hari,

u can make italics in character or paragraph format and reg the back ground color i will check it and let u know,

Regards,

Desha

3 REPLIES 3
Read only

Former Member
0 Likes
426

Hi Srinivas,

For that you need to Copy that form and change it accordingly in your Z Project.

You may also need to change its driver program and associate them in NACE.

Regards,

Sachin Bhatnagar.

Edited by: Sachin Bhatnagar on Dec 18, 2007 1:29 PM

Read only

Former Member
0 Likes
427

Hi hari,

u can make italics in character or paragraph format and reg the back ground color i will check it and let u know,

Regards,

Desha

Read only

former_member313782
Active Participant
0 Likes
426

Hi Hari,

To obtain a greyed out background, we can do it by writing code in the text elements for that particular box

i think you can do it using the following syntax where ever you need a greyed format.

BOX INTENSITY 25. ( intensity can range from 0 to 100)

you can just use INTENSITY ON in that field.

or

for getting italic font you have to create a character format according to your requirement and

there you will have option fro background, intensity, hotspot etc.

kindly Reward if useful.

Regards,

Jose