cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Exception: IDs with Namespace Must Have the Format /<namespace>/<

Former Member
0 Kudos

Hi Experts,

Can you please help me with this:

I get the following error when I execute a webdynpro application. Can you please let me know where do

I need to look to verify the <namespace> and <id>.

Error when processing your request

What has happened?

The URL http://sapdev.tfi.local:8000/sap/bc/webdynpro/sap/z_temp_disp_mara/ was not called due to an error.

Note

The following error text was processed in the system DEV : WebDynpro Exception: IDs with Namespace Must Have the Format /<namespace>/<id>

The error occurred on the application server sapdev_DEV_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: CONSTRUCTOR of program CL_WDR_VIEW_ELEMENT===========CP

Method: CONSTRUCTOR of program CL_WD_TABLE_COLUMN============CP

Method: NEW_TABLE_COLUMN of program CL_WD_TABLE_COLUMN============CP

Method: IF_WDR_VIEW_DELEGATE~WD_CREATE_UI_TREE of program /1BCWDY/6JQCRML58TRPAX42J5MQ==CP

Method: CREATE_UI_TREE of program CL_WDR_DELEGATING_VIEW========CP

Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP

Method: INIT of program CL_WDR_CONTROLLER=============CP

Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP

Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DEV in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapdev_DEV_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server sapdev_DEV_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Edited by: arshad mohammed on Sep 24, 2009 2:19 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Me too, I have happened to the same issue. Please help.

Former Member
0 Kudos

Hello,<br>

<br>

you must to implement the OSS note number 1242377.<br>

<br>

Toni.

Former Member
0 Kudos

Hello experts,

i got the same error but we use sap basis 700 with sps 15. What to do here?

Former Member
0 Kudos

Okay, I have found a solution. The assistant for the ui table creation has created the ui name with "/". After renaming the ui elements in table it works.