Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function Module

Former Member
0 Likes
375

Hi All,

I have a problem in screen programming,screen is i/p screen in which user enter some values,values entered by user should save as a record to a ztable in dictionary.

i need to know how do i do this saving in dic table through function Module or i can use only insert statement for this...

Kindly help.

4 REPLIES 4
Read only

Former Member
0 Likes
350

Hi Aasu,

As Per my knowledge we have to write Insert Statement to Update the Table.

Bye

Murthy

Read only

Former Member
0 Likes
350

No need to use Function Module.

You can use update and insert statements.

Regards,

Reddy

Read only

andreas_mann3
Active Contributor
0 Likes
350

Hi,

i would try to create a maint. dialog with trx. SE55

A.

Read only

Former Member
0 Likes
350

No need to go for a function module. using the insert and then update statement you will be able to store the data to the ztable.