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: 

block field in program

Former Member
0 Kudos
55

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 !!

1 REPLY 1

Former Member
0 Kudos
39

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