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 regenerating

Former Member
0 Likes
533

Hi!

I am facing problems while I generate a table maintenance for my Z table as I have added couple of new fields to my table.

How can regenerate my TABLE MAINTENANCE, if there may be any Custom Code written in Function Group of the table maintenance.

I want to ensure that this code shud not be deleted while regenerating it.

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
476

Hi

You can Regenerate the Table maintenance from SE54

Menu path: Generated Objects -> Change

In the given list of Cehck boxes

Select: new field added to the structure.

Then the Maintenance dialogs will be regenerated accordingly.

Reward if it helps.

Regards.

Read only

former_member150733
Contributor
0 Likes
476

If it is to include the new fields and you are using a singe screen, Instead of going for regeneration, you can manually add teh field using the screen painter and include these fields in the PAI flow logic.

PAI.

eg. field my_field_name.

This way the existing code is not disturbed.

P.S. In this way please make sure that you are not adding any new key fields. IF you want to add new key fields let me know

Read only

former_member219399
Active Participant
0 Likes
476

Hi,

You can regenerate in se11 also.

Follow the menu path after ading the field, Utilities -> table maintenance generator.

Then in application toll bar click on Change. You eill get a pop for the type of change with few checkbox, select new field added.

Then you will get another popup existing screen will be deleted. press enter. This will delete existing screen and creates new screen with all the fields.

With regards,

Vamsi