Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

ABAP

SAP technical
ABAP Programming Language

=============================

Landscape / system landscape

Three Different systems

One system they maintain one company

1) Development ---> Testing(Qualityserver) ----> Production

Development :
Programmer will do all the developments.

Quality sever :
Testing is conducted in quality server
functional people test

production server :
Live business go-on

2)Development ---> Testing(Qualityserver) ---->pre-production---> Production

======================

Rcement --> 200


[2)Development ---> Testing(Qualityserver) ---->pre-production---> Production]

rpower ---> 400

server3
rcomm---> 500

T-Code : Transaction Code


se38

program name should start with Z or Y (caps or small allowed)

"write" is the keyword to see the output .

Every statement should end with period '.' .

write : , .

* --> Star in first makes the total line as a comment line.


Multile line comment & Uncomment
================================
Ctrl < is used to comment
Ctrl > is used to uncomment .
steps to create the program:

1.go to se38

2. provide name (name should start with Z or Y)

3. Create . Provide short description . Choose executable program in TYPE.

4. Package: $tmp Or directly choose 'LocalObject' .

You might also like