cancel
Showing results for 
Search instead for 
Did you mean: 

What all programming languages we should know to customise CPQ?

0 Kudos

Hello All,

I am new to SAP CPQ and figuring out the right way to customise the interface and functionalities for customers.
I would like to know what all programming languages/ libraries we need to be proficient ?
Which view engine is used for CPQ, razor view engine or ASPX view engine?

Accepted Solutions (0)

Answers (1)

Answers (1)

mpr1023
Participant
0 Kudos

Backend: IronPython(where python consumes .Net namespaces/libraries) & MS SQL or HANA SQL if connected to SAP HANA Database.

Frontend: knockout.js, JavaScript, CSS, HTML, Jquery, Bootstrap etc.;

IDE for IronPython: IronPython Studio, SharpDevelop, Wing IDE, Eclipse and PyDev

IDE for JS: Sublime Text 2, Visual Studio, Cloud 9 IDE

CPQ uses Razor view engine.