<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

KSS and SAP

 

KSS PriceNet and RackPrice are the only retail and wholesale fuels pricing solutions fully endorsed by SAP AG, and as such are the only solutions for which SAP will provide fully tested, validated and supported integrations.

Since 2001, KSS has worked closely with SAP AG, the world’s biggest supplier of business software solutions operating on the global stage. Our successful collaboration began as a result of common clients requesting that we deliver a more efficient and lower cost integration of our respective applications. The relationship intensified when it became clear that the KSS retail and wholesale fuels pricing solutions could fill white space in the SAP Oil & Gas portfolio, which led to the signing of a Letter of Intent in May 2005.

In parallel, KSS was invited by SAP to join its’ Industry Value Network (IVN) for Oil & Gas, as a founder member. The IVN, a select group of oil & gas clients, systems integrators, technology companies and independent software vendors, is charged with identifying and delivering the roadmap for combined SAP and partner offerings to the Oil & Gas industry sector.

In early 2007 the deepening relationship with SAP resulted in an invitation to become an SAP Endorsed Business Solution provider, the first step being the signing of a cooperation development agreement, announced in October 2007. KSS successfully qualified for SAP Endorsement in December 2007, with the delivery of the fully validated integration scenarios for KSS PriceNet and RackPrice pricing solutions. Both companies are now fully engaged in joint go-to-market and roadmap alignment activities.

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>