Tag Archives: course

  • The New SAP Financial Accounting Overview Course

    http://www.saptraininghq.com/wp-content/uploads/2013/09/SAP-FI-Beginner-Course-628x353.png

    My new SAP Financial Accounting course is a ‘must have’ for everyone involved with SAP Financial Accounting. If you are new to SAP, a consultant or developer you need to understand how the SAP Finance System works. This course will teach you exactly that. Once you get started you will: Understand How Sap Financial Accounting Works. Master […]

  • Just Released – The New SAP ABAP Objects Course

    http://www.saptraininghq.com/wp-content/uploads/2013/09/SAP-ABAP-Objects-Course-628x353.png

    Use coupon code objsite for the new discount price of $127   Have you ordered the new course? Just released! I have created the new ABAP Objects course and it is available to you for an early bird half-price discount for a limited time. This is your opportunity to learn ABAP Objects for the best discount available anywhere.. Watch […]

  • 3-in-1 SAP Training Bundle

    http://www.saptraininghq.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-20-at-08.56.26.png

    65% OFF Join over 800 students who have already purchased these courses! Retail Value of : $435 – YOUR PRICE : $150 BUY NOW Coupon Code SAPBUNDLE150 is now active

  • SAP ABAP – Program Flow Control and Logical Expressions

    http://www.saptraininghq.com/wp-content/uploads/2013/04/ABAP_CASE_STATEMENT.jpg

    As said in the course, logical expressions are the principal statements used to build up your program logic and algorithms. ABAP offers all the classical loop statements and logical expressions, so you won’t miss anything for sure. I personally missed the for loop from Java and C/C++, but then realized there are other ways to […]

  • Using ABAP to modify data in a database table

    http://www.saptraininghq.com/wp-content/uploads/2013/04/ABAPModifyData-600x353.jpg

    As I’ve mentioned in the previous review SAP offers you some great tools to help you maintain your database tables. However, to make things better, they’ve added SQL support (Open and Native-SQL). So, If you’ve had some experience with SQL (I’ll take MySQL as an example in this review) you’ll hardly have any problems with […]

  • Working With SAP Database Tables And Other Data Types

    http://www.saptraininghq.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-29-at-07.20.51.png

    Database Tables

    Database tables are the main structures you will work with in SAP. As such, the system offers you all the tools you may need when you build your table. As I said in one of the previous reviews the interface is very understandable, but when it comes to modifying a table, there are some procedures you should do. However, the eight module in the course perfectly explains the steps you have to perform when you modify your table.

    It’s really good there are detailed explanations of the particularities when working with key fields – adding, modifying, and deleting such ones. It’s an important thing because when we edit a key filed we could end up with our table messed out. That’s why there are interpretations of the main scenarios and results of performing one of the mentioned operations.

    I personally liked the foreign key management abilities of the SAP system. Not that I’m so experienced in database modelling, but in comparison to some other software that I’ve worked with, SAP really takes one of the first places.