cancel
Showing results for 
Search instead for 
Did you mean: 

How can i save the data's which i have entered into the table (webdynpro)

Former Member
0 Kudos

Hi,

I have created one view in that username , password fields and one button are there .

While clicking on the button how can i save that data's into the table which i have created??

Where i want to write the code??

please help me...

Thanks

Shyja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

in component controller create a method save, on that read the node that containing the user name and password into itab using the code wizard.now write code to insert itab to the dbtable of ur choice. save the method and activate .

now go to ur view, create a button.. on action of that call the method in the comp_controller.

Regards

Sarath

Message was edited by:

sarath satheesan

Former Member
0 Kudos

hi shyja.......

have a save button.

write coding in the onaction method of that button.

read the node of that table using code wizard.

and save it to the table as you would do in a normal abap program.

--- regards,

alex b justin