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 Cutover Lead
  • RWALTZ
62 Days Ago
70-80 per Hourly
NA
Mundelein-IL
8-17 Years
Required Skills: SAP, S/4 HANA, Project Management, Cutover Planning
Job Description

Job Details

  • Client Name: Medline/Yash Technology
  • Location: Mundelein, IL
  • Work Arrangement: In-office at least 3 days per week

Required Skills

  • Primary Skills: SAP, S/4 HANA
  • Secondary Skills: Project Management, Cutover Planning

Responsibilities

  • Work with SAP Solution delivery and other 3rd party Systems teams to prepare a list of Cutover tasks
  • Develop and maintain the cutover plan and strategy
  • Conduct cutover simulations and refine plans based on outcomes
  • Coordinate with Solution delivery teams to optimize the time needed for Cutover activities
  • Coordinate and oversee all cutover activities, including data migration and system configuration
  • Work with data conversion teams, ensuring data migration activities have been optimized and can be completed as per the Cutover Plan
  • Work with Business teams to develop interim process so that business can operate with minimal disruptions during the Cutover period
  • Identify and mitigate potential risks associated with cutover activities, including data migration, Change Management, Security & Controls, system outages, and system administration issues
  • Ensure teams practice Cutover during SIT, UAT and Rehearsal phases
  • Lead the migration from AS/400 to SAP S/4HANA
  • Work with Corporate communications team and act as the main point of contact for all cutover-related communications, keeping stakeholders informed of timelines, activities, and any issues or changes
  • Provide status updates to Stakeholders and ensure Cutover activities align with the Program Schedule
  • Develop and maintain contingency plans for critical cutover activities, preparing for potential delays, rollbacks, or system issues
  • Oversee post-cutover stabilization activities, ensuring any issues are addressed quickly and that end-users have the support they need
  • Provide post-cutover support to address any issues and ensure a smooth transition

Requirements

  • Strong experience with SAP S/4HANA implementations
  • Proven track record in project management and cutover activities
  • Excellent communication and coordination skills
  • Ability to work under pressure and manage complex tasks effectively
  • Familiarity with SAP tools and methodologies
  • Strong problem-solving abilities and attention to detail

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'); } });