Tag Archives: abap

  • Review Part 2 – Data Dictionary and the ABAP Editor

    http://www.saptraininghq.com/wp-content/uploads/2012/11/SAP_ABAP_Udemy.jpg

    This is a guest article is by Plamen Velkov, who is taking my Beginners Guide To SAP ABAP programming course. This is part 2 of his course review / journey.

    Take it away Plamen…

    Following on from my last article where I discussed the first module of the SAP ABAP Beginners Course, I have now want to cover the module 2 – Data Dictionary and module 3 – Introducing the ABAP Editor.

    Data Dictionary

    SAP ABAP Course Module 2ABAP’s Data Dictionary was also a strange term to me. Moreover the notation that it’s one of the important tools in the ABAP workbench seemed weird. Because I was used to MySQL’s command line, I never thought it would be so much easier to create and maintain a table through such an interface.

  • Aiming For My First ABAP Programming Job

    http://www.saptraininghq.com/wp-content/uploads/2013/03/Careersjobs.png

    This is a guest article is by Plamen Velkov, a Linux Server Administrator from Bulgaria. Plamen connected with me through this website and told me how much he wants to move into the SAP arena specifically the ABAP programming side. Because of this he has recently signed up to my Beginners Guide To SAP ABAP programming course.

    It was great to listen to his enthusiasm to get started and he went on to tell me how he plans on using the training course as a stepping stone to landing a new job as a junior ABAP programming.

    To help keep Plamen on track to meet his goal we agreed that it would be a great idea for him to write about his journey and learning experiences here at saptraininghq.com and give his own views on the different modules of the ABAP Course.

    I am sure many others are in a similar situation to Plamen and I urge you to leave your own comments at the end of his first article and follow along with him on this journey.

    Take it away Plamen…

    SAP System Overview – First look at the SAP System

    Many people who hear about SAP Systems think of something very complex, expensive and difficult to work with. I also did in the beginning but later I realized that when you get used to the system and its features it isn’t as hard as I first thought.

    For the average user, SAP could seem a bit strange at first. It’s not like an ordinary application – the interface, the work logic – if you have no experience of using the system, you would definitely be puzzled in the beginning.

  • Earn to Learn – Want SAP Training But Prefer Not To Pay

    http://www.saptraininghq.com/wp-content/uploads/2013/02/wpid-Photo-21-Feb-2013-0919.jpg

    Want a Course but Can’t Afford to Pay?

    I get quite a few emails from people telling me due to various circumstances that buying my training courses is not possible. So with this in mind I tried think of a way you can get a course by earning access to it.

    If you can do something for me then I will do something for you. If you have any of the skills listed below and want access to a course of mine then send me a message through the contact form on this website

  • The Best 31 SAP ABAP Programming Training Videos

    Complete ABAP Course

    Complete ABAP Course

    Over the last year I have created a number of articles and videos with a goal of teaching anyone SAP ABAP programming.

    So I wanted to bring the video training onto one page to make it easy for you to start learning to Program in SAP.

    Normally SAP training is very expenses so I hope you get a lot out of this free training and if you want more, just let me know.

    One last thing… If you are a programmer and have stumbled on this article by chance and wonder what the heck is SAP, let me just say SAP systems are the most popular enterprise level business systems in the world and SAP programming is one of the most lucrative programming jobs you can get. SAP Programming skills are in high demand and command very healthy salaries.

    SAP lead the market when it comes to running enterprise business systems. Here are just some of the companies that run SAP software … Adobe, Coca-Cola, Barclays, Shell, the list goes on and on – take a look

    Here are the videos… Enjoy!

  • Book Extract – Introduction To Using The SAP ABAP Debug Tools

    Beginners Guide To ABAP

    Available on Amazon

    This chapter will introduce the ABAP debugger, and will introduce some of the tools which can be used to ensure that the programs you create function as intended. It will also show ways to highlight logic bugs in programs that cannot be identified by the syntax checker. You can also take a look at another article showing How To Use The SAP ABAP Debugger Efficiently and taking things a step further with SAP ABAP Debugger Scripting.

    The first step here is to load a program which has been used previously, and which accesses the database table which has been created regarding employee records. If you have been following along with instructions, load program “Z_Employee_List_01” into the ABAP Editor.


    The program contains a number of SELECT loops, which in turn write the contents of the table being read to the output screen in several ways, separated by ULINE statements:

    ABAP_Debug_1

    Having examined the code, return to the front screen of the ABAP editor.