cancel
Showing results for 
Search instead for 
Did you mean: 

cl_md_bp_maintain=>maintain documentation (or example)

alvaro_blanco
Explorer
0 Kudos

Hello,

I'm looking for some guidance in the use of the BP API. I'm trying to create a BP with the cl_md_bp_maintain=>maintain method, but I constantly get the R11-123 error, asking me to inform the business partner number (I'm creating it, therefore there's no way I can have it). When using the cl_md_bp_maintain=>validate_single method I don't even get errors, I simply don't get anything back from the call.

I've been looking for the documentation of this class but so far I've had no luck. Does this documentation exist somewhere?

Thanks in advance!

Álvaro.

Former Member
0 Kudos

Hello Alvaro,

I'm trying to understand how to use this BP API, could you give some instructions?
Thank you so much!

Gnanasambanthan
Participant
0 Kudos

Hi,

We as well are getting the same R11-123 error during BP creation via cl_md_bp_maintain=>maintain method. Any workaround to overcome this error?

Thanks in advance.

Best Regards,

Gnana

Accepted Solutions (1)

Accepted Solutions (1)

Gnanasambanthan
Participant

Solved. Generated the partner GUI ID using

cl_system_uuid=>create_uuid_x16_static( )

and passed it in structure cvis_ei_extern> PARTNER> HEADER > OBJECT_INSTANCE> BPARTNERGUID.

This solved the issue.

Thanks,

Gnana

Answers (1)

Answers (1)

alvaro_blanco
Explorer
0 Kudos

Yes! That was it. Sorry, I lost track of this and didn't remember to close the thread with the answer.

Thanks Gnana!