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 generator adding more than two screens

Former Member
0 Likes
1,428

Hi ,

I want two add two more screens to extended Table Maintenance generator. (2 + 2 extended maintenance ) total screens,

Thanks & regards

Ashish

Hi ,

I want two add two more screens to extended Table Maintenance generator. (2 + 2 extended maintenance ) total screens,

Thanks & regards

Ashish

6 REPLIES 6
Read only

Former Member
0 Likes
1,247

Hi,

In a TMG, option is there to call a maximum of 2 screens. But if you want you can change the maintenance program.

Could you tell me specifically the reason for the 2 +2 screen?

Regards,

Selva K.

Read only

0 Likes
1,247

Hi ,

I want to add one tree view and one filter screen which will be processed before these two screens

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,247

I think you have to use "View Clusters" to achieve this or else create a custom tcode for maintaining the table.

For more on view cluster read this blog: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17392] [original link is broken] [original link is broken] [original link is broken];

Read only

0 Likes
1,247

Hi Suhas,

I dont think cluster view will help.

I think the OP is using only one table.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,247

Hi Keshav,

>

> I dont think cluster view will help.

> I think the OP is using only one table.

I know that

Based on the business requirement the OP has mentioned he has to split into multiple tables & link them together via view clusters.

BR,

Suhas

Read only

Former Member
0 Likes
1,247

Hi Ashish,

Probably you can not acheive this via table maintenance generator since the system has not given more screen options.

I feel this problem can be handled by the Report Program.

What do you want to achieve by the table maintenance generator? Updating the database table..... Right.

So Prepare the selection screen of similar to the first screen, if you want to call some more screen then use the ALV interactive programing & their events. Eventually modify the database table/ Ztable with your final internal table.

At last, Prepare a Tcode of this report program.

I can understand that this is little bit long way but you can go for it.

For further help, keep the loop start....

Thanks.

Anurag