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

Table Maintenance Probelm

Former Member
0 Likes
663

hi,

I have a table maintenance generated for a ‘Z’ table.

Every time I make any changes to this table at the fields level, I have to regenerate the Table maintenance.

Once, I regenerate the table maintenance, the modules I have added in the maintenance screens disappear.

Is there any way that the modules will be retained every time the table maintenance is regenerated.

If not, is it possible to give a warning message to developer every time any change is made to the tables? (Changes at the field level not…contents of the

table).

Thanks in advance.

Sanjay

hi,

I have a table maintenance generated for a ‘Z’ table.

Every time I make any changes to this table at the fields level, I have to regenerate the Table maintenance.

Once, I regenerate the table maintenance, the modules I have added in the maintenance screens disappear.

Is there any way that the modules will be retained every time the table maintenance is regenerated.

If not, is it possible to give a warning message to developer every time any change is made to the tables? (Changes at the field level not…contents of the

table).

Thanks in advance.

Sanjay

5 REPLIES 5
Read only

Former Member
0 Likes
643

Sanjay,

I don't think that will be possible. You will loose all the custom coding you have done, as the entire thing will be regenerated.

Regards,

Ravi

Read only

naimesh_patel
Active Contributor
0 Likes
643

Hello Sanjay,

it is not possible to retain custom coding.

You can download whatever code you have written.

Regards,

Naimesh

Read only

0 Likes
643

I would put the custom coding into a Function Moudule. Then the FM can be added again when the screen is regenerated.

Read only

Former Member
0 Likes
643

Hi,

before doing any changes, take backup and delete the old one and regenerate .

and add the codes which was there earlier and modify accordingly..

Regards

vijay

Read only

Former Member
0 Likes
643

Put all your custom modules in an include. Whenever you regenerate your table maintenance, just put the include back in the main program of the function group. That way you will not lose the code.

Srinivas