Hello experts.
I am very new in abap and have a question. Have a field email on address and have a field email into independent data block. i am trying to write a job which will trigger every night and copy data from independent mail to address mail field. The code structure should be as follow: firstly check if address mail is empty, if not then read independent mail (select) and push it into address mail fiels (as update ). How do you think, is this structure correct and could be realized? So, could you give some advice?