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

2 or more update views same dynpro o screen

Former Member
0 Likes
635

Hi experts..

my doubt is about update views, i have to control 2 tables in the same dynpro .. its like 2 selections screen blocks, and each of one must have an update view , for 2 tables.. so i was thinking about 2 table control and associate the tables... but someone told me that this can be done with cluster update views? i have no clue..

thanks in advance (-:

Hi experts..

my doubt is about update views, i have to control 2 tables in the same dynpro .. its like 2 selections screen blocks, and each of one must have an update view , for 2 tables.. so i was thinking about 2 table control and associate the tables... but someone told me that this can be done with cluster update views? i have no clue..

thanks in advance (-:

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
562

Tell me if I understand well : you create 2 views (SE11) and you generate a maintenance dialog for each (SE55). Then you can combine the 2 views into one cluster view via SE54 transaction. You may call the cluster view by VIEWCLUSTER_MAINTENANCE_CALL function module or by a parameter transaction based on SM34 transaction with parameters VCLDIR-VCLNAME=cluster view and UPDATE=X

Read only

0 Likes
562

thx Sandra, i created the 2 maintence dialgos but i have no idea what to do in se54, can someone help me out??

thx so much in advance

Read only

0 Likes
562

Just look at some standard view clusters.

- VC_T009 contains 4 views = 1 parent view and 3 children views related to the parent view

- VC_TZONEPAS contains 5 views, not related (all are top views)

and, of course, look at [sap library|http://help.sap.com/saphelp_nw70/helpdata/EN/d0/999246b2aa11d1a5700000e82deaaa/frameset.htm]