<a href="/people/brian.mckellar/blog/2005/06/12/bsp-in-depth-abap-look-and-feel-service In-Depth: ABAP Look and Feel Service</a><i>The three minutes routine to change any SAP-blue theme to the new theme that is required for you next demo!</i>If there...
Very often consultants or customers wish to change the look and feel of a BSP application. Within the SAP Enterprise Portal (EP6), there are tools available that allows one turn every possible knob: definitely a designers dream. However, for mere mo...
We are happy to announce that the CRM forum is open for business. At the moment the topics for the forum would be mostly CRM-PCUI and CRM-ICWC. However, other CRM related topics are also welcome. See: Missing threads on CRM here in the BSP forum? We...
From time to time the error message GEN_BRANCHOFFSET_LIMIT_REACHED pops up. It is a very complex problem right from the heart of the ABAP VM. Let us look quickly at why it happens and some ideas to work around the problem. No, there is no patch for t...
In the last days we have had a number of threads on web services, plus a number of OSS messages. It seems that this topic is just ready for prime time. I discussed this with our inhouse expert, and his answer was that, starting with WebAS 6.40, one s...
Somewhere many years ago (one decade maybe?) I wrote a block about downloading files within BSP pages. I would recommend reading it. Suspect you must set mimetype correctly and also the file extension (there is a way to do it, see blog).
Just mangle the URL beforehand and use it that way. In a worst case consider to use "(====)" as mangling. Might have side effects, you should just look.
Why not? Generate an URL onto your handler with the relevant data. Then the HTTP handler sucks the files from the content repository over onto the WebAS and streams the file out. Keep performance in mind. Makes a lot of sense where your content repos...