Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

validation error...

former_member225134
Participant
0 Likes
556

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.??????????????

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
535

I tried to run your code but it is throwing error. How did you solve it?

Read only

Former Member
0 Likes
535

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

Read only

Former Member
0 Likes
535

Hello,

Your question is not much clear , what you want to do .

Can you please elaborate more ?