2013 May 24 1:28 PM
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
2013 May 29 9:48 AM
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
2013 May 24 3:04 PM
Hi,
Use add a button for refresh and when it is pressed Clear Statement fro clearing all fields in the screen.
Regards,
2013 May 29 9:48 AM
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
2013 May 29 10:32 AM
Hi,
I don't understand, is this is an ADT issue?
Cheers!
Luis