chingi
27th March 2003, 07:12
Hi all

I want to ristrict or impose authorization like, the user should not enter delivered quantity (tdsls045.dqua)more that order quantity(tdsls045.oqua).

From which authorisation session I can do this.

Regards


Chingi

victor_cleto
27th March 2003, 14:40
Check maintain table field data authorization (ttaad4135m000) but i'm not sure if you can add a field as value...

ssbaan
27th March 2003, 16:25
Yes this can be done in the session mentioned above just as you stated.


You would set up the user name by company (or all companies), filed tdsls045.dqua and make the data authorization 'not authorized)
expression would be fillled in as:

dqua greater than tdsls045.oqua end


This should prevent entry of a delivery greate that order.

But wouldn't you want to do this for all users? I.E. change the
session to do this check?

Hope this helps!