Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validate value not field

Former Member
0 Kudos

Hi,

I want to validate value, but my code is validating field.

AUTHORITY-CHECK OBJECT 'Zmat'

  • ID 'MSTAE' FIELD 'YMSTAE'

ID 'YMSTAE' FIELD 'AA'

ID 'ACTVT' FIELD '01'.

Any answers.

2 REPLIES 2

Former Member
0 Kudos

ur validating an object as ur using authority object.....

to validate a value u need to check with IF conditions...

if <so & so>

<do this>

endif.

Former Member
0 Kudos

hi,

for validating value you need to use AT selection-screen on filed.

to validate whether the user is authorised to enter a value into the field we need the above code u gave.

hope it works.

thanks