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

SE54 Cluster View

Former Member
0 Likes
1,318

Hi,

I've created a cluster view with tcode SE54. The view should be used to maintain two tables connected through foreign keys (a head table and a position table).

When I maintain the cluster with sm34, the keys of the head table are not automatically copied to the position line. What did I forget to set?

Thanks and Regards

Hi,

I've created a cluster view with tcode SE54. The view should be used to maintain two tables connected through foreign keys (a head table and a position table).

When I maintain the cluster with sm34, the keys of the head table are not automatically copied to the position line. What did I forget to set?

Thanks and Regards

4 REPLIES 4
Read only

Former Member
0 Likes
1,017

Hi

Try to check the link beetween two tables:

- Node Object structure:

The Header table has to have the header table as Predecess. and R as Dep

The Item table has to have the header table as Predecess. and S as Dep

Max

Read only

Former Member
0 Likes
1,017

Hi Max

Thanks for your answer.

My setting is already as you describe.

Regards

Read only

0 Likes
1,017

I defined maintenance views between the tables and the cluster view.

(Important: the position maintenance view should contain the header table and the keys of the header table in the position maintenance view should have the attribute S)

This solved the problem.

Read only

0 Likes
1,017

Hi,

I am also facing same problem, the key fields values are not coming in to the child table, as you told you have defined maintenance view between the tables and the cluster view... I didn't get you here , how I need to define maintenance views between tables & cluster view.