Viacheslav, something strange just happened. I was answering your last question about read-only attributes. But it seems that you've deleted it. Anyway I post this here if you'll need it.
You asked about how to set read-only attributes with address number and personal number:
You can set a read-only attribute if you are a 'friend' of the class interface. As you can see CL_TM_CLM_INTERACTION has some friends (check Friends tab). One of them is the interface IF_CLM_DATA_MANAGER. Implement it in your class (just add it to the Interface tab of your class) and you'll be able to set these attributes inside your class.
For example please refer to the class CL_CLM_CAMPAIGN_MANAGEMENT and its method ADD_CALLS.