‎2011 Dec 22 5:13 AM
Hi All,
i am facing a problem when using the function module 'BAPI_OBJCL_CREATE',what happens is that, when i run it in the debug mode
it updates the device characteristics in tcode IQ03, but at the time of normal execution, this fm does not updating the device characteristics at all, i did use COMMIT WORK and WAIT. but all failed.
please help.
thanks in advance.
‎2011 Dec 22 5:28 AM
Hi,
kindly check the return parameter what message it is showing.
Using that you can able to solve the issue, if not place what message you are getting, so that we will heplp you
Regards,
Ravi
‎2011 Dec 22 7:21 AM
Hi,
Please check the table parameter 'RETURN' of BAPI. If it contains no messages of type E then only the has run successfully. So please check for RETURN table.
Regards
Sumit
‎2011 Dec 22 7:50 AM
Thnx sumit and ravi both.
i check the return table,
it returns as below
I I CL 732 Assignment does not exist or is not valid on
E E CL 117 Class type IS2, object type EQUI, object 000000000010000692 IS2 EQUI 000000000010000692 000000000010000692
E E CL 525 Object is currently locked by user IDRAJKAR IDRAJKAR
I I CL 736 Assignment was not created
‎2011 Dec 22 8:59 AM
Hi ,
The secomd statement is an ERROR. Goto Transaction Code SM12 and check iif the object is locked by user IDRAJKAR IDRAJKAR. If it is so delelte that entry and try to execute the BAPI again .
Hope this work.
‎2011 Dec 22 9:39 AM
not authorised to use tcode SM12 as a developer.
pls provide any other way .