cancel
Showing results for 
Search instead for 
Did you mean: 

error when running wda application

Former Member
0 Kudos

Could anyone help with this error which is occuring when i test my webdynpro abap application.

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

The following error text was processed in the system ERD : is not a valid attribute type. «abtbdyP

The error occurred on the application server pioerp01_ERD_00 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: INIT_ATTRIBUTES of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: CREATE_FROM_STRUCT of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: IFWDR_RG_CTRL_HANDLE~INIT_CONTEXT of program SAPLWDR_RG_GENERATED_SRC_API

Method: IFWDR_INTERNAL_API~INIT_CONTEXT of program SAPLWDR_RG_PROXY_FACTORY

Method: CONSTRUCTOR of program /1BCWDY/1YL2FTBMEIJ9VMUTZDX3==CP

Method: IF_WDR_CLASSLOADER~GET_COMPONENT_CONTROLLER of program /1BCWDY/1YL2FTBMEIJ9VMUTZDX3==CP

Method: CONSTRUCTOR of program CL_WDR_DELEGATING_COMPONENT===CP

Method: CONSTRUCTOR of program CL_WDR_CLIENT_COMPONENT=======CP

Method: CONSTRUCTOR of program CL_WDR_CLIENT_APPLICATION=====CP

Method: CREATE_APPLICATION of program CL_WDR_CLIENT_APPLICATION=====CP

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

Where exactly this error could be occuring???

regards,

Priyank

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Priyank,

Might have filled the context nodes with wrong data, just check

Regards

Abhimanyu L

Former Member
0 Kudos

HI Abhimanyu,

Thanks for the reply. I have a simple view with just one textview field and two buttons. I have commented all code in the doinit method and mapped the context nodes again after deleting the previous ones.

still the error persists.

I have run this previously....just wondering what might have gone wrong now...

any pointers????

regards,

Priyank

former_member215843
Active Participant
0 Kudos

Hi Priyank,

This error does not happen because of any coding you have written. The call stack shows that this is the initialization of the context from the declared structure.

Please check whether you have removed or renamed a ddic element you used in the context.

Ciao, Regina