Company-based Logo on SMARTFORMS/Sapscript

Dear SAP Experts,
Is there a way to assign a logo dynamically depending on the company where the document was created?
Please advise and thanks!

Hello,
Yes dynamic logos can be displayed based on the company code.
The better solution will be maintain a Z table which will contain all the fiels you need to do the validation and also the logo name.
Eg table
table z_logo.
fields
company code
logo name
and now maintain the logo in the sap system, so now write an select query with where clause company code and get the logo name.
Now pass the logo name as &ZXYZ& in the graphic window.
please note that &ZXYZ& is the value that had been retrieved from Z-table that you had created, and field is logo name.

Similar Messages

  • Printing LOGO on smartform based on Printer

    Hi All,
      I want to print LOGO on my smartform(PO) based on a Printer which i am using.If i use one perticular printer(PRIMO) i should get the LOGO and for other Printers it should not appear.Will it be possibel to control the printing based on a printer condition? if yes please suggest me where i can add these conditions.
    If u need any further information please revert back to me.Thanks in Advance.
    Best regards,
    Shanker.

    Hi,
    Based on the device type in OUTPUT_OPTIONS in smartforms interface find out the printer name and write logic for printing appropriate LOGO in smartform.
    Regards,
    Raju.

  • Migration of Smartforms / SAPScript forms from SAP R/3 4.7 to SAP ECC 6.0

    Dear Members,
    We are in process of re-implementing SAP with SAP ECC 6.0 from SAP R/3 version 4.7
    We have created many layouts using SAPScripts & SAP Smartforms in SAP R/3.
    My question is, are there any migration tools available in SAP ECC 6.0 in the form of function modules, BAPI etc to convert existing forms of Smartforms / SAPScripts created in SAP R/3 4.7 to SAP ECC 6.0 ?
    Or do we have to design all existing forms created in R/3 once agin in SAP ECC 6.0 ?
    We request our dear members to share their views on the above mentioned problems faced by us in the re-implementation project
    Thanking you,
    With best regards,
    K. Rangarajan
    ABAP Programmer
    Strides Arcolab Limited
    Bangalore, INDIA

    Dear Friend,
    As per our consultant's view, we are not upgrading from SAP R/3 4.7 to SAP ECC. We are re-implementing; that is, we are going to implement SAP ECC as if we are doing it for the first time ever in our company. This is due to drastic organizational changes happend in our company. So, upgrading from R/3 is not feasible solution, according to our consultants.
    So, we have to re-configure all settings in SPRO manually in ECC based on our new business scenario. There will be new company codes, plants, business area etc., which will be totally different from existing R/3 system.
    But the template definitions of the existing forms maintained in SAPScript / Smartforms will remain same.
    There are 50+ forms (boith SAPScript / Smartforms put together) and manual re-designing of all those forms will be tedious within the scheduled date of GO Live.
    In that case, to avoid re-designing, what is the best method that can prevent manual re-design of Smartforms?
    For SAPscripts, I got some good news from our some of our dear forum members.
    Thanking you,
    With best regards,
    K. Rangarajan

  • Print Logo on PO Sapscript for specific Pur Org.

    Hello Experts,
    Business has a requirement to print our company Logo on PO Sapscript for certain Purchasing Orgnizations. We have a Z version of MEDRUCK. Honestly, I have never worked on Sapscripts before.
    When I looked at the Print Program it has the following Includes:
    INCLUDE ZM06PTOP.
    INCLUDE ZM06PF01.
    INCLUDE ZM06PF02.
    INCLUDE ZM06PF03.
    INCLUDE ZM06PF04.
    INCLUDE ZM06PFVA.
    INCLUDE ZM06PE01.
    INCLUDE ZM06PF05.
    INCLUDE ZM06PF06.
    So I was wondering Is it possible to add logo based on POrg? If Yes, where should I insert (which include) my code for printing the Logo(based on Pur Org)? I assume that I need to create 1 more window?
    Please let me know.
    Thanks.

    1 - You need to upload the logo to sap. To do that, use the program RSTXLDMC. Logo extension file must be a TIF or TIFF.
    2 - Create a window on first screen. Call that window as LOGO.
    3 - On LOGO window, put the logic to change the logo accordingly to Pur. Org doing like the code below.
    /:IF &EKKO-EKORG& = 'XXXX'
    /:  INCLUDE ZHEX-MACRO-LOGOXXXX OBJECT TEXT ID ST
    /:ENDIF.
    /:IF &EKKO-EKORG& = 'YYYY'
    /:  INCLUDE ZHEX-MACRO-LOGOYYYY OBJECT TEXT ID ST
    /:ENDIF.
    Be attention that ZHEX-MACRO-LOGOXXXX (or YYYY) is the name of logo on databse and ST is the language. That is not so nice to do because you need to upload logo several times until you have a good size and quality.
    I hope my instructions help you.

  • How to upload a  logo in smartforms

    can anybody tell me how to upload logo in Smartorms

    Hi,
    Inserting Logo in SmartForm
    Follow the given steps in order to add a logo,
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) User TCode SE78 to upload new pictures and logos.
    or----
    u can
    Try executing program RSTXLDMC program. There also you can upload a graphic.
    Run RSTXLDMC
    Enter file name C:\MAIL\COMPLOGO.TIF
    Resolution for Tiff file
    Absolute X-position
    Absolute Y-position
    Absolute positioning
    Reserved height
    Shift to right
    UOM = CM
    Text title
    Line width for text = 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Postscript scaling
    Width & Height according to PS scaling
    Number of Tiff gray levels (2,4,9) 2
    Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Window type CONST
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally u can make use of the text name and text id to print the logo.
    Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed !
    Go thru this,
    http://www.zebra.com/id/zebra/na/en/documentlibrary/misc/sap_smartforms_technical.File.tmp/SAPSmartFormsVersion3.pdf
    Refer these threads,
    How to upload logo in Smartforms.
    logo insertion in smartform..
    Regards,
    Padmam.

  • Enter Logo in Smartform

    Hi All,
    Can anybody guide me to enter logo in Smartform.
    I want to print one logo on inspection setup print program.
    Please suggest me the steps to do the same.
    Regards,
    Deepak.

    Hi,
    Inserting Logo in SmartForm
    Follow the given steps in order to add a logo,
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) User TCode SE78 to upload new pictures and logos.
    or----
    u can
    Try executing program RSTXLDMC program. There also you can upload a graphic.
    Run RSTXLDMC
    Enter file name C:\MAIL\COMPLOGO.TIF
    Resolution for Tiff file
    Absolute X-position
    Absolute Y-position
    Absolute positioning
    Reserved height
    Shift to right
    UOM = CM
    Text title
    Line width for text = 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Postscript scaling
    Width & Height according to PS scaling
    Number of Tiff gray levels (2,4,9) 2
    Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Window type CONST
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally u can make use of the text name and text id to print the logo.
    Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed !
    Please reward points if useful.
    Regards
    rose

  • Logo missing in sapscript  output - Authorization issue

    Hi,
    We have our company logo in the sapscript. When the script is generated and printed with a user which has SAP_ALL Authorizations the logo gets printed. But if it is printed with a user with Z Roles it doesnot get printed. Neither it is seen in the Print preview.
    Please let me know the authorization object related to this issue.
    Thanks,
    Tanuj

    Hi Tanuj,
    What do you see in ST01 authorization trace ? Any objects with RC-04 ?
    Regards,
    Mike

  • Difference between HR Forms Smartforms sapscript and PE51

    Hai all,
      Could anyone give me the exact difference between HR Forms Smartforms sapscript and PE51.
    Thanks in advance,
    S.Jenibalet.

    HR Forms
    The Layout Editor can be used is Adobe Designing tool or Smart form Tool.
    The HR Forms Workplace (which will be called the Forms Workplace from now
    on) will enable you in future to create flexible reports with an attractive layout for HR master data,
    personnel time data, and payroll results.
    Smartforms
    SMARTFORMS as the SAPScript successor tool is also used to generate formatted documents which can contain logos, tables and other formatting objects. And this documents can look like a pre-printed documents that normal ABAP codes cannot possible.The SAP SmartForms replace the SAPscript forms. SAP SmartForms offer the following advantages: 1)Creating and maintaining forms requiring half the time 2) Adapting forms without any programming knowledge due to entirely graphical user interface 3) Web Publishing using the generated XML output Here you will get some SAP SMARTFORMS tutorials and PDF guides to download.
    You use SAP Smart Forms to create and maintain forms for mass printing in SAP Systems. As
    output medium SAP Smart Forms support a printer, a fax, e-mail, or the Internet (by using the
    generated XML output).
    sapscript
    SAPSCRIPTS are used to generate formatted documents which can contain logos, tables and other formatting objects. And this documents can look like a pre printed documents that normal ABAP codes cannot possible. SAPscript comprises these five components: 1)an editor for entering and editing the lines of a text. 2)styles and forms for print layout. 3)the composer as central output module. 4)a programming interface 5)several database tables for storing texts, styles and forms. Here you will get some SAPSCRIPTS tutorials and Pdf guides to download.
    PE51
    There are Limitataions for PE51.You can use only for HR module specifically for Payroll.

  • Can anyone suggest a app or programme for creating a simple text based logo with a font I already own?

    Hi.
    I run my own company and would like to create my own simple text based logo using a font I've downloaded. Can anyone suggest an app or programme that will be simple enough for a dunce like me to create vectored graphics and reliable enough to create something professional and usable, please?
    Thanks.

    I believe if you copy the font into the font folder, any application should be able to use that font.

  • Is it possible for me to swap out the apple logo in the message screen saver with my company's logo If so, how? Thanks!

    Is it possible for me to swap out the apple logo in the message screen saver with my company's logo? If so, how? Thanks!

    How long will my iPod service take?
    If you choose to use the Online Service Assistant, or service via Apple Technical Support: If your iPod is not personalized, you can expect service to be completed within approximately one week from the time you send your iPod to Apple. If your iPod is personalized, you can expect service to be completed within approximately ten calendar days from the time you send your iPod to Apple.
    Attention iPod shuffle customers: Service for iPod shuffle is performed by means of an express replacement program, via Online Service Assistant or Apple Technical Support. For more details, please review the Express Replacement Service tab on the left.
    Above from:
    Apple - Support - iPod - Service FAQ
    If it is caused by a hardware problem there is nothing you can do to prevent it from recurring unless it was caused by abuse like from dropping the iPod.
    Otherwise make sure you ask apple how they fixed. it.

  • Need info about text elements used in Smartform / Sapscript

    Hi experts
    I am working on Smartform / Sapscript i am facing the problem mentioned below
    I want the info regarding all the text elements used in Form / Script
    Can u please suggest me the name of table
    I have already used STXH table but it is not giving me the all text elements
    I mean i want that if i enter some formane ...i should get all the text elment contained in it
    Plz help me
    Thanks

    Hi Gaurav,
        Try out the fn module "READ_TEXT".
    Hope it helps you.
    Regards,
    CS.
    Note: Reward points if helpful.

  • How to define an action which generates a pdf based on a smartform formular

    Hello everybody,
    I am looking for a solution to define an action which generates a pdf based on a smartform formular (my printer
    is LOCL and there will be no other printers in the system defined).
    With the standard print action for the smartforms formular nothing is printed on printer local.
    Best regards,
    Angelika

    Hmm, no replies yet...
    Am I in 'uncharted territory' with this issue?

  • How to attach logos in smartforms using standard text??

    logos in smartforms using standard text

    Hi,
    After going into SO10>Menu Bar->Include->Graphics-->Select the logo you have to include that in the standard text. ->save->Activate.
    IN the smartform.
    Create a Logo Node and fill the information in the right side under general attributes.
    Name---Standard text name.
    Object
    Id.
    You can upload the logo using SE78.
    Thanks,
    Sree.

  • PICKING LIST SMARTFORMS/SAPSCRIPT

    Hi Friends,
    Can someone tell me what is the Smartform/sapscript for 'Picking List'. I guess the tcode is VL10B to print form. Also what are the config.
    I will defintly reward points for any useful answers

    Hi,
    I did the quick search in my SAP System and i found 3 layouts
    layout name is SD_PICK_LAB_TXT  and Driver program name is   RVADKE01
    layout name is SD_PICK_COLL  and Driver program name is          RVADSK01
    layout name is SD_PICK_COLL   and Driver program name is         RVADSK01
    Regards
    Sudheer

  • Adding company's logo in the Page

    Hi,
    I added company's logo like this:
    In the PageLayoutRN --- CorporateBrandingImage-- Image URI-- /OA_MEDIA/company_logo.jpg.
    But unfortunately i can't see the logo when i ran the page locally. Do i need to setup anything..?
    If i deploy this page to the application server do i need to set up anything..?
    Please please help.
    Thanks

    There are couple of things you should note,
    1. You should place your image under $OA_MEDIA in the env or jdev wherever you are testing
    2. You can use personalization to modify the corporate branding image name which will pick your new image. This will only be applicable for the current page which you have personalized.
    If you want to do the corporate branding change globally across all pages,
    1. You can rename the FNDSSCORP.gif and make your new branding image name as FNDSSCORP.gif in $OA_MEDIA, this will replace the corporate branding globally.
    2. We introduced a profile, Corporate Branding Image for Oracle Applications in one of the 11.5.10 RUPs which provides a clean way of replacing corporate branding globally instead of renaming FNDSSCORP.gif. If you are on a lower version and donot have this profile then the only way to do that is the first point.
    Note - There is another advantage of using the profile, in 11.5.10 we have three brnading sizes controlled by FND_BRANDING_SIZE and the images needs to be of different sizes for each option. If you simply rename without considering this your branding might look distorted. With the profile we make sure to fit size of your branding image.

Maybe you are looking for

  • Mac mini won't boot anymore

    My Mac mini won't boot anymore. It's been running fine for months. It's running Leopard Server 10.5.2 Build 9C31 It starts to boot, I get the first spinning gear with the gray screen, then the blue desktop blinks, then a second spinning gear on a gra

  • Distorted sound using headphones with my iPhone 4

    Hello, I have a strange and very annoing problem that I am currently experiencing with my iPhone 4. Basically I have a problem where when I insert my Headphones (The Genuine Apple Headphones with Mic) into the iPhone 4, every now and then I hear popp

  • To create and configure a community in a customized UI

    Hi, We are currently working on a customized UI where the client can create and configure a community in WCI. Is there any possibility to call several special APIs like 'Get, Create and Modify Experience Definition', 'Get, Create and Modify Community

  • Question about waveform chart time scale

    Hello, I have question regarding to time scale on my chart, I want  it to show the actual measured time, for example  from 0-30 seconds, but instead my minimum value is 302654789854 . Please help me to fix it. Regards , Stella Deheryan

  • Vdisk gets converted to type fixed from expandable during installation to native VHD...

    I've tried everyway to Sunday to get work-arounds for this but I'm stumped... I am breaking into the Windows 8.1 with Update installation after adding my license, and creating a setup to use Native VHD to install to. I create a vdisk type=expandable,