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

Background job error

former_member491305
Active Contributor
0 Likes
461

Hi all,

I have created the program for QM parameter Updation for the materials

using 'BAPI_MATINSPCTRL_SAVEREPLICA'. When i ran the program in background job using SM36, the following error occured. Can any one help me in solving this?.

02/13/2007 13:11:16 Job started 00 516 S

02/13/2007 13:11:16 Step 001 started (program Z_QM_001, variant &0000000000000, user ID MORENOJ) 00 550 S

02/13/2007 15:25:39 ABAP/4 processor:

<b>OBJECTS_OBJREF_NOT_ASSIGNED 00 671 A</b>

02/13/2007 15:25:39 Job cancelled 00 518 A

1 REPLY 1
Read only

Former Member
0 Likes
411

Hi,

This error relates to the Code which is written in ABAP Object Oriented concept(using Classes, Objects and Methods).

Here it seems that the OBJECT was not created with Reference to Class.

Hence it gives the error.

Have to debug the code.

Regards,

Anji