Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

SAP Ecommerce Project Manager
  • V-Work Infotech Solutions INC
82 Days Ago
51-55 per W2 Hourly
NA
Austin-TX
5-8 Years
Required Skills: SAP, Technical Product management, Techinal Program Management, Accountability, Enterprise Software, Financial Reporting
Job Description
SAP Ecommerce Project Manager:
Title: SAP Ecommerce Project Manager
Location: Cupertino, CA or Austin, TX (onsite)
Key Qualifications
5+ years of Technical product/program management experience in Enterprise software development environment with a demonstrable experience in all aspects of Engineering Program Management
Prior experience in eCommerce order life cycle, Revenue reconciliation, Financials, Accounting & Reporting, Direct & Indirect Taxation areas is a big plus
Prior experience in SAP and how it integrates with eCommerce platforms
Experience in Project management of complex, high impact projects from ideation to launch and post launch
Experience and understanding of the full business cycle from customer purchase, procurement, and financial reporting.
Shipping large scale paid Subscription Software or Services consumer products used by millions globally is a plus
Ability to work collaboratively with multiple product and engineering teams for alignment, planning and delivery of products
Strong facilitation skills for requirements gathering, scoping, planning, and review sessions across multiple teams
Proven track record of operating autonomously, and being self driven and self motivated to deliver high quality results in an organized manner
Highly organized and able to demonstrate extraordinary attention to detail
Exceptional written, verbal communication and presentation skills for all level of an organization
Naturally accountable and responsible individual
Overall, a highly motivated, results-oriented, problem solver who enjoys a fast paced environment to deliver value to customers
Areas of work:
SLM:
Define strategy and success criteria amongst the below SLM Tracks working with different ASE, Finance and IS&T teams
Business Continuity Planning
Test Strategy and test Readiness
Data Readiness
Cutover Planning and Orchestration
Integration and External Partner Management
Engg Modernization Programs for Tax & Financials
Define objective of the Engg modernization projects
How and why it benefits the organization
Define scope, work-stream items, identify dependencies, facilitate design discussions
Identify Cutover Plan and any required data migration

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });