cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

mCreate RSCMSTH3 report is not making call to 3rd party content server API

ashish_pancholi
Explorer
0 Likes
491

Hi Team,

Recently I am trying to execute report RSCMSTH3 using Tcode SE38, but somehow it did not executes successfully..

Upon checking I found that only API calls related to mCreate are failing (mostly /info and /get for mCreate) and when I debugged codebase and tried to check if it is actually calling any API or not then I found that, SAP does have a logic which seems to call /mCreate API but at the backend side I am not receiving any call for /mCreate API request using either POST or PUT method.

Because there was no call at the backend to create multiple documents using /mCreate, subsequent APIs are failing..

ashish_pancholi_0-1717675625447.png

 

I would like to know is there any other Tcode we can use or any other way we can go with, such that we will be able to execute RSCMSTH3 report and see if /mCreate API is working fine or not..

Any leads would be appriciated.

Thanks

 

Accepted Solutions (0)

Answers (1)

Answers (1)

ashish_pancholi
Explorer
0 Likes

I already figured out issue by myself.