‎2014 Sep 02 12:53 PM
HI,
In my code am having two conditions update and insert..I want to give message and leave to that screen also with
either update successfully or inserted successfully.
loop at it.
select .............................some fields
if sy-subrc = o.
update some fileds.......
else
insert new data...
endloop..
if it is update means where i want to give message or if it is insert means where i want to give message.??????????????
‎2014 Sep 02 1:17 PM
I tried to run your code but it is throwing error. How did you solve it?
‎2014 Sep 02 6:26 PM
Hi Anitha,
You question is not very much clear. Can you re-phrase the question?
Are you asking that where should you show the message?
Thanks
‎2014 Sep 02 7:19 PM
Hello,
Your question is not much clear , what you want to do .
Can you please elaborate more ?