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

Version managmant in Module pool

Former Member
0 Likes
575

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

3 REPLIES 3
Read only

Former Member
0 Likes
514

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

Read only

Former Member
0 Likes
514

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

Read only

Former Member
0 Likes
514

HI

Creating another z table for version managment.

Regards