HI,
i have developed one interface , when i click on submit the values which i type in the text box i/o fields should get inserted into database table( before this i would like to store these values in the internal table n would display whether the values r displaying correctly or not), how can i do this and i need to add lis box functionality to one text box also.
Hi,
If ur question is how to inser these values in the database table, u can do it using insert statement by assigning the screen field values to some work area of the database table type.U can do the same to populate the internal table also.
Thanks
Vasudha
Add a comment