‎2006 Aug 23 8:09 AM
Hi All,
I have created a cluster view ZBW_VIEW which has two views ZBW_TYP ZBW_INFO combined together. There is a foreign key in ZBW_INFO which points to the table ZBW_TYP's key field.
When I activate the cluster view and test it, the first view is displayed where I manintain the values in ZBW_TYP. Then I select that entry and maintain the value in the dependent table ZBW_INFO but I get the key field as well in the second view which I do not need. This field should be in a separate field and not included in the table entries or else the user will have to key in all the header entries once again.
Anybody has any ideas as to how to accomplish this feature?
Thanks in advance
Sudhi
‎2006 Aug 23 10:05 AM
HI,
You would have created a maintenance view ZBW_INFO in Se11.In the view fields listing next to the table field name column, there is a colunm by name 'P'. There you mention 'S' against the field which has to be displayed in the header.
NB : This has to be done in SE11.
‎2006 Aug 23 8:20 AM
for each table , there is a place where u mention the predecessor. For the header table u wud have mentioned the predecessor as the same table.
Next to that there is a field by name 'Dep'. there u need to maintain the value 'R'.
‎2006 Aug 23 8:24 AM
I have done this and this appears as the header in the tree strucutre and the other table appears as the child but the issue is once I create an entry in the header table and select the child the same field that is there in the header appears in the table of the child instead of it being a workarea. I am not being able to create a view which has a work area.
‎2006 Aug 23 8:41 AM
In the field dependencies of the child table, have you maintained the header table and field as predecessor. ?
‎2006 Aug 23 9:09 AM
Hi Dinu,
I have done that as well and in the foregin key I have mentioned the cardinality as 1:N. Once I generate the independent view for the child table and when I try to maintain the records for it, it does not prompt for the work area entry as well. I am not sure what mistake I am making.
Sudhi
‎2006 Aug 23 10:05 AM
HI,
You would have created a maintenance view ZBW_INFO in Se11.In the view fields listing next to the table field name column, there is a colunm by name 'P'. There you mention 'S' against the field which has to be displayed in the header.
NB : This has to be done in SE11.
‎2006 Aug 23 10:19 AM