PO Print out and data issue in Aribic Language -AR

Hi Guru,
Thanks in advance..........
I am facing problem in PO print out in AR language.
When i print Compnay phone no. of PO in E language is printing correct like - +962 4400402
But i select message type 'AR' then Company Phone No. printing like this - 96264420404+.
Can any one can suggest we have any FM for converting telephone no. in AR language in same format - like +962 4400402.
Regards
Durgesh

Hi,
I think it is the issue of text wrapping.
Are you using different text elements to display this text or same in both languages?
Thanks,
Archana

Similar Messages

  • Font is changed when print out and other issues

    Hi,
    I need help with some of my issues with Diadem. I am quite new with Diadem. 
    I use Diadem to generate report from teststands. The data is passed from Teststands - VI using Diadem connectivity toolkit and a VB script is called to generate PDF and print out the computer.
    1. First issue: the font on the diadem looks different with the one is printed out or in pdf. The font in pdf is bigger than in Diadem. You can look in my screenshot.
    2. Second issue: sometime it cannot export pdf and the error message is Cannot open the .pdf file.
    3. I need to get the channel name and the content of it in the script. Could you please tell me how to do it?
    Thank you for your help!
    Attachments:
    issue1-fontchanged.png ‏40 KB
    issue2-readonly.png ‏7 KB
    DataChannels.tdm ‏16 KB

    Hi NTT,
    I was able to print a PDF file that looks good, though perhaps the missing link for me is the master layout file you haven't sent yet:
    D:\G2\Scotsman_PS_EOL_Test_System\Software\Code\Support\Report\Scotsman-Ice Master Layout.TDRM
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    NONAME.pdf ‏35 KB

  • Print out a Date in a format I want

    Now if I print out a Date object, I will get something like "Sat Jan 01 00:00:00 CST 2005", but what I want is "1/1/2005". I tried to use the get methods to get the month, day, and year so that I can put them in a format I want. However, all the get methods have been deprecated. What will be a possible(maybe easy as well?) way to do it? Thanks.

    Something like:
    import java.util.Date;
    import java.text.DateFormat;
    import java.text.SimpleDateFormat;
    public class Test {
        public static void main(String[] args) {
            DateFormat df = new SimpleDateFormat("d/M/yyyy");
            Date now = new Date();
            System.out.println(df.format(now));
            // new for Java 5.0 - almost the same format
            System.out.printf("%te/%<tm/%<tY%n", now);
    }Note: If you're using Java 5.0, then you can use the new printf method for PrintWriters. However, this doesn't appear to have a formatting token for single digit months.
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html#dt
    Cheers, Neil

  • How to print out the data from the file ?

    hi all,
    i have upload my file to here :
    [http://www.freefilehosting.net/ft-v052010-05-09 ]
    anyone can help me to print out the data from the file ?
    the content of the file should be like this :
    185.56.83.89 156.110.16.1 17 53037 53 72 1
    and for the seven column is
    srcIP dstIP prot srcPort dstPort octets packets

    hi all,
    i have try to do this
    public static void Readbinary() throws Exception
              String file = "D:\\05-09.190501+0800";
              DataInputStream dis = new DataInputStream(new FileInputStream(file));
              //but then how to read the content ??????can you give me more hint ?????
    i have find the netflow v5 structure by C
    struct NFHeaderV5{
    uint16_t version; // flow-export version number
    uint16_t count; // number of flow entries
    uint32_t sysUptime;
    uint32_t unix_secs;
    uint32_t unix_nsecs;
    uint32_t flow_sequence; // sequence number
    uint8_t engine_type; // no VIP = 0, VIP2 = 1
    uint8_t engine_id; // VIP2 slot number
    uint16_t reserved; // reserved1,2
    struct NFV5{ 
    ipv4addr_t srcaddr; // source IP address
    ipv4addr_t dstaddr; // destination IP address
    ipv4addr_t nexthop; // next hop router's IP address
    uint16_t input; // input interface index
    uint16_t output; // output interface index
    uint32_t pkts; // packets sent in duration
    uint32_t bytes; // octets sent in duration
    uint32_t first; // SysUptime at start of flow
    uint32_t last; // and of last packet of flow
    uint16_t srcport; // TCP/UDP source port number or equivalent
    uint16_t dstport; // TCP/UDP destination port number or equivalent
    uint8_t pad;
    uint8_t tcp_flags; // bitwise OR of all TCP flags in flow; 0x10
    // for non-TCP flows
    uint8_t prot; // IP protocol, e.g., 6=TCP, 17=UDP, ...
    uint8_t tos; // IP Type-of-Service
    uint16_t src_as; // originating AS of source address
    uint16_t dst_as; // originating AS of destination address
    uint8_t src_mask; // source address prefix mask bits
    uint8_t dst_mask; // destination address prefix mask bits
    uint16_t reserved;
    but how to translate the structure to java,then get the data from the file ?
    Edited by: 903893 on Dec 21, 2011 10:52 PM

  • How to print out a date from the past

    I am trying to print out a date from the past but I cant seem to get It,
    Lets use for example Independece Day,
    How would you write the code in order to print out that exact date?

    Look at the
    [url=http://java.sun.com/javase/6/docs/api/index.html?
    java/util/Date.html]Date APIActually the Calendar class would be better to use, since you can set all the different fields from year to second, plus things like day of week, day of month, week of year, etc.
    too slow
    Message was edited by:
    hunter9000

  • Font for Print out and Print Preview

    Hi all,
    I am working in SAP R/3 4.6C and using SmartForm.I have a trouble :
    I uploaded  Arial Font into System Font and Printer Font and i want to use this font for print out and print preview.But this font is only applied for print out and the print preview uses still  Courier Font not Arial as I want.
    So, anybody tell me why and give some idea to solve this problem.
    Thanks .

    Hi,
    There is no  arial font option in 4.6..but it 4.6 scriptforms arial option is there,but  it will not work..it will give some other font...
    Mainly  4.6 version does not support ARAIL font..
    4.6 does not support all the fonts which are avilable in MS-WORD..only few fonts are uploaded into SAP 4.6 syatem...this is the problem
    Regards
    Kiran
    Edited by: Kiran Saka on Feb 11, 2009 8:19 AM

  • Tell me what is ******* going on!!!????! The time and date issues!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Every times I went to Apple store, the phone automatically works good time, but when I came back, my phone is working very slow with wrong time!

    The time and date issues!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Every times I went to Apple store, the phone automatically works good time, but when I came back, my phone is working very slow with wrong time!
    I want to get a new iPhone to replace this defective phone. I am gonna be crazzzzzzzyyyyyyyy with anger,!!!,!,,,!  I takes2 hours to go to Regent street apple stores for three times!!!!!. It is a lot of transport fees !
    PLz tell me why! How to deal with it !

    Unless it's confirmed officially that your phone is defective, then you can ask for a replacement. Or you have to live with you. However you can trade it for a new one if you don't care the price drop.

  • Print out for Goods Issue

    SAP Experts,
    Can anyone tell me about T.code for goods issue print out?
    Full scenario we need.
    thanks
    babu

    Hi,
    from MB90 select below options.
    Output Type -WA03      
    ransmission Medium-1 (Print)
    Sort order-01 (Material document/Item/Output type)        
    Processing mode - 1 ( and 2-for repeat Output)  
    Material Doc. Year -2011 (as per Document created date)
    Material Document - Goods Issue Number
    Execute the same and proceed for Document Print.
    Regards,
    Sandesh Sawant

  • How do I get the system to print-out a date at the bottom of page?

    When I am at a website and ask for a print-out of the page -
    the current date and time of print-out no longer appears at the lower right corner of page.

    I have resolved the problem. I will not use your time attempting to explain the process of elimination. However, the end result---
    I had taken delivery of a new printer mid-January - it is a HP OfficeJet 6000 (E609) - I wondered if that might be the problem - since I could not ascertain exactly when the print-out problem had presented itself.
    O.K. I logged on to the system and brought up the "Google" page to ask for a print-out. I checked for a print - and when the print box appeared I checked on "properties". That showed - to the left: "General Everyday Printing" and over to the right: Page size "A4 210 x 297mm" also the option "letter 8.5" x 11" and Legal 8.5" x 14" - so, I changed it to ask for the "letter - 8.5" x 11" - then I checked to "print" - I believe it was the "OK" - and the "Google: page was printed intact - showing the data generally associated with the top of the page and the date/time at the lower right.
    I placed a telephone call the HP this morning to ask them about the "A4" option and was advised that it is a "standard size paper" - but could not explain under set of circumstances it would be applicable.
    Hopefully, this data will be helpful to someone - thank you very much for your assistance in this matter.

  • Use same report to print out different data sources on the fly.

    Post Author: Lady101
    CA Forum: Data Connectivity and SQL
    We have 10 reports use diferent datasource( use views with different joint tables), but their print out format are identical. Is there a way to just use single report to run those 10 reports dynamically(the report can point to the right data source on the fly)? So that we can just change single report format when report format needs to be changed. Right now we have to change 10 reports format one by one.

    Another option would be to make a single pass in the Source Monitor and save a bunch of subclips. Here's a thread discussing keyboard workflows: Re: Question on making many Subclips in a fast way
    If you name highlights with one base name and lowlights with another, it would be easy to drop each batch into its own sequence.

  • Delivery schedule print out and number

    Dear Expert
    Our client need to implement the scheduling agreement in the company , but the requirement as follows their are two dept one is for vendor dealing and our is meant for requirement generation , so scheduling agreement is generated by one dept and delivery schedule will be generated by other , is it possible to  generate different for delivery schedule?/it not how can we configure the system as such when we release the delivery schedule on the basis of FRC release procedure then only print out should be generated for the deliverry schedule and print out should only consider those line item of delivery schedule which are release no other , i.e if for e.g for 1st month the delivery schedule is generated against the PR 's for different line item of Scheduling agreement , then only  those item wil be consider which are release as per the FRC , then for the next delivery schedule only those item to be consider in the print out which are release 2nd time. how can we map this scenario in the system
    Regards
    farhan

    Dear Expert
    can we customize system as such that we cannot  maintained delivery schedule before the  release of the  SA
    Regards
    farhan

  • Flash Player is Out of Date - issue

    When ever I use Google or Facebook or YouTube I am getting the message of "Your Flash Player is Out of Date". I also checked on internet & with that I could find out some way that I needed to check in Library --> Service--> in that i need to have file "xprotect.met.plist" but this is missing.
    My OS X 10.9.2 Mavericks
    Please help me ASAP.
    Regards,
    Himanshu

    This link will tell you what you have installed and what's the current version. If it isn't current, you can get the current version here.

  • Print out for Goods Issue 531

    Hi
    We need to take the print out of 531 mvt
    What are the standerd Setting needs to maintain for the same,
    Regards
    Niti Narayan

    hi
    Check following if useful to u
    1. Maintain the Printer Name in SPRO->Malt Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for GI/Transfer Posting Documents
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WA01, WA02 and WA03, ensure the foll:
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Tr medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Pr Det by Pl/StoLoc, maintain the Output device for all your Plants
    7. Go to MN21, forWA01/02/03 and  Tr Type WA, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.
    regards
    KI

  • PO print OUT And material Document Print Out is coming In English

    HI all.
    I have Created Vendor In ZH(chinese Language,)and in material master I have maintained description in Chinese language.
    I'M taking PO and material Documents print outs  in Chinese Server log-in.
    even Though Im taking Print outs in Chinese Log-In server, IM getting Print outs in English Language only not In chines language..
    At the Time Of PO creation the Communication Language is ZH(Chines)..
    I have read some related post even 89899..
    But I have not find solution
    plz help me.
    thanks and regards
    ramesh reddy.'

    Check SAP Note 894444 - Tool for server-based printing on Windows (SAPSprint) for your requirement,
      Installation
    Before you install SAPSprint, delete SAPLPD manually. To do this, you normally need to completely delete the installation directory only. If you installed SAPLPD as a service using the srvany tool, you can remove the service by calling 'Instsrv SAPLPD remove'.
    You can download SAPSprint as a self-extracting executable file from SAP Service Marketplace:
    1. Entry by Application Group (on the left)
    2. SAP Frontend Components (on the right)
    3. SAPSPRINT (on the right)
    4. SAPSPRINT <Release> (on the right)
    5. SAPSPRINT <Release> (on the right)
    6. Win32 (on the right)
    Start the program. After you enter the installation path, the system prompts you to enter the TCP/IP port.
    Normally, the default setting of 515 is suitable for the port. You should only change this setting if the Windows TCP/IP print service is also running on the computer. The SAPSprint Windows service starts as soon as the installation is over.
    We recommend that you set up the following options for the service in the Windows Service Control Manager:
    The service should run under a domain user that has the relevant authorizations for the required printers. After the installation, the service runs under "Local system account". This can access locally-defined printers only. You can set the user in the Windows Service Control Manager, in the options of the SAPSprint service.
    If you want to delete SAPSprint, you can do so using the normal Windows uninstall tool.
    We recommend that you install the SAPSprint service on a separate computer and not together with a SAP system, especially if you use a large number of printers. All printers that SAPSprint uses must be installed on the SAPSprint computer. This applies particularly to released printers from other computers. These should be installed as a queue on the SAPSprint server.
    Also note further settings in accordance with Note 1069483.
    Settings
    You can display the call parameters available for SAPSprint by calling 'sapsprint -?' on the command line. The most important parameters are those that set options, especially log options for troubleshooting.
    You can set the log level to 5 by specifying 'sapsprint -oi LogLevel 5'. Immediately after installation, no log level is set up, which means that no log file is created. By setting the log level to 1, 5, or 9, you can ensure that more information is available in the directory that you specified during the installation. A file called sapsprint.dbg and a print job specific file with a variable name are generated. The second file is deleted after successful printing. It is only retained if the printout is recognized as incorrect. If you set the option 'sapsprint -oi KeepFile 1', then both this file and the print file are retained. This is primarily intended for troubleshooting by SAP Support.
    All options are case-sensitive. You can display the most important SAPSprint options by calling 'sapsprint -?'. All possible options are described in Note 85469. Normally, the options described there are not necessary - you should use them only in exceptional circumstances.

  • TV-Out and analogue issues with NX6800GT TD256

    Hi,
    I bought this card about two months ago and am having issues with it...
    Firstly, on Sunday the analogue output for the monitor stopped working correctly. All of the pictures coming through had this kind of green overlay (so the text even in bios boot that would ordinarily be white looked kinda green). I tested with another monitor, it was the same. I tried putting it on DVI, and it worked properly.
    Now, I want to use TV-Out, but when I connect the TV-Out to the card while I have DVI plugged in, I can't get the TV to display at the same time as the monitor is plugged into the DVI connector (it works when plugged into the HD-15, though again, looks green).
    Anyone have any suggestions for what I should do? Can the card display both tv-out and DVI at the same time?
    Andrew

    Anyone have any suggestions about this?

Maybe you are looking for

  • What are the different libraires in Mac compared to Windows (Urgent)

    I am taking a beginning C++ class at my college. I started out the semester coding on a Windows pc. Microsoft Visual Studios is a very nice compiler and GUI programing tool. I was lead to believe that I can take that Mac and plug in Windows C++ code

  • Creating .swf's in Photoshop CS4?

    I have PS CS4, I found a tutorial for PS CS2 (Creative COW) that said you could export animations created in Photoshop as .swf's using Imageready through Photoshop. But I can't seem to find a similar tutorial, or anything, to export Flash files from

  • How to read a txt file and update DB table

    I have to read a table which has some entries in it as plain text file, then I should update my table if the table entries and the data in text file are NOT MATCHING o.w. keep the table entry as it is

  • How to create an array of structure which the structure contain an array(s)

    im very new to java, and new here i searched many websites, but i cant find it it looks like this, there is 10 employees, each of them has 0-5 children, what i want is, peter alan joseph |?????????????????|???????|?????????????? | |????????| |??????|

  • How to make F9, Shift+F9, F10, Shift-F10 etc. work in FCP?

    I'm showing my Mac newness here, (only 1.5 years using Macs) but I can't for the life of me figure out how to use the editing shortcut keys (F9, F10, etc.) in Final Cut. They always perform the System shortcuts, not the Application shortcuts. I've tr