‎2008 Nov 27 4:25 AM
Hi
I am creating a Z screen in module pool programming when ever the user chages the values in the screen.I should maintain version for each and every change.
Please suggest me
Regards
Rasheed
‎2008 Nov 27 4:33 AM
Hi,
You can identify the data changes by using CHAIN...ENDCHAIN with the addition of MODULE ON-REQUEST.
Have a database table and store the current data with a new version number whenever save is pressed.
i.e (The structure of this field will be like VERNO-Version number, FNAME-Fieldname, FVAL-Fieldvalue)
You shall give an option say Select version which will list all versions available for the screen. On selecting a particular version, you can retrieve the field values from database table and display on the current screen.
Hope this helps!
Thanks,
Lakshmi
‎2008 Nov 27 5:13 AM
Hi,
Version management means the changes to the REPOSITORY object ( PROGRAMS TABLE STRUCTURES etc ) is taken care by the system itself.
you need not worry about this.
if the meaning of version is not as understood by me please be clear on that.
Regards
Ramchander Rao.K
‎2008 Dec 18 12:14 PM