Author Ladislav Rydzyk

About the author

Some database applications might still be running

Some database applications might still be running

Error name: Some database applications might still be running Installation Phase: Execute

How much time it takes to learn ABAP?

How much time it takes to learn ABAP?

Few days ago I was responding to exactly the same question of one guy: “How much time it takes to learn ABAP?“. The answer depends on many attributes. I was mentoring one colleague, who was total fresher in ABAP, but very smart and in 1 and half month, she was able to work on building BW...

Hello World! in ABAP for SAP Developers

Do you want to create your first ABAP program? Watch this video ” Hello World in ABAP for SAP Developers” and learn it by yourself. If you need a system, where you can practice your ABAP knowledge, download instructions on how to install your free local SAP system here: http://abapacademy.com/howtoinstallsaptrial/

ABAP Academy - How to Install SAP on Your Own Machine

How to Install FREE SAP System – Part 2

Do you want to start learning ABAP? You definitely need a learning SAP software. In this article you find, how to continue with answering your question “How to install Free SAP System“.

What is your OS?

How to find out what your OS is?

If you go through the guide “How to Install Local SAP ABAP Development System on Windows 7“, you need to know, if you fulfill installation prerequisites. One of them is that you need to have right OS. How to find out what your OS is? The easiest way is to find it, what is your...

Insert Developer Key

How to get Access key in SAP Trial version?

Once you start to create or edit programs, you will be asked for development Access key. This is needed to be able to start coding in SAP or to create any type of objects. You have to provide the key even the user has all needed authorizations.

Problem starting SAP server - SAP console while logging into system via SAP GUI

Problem to start SAP server – Running but Dialog Queue standstill

The system starts usually with no problems. The message server and Dispatcher are working correctly. At least it seems so. After trying to connect to SAP Trial system, this message occurs: “Running but Dialog Queue standstill” System log shows following errors: SAP Basis System: Connection to user 16    (            ), terminal 15   (admin-PC    ) lost...

Transaction SU01

How to Unlock User in SAP System

Unlock User in SAP System You may run into situation that your User ID gets locked (e.g. when you type wrong password 3 times). Here is the step list, how to unlock user in SAP system, if you have access to the system from different user id.

STMS problem: Could not start transport control program tp

Sometimes I have the following problem on my localhost machine, in STMS transaction when trying to read import queue: Could not start transport control program tp RFC error: timeout during allocate / CPIC-CALL: ‘ThSAPCMRCV’ [sociallocker id=”1121″] When having such problem, it helps to run the following report: “RSTPTEST” and import works again [/sociallocker]

How to trigger DATA_CHANGED event in CL_GUI_ALV_GRID

If you have problem getting changed data in ALV from DATA_CHANGED event, you must do the following: [sociallocker id=”1121″] Call method CHECK_CHANGED_DATA in PAI module. This method automatically triggers the DATA_CHANGED event. Example: go_alv_grid->check_changed_data( ). [/sociallocker]