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

Problem of updation when using FM 'BAPI_OBJCL_CREATE'

Former Member
0 Likes
1,456

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,015

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

Read only

Former Member
0 Likes
1,014

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

Read only

0 Likes
1,014

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

Read only

0 Likes
1,014

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.

Read only

0 Likes
1,014

not authorised to use tcode SM12 as a developer.

pls provide any other way .