Application Development 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: 

Issue in View cluster handling

Former Member
0 Kudos
133

Hi,

I am working on view cluster. I have a view cluster VC1.

With in that i have 2 maintenance view. MV1 and MV2. MV1 and MV2 have field dependency on variable Q1.

MV1 is the initial view.

When i execute the VC1. I see MV1. I select one entry from MV1 and want to see the dependent entries in MV2.

When i enter into MV2 by selecting some row of MV1, i want to get the Q1 value of MV1 in to MV2. Because i have hidder Q1 in MV2.

How to do this?

Kindly help.

-Trupti

2 REPLIES 2

Former Member
0 Kudos
79

Hi,

Please have a look at this link:

https://wiki.sdn.sap.com/wiki/display/ABAP/Creation%20of%20View%20Cluster

Regards,

Himanshu

Former Member
0 Kudos
79

Hi Hemansu,

I had a look into the link given by you.

But my problem is, i have hidden the plant column in Storage Location view. when i create a new entry in storage location

view and try to save it, it says work area key not filled.

So i want to get the selected plant number from the plant view and want to manually update the workarea before saving into database.

So is there any way to get the plant number, other than saving and fetching from global variable?

-Trupti

Edited by: Trupti Raikar on Aug 6, 2009 8:14 AM