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

script

Former Member
0 Likes
356

hi experts,

i need to disply the delivery address in bold in purchase order layout.iam modifying zmedruck.how can i do this can anybody help me for this.

regards

praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
333

u can make the new paragraph format for that .when u craete paragraph format there is option for bold ,itelic etc.

3 REPLIES 3
Read only

Former Member
0 Likes
334

u can make the new paragraph format for that .when u craete paragraph format there is option for bold ,itelic etc.

Read only

raguraman_c
Active Contributor
0 Likes
333

Hi,

You can use simple Bold statements <B> or create character format.

I assumed you are using SAPScript.

Feel free to revert back.

--Ragu

Read only

Former Member
0 Likes
333

Hi,

Create a Charecter format and select the radio button BOLD there to prin the charenter in BOLD, and assign this Charecter format to that address. or else you can print the value in bold like

/: Filed(B).

Regards

Sudheer