Tag: administrator

The most important information for SAP Netweaver troubleshooting

The most important information for SAP Netweaver troubleshooting, are called developer traces. This information may be helpful to you when you are running your SAP Netweaver Trial system and you are having issues, e.g. during startup of SAP server. Where to find out what is going on? Read further: [sociallocker id=1191] The most important pieces of information while...

How to put table contents into transport?

How to put table contents into transport? Here is step by step guide on how to do it. If you are in the view of transport objects in SE09 transaction, just manually add rows containing: Program ID: R3TR Object Type: TABU Object Name: Database table with content, which you want to transport Then hit Key button, to choose which data...

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...

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...

The TMS configuration is inconsistent

During STMS setup, you may see the following issue: The TMS configuration is inconsistent. Go to this post to see the step by step solution: Transport Route Configuration in STMS on SAP NW AS ABAP 7.03 64-bit Trial.