‎2008 Oct 30 8:55 AM
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
‎2008 Oct 30 8:57 AM
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
‎2008 Oct 30 8:57 AM
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
‎2008 Oct 30 9:02 AM
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
‎2008 Oct 30 10:38 AM
I did create a transparent table Z001 which has A as delivery class. Then I map the Maint view with Z001.
: )
‎2008 Oct 31 4:39 PM
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
‎2008 Oct 31 4:42 PM
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.