Thilo
Explorer
Member since ‎2012 Mar 22

User Statistics

  • 42 Posts
  • 5 Solutions
  • 6 Kudos given
  • 31 Kudos received

User Activity

Hello all!Where is a good place to store custom image for header of the system logon application?In detail:I set in ICF of my BSP-Application in - Error Pages - Logon Errors the System Logon. If you click on - Configuration - adjust Links and Imagesy...
Hello to all!The following code runs in a TIME_OUT or sometimes in a SYSTEM_CORE_DUMPED error message when calling the method cl_http_server=>server_cache_upload().DATA: cached_response TYPE REF TO if_http_response. DATA: guid TYPE guid_32...
Hi,I have a inputField using data binding. The model field contains "&#268;eská republika", and this code <htmlb:inputField id="InpSupl" value="//model/edit_wa.supplier" encode="FALSE"/>Renders to<input class="sapEdfTxtEnbl" size="60" maxlength="60" ...
Take a look at this examble:<htmlb:tabStrip id = "Ts1"> <htmlb:tabStripItem id = "TsItem1" title = "Tab 1" index = "1" > <htmlb:tabStripItemBody> Body </htmlb...
Hello to all,take a look at the following code copied from a View<% DATA: eins TYPE STRING VALUE 'ClassEins', zwei TYPE STRING VALUE 'ClassZwei'. %> <span id="Test1" class="<%=eins%> ClassZwei">test it</span> <span id="Test2" class="ClassEin...