Application Development and Automation 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: 
Read only

Validate value not field

Former Member
0 Likes
379

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
Read only

Former Member
0 Likes
356

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.

Read only

Former Member
0 Likes
356

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