cancel
Showing results for 
Search instead for 
Did you mean: 

Error in webdynpro activation

0 Kudos

Hi Experts,

I have created a component for trying out the FPM concept, I did the development referring to one of the document.

I am facing an error regarding the wd_cpuse_select_options( ).

Here, I am attaching the screen shot, please kindly help me out.

Thanks in advance!!

Regards,

Prathyusha Rudraraju.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Prathyusha,

Please make sure that, all the below conditions are met with respective to your development

  • Create component usage SELECT_OPTIONS for standard component WDR_SELECT_OPTIONS in your component
  • Make sure that the component is active.i.e.. if its inactive, and tries to activate only view, SELECT_OPTIONS usage is protected or unknown error occurs
  • Create the component usage of SELECT_OPTIONS in properties tab of view

              

Hope this helps you.

Regards,

Rama

0 Kudos

Hi Ramakrishna,

I missed out this step, as per your suggestion i have added and tried to active, But still the error is same!!

Any further suggestions please.

Thanks,

Prathyusha

ramakrishnappa
Active Contributor
0 Kudos

Hi Prathyusha,

Try to active whole component and check.

if issue persists, please share the error details.

Regards,

Rama

0 Kudos

Hi Ramakrishna,

My that issues is solved.

I have added the SELECT OPTIONS and SELECT OPTIONS Interface controller in my view and i tired to active, but i faced the same error.

Then i have added those both again in COMPONENT CONTROLLER and then activated and the error is solved.

Thanks,

Prathyusha

ramakrishnappa
Active Contributor
0 Kudos

Thats good to hear.

Please close the thread.

Regards,

Rama

Answers (7)

Answers (7)

former_member205842
Participant
0 Kudos

HI Prathyusha,

                        Please follow the link to add select options

Select-Options – Creating a selection field in the screen | Team ABAP

Regards

Syed

Former Member
0 Kudos

Hi,

You have missed Used Controllers/Components and hence you are getting that error.

Thanks

KH

praveenboss
Participant
0 Kudos

HI Prathyusha,


I dont Know Exactly What is Telling People may be right.

I suggest you To go trough Error message.

As he shown .

'WD_CPUSE_SELECT_OPTIONS'

Method is private  or  protected.

any possibilities to make method public do it.



Thanks & Regards.


former_member205842
Participant
0 Kudos

HI Prathyusha,

                        I think you have copied code from internet please change name of your component from wd_cpuse_select_options( ) to your given name(select_options( ) ) and check it

Regards

Syed

former_member184578
Active Contributor
0 Kudos

Hi,

Hope you have added the component usage select_options with standard component WDR_SELECT_OPTIONS in your component. Now go to the properties tab of your view and create this controller usage ( click on create button and select Interface controller of select options).

hope this helps u,

Regards,

Kiran

Former Member
0 Kudos

And

Add WDR_OVS / WDR_OVS INTERFACECONTROLLER to your component controller

Regards

former_member197475
Active Contributor
0 Kudos

Hi Prathyusha,

In your view properties, add your Select_Options component as an Used Controllers/Components.

Hope it wll be resolved.

BR,

RAM.