Hi Experts,
I am trying to call a BAPI using SAP connector execute BAPI sRFC.
But the BAPI name contains slash "/" (ex: /NAMESPACE/BAPINAME)
The slash is causing errors when the api has been executed.
Here is the error message:
**An exception occured while parsing XML.
The markup in the document preceding the root element must be well-formed.**
Please provide solution.
Thanks,
Veera
4 answers
The issue is caused by the “/” in the BAPI namespace. Try upgrading the SAP connector or use a wrapper RFC without “/” in the name. The error occurs due to invalid XML generation.