cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro component does not exist in inm_workcenter_app

Former Member
0 Kudos

Hi,

Could you please let me know the resolution for the below issue?

i am getting error as below

cProject  5.0 - Web Dynpro component does not exist in inm_workcenter_app

Error while processing your query


 

What has happened?

The URL call http://cmperpides.ltisap.com:8040/sap/bc/webdynpro/sap/inm_workcenter_app was terminated because of an error.

 
Note
 
  • The following error occurred in system EIC : Web Dynpro component does not exist
  • The error occurred on application server cmperpides_EIC_40 and in work process 16 .
  • The termination type was: RABAX_STATE
  • The ABAP call stack was:
    Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY
    Method: CHECK_EXISTENCE of program SAPLWDR_RUNTIME_REPOSITORY
    Method: IF_WDR_RR_COMPONENT~CREATE_CMP_USAGE_GROUP of program SAPLWDR_RUNTIME_REPOSITORY
    Method: IF_WD_COMPONENT~CREATE_CMP_USAGE_GROUP of program CL_WDR_COMPONENT==============CP
    Method: SET_UP_FIRST_TAB of program /1BCWDY/09C8TUB1NLG22JGILR47==CP
    Method: IF_WI_WORKCENTER~SET_UP_FIRST_TAB of program /1BCWDY/09C8TUB1NLG22JGILR47==CP
    Method: HANDLEDEFAULT of program /1BCWDY/09C8TUB1NLG22JGILR47==CP
    Method: HANDLEDEFAULT of program /1BCWDY/09C8TUB1NLG22JGILR47==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/09C8TUB1NLG22JGILR47==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP

Please help me out

Thanks  & regards

Ravindra Saraf

Accepted Solutions (0)

Answers (4)

Answers (4)

priyatham_kasu2
Active Participant
0 Kudos

Hi Ravindra,

The issue is due the missing entries in customizing node Define Navigation Settings.

The entries have to be copied from Client 000.

You can ask your BASIS team to do that using transaction /n/RPM/CUST_COPY and the following entries has to be copied from client 000 to your current client

  1. /RPM/DASH_PERS
  2. /RPM/DASH_ROLE
  3. INM_NAV_CTX
  4. INM_NAV_CTX_W
  5. INM_NAV_INF_W

This should solve the dump.

Best Regards,

Priyatham

Former Member
0 Kudos

I am receiving this error only for Resource Management tab. All other tabs and screens work fine.

I have copied all entries from client 000 and checked for component in sicf.

Anymore suggestions for this 1 specific tab?

Former Member
0 Kudos

I've had a similar issue which was caused by standard customizing not being transferred from client 000. This was fixed by basis, so I don't know the exact details, but hopefully this will point you in the right direction.

FA1
Active Participant
0 Kudos

Hi,

please proceed as described in the Master Guide in chapter "Navigation":
  http://help.sap.com/ppm

http://service.sap.com/plm-inst  -> Master Guide

Information is also available in SAP Note 1406591.

Kind regards,

   Florian

former_member201206
Active Contributor
0 Kudos

Hi Ravindra,

I suppose, the dump occurs not becaue of the calling component inm_workcenter_app is not available, rather the following WD component, which be triggered afterwards.

If there any more information of the dump, which WD compoent  does not exist, e.g. in ST22.

Or if you can debug, then set external break-points of method

SAPLWDR_RUNTIME_REPOSITORY (using SE38) Method check_existence.

It should be easy to find out more details.

Kind regards,

Zhenbo

amit_maheshwari2
Contributor
0 Kudos

Check if this webdynpro inm_workcenter_app is available in your system or not via se80?

Cheers

Amit

Former Member
0 Kudos

Hi Amit,

i have checked in the system webdynpro inm_workcenter_app is available

Regards

Ravindra