cancel
Showing results for 
Search instead for 
Did you mean: 

OCI Punchout success callback

0 Kudos

I'm implementing a catalog solution which uses OCI punchout to send selected articles.

For that I'm using an HTML form which is submitted to HOOK_URL with a POST request.

Is there any way to know if the data was processed / imported correct on the server?

I might need a callback to know if it was a success / failed punchout to do some other things on our side.

Accepted Solutions (0)

Answers (1)

Answers (1)

anita_lipovics
Employee
Employee
0 Kudos

Hi,

if you need to know what data reached the SRM Server you might debug the scenario.

In /SAPSRM/CL_FPM_OCI_RESUMECMD -> EXECUTE the server->request->get_form_fields( CHANGING fields = lt_fields ) fills the lt_fields table where you can see the sent data.

Best regards,

Anita