Tag: step-by-step

DP_FATAL_ERROR => DpMsAttach: local hostname ‘HOSTNAME’ is resolved to loopback address

Problem Servers seems to start without any problems. Dispatcher and Message Server are green. After trying to log in to the system via SAP GUI, Dispatcher suddenly stops. Analysis Open the following file: “/usr/sap/<SID>/</instance/work/dev_disp“ (find more information about this file here). When having this file opened, search for “ERROR” string. Here the error which I have found in...

How to download records from database table into CSV file?

When you need to download records from database table into CSV file, you need to tweak a bit around to get the final file, because SAP does not provide straightforward function on how to do it. So, how to download records from database table into CSV file? Here is how you do it. [sociallocker id=1191] Go to SE16...

How to change record in database table using debugger?

Sometimes you need to change specific database record but you don’t have ability to edit record in database directly using edit button, because database table has defined Delivery and Maintenance parameter to ‘Display/Maintenance Not Allowed’. In such case you can do the small hack using Debugger. How to change record in database table using debugger? [sociallocker id=1191] Go...

Extend system value causing TIME_OUT runtime error

Do this only when you are allowed to do so, or you are on your own SAP trial system and you want to play around with system variables. There is a system parameter called ‘RDISP/MAX_WPRUN_TIME‘, which holds the value. To change it, follow these steps: [sociallocker id=1191] Go to transaction RZ11. Put ‘rdisp/max_wprun_time’ into Param. Name input...

TIME_OUT ABAP Programming Error

Whenever ABAP program is executed for more than certain period of time, you may get the following runtime error. Category: ABAP Programming Error Runtime Errors: TIME_OUT When does it happen? If you run ABAP program typically by pressing F8 either in SE80 or SE38 (in foreground). What does it mean? SAP has defined system parameter which says that you...

How to Run ABAP Program in Background Manually? (Easy Way)

Sometimes your program may contain logic that must run long time. In such case, you can’t easily run it by pressing ‘Execute’ program, because SAP has defined maximum number of seconds that is able to run any programs this way (it’s called foreground processing). In such case, you must execute the program differently. You have...

How to Run ABAP Program in Background Manually?

Sometimes your program may contain logic that must run long time. In such case, you can’t easily run it by pressing ‘Execute’ program, because SAP has defined maximum number of seconds that is able to run any programs this way (it’s called foreground processing). In such case, you must execute the program differently. You have...

How to Import Objects to SAP System?

Notice: this article is relevant for SAP system users who are having SAP server installed directly on their Windows OS, and not on Virtual Machine as our Fully Pre-Installed SAP System. When you will have to use this? Whenever you need to add to your SAP system objects or software, which was developed on different system, you...

The name of this host is "PC name" which is more than 13 characters

The name of this host is “PC name” which is more than 13 characters

Error Name: The name of this host is “PC name” which is more than 13 characters [sociallocker id=1121] There are more ways how to change the name on Windows. The simplest one is the following: Press Windows keyboard shortcut “Win+R” Type in “system.cpl” to input box and press “OK” Press “Change” button to change the computer...

Transport Management System Setup for SAP NW AS ABAP 7.03 64-bit Trial

Whenever you want to export your software implemented on SAP NetWeaver Application Server ABAP 7.03 64-bit Trial, you need to perform transport management system setup on your machine. In this article, you will find detailed step by step procedure on how to set up your transport management system (STMS). [sociallocker id=1191] Login into system: Client: “000” User:...