cancel
Showing results for 
Search instead for 
Did you mean: 

copying one view to another

Former Member
0 Kudos

hi,

I have copied one view into another.As a result all the elements along with context attributes are copied.I have completed the mappings myself.But after deploying am not getting the elements active like dropdown,inputfields etc.

Plz do suggest.

Accepted Solutions (1)

Accepted Solutions (1)

former_member192434
Active Contributor
0 Kudos

Hi

This kind of problem arise in NWDS, when you copy the things so better suggestion do all the mapping manually.

I think binding is not properly done, recheck your bind of inputfield and dropdwonbox.

Do the binding as follow in init() method.

Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();

input.setDestination_From(new Bapisfldst());

input.setDestination_To( new Bapisfldst());

wdContext.nodeBapi_Flight_Getlist_Input().bind(input);

Thanks

Former Member
0 Kudos

hey my mappings are all in place.Even the input fields are grey along with the dropdown.

I have checked --the coding in both the views are same.But still evrythng is fine in the original one..dropdown and inputfields but the one i have copied is having input fields n dropdowns grey.

Please do suggest.

Former Member
0 Kudos

Hi,

Check the cardinality and selection properties of both nodes and UI elements.

Regards

Raghu

Former Member
0 Kudos

hi....

You once check the names of the UI elements in the Outline View .

For examle if you have two dropdowns in the original view ,when you copy it the Property Id will be same for the two dropdowns ,may be this might be the problem ,just check it

I faced similar in 2004s NWDs

Regards

Madhavi

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

i think may be you missed calling the rfc which populate the dropdowns.

just check once all the mappings.

Regards,

ramesh