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: 

Superscripts in SAP Scripts

Former Member
0 Kudos

Hi,

Can someone pls tell me how to print subscripts or superscripts in SAP scripts?

For Ex: 5th September... How do i print the 'th' after '5' ?

Thanks,

Lakshmi

1 ACCEPTED SOLUTION

Former Member
5 REPLIES 5

Former Member
0 Kudos

Hi,

Check this thread

Thanks

Nitesh

Former Member
0 Kudos

Hi Lakshmi,

You need to create a seperate CHARACTER FORMAT in SAP Script for superscript or subscript.

When you create a character format, you have an option to choose if that particular format is for super script or for subscript. You will find Radio Buttons for the same.

Best Regards,

Ram.

Former Member
0 Kudos

Hi

In Character format there is a option superscript and subscript tab's create one node for super script assigne to field

ranga

Former Member

Former Member
0 Kudos

Thank You...Its working.

Rgds,

Lakshmi