In Po, How to call different language form ?

Hi Experts
  For our Japan/China Po form, it has different language. When we create Po and get the output type, How to control which language form it will call?  Since on different language form, some words language is different .
THanks
ALice

Hi greetings
In general, the Purchase order from will br triggered in the Vendor communication language. ( Maintained in vendor master-General date-Address) provided the Form has been maintained in the specified language in the configuration of output type.
Gobinathan G

Similar Messages

  • How to call to another form declare in different class ???????

    hi, i'm beginner in j2me...
    I was wondering how to call to other form(class) in the current form...
    For example,
    public class A extends MIDlet implements CommandListener
    public void commandAction(Command d,Displayable s)
    if (d==*OKCommand*)
    if press this OK command, it will be able to show another form declared in the different class...
    How to make it able to call to other form/class(eg.classB)????
    public class B
    //form that will be shown after pressed command OK in class A
    please help if you know...Thanks a lot..... =)

    you MUST have a reference to the other class or MIDlet in the current MIDlet ...
    i think that i have answered to these kind of questions a few month ago.. you should use the 'search' engine to find the topic..
    CLDC and MIDP forum is not a huge forum compare to Java Programming forum so it will be easy !

  • How to handle different languages in Illustrator for big clients?

    Hi Guys,
    I need small suggestio for 'How to handle different languages in illustrator for big clients'. For instance; Arabic, this is a language which  needs to be read from right to left instead of left to right. There are  other strange languages as well (Cyrillic, Chinese etc.). It happens  also that when you copy strange languages from a word file it will not  be easy to paste it the correct way in a .ai file. Besides that, it’s  also difficult to do a language check when we are not able to read it!. So,  to make a long story short, I want to figure out how we can deal with multiple language  circles?
    Can you some please give me the solution for this...
    Thanks in advance...
    HARI

    I take it you might come from an arabic background.
    Here is how you can help yourself to some degree.
    Google has a translation feature and service which is at the moment free. It is excellent.
    Secondly if you are working with ME languages you really need the ME version of Illustrator or any other Creative Suites Application in order for it to work properly.
    It, is also best to enable the language and the input for that language for your system on the Mac it is easy you go to the Language and text feature in theSystem Preferences, once enabled you can select the fro the menu bar under the American flag if you are in the US. Thst will appear once you have more than one language selected.
    You select the language input you need and then a font for that language then paste and edit.
    You need fonts on your computer that are of those languages as well.
    How to manage this as a work flow well that is something you will have to work on yourself or hire a consultant who specializes in this area.
    We had a few visit here when they have come across a snafu. So they exists.

  • Help on how to call a new form

    Anyone there that can help me how to call a new form...
    Actually I have 3 forms.... the Parent, and 2 child...
    child a
    child b
    I used JFrame to the Parent...
    I used JDialog to the child....
    I want to know how to call child a by the child b.....
    this is my code in calling them....
    when i'm in the form_b, i used this code to show form_a....
    form_a a = new form_a();
    a.setVisible(true);
    when i'm in the form_a, i used this code to show form_b....
    form_b b = new form_b();
    b.setVisible(true);
    but the problem is when i call either of the two, there's always a new form for form_a and also for form_b....
    I want to call the form without opening a new form... that form also will be visible... is there anyways i can do this.... any help will do.... tenks....

    One way would be to have the parent maintain instances of A & B and have public methods for accessing A & B. Something like this. You would have to pass a reference to the parent class to A & B so that they can call the access methods.
    public class form_a extends JDialog{
       public form_a (Parent parent){
    public class Parent extends JFrame{
       form_a a;
       form_b b;
       public Parent(){
          a = new form_a (this);
          b = new form_b (this);
       public form_a getFormA(){
            return form_a;
       public form_b getFormB(){
           return form_b;
    }

  • Help how to Call a New Form

    Anyone there that can help me how to call a new form...
    Actually I have 3 forms.... the Parent, and 2 child...
    child a
    child b
    I extend JFrame to the Parent...
    I extend JDialog to the child....
    I want to know how to call child a by the child b.....
    this is my code in calling them....
    when i'm in the form_b, i used this code to show form_a....
    form_a a = new form_a();
    a.setVisible(true);
    when i'm in the form_a, i used this code to show form_b....
    form_b b = new form_b();
    b.setVisible(true);
    but the problem is when i call either of the two, there's always a new form for form_a and also for form_b....
    I want to call the form without opening a new form... that form also will be visible... is there anyways i can do this.... any help will do.... tenks....

    One way would be to have the parent maintain instances of A & B and have public methods for accessing A & B. Something like this. You would have to pass a reference to the parent class to A & B so that they can call the access methods.
    public class form_a extends JDialog{
       public form_a (Parent parent){
    public class Parent extends JFrame{
       form_a a;
       form_b b;
       public Parent(){
          a = new form_a (this);
          b = new form_b (this);
       public form_a getFormA(){
            return form_a;
       public form_b getFormB(){
           return form_b;
    }

  • How to call Procedure in Forms

    Hi All,
    I'm having 1Form,in that one check box is there if i check that, if i save the form means it should automatically call the procedure.
    Can any one know how to call th procedure inside the Form.When we save form procedure sholud call and Run.
    Bit urget plsss
    Regards
    Siva

    thanks for ur reply,
    i have got the solution
    Cloding the Thread..
    Regards
    Siva

  • How to support different language and print in non-english language from AS

    I want to print different language that users enter in Oracle 9i AS and print reports in english and other language like spanish.
    How do I configure the AS Server, I am running 9i AS on Windows 2003, I have changed NLS_Lang setting in registry but it doesn't work.
    Please provide setting and if any environmental vairables I have to set in Reports properties files or elsewhere.
    Thank you.

    Did you select the languages on the first screens of the Universal Installer, when installing this instance? If not, you may need to do it again to enable support for that language.

  • How to Call Standard PO Form in my Z program

    Hi All,
    Could you please tell me, How to Call the Standard PO form in my Z program for print priview and printing.
    My requirement is :
    Create Z program with PO Number as Selection screen.When we give the PO Number and Press execute it will show the print priview with printer option.
    Thanks & Regards
    Murali

    Plz refer this.
    REPORT  ZPPR_BOM1.
    TABLES
    TABLES : MAST.  " Material to BOM Link
    *& Internal tables         Begin with it_
    DATA : IT_MAST TYPE MAST OCCURS 0  WITH HEADER LINE.
    DATA: fm_name TYPE rs38l_fnam.
    CLEAR   : IT_MAST.
    REFRESH : IT_MAST.
    *& Parameters       Begin with pr_
    *& Select-options   Begin with so_
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS:  PR_MATNR LIKE MAST-MATNR OBLIGATORY,
                 PR_WERKS LIKE MAST-WERKS OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK b1.
      SELECT * FROM MAST  INTO TABLE IT_MAST   " Get BOM number
        WHERE MATNR = PR_MATNR
          AND WERKS = PR_WERKS.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname = 'ZPPS_BOM1'
        IMPORTING
          fm_name  = fm_name.
    CALL FUNCTION fm_name "'/1BCDWB/SF00000079'
    EXPORTING
       ARCHIVE_INDEX              =
       ARCHIVE_INDEX_TAB          =
       ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS         =
       MAIL_APPL_OBJ              =
       MAIL_RECIPIENT             =
       MAIL_SENDER                =
       OUTPUT_OPTIONS             =
       USER_SETTINGS              = 'X'
    IMPORTING
       DOCUMENT_OUTPUT_INFO       =
       JOB_OUTPUT_INFO            =
       JOB_OUTPUT_OPTIONS         =
       TABLES
         IT_MAST                    = it_mast
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 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.

  • How to use different edit form of XMLForms

    I've noticed that to display a "Show" form of a XMLForms project the iView "com.sap.km.cm.xmlformpreview" is used. For "Edit" form respectively "com.sap.km.cm.xmlformedit" is used.
    How can I make an iView that shows a different custom form, for example "Edit2", which was implemented in XMLForms Builder?
    BR / marek

    Hi,
    You cannot have more than one edit form. We have a similar problem and we did the following:
    - Create one project (with its corresponding Edit form) and a ListShow.
    - Create another project based on previous one with a different Edit form. If this project has the same root element in his xml schema it can be processed in previous ListShow.
    In this scenario each document can be modified with its corresponding edit form. It's not possible to select edit form to manipulate an xml-form document.
    Regards,

  • How to call a Oracle Form from within the APEX

    Hi,
    I have a requirment where need to call a oracle form from within the Oracle APEX application?
    I will appriciate if can someone help me out.
    Thanks

    Hi,
    are you working with Forms 6i or 10g?
    If you want to call a forms 10g page. Just use a button with javascript:
    - Target type: URL
    - URL Target: javascript:window.open ('http://<server>:<port>/forms/frmservlet?config=<conf>','Forms window');
    With Forms 6i you can open the directory where your forms file is inside (works just with IE):
    <script type="text/javascript">
    function fnc_window()  {w = open('C:\\FormsFiles', "winLov","scrollbars=yes,resizable=no,width=600,height=400");
    if (w.opener == null)
    w.opener = self;
    </script>Or execute the forms file with vbscript (IE only):
    <script language = "vbscript">
    sub fnc_forms()
    dim progName
    progName = "c:\FormsFiles\myForm.exe"
    set oShell = createobject("wscript.shell") 'create a shell
    '***use the line below to call your app, defined above with the "progName" variable:
    oShell.run(progName)
    end sub
    </script>

  • How to display different language?

    first i input different language(like chinese ) into context
    and then it will be stored into OracleDb
    however when i view the jsp page, The character that i inputed is changed.
    how can i do? And can i use class java.util.locale. give me a example.
    thanks

    you probably are getting the text encoded as ISO8859-1 instead of the Chinese. try translating it like this:
    String s = new String(rs.getString("name").getBytes("ISO8859-1"), "BIG-5");
    or whatever encoding you use for Chinese, where rs is a result set from the DB

  • How SAP supports different languages

    Hi All,
       I need documentation on How SAP interacts with other languages i.e. How SAP supports other languages and what is the role of technical people and also functional people to maintain the different languages.
    Thanks & Regards,
    Amit Suryawanshi.

    Hi,
    Internationalization is available in SAP.
    The goal of Internationalization is to provide the technical foundation for enabling programs to support multiple scripts and languages without redesign or modification. Once a user has selected a logon language, all programs must transparently alter their run-time behavior to meet the expectations of the user. Internationalization furthers generic programming, because hard-encoded search strings, error messages, etc. may work in one language, but not in another.
    Internationalization interacts with every face of the system: logon language, language input, menu texts, sorting, character conversion, printing, data transfer - simply put, it is the technical underpinning of global business software.
    If a system or application can support any language, then it is fully internationalized; if it only supports a limited set of languages, then  it is partially internationalized. SAP offers full internationalization by supporting Unicode code page technology.
    I hope the following link will help you....
    http://help.sap.com/saphelp_nw04/helpdata/en/8e/7ce87a2aede645ae3cdc857b791590/content.htm
    Regards,
    Harish

  • How to use different languages in iDVD

    I want to create a DVD with different languages or with an audio comment to be chosen. Is this possible?

    Hi
    No and Yes
    If You want as an commercial DVD - NO - this function is not in iDVD
    Can it be faked? - YES for small videos as iDVD is limiting in TIME not Gbs
    So for as Single Layer DVD the limit is about 120 minutes (Pro-Quality Encoding and High Quality Encoding) and by keeping Menu as simple possibly this will be close to 118 minutes.
    For a four language version then the max time per movie will be about 19 min 30 sec.
    So the fake is made by making four individual movies one in each language and add all four to the DVD project.
    Only way - Sorry
    Yours Bengt W

  • How to call a custom form on click of a button?

    We have a requirement to call a custom form on clicking a button which is on a standard form. I cant modify the standard form. Is this possible to handle this event from CUSTOM.pll or forms personalization?
    some sample code will help. Thanks in Advance,
    Message was edited by: 988490e8-2268-414d-b867-9d9a911c0053

    Hi,
    I think you are working with Oracle EBS.
    I don't think so that we can able to call the custom form on clicking button.
    We can call the form from the standard form using both custom.pll and form personalization
    In custom.pll using zoom function we can do this and in form personalization we can call the form by using form function, In both we call the form by creating a special menu in standard from and we used to call.
    So please check further, and let me know if any i can help you any.
    Regards
    Sri     .

  • How to call existing sap form

    Hi All,
    I have created one addon for MRP in this addon when client click on menu i have to display "Order recomandation"  form which will dispaly in existing MRP functions.
    How to display existing sap form in our menuclick. please help me as soon as possible.
    Regards,
    sri

    Hi Sri,
    This related to SDK so post this thread on SAP Business One SDK. You will get solution asap.
    Thanks
    Sachin

Maybe you are looking for

  • Why doesn't my javascript site work in Safari? (works on PC/IE)

    Can I find a site that details the problems that Safari has in correctly parsing javascript and/or rendering HTML generated by that javascript? My site has some frames, some document.write()'s, some simple on-the-fly pages with nothing fancy, some pi

  • Can't install a app but says I've already purchased it.

    I'm trying to install a app called keynote. But I took it off my home screen because it wouldn't install so tried to reinstall it but it says I've already purchased it but the app won't download when I go to my App Store. And the app is no longer on

  • SQL interface on linux 64

    I am trying to setup the sql interface on a linux 64 box, using essbase 11.1.2 I have added a data source. followed the instructions in the SQl interface guide Open the $EPM_ORACLE_HOME/common/ODBC/Merant/x.x/odbc.ini file and add a data source descr

  • "Avoid reassigning parameters such as 'myString'" What kind of error is it?

    This is the method where the compiler gives me an error that I'm not able to understand...      private String removeQuotes(String myString) {           myString.trim();           if (myString.startsWith("\"")) {                myString = myString.su

  • Using an external HD for both storage AND Time Machine?

    Bear with me guys, I'm not sure where to put this question. I figured that because my Macbook Air (and it's limited storage space) was the reason for my needing an external HD I thought this would be the best place. My MBA has run out of storage and