Logo in Adobe Forms

Hi All,
I want to add company logo in adobe forms.
What is the procedure for this. I drag and drop the image in lay out and I stuck afte that.
Please help me out in this,
Thanks in Advance,
Praveen

http://www.youtube.com/watch?v=_oO-Oe9Rdcw
Reward points..

Similar Messages

  • How to upload logo in adobe forms? is it possible to give logo dynamically?

    hi experts,
    1.i need to upload logo in adobe form.
    2. is it possible to get the logo dynamically in adobe forms.
       is it possible or not?
    thanks in advace

    Hi,
         In the form builder (tcode SFP), click on layout tab, just drag image icon from library into your layout and then specify it's localtion in your frontend. Also check the below thread,
        Uploading a logo
    Best Regards,
    Jayavardhan.

  • Dymnamic LOgo in adobe forms

    hi ,
       i am using the following code in form interface.
    CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    EXPORTING
    p_object = v_object " 'GRAPHICS'
    p_name = v_name " Name of the logo as in se78
    p_id = v_id " 'BMAP'
    p_btype = v_btype " 'BCOL' ( whether the image is in color or black and white )
    RECEIVING
    p_bmp = v_field
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    OTHERS = 3.
    g_logo = v_field.
    IN the context of adobe form i created graphic and mentioned type as graphic content.In the field name i gave g_logo and mime type as bmp.
    In the layout i created a image field and binded with the graphic. As soon as bind it the field  type is  changed from image type to text field.How to solve it?
    pls help me.
    regards,
    sreelakshmi.

    Hi Sreelakshmi,
    please refer to this link,
    http://www.saplcc.com/ABAP
    it may useful to you..
    Regards!!!

  • Adobe forms: Printing Images (logos)

    Experts,
    Logo from Adobe form (PDF) preview prints sharp and colorful, when printed from the PDF (print-preview) reader. But when issuing output from SAP directly, the image is all messeed up and pixellated. Despite using all possible image formats - TIFF, GIF, BMP and PNG of 300 dpi resolution the print output when issued from SAP message processing has the logo image unclear.
    Any ideas why?
    Does it have anything to do with the device type associated to printers in SPAD?
    NW
    Edited by: NW on Feb 4, 2009 10:22 AM
    Edited by: NW on Feb 4, 2009 1:15 PM

    Hello,
    i have had a similar problem with Smartforms.
    The solution then was that i saved  the image as 256-bitmap image (BMP).
    Maybe this works too for a adobe forms.
    Gr. Frank

  • Fetching a logo in the Adobe form

    hi all,
       i want to fetch a logo into the adobe form from sap server/application layer. for that i have used the image field and i have tried to browse the image from it but i was not able to ftech the logo/image from the server.
    could u all please help me out.
    Edited by: Rahul Gautam on Feb 8, 2008 6:47 AM

    put your image in the dest-->images folder and use the following coding:
    public static String getImageUrl(IPortalComponentRequest request, String imageName) {
    StringBuffer buffer = new StringBuffer(1024);
    HttpServletRequest httpRequest = request.getServletRequest();
    String protocoll = (httpRequest.isSecure())? "https" : "http";
    buffer.append(protocoll)
    .append("://")
    .append(httpRequest.getServerName())
    .append(httpRequest.getServerPort())
    .append(request.getWebResourcePath())
    .append("/images/")
    .append(imageName);
    return buffer.toString();

  • Logo does not appear on the printed adobe form

    Per the solution provided by Tejaswini
    Inserting a Graphic in adobe form using SFP
    I am able to upload the logo avaialble at SE78.
    I did the binding etc as per the thread above.
    But the print preview or print of the Form does not show the Logo.
    Does this have anything to do with the printer?
    Please advise.
    Thanks,
    Ven

    Are you referring to Adobe from?
    I am not able to see any SAP Logo in the library.
    Can you please elaborate a little more?
    Thanks,
    Ven
    SAP does not seem to support SE78 texts.
    Closing the thread.
    Thanks
    Edited by: Venkatabby on Jun 18, 2010 4:23 PM

  • Inserting  logo based on Company Code in Adobe Forms

    Hi All,
    I need to insert three different logos in adobe foms based on company code.
    Please help.
    Regards,
    Sreelakshmi

    Hi,
      Thank you very much for your reply. I need to pass logo from interface. Can you please tell me how to include logo field in the form interface.
    regards,
    sreelakshmi.

  • Adobe form Logo does not display

    hi Adobe masters,
    I  am trying to upload logo onto my adobe form.... I have inserted image but when i view from the output the logo is not displayed.
    when i right click the image i cannot see OBJECT to bind it.
    where have i gone wrong...how can i display the logo...
    thank you,
    pasala.

    Hi,
    Enable the check box 'Embed Image Data' property for Image field.
    Regards
    Srikanth KV

  • Adobe Form Logo Edit(Modify) Problem in Travel Request Form of ESS

    Dear Experts
    We have the ESS working in which travel Request form has got the logo of IDES (Adobe Form) thatb come from the t-code: TRIP. My query is to remove that logo and print our company's logo on the same. After doing many effort to change that logo, I am not able to make change on that Adobe Form. Please suggest how could we achieve that?
    Regards,
    Akg
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 25, 2011 11:39 AM

    Hi,
    As per your code, you are seletcing data from BSEG table as 'SELECT * FROM BSEG'.
    BSEG is a cluster table. Its better to use only selected field from this table during select query.
    Other than this run your program in SE30 and check analysis for the queries taking more time.
    Better to modify them, tune them and re transport the program in production.
    Regds,
    Anil

  • Adobe Form Logo Edit(Modify) Problem

    Dear Experts
    We have the ESS working in which travel Request form has got the logo of IDES (Adobe Form). My query is to remove that logo and print our company's logo on the same. After doing many effort to change that logo, I am not able to make change on that Adobe Form. Please suggest how could we achieve that?
    Regards,
    Akg
    Moderator Message: Wrong Forum.
    Edited by: kishan P on Jun 9, 2011 4:02 PM

    Hi Srivijay,
    I guess output type configured for adobe form will help you.
    Have checked it with basis guy.
    Regards,
    Ashish Kaple

  • How to print watermark in adobe forms

    Hi Experts,
    I have one requirement where i need to print watermark on PDF invoice outputs. I am using adobe forms to print invoice.
    I am not sure whether logo needs to be used for printing watermark or text.? And please let me kow the procedure to use this in adobeforms.
    Thanks in advance.
    Regards,
    Dileep.
    Moderator Message: Search before you post.
    Edited by: kishan P on Jan 13, 2012 11:12 AM

    Hii,
    Try to add one more field for  text field for each line item and make sure use a flag .
    if the flag is true then make it visible use the below JavaScript code to hide a particular field.
    his script will hide the field in runtime if it is initial.
    hidden or presence make sure use the conditions as per the require to hide the text or to make it visible
    Enter the below JavaScript in the editor & Select the language as JavaScript. 
    if(this.rawValue == null)
      this.presence = "hidden";
    Edited by: Rajan.Dexter9 on Jan 20, 2012 12:17 PM

  • Prob in O/P with adobe forms

    HI,
    I am creating the table in Adobe forms using the subforms
    I am following the example in SAP TECHNICAL which is 6th one from top
    I couldnt paste the link as its not allowing me 2 do
    I places a logo on the page and below that I have a Table.
    The Table data is flowing up to 3 pages.
    The problem is that on the First page the data is comming correctly
    From the second page on wards the table data is coming from the starting of the page and Logo is overwritted.
    how to solve the problem
    regards
    Edited by: SAP LEARNER on Jan 30, 2009 10:38 AM

    solved by own

  • Inserting a Graphic in adobe form using SFP

    Hi all,
           by using Form & Interface in SFP Transaction
           i want to display a logo(image) not by using url(not images from hard disk), i want to use the image which is present in the sap (ie., i want to use the images in se78).  How can i achieve this????
    I used the following procedure, even though i couldnt achieve:
    1.      Select an existing node in the context, under which you want to create a graphic node.
           2.      In the context menu of the node, choose Create ® Graphic.
           3.      The system creates a graphic node under the selected node. Enter the required data about the graphic in the Properties window under the form context.
    You can choose from the following graphic types:
    ○       Graphic Reference
    Choose this option if you want to insert a graphic from its address (URL). The URL can point to a Web server or to a file system. You must be able to access the graphic at the specified URL. This means that you may have to configure appropriate access rights for Adobe Document Services (ADS). Graphics stored in MIME Repository cannot be accessed through a URL. To use these graphics, choose Graphic Content.
    ○       Graphic Content
    Choose this option if you want to specify graphic content using a field. This field contains all image information at runtime. The graphics must be in MIME Repository.
           4.      The entries you need to make depend on whether you chose Graphic Reference or Graphic Content in the last step.
    ○       If you have chosen Graphic Reference as your graphic type, enter the URL of the graphic.
    Note
    In Adobe LiveCycle Designer, you can choose whether the system gets the graphic at runtime, or whether the graphic is embedded in the form. For more information, see the online help in Adobe Designer.
    ○       If you have specified Graphic Content as your graphic type, you must do the following:
    ■       In Field, enter a field name from the interface.  The field must have the type STRING (graphical data is Base64-coded) or XSTRING (for binary-coded graphical data).
    ■       Enter a valid MIME type, such as u2019image/bmpu2019.
           5.      Under Conditions, enter the prerequisites that need to be met before the graphic node is processed at runtime and displayed in the form.
    I cant get the image....................................
    Please provide the step by step details.....
    Thanks,
    Vichu

    The correct code is as follows,
    REPORT  ZTEST_GRAPHIC_MIME.
              Data Declaration           ***
    DATA: fm_name TYPE funcname,                              " Captures the Generated Function Module name
          w_sfpoutputparams TYPE sfpoutputparams,             " Print and Spool Dialog settings
          w_docparams TYPE sfpdocparams.                      " Print and Spool Dialog settings
    DATA: w_binary TYPE xstring,                              " Contains converted logo
          w_base64 TYPE string,                               " Contains image type
          v_name type STXBITMAPS-TDNAME.                      " Contains logo name which is in se78
              Function Modules            ***
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'                   " Will contain the name of generated Function Module Name...
      EXPORTING
        I_NAME                     = 'ZTEST_GRAPHIC'
    IMPORTING
        E_FUNCNAME                 = fm_name
      E_INTERFACE_TYPE           =
    CALL FUNCTION 'FP_JOB_OPEN'                               " To Open the Form for Printing...
      CHANGING
        IE_OUTPUTPARAMS       = w_sfpoutputparams
    EXCEPTIONS
       CANCEL                = 1
       USAGE_ERROR           = 2
       SYSTEM_ERROR          = 3
       INTERNAL_ERROR        = 4
       OTHERS                = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    v_name = 'ENJOY'.                                         " Name of the logo as in se78
    w_base64 = 'image/bmp'.                                   " Image Type
    CALL METHOD CL_SSF_XSF_UTILITIES=>GET_BDS_GRAPHIC_AS_BMP  " Get a BDS Graphic in BMP Format (Using a Cache)
      EXPORTING
        P_OBJECT       = 'GRAPHICS'
        P_NAME         = v_name                               " Name of the logo as in se78
        P_ID           = 'BMAP'
        P_BTYPE        = 'BCOL'                               " BCOL'( whether the image is in color or black and white )
      RECEIVING
        P_BMP          = w_binary
      EXCEPTIONS
        NOT_FOUND      = 1
        INTERNAL_ERROR = 2
        others         = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION fm_name                                     " Generated Adobe Form Function Module(/1BCDWB/SM00000173)...
      EXPORTING
        /1BCDWB/DOCPARAMS        = w_docparams
        GRAPHIC_BINARY           = w_binary
        GRAPHIC_BASE64           = w_base64
    IMPORTING
      /1BCDWB/FORMOUTPUT       =
    EXCEPTIONS
       USAGE_ERROR              = 1
       SYSTEM_ERROR             = 2
       INTERNAL_ERROR           = 3
       OTHERS                   = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'FP_JOB_CLOSE'                              " To Close The Form For Printing
    IMPORTING
      E_RESULT             =
    EXCEPTIONS
       USAGE_ERROR          = 1
       SYSTEM_ERROR         = 2
       INTERNAL_ERROR       = 3
       OTHERS               = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • How to make a condition check on footer text in adobe forms ?

    Hi all,
    I have a requirement where I need to change the existing footer text in the adobe form ( text is hardcoded in the layout ) .
    I need to put a condition where new text can be placed or the existing text . Is this possible in the layout only ?? Because the text is hardcoded . I dont want to do programming in the interface for such a small req . Its a urgent req . So please advise .
    Thanks
    Barun

    Hi Barun,
    Using Javascript in Adobe, we can hide the footer. Please find the document below.
    Using Java Script in SAP Adobe forms to dynamically select Logo / Image on the basis of a field value
    Regards
    Rajkumar Narasimman

  • Inserting Images in Adobe Forms

    hi all,
    My requirment is that i need to print three diferent logos in a single form by validating them with the company code.
    i have to print the respective company code logo in the adobe form how can i do that and tell me the steps for the formcalc coding.
    Thanks in advance.
    M.Phanindra

    Hi Phanindra,
    Place the All Images in Form and Go to the Form Ready Event ,
    Initially Hide all the images,
    Assume,
                       image1.presence = "hide"
                       image2.presence = "hide"
                       image3.presence = "hide"
    Place the one textfield for validating images,
    Goto the Exit event of the textfied, there u will write a code for visibility,
    if (textfield1.rawValue = "1") then
             image1.presence = "visible"
    else if (textfield1.rawValue = "2") then
           image2.presence = "Visible"
    elseif (textfield1.rawValue = "3")then
          image3.presence = "visible"
    endif.
    This code,  may help for u,
    By
    Parthi

Maybe you are looking for

  • How do I change where a new tab opens?

    When I used to open a new tab, it would be a blank page. Now, a new tab opens to the AVG Secure Search page. How can I change it back or change it to, say, the Google search page? Thx.

  • SAP:Code area="MAPPING" EXCEPTION_DURING_EXECUTE /SAP:Code

    Hi Experts. I'm tryin to make a JDBC Synchronous escenario, i want to UPDATE data from table in DB2 AS400, and the JDBC Update instruction returns the total of the register updated. All the configuration It's ready, but when I send the Update instruc

  • There is no option to update my phone to ios 7

    The option to update to ios 7 was there all day but i wasnt home so i didnt have wifi to do it. Now i have wifi and the option isnt there anymore. I even tried turning off my wifi and a view times an error came up but now its back to nothing at all.

  • Wrong name in cheque

    Hi all, I am facing a strange problem.when I am running F-58, the check is generating with wrong vendor name and wrong vendor code. What could be the possible reason? Vijaya

  • Support for ShopBlackBerry purchased devices?

    I am on ATT and purchased a BBZ10 STL100-3 from shopblackberry.blackberry.com and am having problems. The support webpage located at: https://store.shopblackberry.com/DRHM/store?Action=DisplayContactFormPage&SiteID=bbrryus&Locale=en_U... says -------