Displaying English and ARABIC language on a smartform?

Hi All,
Hi Folks, I have an issue printing two different languages on a smartform; I should print English and One more language of ARABIC style (RIGHT TO LEFT). In Debugging mode i could see the Arabic Text exactly in the format which i have entered but when i print it takes the other way.
For Ex: ABCD - (Fyi - this is of Arabic Language dialect)
o/p: ( i m getting) DCBA
i tried with Text Include n Text Element during debugging i could see the data as DCBA but when i print the system (MS Tools - Word) are recognising the Language is of Arabic and its automatically changing the cursor position to the end ((**I found this in XML Format of Smartform)). so the form is printing from the new cursor position i.e A; and its displaying the output as ABCD.
Note: I have no problem with List, Screen Etc. except "Form".
Please Advice me. Thanks in Advance.

Shekher,
Check the printer device type you are using.
For printing the Arabic output you need the printer defined using ZARSWIN device type. Ask the Basis consultant to do the same.
Regards..

Similar Messages

  • Out put form in both English and Arabic

    Hi Friends
    Am working in Saudi Arabia with a client. The requirement is that the payslip should have the text fields in both  English and the Arabic Language. Like wise the client needs every letter from his side to have the content in both English and Arabic languages.
    ie both the languages in the same sheet. Half in one column English and  the second column in Arabic.The log on Language when Arabic is only giving me inputs in Arabic.
    Thanks in Advance
    RR

    Hi,
    for your kind information at the time of instalation of SAP product we can select two launguages..by default german will be there because SAP is Geman product..First one is we will cinsider as English..if your selectt any other launguage you can login also...
    SAP give such kind of solution,,Don't under estimate SAP it self.. We are all working with SAP..living with SAP...and survive with SAP only...

  • How to show English and Arabic in one JTextPane

    Hi,
    Does anyone know how to display English and Arabic in one JTextPane? For English the orientation is left to right while it's right to left for Arabic. So the result might be like:
    hello                    
                سالتك ليتم الرد 
    bye                                             Thanks!
    Alex
    Edited by: alex_46 on Aug 31, 2009 7:54 AM
    Edited by: alex_46 on Aug 31, 2009 7:56 AM

    I think you should be able to do it like this (very psuedo):
    set the pane type to html,
    for your text, have a String with something like:
    <html>
    <div align="left">english</div>
    <div align="right">arabic</div>
    </html>I don't know the exact html for this but something like the above.
    Then set the whole string into your pane.
    patumaire

  • Bullets Problem while printing English and Arabic in Single Layout of SF

    Hi,
    I can able to print Arabic (RTL) and English(LTR) in single lay out of a Smart Form.
    The issue is my bullets of English font is starting Right side instead of Left.
    My log on language is EN and my Form language key is AR.
    Actually I have divided my form layout into two( English and Arabic).
    I would like to print English font bullets in Left Side .
    Any suggestions to achieve this?
    Advance thanks.......
    Regards,
    Suresh

    Try to draw label itself
    componentToBePrinted.paintAll(g2d);
    use translate() method of Graphics to position the label.
    One more thing to try is to set the same font
    g2d.setFont(label.getFont());
    Regards,
    Stas

  • How can i compare in percentage, vowels and consonants in english and german language?

    how can i compare in percentage, vowels and consonants in english and german language?

    Hi,
    Try comparing the Unicode value of the characters, see the code samples in these threads:
    Generating unicode
    for arabic character similar to Character map in c#
    How
    do you get the numeric unicode value of a  character?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • English and Arabic printing

    Hi All,
    I have a requirement where the form has text both in english and arabic  thru EN login.
    The Arabic text is priniting in wrong way i.e. from right to left.
    Eg: In AR sales order has to printed ....it prints sales order in AR but from R to L.
    If we read from L to R its says "order sales".
    The layout should print
         Sales order (En)      in AR also...
    Kindly provide any inputs/ suggestions/solution.
    Regards,
    Shakeel

    Hi,
    Have you got the solution to your problem? what you did?
    Actually I am now have the same problem. I have to print the korean text (Customer Address which is in korean in master table). in debugging mode it is coming correct. while printing it is prnting as #. Currently i am maintaining only one form in english.
    Have you maintained two forms or how you did  to display the arebic?
    Thanx In advance.

  • Dynamic menu problem when chaning from english to arabic language

    Hi all,
          am working on Dynamic Menu its working fine in English when i convert this same menu in Arabic its working fine but the sub menu has some margin...if we set the margin then again for 2nd main menus submenu  is not coming
    in order...
    www.dreamcom.ae   (This is for english working good)
    www.dreamcom.ae/Ar/Index.aspx (This is for Arabic which is not working)
    <div class="wrap">
    <div class="content_wrap menucss">
    <%-- CssClass="menubar" --%>
    <asp:Menu ID="menuBar" StaticEnableDefaultPopOutImage="False" runat="server" Orientation="Horizontal"
    onmenuitemclick="menuBar_MenuItemClick" DynamicHorizontalOffset="2" Font-Size="18px"
    BackColor="#669903" ForeColor="White" StaticSubMenuIndent="100%" Font-Bold="True" Height="56px" vertical-align="top" top="50px"
    margin="0px" position="static" BorderStyle="None" DynamicSelectedStyle-BorderStyle="None" BorderColor="#7ab802" CssClass="menucss">
    <DynamicHoverStyle BorderStyle="Solid" BorderWidth="0px" BackColor="#7ab802" ForeColor="White" />
    <%--below single line is for sub menu --%>
    <DynamicMenuItemStyle BorderColor="Black" BorderStyle="Solid" BorderWidth="0px" Font-Bold="true" Font-Size="17px" HorizontalPadding="6px" VerticalPadding="6px" />
    <%--below single line is for sub menu colour,border --%>
    <DynamicMenuStyle BorderColor="#669903" BorderStyle="Solid" BorderWidth="1px" BackColor="#669903" CssClass="menucss"/>
    <DynamicSelectedStyle BorderColor="#3094FC" BorderStyle="Solid" BorderWidth="0px" ForeColor="#3094FC" BackColor="#5D7B9D" CssClass="menucss" />
    <%--below single line is for mouse over on main menu and mouse over on sub menu --%>
    <StaticHoverStyle BorderColor="#669903" BorderStyle="Solid" BorderWidth="0px" BackColor="#7ab802" ForeColor="#ffffff" CssClass="menucss" />
    <StaticMenuItemStyle ForeColor="White" BorderStyle="Solid" BorderWidth="0px" Font-Size="14px" HorizontalPadding="15px" VerticalPadding="20px" CssClass="menucss" />
    <%--below single line is for sub menu on mouse over --%>
    <StaticSelectedStyle BorderColor="#5CB8FF" BorderStyle="Solid" BorderWidth="1px" ForeColor="#fafafa" BackColor="#5CB8FF" />
    </asp:Menu>
    </div>
    </div>
    this code am using in both english and in arabic.....but in arabic am using style="direction:rtl;" hence it the direction of the content will change...
    and am fetching english and arabic datas are fetch from database..
    Kindly help me out...am trying from long time..
    Thanks.

    Hi,
    This is a ASP.NET question so I think you need to submit the question at:
    http://forums.asp.net/

  • Can iCal use both English and French languages or does the System software need to be either French or English?

    Can iCal use both English and French languages or does the System software need to be either French or English?

    joanfromardon wrote:
    Can iCal use both English and French languages or does the System software need to be either French or English?
    The calendar language is determined by system prefs/language & text/formats.
    The app language is determined by system prefs/language & text/language, or you can probably use
    http://www.tj-hd.co.uk/en-gb/languageswitcher/

  • I have english and arabic key board, how to switch in between the 2 in writing e

    Hi, I have English and Arabic letters keyboard, how to switch between the 2 in writing

    can you see a flag on the top right corner if you click on that you can switch between the keyboards you have installed on your system

  • I bought an IPhone 4S in Tripoli, Libya. Even when the brochures (in English and Arabic) said that it has FaceTime, this app is not in the phone.

    Hello:
    As I said, I bougth my IPhone 4S (it's my first IPhone). In the brochure inside the box, it is mentioned FaceTime Application (in both English and Arabic), but the Icon is not there. I checked with another collegaues that also have the IPhone and they have the icon to run the app, but not my phone.
    I would like to solve this issue, and I believe that Iphone should have a technical solution for it.
    Regards and Thanks in advance!

    Check Settings>FaceTime>On and Settings>General>Restrictions>FaceTime>ON. On the 4 &amp; 4S FaceTime is accessed through contacts.  Go into your Contacts, access the contact you want to FaceTime with and you will see a tab at the bottom of their contact card.  You can also access FaceTime by going into your Phone app, select dialling keypad, dial number, press call and an option for FaceTime on the keypad will appear.   It should be noted that FaceTime has been removed from iPhones sold in some Middle Eastern countries at the express wish of the respective Governments.  This article may also be helpful http://support.apple.com/kb/ht4319.

  • Peronnel names and Dated in English and Arabic Format

    Hi,
    i want to add personal names in English and Arabic formats (in infotype 0002)...and also incorporate Arabic Dates...please help me how can i do it in EEC.6.0.
    Urgent...

    Hi Imran
    Accept greeting from one of your old colleagues:). Well as far as this problem is concerned, ask your ABAPer to extend the Table PA0002 with Custom Include
    CI_P0002. When you double click it, it will ask you to create a new one and there you can add the fields ( Arabic name, etc ).
    What do u mean by ARABIC dates? Is it Islamic Calender? If you just want to format it as Arabic format and not islamic calender, then also add fields in the custom include mentioned above. and check the default settings in the SAP system for the dates as well. You can go to SU3 and examine the defaults of dates as well using the drop down.
    Hope it will help you.
    Reward points if helpful
    Regards
    Waz

  • I have got a mac book air as a gift from my brother so is it possible to me to ask Apple store to change the keyboard to English and Arabic while the name on the bill is my brother name

    Hi
    I have got a mac book air as a gift from my brother so is it possible to me to ask Apple store to replace the keyboard to English and Arabic while the name on the bill is my brother's name

    Public23 wrote:
    is it possible to me to ask Apple store to replace the keyboard to English and Arabic while the name on the bill is my brother's name
    Nobody here can tell you what an Apple store will respond to any question you might ask them.  You need to contact whatever store you are talking about directly to get your answer.
    The US online Apple store does not sell machines with Arabic keyboards, that can be seen from their website.

  • If I can buy a new labtop with dual language keyboard English and Arabic

    If I can buy a new labtop with dual keyboard language
    English and Arabic

    Keyboards with Arabic on them always have English as well -- otherwise you would not be able to type email and webpage addresses.
    As far as where you can buy something, you have to contact stores directly yourself, nobody here can do that for you.

  • ENGLISH AND ARABIC TEXT IN SAPSCRIPT

    Dear ABAP Gurus,
    I have been working on one SAPSCRIPT wherein customer wants the text to appear both in English as well as in ARABIC.
    I have created the script in English and added the ARABIC part too in the layout.  But I do not get the ARABIC characters in print preview.  (The customer is logging in 'EN').
    Please advise me :
    1.  Is it feasible to print in multiple languages in SAPSCRIPT.
    2.  If yes, how.
    Regards,
    Karthik.

    Hi,
    Yes, but you need to install the Arabic launguage first then see the output.
    Regards
    Sudheer

  • Entering and Displaying English and chinese

    We are running Oracle 8i on a w2k server and have w2k clients
    configured to enter and view English, Simplified and Traditonal
    Chinese. Oracle is setup with UTF8. We atn to be able to enter
    and display both english and chinese characters simultaneous in
    the forms as we enter data as well as in reports. Everything is
    done in Oracle forms/reports 6. I have tried various nls
    settings but nothing seems to work to provide both entry and
    viewing of the characters as well as providing properly
    formatted reports.
    Jim Liddil

    I also have a customer that is having a similar problem. The
    general issue is that the customer wants to use Win2000 in
    English but within a Forms 6.0 application fill in certain fields
    with Simplified Chinese characters. I think they had difficulty
    getting it to work even if the default is all Chinese, that is
    both the Windows locale default and the NLS settings. We're
    mostly beyond that but the real goal is to allow the user to run
    in English (but with language supplement support available for
    Chinese) then when the user hits the appropriate fields in the
    application he toggles to a Chinese characters to input. So we
    can't seem to find the right combination of NLS settings,
    patches, etc. that would support this.
    At one point we apparently were able to have the application
    accepting the Chinese characters but to do so meant that many of
    the Oracle Forms default menu items, dialogue buttons and
    message bar were displayed in Chinese.
    The simplest explanation: allow to run Forms 6 app in English.
    Allow storing of Chinese characters into fields at the will
    of the user. Database stores characters correctly. Application
    (Forms) echoes characters correctly , not ???? or boxes .
    We need to have a definite answer to the customer within 2 weeks
    meaning we either have a fix now for their current ISO 9000
    certified application based on Forms 6.0 or we know through
    testing that it absolutely will work when we rev. the application
    to Forms 6i. The latter revision of their application is not due
    to ship until mid-2002.
    Any suggestions or referrals are appreciated.

Maybe you are looking for

  • Create List of Tables/Columns/Data Types

    I am new to Oracle (from SQL Server) and I am looking for a query that will create a list of tables, columns, data types, etc. (data dictionary) in an Oracle database -- one that I can import into, say, MS Access or use Crystal reports and create a r

  • RAID not loading up?

    Hello, On Thursday, I upgraded my op to Tiger 10.4.4 from Panther and then installed the new universal FCP Studio software package. Until then, we had no problems with our Huge Systems SCCI RAID drive. Now, the drive won't even load up upon clicking

  • Export to HD

    Hi, i created a projekt with still images of aperture and gave it a sound to this. i also cut the picture with various settings of time, ken burns etc. so that the beat of the music will fit to the change point of the pictures. i exported them via qu

  • 1013009 - Administrator Has Temporarily Disabled User Commands

    I feel lucky. I got one quirky problem answered today so here is another. I have a large report running on 11.1.1.3 Essbase. The os is 64 bit linux. Occasionally we get the following messages: ERROR - 1013009 - Administrator Has Temporarily Disabled

  • Can't open programs on laptop

    I boot my laptop and it starts up fine, but for some reason I can't open any of my programs. Not sure if somehow a virus got on because nothing works.