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

Create Maintenance View without relationships

former_member300754
Participant
0 Likes
1,232

hi all,

How can I create a maintenance view without the relationships? I want to join 2 tables with both are definitely not related to each other. Can I create the maintenance table?

Thanks in advance,

Peerasit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

Hi,

You will have to generate two separate maintenance dialogs if the tables are not linked by a foreign key. You can show both of these together in a view cluster - see transaction SE54.

Darren

5 REPLIES 5
Read only

Former Member
0 Likes
842

Hi,

You will have to generate two separate maintenance dialogs if the tables are not linked by a foreign key. You can show both of these together in a view cluster - see transaction SE54.

Darren

Read only

former_member300754
Participant
0 Likes
841

hi,

if i create a transparent table or structure table Znnnn then create maintenance table which has primary table as Znnnn. Is it make sense?

Regards,

Peerasit

Read only

0 Likes
841

I did create a transparent table Z001 which has A as delivery class. Then I map the Maint view with Z001.

: )

Read only

0 Likes
841

Hej Peerasit

I did the same way as you. But make sure the consistency before use it.

Basically, if your table provide CURR field, dont forget to put the Currency (CURKY) together. I think it's a basic, you may know it already. Just remind.

Thanks

Max

Read only

former_member300754
Participant
0 Likes
841

Create a transparent table first. Then use it as the ref table in Maint view. For consistency, try to find the foreign key with related table. It would help somehow.