SAP system and ABAP learning notes

2023-01-30  

SAP login

Group: 700 

 username : 

 password:

Common TCODE (transaction code)

SE11

Abap dictionary: initial screen

SE37

function builder: initial screen

SE38

Abap editor: initial screen

SE80

abap workbench

SU3

Maintenance user parameter file

/n

Return back to the system homepage

database table query

Enter TCONDE SE11 into the data plus query, select the database table single selection box, and click the button on the right to find the table. Enter the table name in the pop -up table dialog box or use the * vague query to find the green hook sign after finding the table. Just click display on the initial screen. If it is not for the first query, the last choice object list will pop up when clicking the search table. Click the information system to re -find the table

ABAP Workpan to create a program

  • Create bags

    Select the package in the resource browser, and then enter the package name in the next input box. Enter. Will prompt the package whether there is no creation, select “yes”. Continue after entering the “brief description” in the creation window. Create a new request in the request window, open the new request window, and save it after entering the “brief description”. Back to the request window, you can create a package.

  • Create programs
    Right -click the “Create” program on the bag, and enter the program name

  • Running program

    &———————————————————————
    *& Report ZABAP001
    &———————————————————————
    *&
    &———————————————————————
    REPORT ZABAP001.
    Write ‘hello world’.

output a Hello World to the screen

Homepage activation program, click the “activation” button on the toolbar. If there is no error, click the “Direct Process” button to run the program. The screen will output Hello World

source

Random Posts

Use spark, ANSJ segmentation to perform frequent statistics

How to use PCA in Python+OpenCV to reducing the dimensions of convolutional neural networks

[Operating System] RR algorithm

reactnative basic component

The first CLS file