Application Development 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: 

BAPI_OBJCL_CHANGE

Former Member
0 Kudos

Hi there,

I'm facing a problem with "BAPI_OBJCL_CHANGE", the problem is that i'm entering various characteristics but when returning the errors it returns one by one, is it possible ti get all characteristics that has problem ?

Thx in advance, Ricardo Amorim

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

This <b>BAPIRET2</b> contains all the errors which BAPI_OBJCL_CHANGE returing, you can loop this structure and get all the errors with the program.

Regards

Sudheer

4 REPLIES 4

Former Member
0 Kudos

HI Ricardo Amorim,

Refer the below link for a example program for BAPI_OBJCL_CHANGE

http://www.sapfans.com/forums/viewtopic.php?p=446304&sid=5e7d29daf67cc3cb285477779889421d

Regards

Sudheer

Former Member
0 Kudos

But, do you know if the structure "bapiret2" contains all the errors or is just one by one ?

Former Member
0 Kudos

HI,

This <b>BAPIRET2</b> contains all the errors which BAPI_OBJCL_CHANGE returing, you can loop this structure and get all the errors with the program.

Regards

Sudheer

Former Member
0 Kudos

a