cancel
Showing results for 
Search instead for 
Did you mean: 

SE16 on WDA

Former Member
0 Kudos

I am trying to create a SE16 Application on WDA.

Now everything looks fine .But after entering Table name I am getting following error message.

Note

The following error text was processed in the system DEV : Could not find attribute LOW

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: IF_WD_CONTEXT_NODE_INFO~FOLLOW_PATH of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: IF_WD_CONTEXT_NODE_INFO~FOLLOW_PATH of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: GET__ATTRIBUTE_INFO of program CL_WDR_VIEW_ELEMENT===========CP

Method: GET__DDIC_ATTRIBUTE of program CL_WDR_VIEW_ELEMENT===========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L0STANDARD==============CP

Please help me with this.

Thanks,

Urjit

Accepted Solutions (1)

Accepted Solutions (1)

Yashpal
Active Contributor
0 Kudos

see the dump in ST22 ....

from the error.. you want to access a attribute name LOW which is not present in the node.....

Regards

Yash

Former Member
0 Kudos

Yash,

Thanks for your efforts.

I have already checked ST22. ST22 is not helpful. Everytime program is creating Short Dump. But same description.

Dump is as shown below

**************************************************************************

What happened?

The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along

the call hierarchy.

Since exceptions represent error situations and this error was not

adequately responded to, the running ABAP program

'CL_WDR_CONTEXT_NODE_INFO======CP' has to be

terminated.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_WD_CONTEXT', was not caught and

therefore caused a runtime error.

The reason for the exception is:

Could not find attribute LOW

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"UNCAUGHT_EXCEPTION" "CX_WD_CONTEXT"

"CL_WDR_CONTEXT_NODE_INFO======CP" or "CL_WDR_CONTEXT_NODE_INFO======CM002"

"IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE"

**************************************************************************

Also I am not using this parameter LOW anywhere in my Code. I dont know where this parameter is used.

If anyone has created this Application then please respond me .

Thanks,

Urjit

Edited by: Urjit Jethwa on Apr 9, 2008 8:59 AM

Former Member
0 Kudos

hi urjit.......

this is because,

you are trying to access a node that does not exist or

the low refers to the low value of a select option which supposed to be there in a node but you have not created it. check it again.

---regards,

alex b justin

Former Member
0 Kudos

Hi Alex,

Thanks for your response.

But I am not able to get what exactly the Problem is .

I checked all the nodes , everything looks correct.

Thanks,

Urjit

Former Member
0 Kudos

hi urjit......

just place a break point in the wddoinit method and run it.

---regards,

alex b justin

Answers (0)