‎2007 Feb 15 7:26 AM
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
‎2007 Feb 15 7:40 AM
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