Max Titov IV @ TechSplice

The most beautiful music of all is the music of what happens.
  • Home
  • About

Posts Tagged ‘program’

29 Oct 2009

SAP: Check the Passwords of Standard Users in All Clients

A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.

29 October, 2009 at 12:22 by Max

Tags: basis, program, SAP/ABAP, security, users
Posted in SAP/ABAP | No Comments »

4 Aug 2009

SAP: transporting program variants

If you have a variant that you want to transport across the system try running program ‘RSTRANSP’.

4 August, 2009 at 8:59 by Max

Tags: program, sap, transports, variant
Posted in SAP/ABAP | No Comments »

21 Aug 2007

Hello World [ABAP]

One of the first and most well known attempts to tackle any programming language is to write a ‘Hello World’ application. Lets begin by creating a new program Z_HELLO_WORLD.

Note: use transaction SE38 to gain access to ABAP editor. 

Every program written in ABAP has to begin with a specific line:

REPORT <PROGRAM NAME>.

REPORT Z_HELLO_WORLD.

Notice that ABAP has its own particular syntax. Every statement must be concluded with a period, just like in Java you would use a semicolon.

To finish off our program we will use a write command.

WRITE <format> <field> <options>

<format> output format specifications. The ‘/’ symbol signifies the new line symbol.
<field> can be data variables, text literals, or numbered text.
<options> specify a number of formatting options.

WRITE / ‘Hello World’.

21 August, 2007 at 17:58 by Max

Tags: program, sap, SAP/ABAP, test
Posted in SAP/ABAP | No Comments »

  • Subscribe using FeedBurner
  • Cloud

    abap adobe animation basic beautiful builder camera code configuration contribution design development digital engineering fix flash Flex friends function images interesting lesson new paypal Photography php problem problems program programmer review sap SAP/ABAP sdk setup soap software solution story system tables transaction transports user video

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • My Links

    • Cooking
    • Gallery
    • Resume
  • Online Tools

    • Airline Ticket Search
    • Estimate Shipping Cost [from US]
    • Link your Blog
  • Software Engineering Blogs

    • Adam Goucher
    • Joel on Software
    • The Third Bit
    • Wide Awake Developers
  • Categories

    • Everyday stuff
    • Flex
    • Photography
    • SAP/ABAP
    • Short Stories
    • Software Engineering
    • Web Development
  • Gallery

    Roy Tanck's Flickr Widget requires Flash Player 9 or better.

Max Titov IV @ TechSplice is proudly powered by WordPress
Design & code by Jonk
Entries (RSS) and Comments (RSS).
Podcast Powered by podPress (v8.8)