cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error in Web Dynpro Application

Former Member
0 Kudos

Hi Experts,

I am getting a runtime error from a custom Web dynpro Application. The error details are

Category               ABAP Programming Error

Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED_NO

Except.                CX_SY_REF_IS_INITIAL

Web Dynpro Component   Z*

ABAP Program           /1BCWDY/0O2TGWNVA3D2IUW3YFXJ==CP

Application Component  Not Assigned

Could someone please help on resolving this error.

-Regards,

Ragavan

Accepted Solutions (0)

Answers (4)

Answers (4)

Johan_sapbasis
Active Contributor
0 Kudos

Hi,

Add additional info including the ST22 dump for security you can run find and replace in the st22 dump text and relplace ahost name and sid.

Also when do you get this dump exactly i.e. what are you doing or how are you accessing the webdynpro for the error to be generated.

What is your system patch and kernel levels.

Please provide more information otherwise this is just a guessing game.

Johan

Johan_sapbasis
Active Contributor
0 Kudos

Hi,

Add additional info including the ST22 dump for security you can run find and replace in the st22 dump text and relplace ahost name and sid.

Also when do you get this dump exactly i.e. what are you doing or how are you accessing the webdynpro for the error to be generated.

What is your system patch and kernel levels.

Please provide more information otherwise this is just a guessing game.

Johan

former_member197475
Active Contributor
0 Kudos

HI Ragavan,

It seems some problem with your code with respect to the object reference.

I think you don't have any object reference before calling a method of the corresponding class. Please check the dump analysis in ST22, and track the code line where you are getting error. It will be far better, if you please paste the code here.

BR,

RAM.

harsha_jalakam
Active Contributor
0 Kudos

Hi Ragav,

Please check with the cardinality of the node in webdynpro application, where you are facing the dump, this is due to  mismatch between the number of elements assigned at runtime and the cardinality you have mentioned.

Regards,

Harsha