cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP SAVE button

Former Member
0 Kudos

Hallo

Can anyone help me in coding to perform an action, when user clicks the SAVE button. I extracted the attributes from the context nodes and could not move further to save the datas.

Regards

Prasanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you want to save the user input data into data-base tables?.

If yes,follow the below steps.

1)Read the required context nodes/attributes values from codewizard.

2)Declare table-types/structures of type database table.

3)Move or assign the required values to structures.

4)Modify/Update the database table based on condition.

Hope this helps you.Revert back for further queries.

Thanks

KH

Former Member
0 Kudos

Hi Katrice

Thanks a lot.

Regards

Prasanna

Answers (0)