cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hybris Marketting Coding platform

arnab_mondal2
Participant
0 Kudos

Hi Experts , I have access to the following link : https://myXXXXXX.s4hana.ondemand.com/ui#Shell-home of Hybris Marketting . My question is :

1. What is the current coding/customization platform for Hybris Marketing ?

2. Apart from the portal link above , does it have an ABAP stack where we can code and debug? Is it a default pack or needs separate procurement .

3. If yes how to get access to it ?

4. Does it support java coding ?

Usually any SAP product has coding platform . Example - In CPI we code in Eclipse and deploy it in clould server. Here in Hybris Marketting what startegy do we use .

Accepted Solutions (0)

Answers (1)

Answers (1)

Kunal_Bansal
Active Contributor

Dear Arnab,

You are referring to a Hybris Marketing Cloud 1805 Tenant and for that SAP doesn't give access to the backend or coding.

What you can do is you can create Custom Business Objects (CBOs) and Customizing is also possible through Manage My Solutions App.

For your scenario, you can try on an On-Prem version of Hybris Marketing. Check Note 2546780 for more details.

Regards,

Kunal Bansal

CRM & Hybris Marketing - Consultant

arnab_mondal2
Participant
0 Kudos

Hi Kunal , thanks for the info . That concerns me . While I understand that custom business objects can let me do a lot of work but my requirement is slightly different , and I felt only custom coding could do this .

Req- Source system will send a request to Hybris Marketing - It would request for data in a particular table ( contact numbers) - The contact numbers are stored probably based on another table ( Inner join based query is require) .

Logic is look for 20 contact numbers for a given campaign - selected on the basis of a particular priority flag in Campaign table . If 20 contact numbers are available , then return them as a response to source system + flag those contact numbers as they have been USED. If 20 records are not available in the first campaign then take what you get , and search in the next campaign and so on until the total count is 20 .

Condition is each request response should be 20.

Though I understand I can use the communication systems , communication user and communication arrangements to establish the connection , I am doubtful if this can be handled in Y MKT , unless we have coding capability .

I believe it will be more complicated if I do it in the CPI middle ware . Can you please advice .