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

Email ALV PDF using ABAP report of pernrs then email output as attachment

Useful ABAP code example to demonstrate how to display an SAP ALV report which displays alist of PERNR details and then automatically allows the user to email ALV PDF as a document attchement. The code

Continue reading

View SAP Query ABAP program created

When working with SAP queries it is often useful to have a look at the ABAP code it generates. This could be to either use it as a basis for a new report or just to see what is going on. You can also use

Continue reading

SAP Fiori links and community

There is so much to learn in the new world of SAP Fiori here is a page with all the information, resources, links and community pages you will need </p. Here are a number of other SAP Fiori/Hana/SAPUI5

Continue reading

SAPUI5 tool-kit

SAPUI5 is the development platform that is used to create the new bread of SAP Fiori apps. The SAPUI5 tool-kit includes many sections that help you get to grips with the development platform and takes

Continue reading

SAP Fiori Design Guidelines

The next step is to check out the SAP Fiori design guidelines which can be found on the SAP website using the following link http://experience.sap.com/fiori-guidelines/. These guidelines will help you

Continue reading

SAP Fiori Introduction Step 1 – Free demo system and available apps

As you may already know SAP’s new look and feel will be based on the Fiori design concept using the SAPUI5 development tool-kit. If you are new to Fiori the first thing you should do is familiarize

Continue reading

Download your ABAP code to a PDF file

Access this fairly hidden feature of the standard SAP GUI to instantly download your ABAP code to PDF document file. Not sure why this feature isn’t more accessible but in order to use the PDF

Continue reading

SAP HTML popup window just using CSS

The following code demonstrates how to create a popup window to display EKPO records within a SAP HTML based application. It achieves this without the need for any JavaScript and simply uses HTML, CSS

Continue reading

Add remove SAP HTML buttons or links using javascript

Adding and removing HTML elements such as buttons and A href links dynamically is very simple using javascript. If you are bored of reading already feel free to go straight to the end of this article where

Continue reading