2007 Sep 17 11:02 PM
Hello sap guys,
I need to block a field in a standard program, so it couldn't be modified, so when the user saves the transaction, the program stores always the same value that is shown at first in the program.
How can I do this, what concept should I use?
Thanks for your help !!
2007 Sep 18 12:37 AM
Depends on which field / screen / transaction.
Some such can be set in customising, sometimes Transaction Variant will achieve this, otherwise may need to use exit of some type - Possibly FI Substitution, Business Transaction Event, Customer Exit, BADI. May even need to be enhancement or repair in some cases.
Suggest you post more details so forum readers can respond in more detail.
Andrew