cancel
Showing results for 
Search instead for 
Did you mean: 

text editor formating

Former Member
0 Kudos

hi,

in sapscript text editor .

i am using code like that.

the data type for the field is string.

if &KWERT-JMOP& = ' '.

Excise Duty &KWERT-JMOP&.

endif.

If the value KWERT-JMOP = 0.

But the Output this condition gets executed.

how to code this condition.

Thanks in advance,

Bala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

write like this: in the text editor

/: If &f1& = ' '

/: condition

/: end if

donot give any fullstops after the if and endif staement

use the paragraph format in the condition u can use

/: IF &CERT_NUMBER& <> ' '

* <BO>&P_qsrec&/&cert_number&/2007-

/: ENDIF

where * is the standard paragraph format

thakx

sachhidananda

Answers (0)