Font upload in SAP

Can you please provide me with the steps required to upload a true type font in SAP.
I have tried using transaction SE73 but somehow i do not get the desired effect of the fonts when viewed through the output of a smart form.
A document detailing this subject would be helpfule if you could direct me to a link.
Regards
Gerson

HI,
Lets suppose that u want to upload the verdana font.
goto se73 transaction
click the system font radio button
now click the last button true-type font installrein
u will be asked to enter the family name
give ZVERDANA
Now u need to upload 4 files
Normal
Bold
Bold-italic
and italic
while uploading the normal verdana do not check any boxes
execute the program and u will be prompted for the file
u can get it from c\windows\fonts
type in the file name which will be verdana.ttf
now the normal font is uploaded
for uploading bold, check the bold check box and upload verdanab.ttf
same is for italic and bold italic
Each time u try to add a new file to same name ZVERDANA it will prompt u. Click the Y button to include the 4 files under the same name ZVERDANA
Hope u r clear
Reward if useful
Regards,
Anoop

Similar Messages

  • Add new font types to SAP GUI

    Hi,
    I'm trying to add new font types to SAP GUI to be available to edit smartforms and mail forms, but, after I do the upload in SAP system (by SE73 transaction)of ARIAL font, when I associate it to a smartstyle, what really appears with ARIAL name is a Times New Roman font example.
    Greetings,
    Nuno Moreira

    Hi Nuno,
      Maybe this question isnt corresponding with this forum. But I have a thread with the answer... look at
    Re: Adding a new font for SAPscript/SMARTFORM output
    Regards.
    Manuel

  • Download Font file from SAP system to local system

    Hi,
    How to download Font files (.TTF) from SAP to local system.
    Is there any Reports or Tcodes available?
    I need to download font from one SAP system and upload it to another system.
    I am referring to Russian fonts.
    Kindly help me.
    Thanks

    Hi,
    use the FM 'CAT_DOWNLOAD'
    i think this will help
    Thanks

  • Arial unicode ms font printing in sap scripts

    Hi all
    I am supposed to use arial unicode ms font in my sap scripts.
    I am aware of uploading the font file available in control panel through SE73.
    All I wanted to know is the exact RTF format to be given for Arial unicode MS while uploading.
    Please advise.
    Best regards
    Nivetha.

    Hi,
    The procedure to get the correct RTF text is described in the following SAP note:
    130658 - SAPscript: New fonts in the PC Editor
    Regards,
    Aidan

  • I need the Log Report for the Data which i am uploading from SAP R/3.

    Hi All,
    I am BI 7.0 Platform with Support Patch 20.
    I need the Log Report for the Data which i am uploading from SAP R/3.
    I extract the DATA from R/3 into BI 7.0 DSO where I am mapping the GL Accounts with the FS Item.   In the Transformation i have return a routine on the FS Item InfObject . I am checking the Gl code into Z table for the FS Item .
    I capture the FS item from the Z table then update this FS item to Infobject FS item.
    Now i  need to stop the Data upload if i do not find the GL code in the Z table, and generate report for all GL code for which the FS item is not maintained in the Z table.
    Please suggest.
    Regards
    nilesh

    Hi.
    Add a field that you will use to identify if the GL account of the record was found in the Z table or not. Fx, create ZFOUND with length 1 and no text.
    In your routine, when you do the lookup, populate ZFOUND with X when you found a match (sy-subrc = 0) and leave it blank if you don't find a match. Now create a report filtering on ZFOUND = <blank> and output the GL accounts. Those will be the ones not existing in the Z table, but coming in from your transactions.
    Regards
    Jacob

  • Excel Format File Upload in SAP APO 4.0

    I have an file on desktop with .xls format. This file I need to upload in SAP ztable in APO .... kindly suggest the various techinques availabe for this....
    kindly find the attached code for the same which I have written..... request you to suggest on this...
    This APO is not supporting following Function module
    1. KCD_EXCEL_OLE_TO_INT_CONVERT
    2. ALSM_EXCEL_TO_INTERNAL_TABLE
    I am attaching the code...
    EPORT ZTEST_EXCEL NO STANDARD PAGE HEADING MESSAGE-ID zsn.
    DATA: Begin of i_temp occurs 0,
           Z_LOCATION like ztest_tran-z_location,
            z_product  like ztest_tran-z_location,
            Z_0_30_DAYS like ztest_tran-Z_0_30_DAYS,
            Z_31_59_DAYS like ztest_tran-Z_31_59_DAYS,
            Z_OVER_59_DAYS like ztest_tran-Z_OVER_59_DAYS,
          End of i_temp.
          data : i_temp1 like i_temp OCCURS 0 WITH HEADER LINE.
          DATA : begin of itab_file occurs 0,
            line(255) type c,
          end of itab_file.
    DATA: v_file type string.
    selection-screen begin of block b1.
    parameters: fl_file like rlgrap-filename lower case.
    selection-screen end of block b1.
      v_file = fl_file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = V_FILE
       FILETYPE                      = 'ASC'
      HAS_FIELD_SEPARATOR           = ' '
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        DATA_TAB                      = I_TEMP
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

    ..........

  • Change font size in sap script

    hallow
    i wont to change the font size in sap script to larger fonts how i do that?
    regards

    Hi,
    Try the following:
    Go to Tcode SE71.
    Provide the script name & Selct the 'Character Format" Radipobutton from the Subobject tab.
    Now go for Change.
    There is a Font Button on the rght hand side. select it & here you have Size field. Provide the size of font you want to change.
    Same thing you can do for Paragraph format.
    Reward points for helpful answers.
    Ashvender

  • Different template upload in SAP

    Dear All
    My Client have following business scenario they are in supply & installation different type of services for this they get different type of inquiry from different type of customer in Excel worksheet called as BOQ (Bill of quantities) templates. Each templates of customer show a discrepancy to other templates and in templates from customer contain different picture, outline, filter and merged columns. We request the client to provide us standard templates so to upload BOQ from standard templates to SAP can possible easily but demand of customer was when they get any inquiry from customer in Excel worksheet it straight way upload in SAP without any check in Excel worksheet.
    Can you put your inputs on this?    
    Regards

    1. RG1 2. RG23A Part I 3. RG23A Part II 4. RG23C Part I 5. RG23C Part II 6. PLA
    In J2I5 Trxn code you can see all the Excise Registers.
    Regards,
    Ashok

  • Bulk upload in SAP DMS

    Hi
    Can anybody explain me how to do bulk upload in SAP DMS. I want to prepare the metadata (with original file path) in Excel sheet and it has to be uploaded in SAP DMS along with original file.
    Thanks & Regards
    Harrshini
    Edited by: Harshini.A on Sep 29, 2010 8:54 AM

    Hi
    The original files are saved in our local drives (for example C: drive) and the file paths are mentioned in a excel sheet.  Can anyone explain how to move these files into content server and and store the corresponding content server file paths.
    Regards
    Harshini
    Edited by: Harshini.A on Oct 20, 2010 4:25 PM

  • Where are user FONTS stored in sap

    Hi All,
    I would like to know where are the user fonts stored in sap gui? Actually the user is having issues with changing fonts size. Please let me know if FONTS are stored under the below mdb file.
    C:\Users\User ID\AppData\Roaming\SAP\SAP GUI/saphistory%username%.mdb
    What data is stored in this .mdb file?
    Please help.
    Thanks in Advance.

    Hi Rahul,
    SAP GUI for Windows takes the font settings for the title bar, menu bar, and menu options from the
    Windows operating system
    Refer SAP help for more details
    Settings in SAP�GUI for Windows for Users with Visual Impairment (SAP Library - Getting Started - Using SAP Software)Imp…
    For Managing fonts on Windows platform, refer to below links
    http://support.microsoft.com/kb/314960
    How to Install Fonts on Windows 7: 4 Steps - wikiHow
    http://www.sevenforums.com/tutorials/1076-fonts-delete.html
    Hope this helps
    Regards,
    Deepak Kori

  • DATA UPLOADING IN SAP SYSTEM

    What is the meaning of data uploading in SAP system?Which TCode is used and how it is done?

    Data Uploading : This is uploadig the master datas like material master,BOM,Routing etc from a legacy system or new created in uploadale format.
    Then using the uploading tools like SCAT,LSMW,BDC ETC the datas would be uploaded.
    When you first set up SAP landscape the system will not have any datas and configuration it will be a plain box.
    So configuration has to be done by the consultants and later all the master datas,static and dyanamic datas etc has to be uploaded to start working on SAP

  • Mass Data upload in SAP from 3rd party system

    Hi Experts.
    Can anyone help me how to do mass data upload in SAP. Actually, when any new joining is done, a form is being filled by employee(joining form), and that data is finally updated in SAP manually using various infotypes. Now, i m planning to make that form available in webpage. The employee will go to the webpage, fill the data , also the HR will fill the required fields, and once the form is complete, the data will get updated in SAP, in resp. infotypes. Like personal details in infotye 2, address in infotype 6, bank details in 9 and so on, in a single shot. Is there any BAPI or something like that, using which this can be achieved.
    Thnx
    S Kumar

    You can try BAPI_BANK_CREATE for IT0009, BAPI_ADDRESSEMP_CREATE for IT0006 and BAPI_PERSDATA_CREATE for IT0002. Otherwise, you can also use FM HR_MAINTAIN_MASTERDATA to create any infotype.
    Have a look also at the Life and Work Events functionality in SAP Portal (http://help.sap.com/erp2005_ehp_04/helpdata/EN/f6/263359f8c14ef98384ae7a2becd156/frameset.htm)

  • Uploading  a SAP Script

    Hi Guys,
    I am trying to upload an SAP Script from a .txt file which was downloaded previously from another system. That system is no more available for me so this is the only way fro me to access this SAP script.
    My query is that every time i try to upload the script i encounter the following message.
    SAPscript Export to Dataset / SAPscript Import from Dataset                    1
    Start SAPscript Transporter RSTXR3TR *******
    Transport object FORM ZFIF_F008_DUNNIN is being processed
    Language vector used: ED
    Original language was set to E
    Definition E imported
    Language E imported
    Language vector does not allow export/import of foreign language I
    Object imported and activated
    001 warning message(s) appeared during import
    Please help me with this. Useful replies will be duly rewarded

    Yes the SAP script i am trying to create has the same name in the text file...
    Also the script isnt getting transported.... its says sucessful but i cant find it in SE71.
    It says SAP Script is inconsistent with the text file... i cant display nor change it

  • The Backflush information is not uploaded in SAP platform

    Hi all,
    I am unable to interprit the sentence "The Backflush information is not uploaded in SAP platform". can anybody explain me what is that and how to achieve that.
    Thanks,
    Amar Y.

    So I guess these are the words from the users.. am i right.. I gues its something relevant to backflushing..
    Like Quantity of consumption through backflushing etc.. If you want such info just get back ..
    I think the users are not aware of the information regarding backflushing or the backflushing data like ( Backflush indicator in MRP views are not yet updated or specified for the materials)

  • I need upload Training sap tutor file

    Hi All,
    I need upload Training sap tutor file(.sim), and it should be restricted by user leave, user should not able to copy the file and should not print(we controlled in Tutor file level).

    Hi,
    Authorizations can be restricted by making use of authorization tab provided in DIR..
    Authorization role : Superuser per Object Category and Activity - ACO_SUPER can be used..
    Thank You,
    Manoj

Maybe you are looking for

  • Video iPod Wont Show Up on iTunes 6.0.1 something

    halo ive got a fifth generation video ipod, and i think ive got itunes 6.0.1 or something of the sort, and whenever i hook it up to my computer via usb, the ipod displays the "do not disconnect" symbol but wont show up on itunes. what the heck do i d

  • Custom search policies: remote authentication, local user data?

    I'm feeling optimistic this morning, but I fully expect the answer to this question to be no. I've just read "Open Directory Administration", in particular the part about custom search policies. What I would like is an Open Directory server that uses

  • How do you transform a 2d scaled data type to a waveform data type?

    I'm using a daqcard 6024e with labview 6.1 pds. I'm modifying an example VI called Cont Acq to Spreadsheet File.vi. I wanted to run an fft on the data coming from the AI Read VI but that data is a 2d scaled array. The Array to Spreadsheet String VI w

  • ABAP Object Oriented issue

    Hello, The codes below works fine from a stand alone ABAP program. TYPES: BEGIN OF v_level_text,             level type /BI0/HPROD_HIER-tlevel,             text  type /BI0/TPROD_HIER-txtlg,            END OF v_level_text. DATA: i_level_text type tabl

  • The sound on my Iphone 4s is not working. what should I do to fix it?

    So randomly the sound on my iphone will not work. Sometimes it will work for short periods of time but then the sound bar will disappear and i'm not sure why...help please!