Category Archives for SAP Development

html image url contains http://1.1.1.3/bmi/ or something with bmi

I noticed the other week that some of the image SRC links within my website HTML code was being transformed. Basically a spurious http://1.1.1.2/bmi/ (or a version of this such as 1.1.1.2/bmi/, 1.1.1.4/bmi/

Continue reading

Thrive architect hangs when editing page new or old – first look

So I just updated to thrive architect from thrive content builder but unfortunately whenever I created a new page or edited an existing one the thrive architect hangs...the page remains greyed out with

Continue reading

ABAP read table with OR condition

​So is it possible to add an OR condition to the key values of the read statement? The simple answer is no, but you can replicate this functionality using one of two methods. Method 1 - Using multiple

Continue reading

RZ10 to maintain profile parameters

Before we get into how to maintain profile parameter you firstly need to know that there are two types of parameter, those that can be dynamically changed and those that can't. For those that can you are

Continue reading

Setting SAP Rec/Client Parameter for Logging database changes

First of all there is a very simple way to activate change history for database tables in SAP, including your own custom z tables. Within transaction SE11 simply go to menu option 'Technical Settings'

Continue reading

Beautify, Change case and Indent your ABAP

I guess you may already know about the pretty print functionality within ABAP development which helps make you code more readable, but did you know you can change the pretty print settings so that

Continue reading

ABAP Glossary

Each entry in the glossary contains a reference to the application component to which it belongs. You can use this path in the R/3 Library to find further information. For example, for more information

Continue reading

Create dynamic ABAP Web dynpro screen in SAP

In order to Create dynamic ABAP Web Dynpro screen within your SAP application, first simply create a new Web dynpo application. Then add the below ABAP code into the WDDOMODIFYVIEW method of your main

Continue reading

Cookiechoices cookie only set for specific page not whole website

When I first downloaded the cookiechoices.js file from the link suggested by Google and then installed it onto my site it didn’t really work correctly. It would display the message but when the

Continue reading

Unix commends via putty

Create directory  mkdir page-backup create directory called page-backup   Copy all files and sub-directories from one directory to another cp -r page/* page-backup copies all files from page into

Continue reading