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

Refreshing Module pool screen fields

Former Member
0 Likes
3,884

Hi Gui's,

I developed a module pool screen ..in that  I have input fileds ..I am saving this input fields into a ztable..

After saving the record I want to refresh the module pool screen fields..I used the function module

'DYNP_VALUES_UPDATE'  under pbi to refresh the screen..but it not working..

can any body give the solution for my issue..

Thanks in advance..

Thanks,

Santhosh.V

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,886

You don't need this FM just clear the variable in the program, as you are in PAI, next step will be the PBO where this data will be copied to the dynpro. If you referenced your fields with the structure-field name just clear the structure.

DYNP_VALUES_UPDATE is only useful in POV (F4 management) because the program will not execute the PAI/PBO cycle in this case, so a tool was required to update dynpro fields.

Regards,

Raymond


3 REPLIES 3
Read only

Former Member
0 Likes
1,886

Hi,

Use add a button for refresh and when it is pressed Clear Statement fro clearing all fields in the screen.

Regards,

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,887

You don't need this FM just clear the variable in the program, as you are in PAI, next step will be the PBO where this data will be copied to the dynpro. If you referenced your fields with the structure-field name just clear the structure.

DYNP_VALUES_UPDATE is only useful in POV (F4 management) because the program will not execute the PAI/PBO cycle in this case, so a tool was required to update dynpro fields.

Regards,

Raymond


Read only

Former Member
0 Likes
1,886

Hi,

I don't understand, is this is an ADT issue?

Cheers!

Luis