Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while testing Idoc from WE19-OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Likes
472

Hi Experts,

I am trying to Post inbound PO idoc from we19 tcode.

MessageType:PORDCR1

Idoctype:PORDCR102

FM:BAPI_IDOC_INPUT1

while testing this Idoc it is going dump.

Runtime Errors : OBJECTS_OBJREF_NOT_ASSIGNED

Short text : Access via 'NULL' object reference not possible.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in

procedure "PROCESS_COMPONENTS" "(FORM)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component (variable: "L_ITEM").

An object reference must point to an object (an instance of a class)

before it can be used to access components.

Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

Could you plz suggest how to resolve this issue.

regards,

Bhuvan.

1 REPLY 1
Read only

Former Member
0 Likes
369

Hi,

Please implement the OSS Note 1409498 (Relavent to your problem).

I am sure it will resolve your issue.

If not solving your than You can serch for relavent SAP note on SAP serivce market place.

Regards,

Lokesh.

Edited by: Lokesh Tarey on Apr 15, 2010 2:31 PM

Edited by: Lokesh Tarey on Apr 15, 2010 2:33 PM