cancel
Showing results for 
Search instead for 
Did you mean: 

formatting options in script

Former Member
0 Kudos

wat is d formatting option which is used in script to get the output text as striked out... i guess u understand wat i mean...

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member196280
Active Contributor
0 Kudos

I think we don't have such formatting option for striking the text,

try this, it may workout, create a paragraph format(ex,SA) and goto standard attributes of paragraph format, set line spacing as 0.00 LN

Now goto your SAP script and use it like this...

  • TEXT

SA &Uline(10)&

close the thread once your question is answered.

Regards,

SaiRam

Regards,

SaiRam

Former Member
0 Kudos

hi

good

Formatting options.....

&DATE&

The default behavior is that the system date is printed according to the setting in the user master record or according to the country-dependent formatting specified in a SET COUNTRY command.

If a date mask has been defined (using SET DATE MASK), then the formatting specified there is used for the output.

&TIME&

The default behavior is that the current system time is printed in the form

hours:minutes:seconds

If an alternative time mask is specified (using SET TIME MASK) then this mask overrides the default setting.

&PAGE&, &NEXTPAGE&

This symbols are initially converted using the options specified in the form of the page definition.

&LDATE&

This date representation is always formatted using the JPDAT conversion routine.

S

NO-SIGN

Z

NO-ZERO

.

DECIMALS

E

EXPONENT

I

A check is made for an initial value by using an IF statement to do an IS INITIAL comparison.

If the C option is used, a space compression is performed.

If the L option is used, local date formatting is performed.

If an offset is specified, the offset is interpreted.

If an output length is specified then the length is interpreted.

If a fill character is specified (the F option), these are added to the formatted value.

If pre-texts and post-texts are soecified, they are processed and added to the formatted value.

reward point if helpful.

thanks

mrutyun

Pawan_Kesari
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Chowdary,

Check this link for formatting options in scirpt

http://wiki.ittoolbox.com/index.php/Sap_script#7.6.09Formatting_Options

Note: Plz close the threads if they are solved/answered.

Thanks,

Vinay