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

Module Pool Saving on initial screen ..?

Former Member
0 Likes
635

hi

friends iam new in module pool

Doing module pool for Equipment efiicienecy i had 2 screen

initial screen which shows the equipment detail date wise

on click on the date. second screen appears which has details

with timings on that partticular date..

first record of this date is shown on first screen i had given save buton

on second screen on click on save the data is saved in the database table.

My problem is now i dont want to save the data fromsecond screen afte the

changes in second screen i have to come back and save it from initial screen.

and aslo only first record which is there on initial screen should change change

How should i .

pls help new in module pool

answers will be rewarded points

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
488

Farukh,

Set PF status FARUKH EXCLUDING SAVE.

OR try this.

When you Create / Edit a GUI status in the Menu Painter, you can choose whether you want the disabled function codes to be hidden or to be displayed as grayed out.

Follow the menu path Goto>Attributes>Pushbutton Assignment. You will get a pop-up with three options. The default option is Hide all. Just choose Display all on this pop-up and activate the GUI status. Your functionality is achieved.

Make it sure that you give in the respective Module.

K.Kiran.

Message was edited by: kiran

Kiran K

Read only

Former Member
0 Likes
488

thanks for the reply kiran ..

but my requiremnet is not to hiding it

i ant to sve all the changes made in second screen ..but on the first screen

for example ..

i enter or modified 3 records in second screen

.the first record which is there on iinitial screen should gets reflected

when i come to initial screen .and then when i press save it should save the

complete first screen and screen data in database.

regards

Read only

kiran_k8
Active Contributor
0 Likes
488

Farukh,

I think it is not possibe to save the changes made in the second screen at the first screen because when we press back button everything gets cleared.May be Anji or Rich can help you in this regard.Hope they are watching this thread.

K.Kiran.

Read only

Former Member
0 Likes
488

Hay ..i didnt find any solution for it ..