Tag: step-by-step

Data Elements vs. Domains

Lets start with explaining what are these two terms needed for. When we are defining database tables within SAP, each and every field needs to contain specific type. Lets say that we create a database table called Store. Along with other fields the store also needs to contain information when it is opened and closed. In...

Log file: /sybase/NPL/startdb.log – Loading SAP system stops here!

Problem Analysis Problem: SAP System was working perfectly fine till now. You did not do any changes to the SAP system. It just “suddenly stopped working”! Loading stops here: Solution Usually when this problem occurs and you don’t see any further signs of progress, .. one of the most common reasons is expired ASE License. Update...

https://lh6.googleusercontent.com/s8cq_gLwi1SSVtae-M6CuddICYHaVrT3vBmJhImb2mZzsUBtGa5uTOS8H9p9eTT1i9mpMQDWc0_qLkjxbrQYkSjAelOIJrmkz4Wd6KmEnhNsk5H5yh-F8pBJHXtlpMATYx6k0UyM

SAP GUI Setup

In order to access running SAP system on virtual machine, go to SAP GUI and create new connection. Hit “Next” .. .. and fill in the following settings and then hit “Finish”. Double click on created system connection ..

https://lh6.googleusercontent.com/03MP1QQctsM8S8ZDgJw7WleVAEZ_i1NpIW4pS0ajA226EBcdA7DuYc8t2z7K49nF7noJSEi73z3pPJDNpqnDNFPSfDiLNE7XF4Dr47G-knJvNTwpSCU9n0lsRg-6UAlTbnFwiTPT

SAP GUI Installation Process

Run the installation file. Select SAP GUI 7.40 PL1 checkbox and hit “Next” Installation starts processing.

https://lh6.googleusercontent.com/SoJyWtNYP3Sh3N9IKxiHUMy5FwAEv8lNW8KpseaebgUpuPkz9jup5LHZS5bwcITyjydjRH-LnI_IB77nwy6_PVLfm9TyaincnUBD3Ui4Z6MYYg37isscXhfKWNojyR6PI20IfMV_

How to Access SAP Server Running on Virtual Machine?Port Forwarding

This step is important because we want to access SAP server (running on Virtualbox) from our local machine. Go to VM Settings (VM can be still running. No need to shut it down). Go to Network -> Advanced -> Port Forwarding Do the following setup: Hit “OK” and “OK”.

How to Install FREE SAP System – openSUSE Installation and Setup

So far in the first two parts of “How to Install FREE SAP System” Series, we have prepared and downloaded our machine to start installing our server machine. If you missed first two parts, make sure that you go through both step-by-step articles: https://abapacademy.com/blog/how-to-install-free-sap-system/ https://abapacademy.com/blog/how-to-download-sap-netweaver-as-abap-7-51-sp02-installation-files/ What are we going to do now, while SAP installation files...

Installation of NPL failed, please check logifiles in /tmp/sapinst_instdir for possible root cause.

Installation of NPL failed, please check logifiles in /tmp/sapinst_instdir for possible root cause.

During SAP Netweaver 7.5x installation, you may get to the following error message: “Installation of NPL failed“. The whole error message may look like this: Now, what to do? From our current findings, there is no one straight forward answer. There can be several causes. In this article, I list all the solutions that we came...

https://lh5.googleusercontent.com/9vHEJFImpPaNP4OJKYEXtR5tpYhBoJ6qb9y-GN9d0QNY_Kdp2ReLEP7Xeg24sJB5vTfE0gwSctROjMRkgnfotSGssHr3oC5IBlIABwBWXb1AUmhwYuJYx9vDOna98YMpC_uKXhXp

Not possible reach the vhcalnplci.dummy.nodomain or vhcalnplci:8000

After login to SAP system, you click on link at user sample menu, for example: User Menu for John Doe ->Plain ABAP-> ABAP Samples. When browser opens, you get error message, saying is not possible reach the vhcalnplci.dummy.nodomain or vhcalnplci:8000. Everything on server is green and running. Solution [sociallocker id=1191]Update ‘hosts’ File on Your Client...

How to Update ASE License on SAP Netweaver AS 7.5x

Updated March 24th 2023! Download the License file here, or directly from SAP.com website here. Updated March 13th 2023! In these days we have received information from SAP about requiring to update ASE license to all of our Fully Pre-Installed SAP systems purchased from ABAP Academy website. That’s why we all need to update licenses...

Programming error ASSERTION_FAILED CL_SLIN_CHECKER_SINGLE========CP BC-ABA-LA The Assert Condition was violated.

Problem: When running Extended Syntax Checker, you get the following runtime error: [sociallocker id=1191] Generate manually the following programs: CL_SLIN=======================CP CL_SLIN_CHECKER_I18N==========CP CL_SLIN_CHECKER_SECURITY======CP CL_SLIN_CHECKER_DYNPROS=======CP CL_SLIN_CHECKER_MOD_ENH=======CP Detailed Procedure Go to SE38 Fill in the Program name from the list above Hit ‘Program’ from the menu Hit on ‘Generate’ or press ‘CTRL+F3’ Repeat the same procedure for all...