Hello experts!
1) I have a question. When I call retrieve with parameter iv_edit_mode = /bobf/if_conf_c=>sc_edit_exclusive it's mean, that i lock this data. After that I make some changes.
When will object unlocked? After commit?
2) Also I have found code like this:
retrieve
iv_edit_mode = /bobf/if_conf_c=>sc_edit_exclusive
modify
retrieve
iv_edit_mode = /bobf/if_conf_c=>sc_edit_read_only
And comment for last call is: "unlock data". Is it meat, when we call retrieve with iv_edit_mode = /bobf/if_conf_c=>sc_edit_read_only , that object will be unlocked?