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

purpose of Save button in module pool program

Former Member
0 Likes
552

Hi,

When we execute a module pool report, there appears a greyed out SAVE button in the toolbar.

Is it possible to create variants for module pool programs?

If not, then what is the exact purpose of the SAVE button?

Thanks,

David.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

Hi David

We can created variants only for reports (executable programs).

As far as the SAVE button is concerned, we use dialog programs to navigate between screens and carry out some applications. SAVE button saves the entries we have entered on the screen prior to clicking on the button.

Hope this helps.

Harsh

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
513

HI,

When we are using modulepool programs our aim is to input data on the screen and then do some navigations with different screens .

To answer your question , we can create variants only for Executable Programs....Now the functionalty of save button is

1>Save data to db tables before exiting from the module pool program

2>Exit the Current program transaction after updating the db tables.

Regards,

Nagaraj

Read only

Former Member
0 Likes
514

Hi David

We can created variants only for reports (executable programs).

As far as the SAVE button is concerned, we use dialog programs to navigate between screens and carry out some applications. SAVE button saves the entries we have entered on the screen prior to clicking on the button.

Hope this helps.

Harsh

Read only

Former Member
0 Likes
513

Thanks Nagaraj and thanks Harsh for the reply.