on 2019 Mar 20 5:38 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.