Tag: for beginners

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

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.

Transport Route Configuration in STMS on SAP NW AS ABAP 7.03 64-bit Trial

When you are in STMS transaction, you might face one of the following issues: TMS not configured The TMS configuration is inconsistent This is because Transport Route Configuration must be set up. Here is detailed step by step solution on how to solve this issue: [sociallocker id=1121] Configuration for SAP Trial system is straight forward: Click...

RFC communications error with system/destination

During transport route save, following error may occur: “RFC communications error with system/destination“. Detailed Error Analysis Solution [sociallocker id=1121] Go to transaction SECSTORE Click on “Execute” button or hit “F8” If you see that the following entries is marked with red light, delete them: /HMAC_INDEP/RFC_INTERNAL_TICKET_4_TRUSTED_SYSTEM /HMAC_INDEP/RFC_EXTERNAL_TICKET_4_TRUSTED_SYSTEM Go to transaction SE37 and choose “RFC_PING” Execute the function...

How to export objects from SAP system?

Once you are done with development of your software on SAP system, you need to export it. You will need to do this either if you want to send developed software to your customer’s system or you just want to keep the project backed up in local drive. In this post you will find detailed step-by-step approach...