cancel
Showing results for 
Search instead for 
Did you mean: 

SUBMIT BUTTON

Former Member
0 Kudos

I want to know how do i code for Submitt button like i have an form where in the data has to be filled by the user input and on click of submit the data has to be stored in database.thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

S-H
Active Participant
0 Kudos

Hi Suma,

In the form you have bind the attributes to the context attributes. So in the event method of the button i.e. OnAction method , write the code to read the context attributes (you can use the Wizard to get the attributes) and once you get the attibutes; you can pass these attributes to required busineess logic like Function Modules, Class, bapi or direct data base updates... where you need update the db.

Hope this helps.

Best regards,

Suresh

Answers (0)