Trailsap

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/ etc) was being injected into my HTML code when my website was being viewed. At first I thought it was my web […]

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

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’ and check the ‘Log data changes’ checkbox for your desired database table which will therefore instruct SAP to start recording all

Setting SAP Rec/Client Parameter for Logging database changes Read More »

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 about ABAP Dictionary. look under ABAP Workbench (application component BC-DWB) ABAP Dictionary ABAP Workbench (BC-DWB)Central and redundancy-free storage facility for all

ABAP Glossary Read More »

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 view. method WDDOMODIFYVIEW . data : lr_textview type ref to cl_wd_text_view. Data: lr_uicontainer type ref to cl_wd_uielement_container, lr_rowhead type ref to cl_wd_row_head_data,

Create dynamic ABAP Web dynpro screen in SAP Read More »

Cookiechoices cookie only set for specific page not whole website

<p>When I first downloaded the <span>cookiechoices.js</span> 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 user clicked on the ok button the Cookiechoices cookie only seemed to be getting set for that specific page, so when a second

Cookiechoices cookie only set for specific page not whole website Read More »