Skip to Content
0
Former Member
Feb 21, 2009 at 12:35 PM

SAP SCRIPTS FORM

34 Views

Hi,

In Sap Scriptrs form (SE71) in one of the Element I am doing the validation as below

/: IF &LFA1-NAME1& <> 'RAHUL' AND &LFA1-NAME1& <> 'RAGHU' AND &LFA1-NAME1& <> 'ARUN'

&LFA1-NAME1& <> 'ANIL' AND &LFA1-NAME1& <> 'MOHAN' AND &LFA1-NAME1& <> 'MANU'

/: INCLUDE Z_TEST TEXT ID ST

/: ENDIF

it is not working, please explain me what would be the problem

Previously the code was as below and it was working

/: IF &LFA1-NAME1& <> 'RAHUL' AND &LFA1-NAME1& <> 'RAGHU'

/: INCLUDE Z_TEST TEXT ID ST

/: ENDIF

Edited by: shilpa12 shilpa12 on Feb 21, 2009 1:39 PM