cancel
Showing results for 
Search instead for 
Did you mean: 

To display hardcoded value in script form

Former Member
0 Kudos

Hi ,

Could anyone tell me how many ways are there to display hardcoded value in Script Form? I want to display a alphanumeric number like 'AP121345/B103/21C' in form output.

I will reward for every usefull responses.

Thx in Adv.

Bobby

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Either you can hardcode the text in your sapscript as said by Sandipan,

or you can hardcode the text in your driver program by storing it in a variable, and calling this variable in the sapscript similar to the above method.

Thanks,

Dawood.

Former Member
0 Kudos

yes as sandipan told exactly do like this.

if u want to display in bold.

then create one bold charformat suppose 'CF'.

<CF>ur value what u want to display<\>

thanks

Former Member
0 Kudos

Hi,

1.Open the form.

2.Go to the editor

3.Select the Paragraph Format

4.Write AP121345/B103/21C in the editor

It will work

Regards

Sandipan