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 ABAP Developer
  • DevCare Solutions Private Limited
90 Days Ago
NA
NA
Lawrenceville-GA
12-30 Years
Required Skills: SAP ABAP, Web Dynpro
Job Description
Job Description:
The SAP ABAP Developer will leverage their technical expertise to support and enhance SAP products, including ECC, Business Warehouse, and New Dimension products (e.g., CRM, SRM, HR, SAP Enterprise Portal, SEM). 
 
Key Responsibilities:
  • Plan, analyze, develop, modify, and implement complex SAP systems.
  • Define requirements and propose creative, logical, and effective technical solutions.
  • Assist in identifying and resolving system problems and inefficiencies.
  • Provide technical direction on information modeling, data access, system interfaces, and reporting tools.
  • Maintain and administer databases and associated tables.
  • Evaluate hardware and software for potential improvements and modifications.
  • Plan and develop third-party systems deployment and provide user training.
  • Develop and document data standards, ensuring compliance with standards and procedures.
  • Prepare technical scripts, extract files via programs, and perform testing and debugging of data programs.
  • Review and validate test results to ensure system integrity and performance.
 
Minimum Qualifications:
  • Knowledge and experience with SAP modules and systems, including but not limited to SRM 7.0, CRM 7.0, BW 7.0, SEM 3.1, ECC 6.0 (HR, FI, CO, MM, FM, Treasury, FM, IS Utilities), Print Workbench, ESS, MSS, and Workflow.
  • Familiarity with SAP Enterprise Portal 7.0.
  • Strong knowledge of ABAP development tools and concepts, including user exits, dialog programming, interface programming, BADIs, BAPIs, BDC, EDI, RFC, IDOCs, SAP Scripts, ALE, Smart forms, Workflow, Web-UI, and Web Dynpro.
  • Advanced database management principles and programming expertise.
  • Proficiency in system and application development processes and tools.
  • Experience in evaluating hardware and software applications and resolving complex technical issues.
  • Multiple SAP project experience, including research, analysis, vendor management, and requirements determination.

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