ABAP Report to control security at field level

Question: Does anyone know of an ABAP report that can be used for controlling security at field level (at the level of entering data into fields on the data entry screens)?

Thanks

Answer:
There is no report that makes SAP start checking a field for a value in programs at your discretion, it has to be in the code. In versions 4.5- there is a thing called field exit you can activate and code for an authority check. Other than tha you will have to look for a user exit, BADI or Business Partner function (tcode BF03) to see if you can code a check.
Copyright ?2007 - 2008 www.jt77.com