cancel
Showing results for 
Search instead for 
Did you mean: 

Save data to database?

Former Member
0 Kudos

Hi All,

In one requirement i have save button. in two requirements it has to trigger. 1. adding new record, 2. modyfing existing. how to do this? any help?

Thanks,

venkat.

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This forum is for questions directly related to web dynpro ABAP only. "How to save data to the database" doesn't qualify as a web dynpro ABAP question. If you need help with basic ABAP syntax or techniques you should use the ABAP general forum.

Madhu2004
Active Contributor
0 Kudos

HI,

Use modify statement. If the record exists with the same key it will update the record, else it will inser the new record.

Regards,

MAdhu

Former Member
0 Kudos

have a look at any existing wd applications ( or even normal web applications ), I'm sure you would find a lot of implementation\ design ideas.

Regards

Manas Dua