Pete

Author Archives

  • Free SAP ABAP Book Time Again

    http://www.saptraininghq.com/wp-content/uploads/2012/12/ABAP-Book-Image-2-244x353.png

    As many of you know, I have written a book to teach people how to get started with SAP ABAP. Well good news… today, the 18th March the book will be available for FREE. If you are a UK Amazon shopper click this link: http://www.saptraininghq.com/UK-AmazonABAPBook If you are a US, India or elsewhere click this […]

  • Review Part 3 – Calculations and Character Strings

    This is a guest article is by Plamen Velkov, who is taking my Beginners Guide To SAP ABAP programming course. This is part 3 of his course review / journey. (See if you can spot his error with the Keywords Calculations. Plamen, do you see it?)

    Take it away Plamen…

    Performing calculations

    Performing calculations in ABAP is as simple as in every other programming language. The only different thing is you can perform calculations by keywords as well as the regular mathematical operators. These keywords are mentioned in the course but I’d like to present the whole statement constructions because I came across some while examining some ABAP code. The statements are fairly logical but still – here they are:

    Operation Regular math. Statement Statement using Keyword
    Addition c = a + b ADD a TO b.
    Subtraction c = a – b SUBTRACT b FROM a.
    Multiplication c = a * b MULTIPLY a BY b.
    Division c = a / b DIVIDE a BY b.

    Another thing came on my mind – the Power operator (**) was not mentioned in the course. It’s also a simple thing to do – if you want to calculate the following:

    c = 2 to the power 16

    You just have to use this statement:

    c = 2 ** 16.

    Calculator ABAPCalculations in structures

    While I was moving through some ABAP code in my company’s system I saw some statements that surprised me at first. They seemed partly familiar but not at all – the first part of the statement was a regular arithmetic calculation keyword and the second was the CORRESPONDING keyword. I googled the statement and found out that we can use those kind of statements to perform arithmetic operations between the components of structures. The statements I talk about are the following:

  • 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.

  • Business Analytics With The BEx Analyzer

    http://www.saptraininghq.com/wp-content/uploads/2013/02/BEx-Analyzer-Report.png

    The term ‘Business Analytics‘ (BA) is used in many different contexts. Be it specific skills, software applications or business practices they all share a common theme which is being able to analyse and explore data in an iterative fashion by using drill down, filters and often measuring against specific key performance indicator (KPI’s).

    We are not just talking about static reporting here, BA is the process that we use to really dig deep into a datasets to find new trends by investigating historical information and in some cases applying statistical methods to drive out possible future projections.

    It is this type of reporting that help some of the best companies in the world to understand their own market trends and plan strategic goals for the future to enable them to stay ahead of their competitors.

    SAP has a rich software tool set that businesses use to carry out their business analytic processes of which the SAP BEx Analyzer is still the most popular.

  • 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

  • Learn SAP – A Guide For Beginners

    http://www.saptraininghq.com/wp-content/uploads/2013/02/SAP-Course-Image-1.001.png

    Grab yourself some free SAP training!

    Free SAP Training

    Free SAP Training

    I have just released a brand new SAP course aimed at anybody new to SAP Software.

    This introductory course is designed for SAP beginners and will teach you the basics of an SAP system. After you have completed this course you will be comfortable working with the most commonly used functions and features of SAP.

    Here is a breakdown of what the course covers. You will:

    • Learn the basics of the SAP system with clear video demonstrations
    • Learn how to navigate, search, and get help
    • Understand how to run reports and export the data to Microsoft Excel