Use a Customizable Logo / Image in a BSP Application

Dear All,
    I am developing a BSP Application for a client. My company wants to use this same application for two clients. How can I dynamically change the logo of the company, used in the BSP Application? Say, how can the application administrator, who has access to a customization page, also upload the logo, once the application is transported to his server? Can this be done from within the BSP Application? I believe, we have to import it into the mime folder. But fow?
   Thank you all in advance.
Regards
Gladson

<i>The administrator of Client A, should be able to upload a logo through the Administrator's page of the BSP Application,</i>
Are you developing this Administrator page as well?
what you could do in your code is just refer to image called logo.gif
Ask Client A  to load their image to the BSP application from SE80 in dev (in their server) and ask them to transport to prod.
ask Client B also to do the same.
Both client A and Client B has to upload the image with the same name i.e logo.gif
Regards
Raja

Similar Messages

  • Navigate BSP Application from customize program

    I have a customize program where I got BSP application page name, events and line number. I want to navigate it to SE80 editor with line number. Currently I am using
    Function module RS_TOOL_ACCESS. However it is opening the application but not navigating to particular line number.
    Please guide me.
    Thanks

    but how to retrieve the result of the bsp ?
    Here is my source code :
    data: url type string,
             l_appl type string,
            l_page type string,
            l_params type line of TIHTTPNVP,
            params type TIHTTPNVP.
      l_appl = 'ZAPI_TRADUCTION'.
      l_page = 'appel.htm'.
      l_params-NAME = 'text'.
      l_params-value = 'pour le moment test'.
      append l_params to params.
      call method cl_http_ext_webapp=>create_url_for_bsp_application
        exporting
          bsp_application      = l_appl
          bsp_start_page       = l_page
          bsp_start_parameters = params
        importing
          abs_url              = url.
    DATA: http_client TYPE REF TO if_http_client .
    DATA: w_string TYPE string ,
          w_result TYPE string ,
          r_str    TYPE string .
    DATA: result_tab TYPE TABLE OF string.
      CLEAR w_string .
      w_string = url.
      CALL METHOD cl_http_client=>create_by_url
        EXPORTING
          url                = w_string
        IMPORTING
          client             = http_client
        EXCEPTIONS
          argument_not_found = 1
          plugin_not_active  = 2
          internal_error     = 3
          OTHERS             = 4.
          CALL METHOD http_client->send
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2.
          CALL METHOD http_client->receive
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2
          http_processing_failed     = 3.
      CLEAR w_result .
      w_result = http_client->response->get_cdata( ).
      REFRESH result_tab .
    In the variable it brings me back the html source code of the BSP rather than run and bring me the result of the BPS.
    Thank you for your help.

  • Permission denied error in BSP application

    i am using activax object "Microsoft.XMLHTTP" in my BSP application
    and calling following url
    req.open("POST","https://test.authorize.net/gateway/transact.dll",false);
    but it give me the error permission denied
    Thanks
    Ganesh

    i can open this URL from browser, but when i call any URL from my javascript codes in BSP application it gives error "Permission denied" or url is forbidden. this happens with other url also. I have seen some thread on it and tried to put this url in my browser trusted site even after it shows same error.
    Edited by: Ganesh Modhave on Sep 10, 2008 3:44 PM

  • BSP application on Blackberry

    Hello,
    I'm developing a BSP application for Blackberry. When I'm testing the application on the blackberry I'm getting an error:
    "SAP Note The Following error text was processed in the system: <htmlb:content> (*)  This browser is not supported for Design2003 the Internet Explorer as of 5.50 and the Mozilla as of 1.75 are supported "
    Thomas Jung already answered on this question (thanks btw)
    "You can't use the *htmlb libraries in a mobile BSP application. That means no htmlb:content tag. You must create your own rendering layout. "
    Can anybody explain some more in detail what is meant by this? Any help is really appreciated!
    Many Thanks!
    Siegfried

    Thanks Graham,
    In my case, I have a couple buttons "Execute" and "Clear". I need to know if the user push "Execute" in order to call a Function Module to create a Good Issue, otherwise clear the fields in the HTML screen.
    This is why I think I have to put my code to execute the Func.Module either OnInitialization or OnInputProcessing but I don't know how to catch as an event what the button the user clicked.
    Here is my HTML button.
                    <form method="post">
                    <input type="submit" name   = "onInputProcessing(eventid)"
                                        value   = "Execute" />
                    </form>
    and it is going to "OnInputProcessing" but "eventid is blank.
    I tried using different classes from IF_BSP_APPLICATION_EVENTS like CL_BSP_APP_IT00 but I'm getting a check syntax error (You can only use "class=>method" with static methods).
    response = CL_BSP_APP_IT00=>get_response( runtime->server->response ).
    It is right because the method is "Instance".
    If you have any example, please tell me how you handle the events or buttons in order to perform the right Function call or action, when the user click one of the buttons.
    Thanks in advance and Cheers,
    JC

  • Calling a subroutine from BSP application

    Hi
    i want to know how to call a subroutine/form in another package in same R/3 system in my BSP application.
    Is there any way to implement this. ?
    What if the subroutine has furhter LOCAL forms called inside it. will they be used as well while calling from my BSP application.
    PLease help.

    you can do that.
    perform p1 IN PROGRAM ('Y_P_TEST') IF FOUND  .
    do you have problem in doing this? what issues are you facing.
    Regards
    Raja

  • SRMSUS BSP application modification

    Hi,
    I have a requirement of modifying few views of standand BSP application 'SRMSUS'. This BSP is for Supplier Self-Services in SRM.
    Your inputs are awaited.
    Regards,
    Manasi.

    Hi Anubhav,
    The views typically I am required to modify are detail_view.inc and item_view.inc.
    I need to add few fields at the Basic data of the Item under Item Overview and Item Details iView.
    Can we use report BSP_CUSTOMIZE to proceed with the enhancement? I have used this in couple of e-Rec BSP application enhancements.
    Thanks,
    Manasi.

  • Unable to use the Logo Image

    Hi all,
    I want to use Logo Image at the Title of a report. But the problem is i am unable to use this .jpg file in Title Logo.
    I have copied the desired jpg in these two locations :
    OracleBI\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    OracleBI\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images.
    Also i have restarted the Services .Then also i am unable to see the image file .
    Here i have used the same process in our development server and it's working without any issues. I have done the same changes on my QA Server, but it's not working on QA.QA Server is 2 node Clustered environment.
    Any help is Appreciated.
    Thanks
    Rondo.

    You should be creating and deploying your own application for skin/style customisations, not amending images in-place. See docs:
    - http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages
    - http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf

  • How to  upload and display image using bsp application

    hi
    I  just wants to know that
    1- how to  upload image from BSP page with attachment into sap server .?
    2-how to display image in to BSP page(webpage).
    thanks

    Hello Gupta Prashant,
    Just to upload and display an image, import image in MIME repository. Not only still images but also flash files can also be uploaded in the MIME repository. Once you import the image in it, use normal html code for image call;
    <img src = "file.jpg/gif" width=  height=>
    Besides it, if your requirement is to store the image in the database and fetch it based on specified field-name, then you have to go for BLOBs i.e Binary Large Object, using this you can also store images, videos, pdfs, applications in the database.
    MBLOB - Medium BLOBs store videos and pdfs,
    LBLOB  - Large BLOBs store movie files and applications.
    You have got 2 ways to use it; some databases store BLOB objects into themselves and some store the path of the BLOB object maintained on the FTP server.
    You can also implement it in ABAP;
    read the following link and practice the tutorial;
    [ Use of MIME Types|http://help.sap.com/saphelp_45b/helpdata/en/f1/b4a6c4df3911d18e080000e8a48612/content.htm]
    also check this
    [TYPES - LOB HANDLE|http://help.sap.com/abapdocu/en/ABAPTYPES_LOB_HANDLE.htm]
    And looking at your question, in order to upload an image, you can make use of FILEUPLOAD tag provided by HTMLB.
    Step 1: FILEUPLOAD provides a browse button to choose desired image file.
    Step 2: Store that image in database using BLOBs.
    Step 3: Retrieve the image using normal select query and display it on the screen.
    Hope it helps you,
    Zahack

  • Want to use my current logo and apply it to images of clothing: can this be done with Elements?

    I want a tool that will allow me to use my current logo and apply it to images of clothing. will Elements be able to perform this task. I am not a pro and looking for the best Adobe product to perform these simple tasks.
    any suggestions will be very helpful...thank you

    You should be able to do this in Photoshop Elements.
    The drill is to isolate the logo from the background, then copy/paste to the garment.
    Suggest that you download the 30 day trial version of PSE13 which is a fully functioning program.
    Here are directions prepared previously:
    How can I add a logo to my pics?

  • Why pdf is not showing logo/image in pdf viewer while we are using mozila 34.0.5 version ?

    Hi Support,
    When we have opened that URL http://www.internationalrail.com/pdfservice/lbqujn.pdf in mozila 34.0.5 then we are not able to see logo/image in that pdf link on top left corner, but when that file download in our local system then we are getting pdf logo.
    So please let me know what is the problem.
    Thanks
    Sanjay

    For more detail please see attached screen

  • How to change the masthead logo image ?

    Hi,
    <br>
    I’m trying to change the masthead logo image.
    I downloaded the com.sap.portal.navigation.masthead.par and opened it on IDE.
    I understood that I need to update the HeaderiView.jsp on this location: <br><br>
    <TD class="prtlHeaderNotch" id="header_notch" nowrap><img src="<%=themeRootURLPath%>/../common/1x1.gif"
    class="prtlHeaderNotchImgWidth"></TD>
    <TD nowrap ti="0" tabIndex="0" class="prtlHdrWelcome"
    id="welcome_message"><%=StringUtils.escapeToHTML(GetWelcomeMsg(componentRequest, welcomeClauseStr))%></TD>
    <TD class="prtlHdrBrandImgContainer" ti="-1">
    <%=GetLicenseText(componentRequest)%></TD>
    <br><br><br>
    1. What should I need to do in order to change the logo?
    I was looking for < img src tad but didn’t find and I understood that the original logo is
    retrieved by prtlHdrBrandImgContainer. In this case, should
    I remove this line? What should I add instead?
    <br><br>
    2. Where I need to locate the new image I want to use?
    <br><br><br>
    Thanks in advance
    <br>
    yoel

    Hi Yoel,
    if u want to change only the logo it doesnt require the change of code.u can change it through theme editor.
    customization of par file is required if and only if u want to change the structure of masthead that is changing the places of logo,branding image etc..
    To change the logo through follow thest steps
    1.Navigate through System Administration --> Portal Display --> Open your theme
    2. Save it in your own name to avoid the changes in the default theme.
    3.Open the Logo section.
    4.In this provide the full address of ihe image location at the URL to logo field.
    5.Save your changes and assign this theme to your portal desktop.
    Refer this to know about assigning theme to portal desktop
    MastHead Change & Portal Desktop
    OR if u want to customize the par file refer this
    Masthead logo changes thru PAR file(com.sap.portal.navigation.masthead.par)
    Regards,
    Tamil K

  • How can I add the logo image for a single item in an RSS feed?

    Hello,
    I am an administrator of iTunes U at the University of Minnesota.
    Before transitioning new public site, we are trying to figure out how to put a logo image into RSS feeds.
    We use our server to makes xml codes to create RSS feeds for podcasts.
    We successfully put a logo image for a collection in a RSS feed, but putting a logo image for a single item did not work.
    Below is the part of the xml code for the logo image for a single item, which is created by our server. I deleted other parts of xml code for your convenience.
    <item>
    <title>Plagiarism</title>
    <itunes:image href="http://picture.funnycorner.net/funny-pictures/6041/dolphin-vs-cow-swimmin g-contast.jpg" />
    <enclosure url="http://mediamill.cla.umn.edu/mediamill/download.php.mp3?file=87504.mp3" length="8544508" type="audio/x-mp3" />
    <guid>http://mediamill.cla.umn.edu/mediamill/download.php.mp3?file=87504.mp3</guid>
    <image></image>
    </item>
    We tried both <itunes:image href="http://picture.funnycorner.net/funny-pictures/6041/dolphin-vs-cow-swimmin g-contast.jpg" /> or <image>http://picture.funnycorner.net/funny-pictures/6041/dolphin-vs-cow-swimming-conta st.jpg</image>.
    Both did not work.
    Can anyone help?
    Thank you for your help in advance!!
    Seogjoo

    Haven't created too many podcasts, but in this one
    http://itunes.apple.com/us/podcast/connecticut-college-sculpture/id372414245
    or
    itpc://video.conncoll.edu/d/sculptures/index.xml
    before we included the audio files, we added the images in iTunes.
    Select the file, then go to File>Get Info, here you can add metadata, and in Artwork add an image.
    Then upload this file to your server. Works for audio files anyways.
    You don't see the image in the web podcast, but you do in iTunes after you download each item, in "Show item artwork" in lower left. Click on the image and it zooms out.

  • Logo image not displayed in PDF preview in HFR Studio reports

    Hello All
    I need to display a logo image on every page of an hfr report. The logo is visible in web-preview and print preview. But when the report is run in PDF preview, logo is not visible.
    A header text box is also used which visible in all formats but not the logo.
    Any pointers will be greatly appreciated.
    Thanks
    Neha

    The image is a jpg image. I have also tried using and image already saved in hfr's repository.
    But still I'm not able get the image in pdf format of report*
    The same image is visible in web-preview and print preview*
    I don't think issue is because of position of image because I tried including the image in an empty report as well.
    The problem is still there with the pdf preview*
    Is there something else that could be done to display the image in pdf preview of report????
    Thanks in advance..
    Neha

  • Changing logo image in search page

    Hi Mr Roger Ford,
    Would you please to help me.
    I'm using SES 11.1.2 on SuSE Linux SLES 10.
    I would like to change the logo image in search page.
    I have followed step by step in:
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#BABGAHHE
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#sthref166
    when I reach the step:
    create skinBundle NAME=example INPUT_FILE=example.xml --ATTACHMENT_
    LIST=example.lst
    I get error:
    the attachment file "assets/images/example.gif" which path is "/scratch/skins/example/assets/images/example.gif" in the list file doesn't exist ( It is my translation from French)
    I have created the directory:
    /opt/oracle/seshome/example/templates
    /opt/oracle/seshome/example/assets/images
    /opt/oracle/seshome/scratch/skins
    and i have put example.gif in the /opt/oracle/seshome/example/assets/images directory all the oter steps
    I just would like to change only the OracleLogo.
    PLEASE HELP ME.
    Edited by: Ranou on Nov 18, 2010 9:23 PM

    Thank you for your answer Mr Roger Ford.
    my file example.lst becomes:
    /opt/oracle/seshome/example/assets/images/example.gif::/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/scratch/skins/example/templates/results.ftl
    And I have got the same error.
    I have tryed a second file: example.lst as follows:
    /opt/oracle/seshome/example/assets/images/example.gif::/opt/oracle/seshome/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/opt/oracle/seshome/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/opt/oracle/seshome/scratch/skins/example/templates/results.ftl
    And I have got the same error too.
    Would please to help me Mr Roger Ford.

  • Problem in using different format for Image files

    We are generating a report wherein the logo (Image File) is changed with respect to the company's location.
    Here, we are making use of a Text field using a formula column as its source for getting the file path.
    When the Size is kept as "Expand" or "Variable", then, when the image size changes considerably, it gives problem, wherein the logo is not displayed.
    Then we increased the size of the logo field and kept thte size type as Fixed. But the probnlem which we face is because of the .bmp format which the report accepts.
    This is because, when the format type is bmp, upon increasing the resolution or size of the bmp increases the size by several folds( say from 70kb to almost 1000 or 1500kb) which leads to the error "Memory cannot be read" and leads to abrupt application termination.
    Is their any way by which i can make use of GIF format for the image file and at the same time change the file name at runtime.
    Eagarly waiting for an early solution.
    Thanking you in Advance,
    Ramnath Balasubramanian

    Hi,
    You can only use one Apple ID with iTunes match. Purchasing another match subscription using wife's Apple ID is not a solution. I can only suggest that you use your ID for match and all iTunes music purchases.
    Jim

Maybe you are looking for

  • Using a Mail rule to run an AppleScript

    I've been trying to get a Mail rule to run a very simple AppleScript on 10.5.3 and it just doesn't work, period. I've tried making everything as simple as possible: 1. My Mail rule sets the background color of a message and runs the AppleScript if th

  • Where did the possibility to join two smooth endpoints into one go?

    I used get a dialog box when joining two overlapping endpoint, that is if they truly were on top of each other. I would get a dialog box when selecting two endpoints and pressing cmd+j where I could choose either smooth or corner. Now in Illustrator

  • Installation on HP DL's

    I am about to deploy a Solaris 10 server for exporting iSCSI shares on an HP DL. Is there any advantage to using HP's provided network driver over the module included? Will it actually perform any better? Thanks!

  • Heap errors in Windows NT 4.0

    Running a Java app under JRE version 1.4.1_03-b02 on a PC running NT 4.0 with 256 MB RAM. The app runs 7x24 doing OCR and business logic. The app uses JNI to talk to a C++ DLL, uses Oracle JDBC thin driver, Javacomm 2.0. It has been stable for severa

  • Is there any way I can upgrade my existing iphone 5 to iphone 5s

    Is there any way I can upgrade my existing iphone 5 to iphone 5s