Hello
Last year I have created a Z table, say, its name is Z_TABL_1, its working fine, say, there is around 1000 entries in PRD, well
Last week I have created another 2nd Z table, its name is Z_TABLE_2, now it has 50 entries in PRD
In both tables the key field os the same (VISITOR_NUMBER) and there is only one key field in both tables, its the same
When creating the 2nd table I forgot to specify the CHECK table relationship in 2nd table refering 1st table, I mean, dependent table is 2nd whereas reference is 1st table
Now, I created a database view, say, my_db_view on these 2 tables.
When I opened this my_db_view in SE16, I expected 1000 (this 1st table count) entries, but am seeing just 50 (the 2nd table has only 50 entries) entries!!
Pls. let me know how can I view all the 1000 entries in SE16 for my_db_view?
Thank you