cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms Conditions

Former Member
0 Kudos

Hi,

I have a problem with condition in a window.

I do this condition :

( SFSY-FORMPAGES = SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE = 'ZREG' )

OR

( SFSY-FORMPAGES = SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE <> 'ZINT' )

When i debug, i enter in this condition so that

SFSY-FORMPAGES = SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE = 'ZREG'

I have test that :

SFSY-FORMPAGES = SFSY-FORMPAGES

( IS_BIL_INVOICE-HD_GEN-BIL_TYPE = 'ZREG'

OR

( SFSY-FORMPAGES = SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE <> 'ZINT' )

and it's the same.

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I'm doing this condition to display the window :

( SFSY-FORMPAGES = SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE <> 'ZREG' )

OR

( SFSY-FORMPAGES <> SFSY-FORMPAGES

IS_BIL_INVOICE-HD_GEN-BIL_TYPE <> 'ZINT' )

My problem is that, when i have SFSY-FORMPAGES = SFSY-FORMPAGES and IS_BIL_INVOICE-HD_GEN-BIL_TYPE = 'ZREG'. He display the window. He should not display the window with this condition. I want to know if the condition i have write is good or not.

thanks

Former Member
0 Kudos

Hi,

Give the condition as,

SFSY-FORMPAGES = SFSY-FORMPAGES and IS_BIL_INVOICE-HD_GEN-BIL_TYPE NE 'ZREG'.

Thanks & Regards,

Ramana.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi spawn rad,

Can you elaborate your question?

Regards,

Sravanthi