SAP ABAP Training – in Plain English
SAP ABAP Training – in Plain English, available at $109.99, has an average rating of 4.49, with 107 lectures, 2 quizzes, based on 3898 reviews, and has 23254 subscribers.
You will learn about Write ABAP Programs Interpret existing ABAP programs Be conversant with most major programming constructs and paradigms, specifically Enterprise Application programming This course is ideal for individuals who are Anyone who wants to learn SAP ABAP language or If you have some kind of programming background, this course will be much easier ( but a bit boring because everything is taught from scratch ) It is particularly useful for Anyone who wants to learn SAP ABAP language or If you have some kind of programming background, this course will be much easier ( but a bit boring because everything is taught from scratch ).
Enroll now: SAP ABAP Training – in Plain English
Summary
Title: SAP ABAP Training – in Plain English
Price: $109.99
Average Rating: 4.49
Number of Lectures: 107
Number of Quizzes: 2
Number of Published Lectures: 100
Number of Published Quizzes: 2
Number of Curriculum Items: 109
Number of Published Curriculum Objects: 102
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Write ABAP Programs
- Interpret existing ABAP programs
- Be conversant with most major programming constructs and paradigms, specifically Enterprise Application programming
Who Should Attend
- Anyone who wants to learn SAP ABAP language
- If you have some kind of programming background, this course will be much easier ( but a bit boring because everything is taught from scratch )
Target Audiences
- Anyone who wants to learn SAP ABAP language
- If you have some kind of programming background, this course will be much easier ( but a bit boring because everything is taught from scratch )
** Disclaimer ** –
- I do NOT do Live Training. SAP is a registered trademark of SAP AG in Germany and many other countries. I am NOT associated with SAP.
- SAP software and SAP GUI are proprietary SAP software. Neither Udemy nor me are authorized to provide SAP Access. You can officially get SAP Access to practice on SAP system from SAP’s website. I am not allowed by Udemy to place a link here. Please google “SAP Access” and you can find the URL for the same
** End of Disclaimer **
What is this course all about ?
Welcome to SAP ABAP programming for absolute beginners. ABAP is the programming language of SAP – the most popular ERP. In the world of SAP consulting, there are 3 types of consultants.
- Functional Consultants ( SD, MM, FI etc )
- Technical Consultants ( ABAP, WebDynpro, Workflow, Fiori etc )
- Basis & security consultants ( Basis Admin, GRC etc )
This course lays the foundation for anybody ( irrespective of programming background ) to be a technical consultant.
I don’t know Programming / Coding Scares me
Programming is all about “logical” thinking. If you are a logical thinker ( which is a silly question, isn’t it ? ) you can be a programmer. You need to be patient though. You don’t need degrees or anything special background to learn this course. If there is one requirement, that is Patience. If you are impatient, I do not suggest you take this course – or for that matter any programming course.
Not just me. I know many who are not comfortable with programming
The worry is real. I understand. Programming is like learning a new language. How long does it take for you to learn Spanish or French ? Many months if not years. And the more you speak, the more you learn. Same thing applies for programming. The more you program, the more you feel at home with ABAP.
How does this course make programming easy ?
Staying true to the title of the course – ‘in Plain English’ is the USP of this course. I left the first 3 hours of the course open for preview. Please go through it before you buy this course. Beginners to programming require a flat learning curve to make them feel comfortable – that is precisely what this course intends to achieve.
What this course is not ?
This is neither the most comprehensive, nor the most elaborate course in ABAP. Although folks with programming knowledge can greatly benefit from this course, this course is NOT designed for them. This course is tailor made for folks with no programming experience.
Also, not everybody needs to know ABAP. For example, functional consultants or system administrators need not learn ABAP. Unless you plan to become techno-functional, you need not take this course if you are a functional consultant.
How to make the best of this course ?
For those with no programming experience, I suggest you do the following.
- Try to complete every exercise on your own.
- Don’t just listen – Practice. Get access to an IDES system.
- Post your questions in the forum.
- Review what you learnt with the attached notes.
For those having some programming experience, this course can be pretty slow. Here are some tips to make this go a bit faster.
- You can skip the exercises.
- Based on the title, feel free to skip certain parts.
- Use the attached notes for quick reference.
Course Curriculum
Chapter 1: Day 0 – Getting Started
Lecture 1: Business Context
Lecture 2: How is this course Organized
Lecture 3: Is this course for you ?
Lecture 4: SAP GUI Installation
Chapter 2: Day 1 – Your first ABAP Program
Lecture 1: Program 1 – Hello World
Lecture 2: Program 2 – Stock list ( Part 1 )
Lecture 3: Program 2 – Stock List ( Part 2 )
Lecture 4: Program 3 – List of Countries
Lecture 5: Program 4 – List of Materials ( Part 1 )
Lecture 6: Program 4 – List of Materials ( Part 2 )
Lecture 7: Program 4 – List of Materials ( Part 3 )
Lecture 8: Exercise
Lecture 9: Solution + notes
Chapter 3: Day 2 – Programs on Sales and Procurement Business Processes
Lecture 1: Introduction – Business Processes
Lecture 2: Sales Orders Table Creation – 1
Lecture 3: Sales Orders Table Creation – 2
Lecture 4: Program 5 – Sales Order List
Lecture 5: Purchase Order Cycle
Lecture 6: Create Purchase Order Tables
Lecture 7: Program 6 – Purchase Order List
Lecture 8: Primary Key Adjustment
Lecture 9: Debugging – Baby Steps
Lecture 10: Program 7 – List of Electronic Materials – Part 1
Lecture 11: Program 7 – List of Electronic Materials – Part 2
Lecture 12: Program 8 – Materials in Japanese Language – Part 1
Lecture 13: Program 8 – Materials in Japanese Language – Part 2
Lecture 14: Program 9 – Stock by Plant and Storage Location
Lecture 15: Program 10 – Japanese Material Stock Listing
Chapter 4: Day 3 – Database design
Lecture 1: Importance of Database design
Lecture 2: Normalization
Lecture 3: Tables – Hands on
Lecture 4: Foreign Keys
Lecture 5: Program 11 and 12 – Customer Listing – v1
Lecture 6: Exercise
Lecture 7: Solution
Chapter 5: Day 4 – Classical Reports
Lecture 1: Summary so far ( Days 1 to 3 )
Lecture 2: Sales Order Data
Lecture 3: Program 13 – Part 1
Lecture 4: Program 13 – Part 2
Lecture 5: Program 13 – Part 3 ( SELECT-OPTIONS )
Lecture 6: Program 13 – Summary
Lecture 7: Program 14 – Sales Documents of type Quotations
Lecture 8: Program 15 – All Sales Documents
Lecture 9: SELECT-OPTIONS – What else can the user do with it
Lecture 10: SELECT-OPTIONS – OBLIGATORY and DEFAULT values
Lecture 11: Program 15 – Summary
Lecture 12: Program 16 – List of Materials by User – v1 ( Part 1 ) – Events Overview
Lecture 13: Program 16 – List of Materials by User – v1 ( Part 2 ) – INITIALIZATION event
Lecture 14: A different take on Events
Lecture 15: Program 16-A – List of Materials by User – v2 ( Part 1 )
Lecture 16: Program 16-A – List of Materials by User – v2 ( Part 2 )
Lecture 17: Program 16-B – List of Materials by User – v3 ( Part 1)
Lecture 18: Program 16-B – List of Materials by User – v3 ( Part 2)
Chapter 6: Day 5 – Internal Table Operations – 1
Lecture 1: Program 17 – Sales of All Materials
Lecture 2: Program 18 – Sales value by Order and Material
Lecture 3: Program 19 – Materials Ordered so far
Lecture 4: Theory – INSERT and APPEND syntax
Lecture 5: Program 20-A – Orders Table – V1
Lecture 6: Program 20-B – Orders Table – v2
Lecture 7: Program 20-C – Orders Table – v3 – Part 1
Lecture 8: Program 20-C – Orders Table -v3 – Part 2
Chapter 7: Day 6 – Internal Table Operations – 2
Lecture 1: Program 21 – Invoiced Value ( Paid & unpaid ) – v1
Lecture 2: Program 21-a – Invoiced Value ( Paid & unpaid ) – v2
Lecture 3: Program 21-b – Invoiced Value ( Paid vs unpaid ) – v3
Lecture 4: THEORY – MODIFY Statement
Lecture 5: Program 22 – Language specific Material Description
Lecture 6: THEORY – Types of Internal Tables
Lecture 7: Program 24 – Hashed Internal Tables – Part 2
Chapter 8: Day 7 – Interactive Reports
Lecture 1: What is Interactive Report
Lecture 2: Program 24 – Interactive Report – 1 Level – v1
Lecture 3: Program 24 – Interactive Report – 2 Levels – v2
Lecture 4: Program 24 – Interactive Report – TOP-OF-PAGE – v3
Lecture 5: Program 24 – Interactive Report – GET CURSOR – v4
Chapter 9: Day 8 – Modularization & PF Status
Lecture 1: Overview of Modularization
Lecture 2: Program 25 – Subroutines
Lecture 3: Program 25 ..contd.. – Using and Changing
Lecture 4: Program 25 – Subroutines – Summary
Lecture 5: Program 26 – INCLUDE
Lecture 6: What is FM – Function Module
Lecture 7: Program 27 – Function Module
Lecture 8: Program 28 – What is PF-STATUS
Lecture 9: Program 28 – PF-Status Conclusion
Chapter 10: Day 9 – ALV Grid Reports
Lecture 1: Program 29 – v0 – WRITE vs ALV Reports
Lecture 2: Program 29 – v1 – What is Field Catalog
Lecture 3: Program 29 – v2 – Expanded Field Catalog
Lecture 4: Program 29 – v3 – Key Fields, Column Position, Hide
Lecture 5: Program 29 – v4 – Sorting and Sub-totals
Lecture 6: Program 29 – v5 – Events
Instructors
-
Siva Prasad
SAP Trainer and Consultant
Rating Distribution
- 1 stars: 27 votes
- 2 stars: 47 votes
- 3 stars: 361 votes
- 4 stars: 1405 votes
- 5 stars: 2058 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024