cancel
Showing results for 
Search instead for 
Did you mean: 

Field get disabled on roundtrip

former_member188321
Contributor
0 Kudos


Hi Guys,

CLEAR_HEAD/ClearCaseEF

field: Case->STRUCT.PRIORITY

do not have GET_ implement by default. In the UI (CLEAR_HEAD/ClearVS ), when the user clicks on Business partner ID in the BP list, the BP popup opens. After closing this popup, the priority field mentioned above gets disabled.

I did debug and understood that since framework didnot find any lock on underlying object instance so its set to read only. After doing some action, eg. cancel on UI the feild turn input enabled.

Please suggest how to solve such issue?

in shot-> open the case from search result: Field is enabled. -> Launch BP from the link in BP ID and close it-> field becomes disabled.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188321
Contributor
0 Kudos

sovled myself... issue with missing optimistic lock...

Answers (0)