SlideShare a Scribd company logo
1 of 27
Click to edit Master title style
SAP Utility Tools for Analysis and
Transport Management
with Arghadip Kar
SAP Workflow Expert
Click to edit Master title styleMeet your Instructor
Arghadip Kar
Currently an SAP ABAP Architect in the energy
industry – I work developing new reusable tools to
help business with SAP features used in everyday
work activities. Developing programs where
production monitoring is minimal and optimizing
ABAP coding to add flexibility across SAP modules.
Previously worked at IBM Global Services as an SAP
ABAP Workflow/Open Text Consultant.
Click to edit Master title styleLinks to Tutorial
• https://www.michaelmanagement.com/sap-training-course/sap-utility-
tools-for-transports
•
Click to edit Master title styleAgenda
• Determine all the Transports related to a particular Object.
• Understand preventive measures to avoid releasing Transports with
erroneous code.
• Understand preventive measures to avoid missing a Transport
Migration to Production Environment.
• Determine which tables will be used to extract data in SAP.
• Download Program code to local file from a respective Package.
Click to edit Master title styleIntroduction
What are SAP Transports?
• An SAP transport is a package which is used to transfer data from
one SAP installation to another. This data can range from a simple
printer driver to a whole SAP client.
• SAP Transports cause an "update", with the only difference being
that SAP transports are made by the SAP users themselves.
Click to edit Master title styleIntroduction
What are different type of Transports?
Workbench Request: requests record changes made to an ABAP
Workbench object. There are local and transportable Workbench
requests. (Local Workbench requests have the target system <space>.)
Customizing Requests: changes to Customizing settings are recorded in
Customizing requests.
Click to edit Master title styleSAP Transaction Codes used for this Utility
Transaction Code Description
SE01 Transport Organizer (Extended)
SE03 Transport Organizer Tools
SE09 Transport Organizer
SE10 Transport Organizer
SE16 Data Browser
SE38 ABAP Editor
SE18 BADI Builder
SE80 Object Navigator
Click to edit Master title styleDetermine all Transports related to an Object
Go to SE16 –Data Browser transaction Code and enter Table
E071.
Click to edit Master title styleDetermine all Transports related to an Object
Enter table name E071 - standard SAP Table used to store
Change & Transport System: Object Entries of Requests/Tasks
information. (available within R/3 SAP systems depending on the version and release
level.)
Field Data Element Data Type
Length
(Decimals)
Check table Description Conversion Routine
TRKORR TRKORR CHAR 20 E070 Request/Task
AS4POS DDPOSITION NUMC 6 Dictionary: Line item
PGMID PGMID CHAR 4 Program ID in Requests and Tasks
OBJECT TROBJTYPE CHAR 4 Object Type
OBJ_NAME TROBJ_NAME CHAR 120 Object Name in Object List
OBJFUNC OBJFUNC CHAR 1 Object function
LOCKFLAG LOCKFLAG CHAR 1
Lock status or import status of an
object entry
GENNUM TRGENNUM CHAR 3
Language information for object
entry in Transport Organizer
LANG SPRAS LANG 1 * Language Key ISOLA
ACTIVITY TRACTIVITY CHAR 20 *
Activity that wrote the entry to
the object list
Click to edit Master title styleDetermine all Transports related to an Object
• Provide the Object name (OBJ_NAME) to search for.In this
case it is ZAP_VIM_NONPO Program name
• Press Enter.
Click to edit Master title styleDetermine all Transports related to an Object
Below is the List of Transports associated with the Program.
Click to edit Master title styleResults
• Video
Click to edit Master title styleAvoid Releasing Transports with erroneous code
• To restrict Creation of Transport with codes which does not
have proper checks and parameter set.
• Go to SE18 Tcode.
SE18 (Business Add-Ins: Definitions) is a standard SAP transaction code available
within R/3 SAP systems depending on your version and release level.
• Select BADI Name Option
• Enter CTS_REQUEST_CHECK in Badi name
Select Enhancement Implementation
from the top menu and then click
Create.
Click to edit Master title styleAvoid Releasing Transports with erroneous code
Implement Method by double clicking on the below
method
Click to edit Master title styleAvoid Releasing Transports with erroneous code
Implement the below code
Click to edit Master title styleAvoid Releasing Transports with erroneous code
Video
Click to edit Master title styleAvoid missing Transport Migration to Production
Environment
• How many times the Development Team has
moved a Transport and it has caused a lot of
issues making the business to stop processing?
Answer: Numerous times. Uncountable it is a
nightmare
• What if I said that this issue will never ever
happen again?
Answer: You must be kidding me.
I wish I still was a kid but I am serious.
Those days of endless issues and receiving
ABAP Dumps are over
Click to edit Master title styleAvoid missing Transport Migration to Production
Environment
• We will create the code using standard ABAP programming.
• Open transaction SE38 to create the ABAP program.
Click to edit Master title styleAvoid missing Transport Migration to Production
Environment
Video
Click to edit Master title styleHow to determine tables for data extract
• How many times you have to search in internet and ask
other users to know which is the table that stores two
particular fields in SAP like Purchase Order number and
Material Number?
• At least Ten times for each scenario. We waste so much
time.
• Now all those time is yours by just creating a simple
program an you will know what is the million dollar table
you can get the data
Click to edit Master title styleHow to determine tables for data extract
• We will create the code using standard ABAP programming.
• Open transaction SE38 to create the ABAP program.
Click to edit Master title style
Video
How to determine tables for data extract
Click to edit Master title styleDownload Program to local file from a respective Package
• How many times as a Technical person or as a SAP end
user you knew that we have done this in this project and
you forgot it as we are human and we forget ?
Answer : Numerous times and it is frustrating doing the
same thing over and over and over again.
• All those days are over as the next program will
download those programs at mass to your local drive 
Click to edit Master title styleDownload Program to local file from a respective Package
• We will create the code using standard ABAP programming.
• Open transaction SE38 to create the ABAP program.
Click to edit Master title style
Video
Download Program to local file from a respective Package
Click to edit Master title styleSummary
We have reviewed a number of tools that you can use to take Proactive
action and useful tools to save your transports and avoid critical problems
in your SAP Environment. This should be used everyday in every companies
running SAP and for sure you will owe a big thank you to yourself to watch
this Tutorial.
• Determine all the Transports related to a particular Object.
• Preventive measures to avoid releasing a Transport with erroneous code.
• Preventive Measures to avoid missing a Transport Migration to the
Production Environment.
• Determine which tables will be used to extract data in SAP.
• Download a Program to a local file from a respective Package.
Click to edit Master title styleDisclaimer
MICHAEL MANAGEMENT CORPORATION (MMC) AND THE MMC LOGO ARE REGISTERED
OR UNREGISTERED TRADE AND/OR SERVICE MARKS OF MMC AND ARE PROTECTED BY
US AND INTERNATIONAL COPYRIGHT LAWS. ALL OTHER NAMES, BRANDS, LOGOS, ETC.
ARE REGISTERED TRADE OR SERVICE MARKS OF THEIR RESPECTIVE OWNERS. MMC IS
NOT AFFILIATED WITH SAP SE. SAP®, THE SAP® LOGO, PRODUCT NAMES, SAP®
SCREEN SHOTS © SAP SE.

More Related Content

What's hot

OpenERP Functional Training Day2
OpenERP Functional Training Day2OpenERP Functional Training Day2
OpenERP Functional Training Day2Satyamitra maan
 
Introduction to sap erp
Introduction to sap erpIntroduction to sap erp
Introduction to sap erpbabloo6
 
SAP ChaRM and Retrofit
SAP ChaRM and Retrofit SAP ChaRM and Retrofit
SAP ChaRM and Retrofit Mark Hansraj
 
Brandy's Presentation ON TPM PARTS MARCH 2ND 2016
Brandy's Presentation ON TPM  PARTS MARCH 2ND 2016Brandy's Presentation ON TPM  PARTS MARCH 2ND 2016
Brandy's Presentation ON TPM PARTS MARCH 2ND 2016Brandy Fox
 
Sap Solution Manager - Charm Urgent Correction
Sap Solution Manager - Charm Urgent CorrectionSap Solution Manager - Charm Urgent Correction
Sap Solution Manager - Charm Urgent Correctionwlacaze
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradeTony de Thomasis
 
SAP LSMW - Direct input approach v2.5 by Pavan Golesar
SAP LSMW - Direct input approach v2.5 by Pavan GolesarSAP LSMW - Direct input approach v2.5 by Pavan Golesar
SAP LSMW - Direct input approach v2.5 by Pavan GolesarPavan Golesar
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request managementdryday sunny
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsHicham Khallouki
 
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement Packs
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement PacksMastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement Packs
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement PacksJan Coetzee
 
DigiServe, a Service Management Application - Training Document
DigiServe, a Service Management Application - Training DocumentDigiServe, a Service Management Application - Training Document
DigiServe, a Service Management Application - Training DocumentDigivertical Technologies Pvt. Ltd
 
Sap abap ppt
Sap abap pptSap abap ppt
Sap abap pptvonline
 
SAP ABAP - Needed Notes
SAP   ABAP - Needed NotesSAP   ABAP - Needed Notes
SAP ABAP - Needed NotesAkash Bhavsar
 
Sage Inventory Advisor for Sage 100
Sage Inventory Advisor for Sage 100Sage Inventory Advisor for Sage 100
Sage Inventory Advisor for Sage 100Net at Work
 
Introduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsIntroduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsMahmoud Tolba
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Briefvpallapothu
 
Sap upgrade
Sap upgradeSap upgrade
Sap upgradeRam K
 

What's hot (20)

OpenERP Functional Training Day2
OpenERP Functional Training Day2OpenERP Functional Training Day2
OpenERP Functional Training Day2
 
SAP Landscape
SAP Landscape SAP Landscape
SAP Landscape
 
SAP workflow events
SAP workflow eventsSAP workflow events
SAP workflow events
 
Introduction to sap erp
Introduction to sap erpIntroduction to sap erp
Introduction to sap erp
 
SAP ChaRM and Retrofit
SAP ChaRM and Retrofit SAP ChaRM and Retrofit
SAP ChaRM and Retrofit
 
Brandy's Presentation ON TPM PARTS MARCH 2ND 2016
Brandy's Presentation ON TPM  PARTS MARCH 2ND 2016Brandy's Presentation ON TPM  PARTS MARCH 2ND 2016
Brandy's Presentation ON TPM PARTS MARCH 2ND 2016
 
Sap Solution Manager - Charm Urgent Correction
Sap Solution Manager - Charm Urgent CorrectionSap Solution Manager - Charm Urgent Correction
Sap Solution Manager - Charm Urgent Correction
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP Upgrade
 
SAP LSMW - Direct input approach v2.5 by Pavan Golesar
SAP LSMW - Direct input approach v2.5 by Pavan GolesarSAP LSMW - Direct input approach v2.5 by Pavan Golesar
SAP LSMW - Direct input approach v2.5 by Pavan Golesar
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request management
 
Clients in sap
Clients in sapClients in sap
Clients in sap
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflows
 
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement Packs
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement PacksMastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement Packs
Mastering SAP Technologies 2013 - Jan Coetzee - PCS - Enhancement Packs
 
DigiServe, a Service Management Application - Training Document
DigiServe, a Service Management Application - Training DocumentDigiServe, a Service Management Application - Training Document
DigiServe, a Service Management Application - Training Document
 
Sap abap ppt
Sap abap pptSap abap ppt
Sap abap ppt
 
SAP ABAP - Needed Notes
SAP   ABAP - Needed NotesSAP   ABAP - Needed Notes
SAP ABAP - Needed Notes
 
Sage Inventory Advisor for Sage 100
Sage Inventory Advisor for Sage 100Sage Inventory Advisor for Sage 100
Sage Inventory Advisor for Sage 100
 
Introduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsIntroduction to SAP, Systems, Applications
Introduction to SAP, Systems, Applications
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Brief
 
Sap upgrade
Sap upgradeSap upgrade
Sap upgrade
 

Similar to Sap Tips and Tricks Training for End user

Ab1011 module pool programming
Ab1011   module pool programmingAb1011   module pool programming
Ab1011 module pool programmingSatheesh Kanna
 
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsx
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsxABAP Test Cockpit in action with Doctor ZedGe and abap2xlsx
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsxIvan Femia
 
Sap abap part1
Sap abap part1Sap abap part1
Sap abap part1sailesh107
 
SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01Argos
 
Abap sample code
Abap sample codeAbap sample code
Abap sample coderoymat2
 
Abap sample programs 24 slides
Abap sample programs 24 slidesAbap sample programs 24 slides
Abap sample programs 24 slidesRoy Mathew
 
SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture Ankit Sharma
 
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...Spark Summit
 
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?SbgMartin
 
Realtech assessment services combined slides final
Realtech assessment services combined slides finalRealtech assessment services combined slides final
Realtech assessment services combined slides finalCarly Shank
 
Sap web dynpro – practices for better functionality
Sap web dynpro – practices for better functionalitySap web dynpro – practices for better functionality
Sap web dynpro – practices for better functionalityanjalirao366
 
Abap for functional consultants
Abap for functional consultantsAbap for functional consultants
Abap for functional consultantsMohammad Mousavi
 
Mho Web Dynpro Abap
Mho Web Dynpro AbapMho Web Dynpro Abap
Mho Web Dynpro Abapthomas_jung
 

Similar to Sap Tips and Tricks Training for End user (20)

Ab1011 module pool programming
Ab1011   module pool programmingAb1011   module pool programming
Ab1011 module pool programming
 
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsx
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsxABAP Test Cockpit in action with Doctor ZedGe and abap2xlsx
ABAP Test Cockpit in action with Doctor ZedGe and abap2xlsx
 
Abap for sd consultatnt
Abap for sd consultatntAbap for sd consultatnt
Abap for sd consultatnt
 
Sap abap part1
Sap abap part1Sap abap part1
Sap abap part1
 
SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01
 
Abap training material
Abap training material Abap training material
Abap training material
 
Abap sample code
Abap sample codeAbap sample code
Abap sample code
 
Sap abap pdf
Sap abap pdfSap abap pdf
Sap abap pdf
 
Abap sample programs 24 slides
Abap sample programs 24 slidesAbap sample programs 24 slides
Abap sample programs 24 slides
 
Abap sample
Abap sampleAbap sample
Abap sample
 
Abap start
Abap startAbap start
Abap start
 
SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture
 
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...
Building a Data Warehouse for Business Analytics using Spark SQL-(Blagoy Kalo...
 
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
 
Sap overview
Sap overviewSap overview
Sap overview
 
sappm-171220062959.pdf
sappm-171220062959.pdfsappm-171220062959.pdf
sappm-171220062959.pdf
 
Realtech assessment services combined slides final
Realtech assessment services combined slides finalRealtech assessment services combined slides final
Realtech assessment services combined slides final
 
Sap web dynpro – practices for better functionality
Sap web dynpro – practices for better functionalitySap web dynpro – practices for better functionality
Sap web dynpro – practices for better functionality
 
Abap for functional consultants
Abap for functional consultantsAbap for functional consultants
Abap for functional consultants
 
Mho Web Dynpro Abap
Mho Web Dynpro AbapMho Web Dynpro Abap
Mho Web Dynpro Abap
 

Recently uploaded

Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...gurkirankumar98700
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchSoham Mondal
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testspriyanshukumar97908
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...shivangimorya083
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceSanjay Bokadia
 
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士obuhobo
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...Suhani Kapoor
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳anilsa9823
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfDivyeshPatel234692
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateSoham Mondal
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...Suhani Kapoor
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girlsshivangimorya083
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 

Recently uploaded (20)

Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India Research
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and tests
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector Experience
 
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University Certificate
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 

Sap Tips and Tricks Training for End user

  • 1. Click to edit Master title style SAP Utility Tools for Analysis and Transport Management with Arghadip Kar SAP Workflow Expert
  • 2. Click to edit Master title styleMeet your Instructor Arghadip Kar Currently an SAP ABAP Architect in the energy industry – I work developing new reusable tools to help business with SAP features used in everyday work activities. Developing programs where production monitoring is minimal and optimizing ABAP coding to add flexibility across SAP modules. Previously worked at IBM Global Services as an SAP ABAP Workflow/Open Text Consultant.
  • 3. Click to edit Master title styleLinks to Tutorial • https://www.michaelmanagement.com/sap-training-course/sap-utility- tools-for-transports •
  • 4. Click to edit Master title styleAgenda • Determine all the Transports related to a particular Object. • Understand preventive measures to avoid releasing Transports with erroneous code. • Understand preventive measures to avoid missing a Transport Migration to Production Environment. • Determine which tables will be used to extract data in SAP. • Download Program code to local file from a respective Package.
  • 5. Click to edit Master title styleIntroduction What are SAP Transports? • An SAP transport is a package which is used to transfer data from one SAP installation to another. This data can range from a simple printer driver to a whole SAP client. • SAP Transports cause an "update", with the only difference being that SAP transports are made by the SAP users themselves.
  • 6. Click to edit Master title styleIntroduction What are different type of Transports? Workbench Request: requests record changes made to an ABAP Workbench object. There are local and transportable Workbench requests. (Local Workbench requests have the target system <space>.) Customizing Requests: changes to Customizing settings are recorded in Customizing requests.
  • 7. Click to edit Master title styleSAP Transaction Codes used for this Utility Transaction Code Description SE01 Transport Organizer (Extended) SE03 Transport Organizer Tools SE09 Transport Organizer SE10 Transport Organizer SE16 Data Browser SE38 ABAP Editor SE18 BADI Builder SE80 Object Navigator
  • 8. Click to edit Master title styleDetermine all Transports related to an Object Go to SE16 –Data Browser transaction Code and enter Table E071.
  • 9. Click to edit Master title styleDetermine all Transports related to an Object Enter table name E071 - standard SAP Table used to store Change & Transport System: Object Entries of Requests/Tasks information. (available within R/3 SAP systems depending on the version and release level.) Field Data Element Data Type Length (Decimals) Check table Description Conversion Routine TRKORR TRKORR CHAR 20 E070 Request/Task AS4POS DDPOSITION NUMC 6 Dictionary: Line item PGMID PGMID CHAR 4 Program ID in Requests and Tasks OBJECT TROBJTYPE CHAR 4 Object Type OBJ_NAME TROBJ_NAME CHAR 120 Object Name in Object List OBJFUNC OBJFUNC CHAR 1 Object function LOCKFLAG LOCKFLAG CHAR 1 Lock status or import status of an object entry GENNUM TRGENNUM CHAR 3 Language information for object entry in Transport Organizer LANG SPRAS LANG 1 * Language Key ISOLA ACTIVITY TRACTIVITY CHAR 20 * Activity that wrote the entry to the object list
  • 10. Click to edit Master title styleDetermine all Transports related to an Object • Provide the Object name (OBJ_NAME) to search for.In this case it is ZAP_VIM_NONPO Program name • Press Enter.
  • 11. Click to edit Master title styleDetermine all Transports related to an Object Below is the List of Transports associated with the Program.
  • 12. Click to edit Master title styleResults • Video
  • 13. Click to edit Master title styleAvoid Releasing Transports with erroneous code • To restrict Creation of Transport with codes which does not have proper checks and parameter set. • Go to SE18 Tcode. SE18 (Business Add-Ins: Definitions) is a standard SAP transaction code available within R/3 SAP systems depending on your version and release level. • Select BADI Name Option • Enter CTS_REQUEST_CHECK in Badi name Select Enhancement Implementation from the top menu and then click Create.
  • 14. Click to edit Master title styleAvoid Releasing Transports with erroneous code Implement Method by double clicking on the below method
  • 15. Click to edit Master title styleAvoid Releasing Transports with erroneous code Implement the below code
  • 16. Click to edit Master title styleAvoid Releasing Transports with erroneous code Video
  • 17. Click to edit Master title styleAvoid missing Transport Migration to Production Environment • How many times the Development Team has moved a Transport and it has caused a lot of issues making the business to stop processing? Answer: Numerous times. Uncountable it is a nightmare • What if I said that this issue will never ever happen again? Answer: You must be kidding me. I wish I still was a kid but I am serious. Those days of endless issues and receiving ABAP Dumps are over
  • 18. Click to edit Master title styleAvoid missing Transport Migration to Production Environment • We will create the code using standard ABAP programming. • Open transaction SE38 to create the ABAP program.
  • 19. Click to edit Master title styleAvoid missing Transport Migration to Production Environment Video
  • 20. Click to edit Master title styleHow to determine tables for data extract • How many times you have to search in internet and ask other users to know which is the table that stores two particular fields in SAP like Purchase Order number and Material Number? • At least Ten times for each scenario. We waste so much time. • Now all those time is yours by just creating a simple program an you will know what is the million dollar table you can get the data
  • 21. Click to edit Master title styleHow to determine tables for data extract • We will create the code using standard ABAP programming. • Open transaction SE38 to create the ABAP program.
  • 22. Click to edit Master title style Video How to determine tables for data extract
  • 23. Click to edit Master title styleDownload Program to local file from a respective Package • How many times as a Technical person or as a SAP end user you knew that we have done this in this project and you forgot it as we are human and we forget ? Answer : Numerous times and it is frustrating doing the same thing over and over and over again. • All those days are over as the next program will download those programs at mass to your local drive 
  • 24. Click to edit Master title styleDownload Program to local file from a respective Package • We will create the code using standard ABAP programming. • Open transaction SE38 to create the ABAP program.
  • 25. Click to edit Master title style Video Download Program to local file from a respective Package
  • 26. Click to edit Master title styleSummary We have reviewed a number of tools that you can use to take Proactive action and useful tools to save your transports and avoid critical problems in your SAP Environment. This should be used everyday in every companies running SAP and for sure you will owe a big thank you to yourself to watch this Tutorial. • Determine all the Transports related to a particular Object. • Preventive measures to avoid releasing a Transport with erroneous code. • Preventive Measures to avoid missing a Transport Migration to the Production Environment. • Determine which tables will be used to extract data in SAP. • Download a Program to a local file from a respective Package.
  • 27. Click to edit Master title styleDisclaimer MICHAEL MANAGEMENT CORPORATION (MMC) AND THE MMC LOGO ARE REGISTERED OR UNREGISTERED TRADE AND/OR SERVICE MARKS OF MMC AND ARE PROTECTED BY US AND INTERNATIONAL COPYRIGHT LAWS. ALL OTHER NAMES, BRANDS, LOGOS, ETC. ARE REGISTERED TRADE OR SERVICE MARKS OF THEIR RESPECTIVE OWNERS. MMC IS NOT AFFILIATED WITH SAP SE. SAP®, THE SAP® LOGO, PRODUCT NAMES, SAP® SCREEN SHOTS © SAP SE.

Editor's Notes

  1. High level agenda
  2. High level agenda