cancel
Showing results for 
Search instead for 
Did you mean: 

Where can we get the XML/XSD/JSON file in SAP Subscription Billing system?

vinaykumardigaveedi
Participant
0 Kudos
419

Hello Experts,

We are Integrating the SAP Subscription Billing with SAP Entitlement Management system via SAP CPI.

Scenario: Entitlement Generation With Timer (iflow)

In this the mapping done is a Groovy mapping, So , The Customer requirement doesn't meet the needs with this mapping. So , we are going with Graphical mapping.

Now, from the EMS, The custom fields that are added are present in the XSD file.

Issue: But from SB we are not able to get the Custom fields into the XSD/XML file.

Where & how can we add the Custom fields into the XSD/XML file?

Could you please help us resolve the issue.

Thanks,

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member666312
Active Participant

Hi Vinay,

For ex:- Xml with custom fields are added and use xml to xsd converter online like and convert to xsd.

<?xml version='1.0' encoding='UTF-8'?>
<Integration_Package>
	<Integration_Package>ABCD</Integration_Package>
	<Integration_Flows>4</Integration_Flows>
	<IFlows_Tested>Yes</IFlows_Tested>
	<Spoc>DLTEST</Spoc>
	<TeamDL>DLTEST</TeamDL>
<customfield1>xx</customfield1>
<customfield2>yy</customfield2>
</Integration_Package>
former_member666312
Active Participant
0 Kudos

Hi Vinay,

I am not sure if you have already checked the link which is standard content delivered from SAP for the above systems. Please check might help. If the Standard integration suits for your requirement then you can use by changing the endpoints else update it

Thanks and Regards,

Vijay.

vinaykumardigaveedi
Participant
0 Kudos

Hi Vijay,

Thanks for the help. But, we added some Custom fields into SAP Subscription Billing System, we need to get those custom fields into XML/XSD/JSON file. How can we do it in SB ?