Tag: q&a

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

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

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.

TMS not configured for this SAP System

During STMS setup, you may see the following issue: TMS not configured for this SAP System. 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.