Language OPEN_FORM error in Script

Hi All ,
I have a form for Purchase order which works from ME23N Tcode. Actually this PO form is copied from Standard one and made some changes. So original lang. is DE and we have copied to all lang.'s and i made some changes in Eng. form and activated. As I am working for Korea proj. i need Korean lang. also so i activated form in KO lang. too . If the PO from EKKO table lang. is EN then form is working perfectly .
If the PO from EKKO table lang. is KO it is giving error " Error in OPEN_FORM for the document no." .
I have activated the form in KO lang. too . when i debugged the open_form the ekko-spras is KO and when I executed in SE37 with the same data it is giving message PO form in KO is inactive .
so please help me to solve this one.
Thanks & Regards.

Hi,
     Try to convert the Language from EN to KO using Tcode SE76 and check it. Do any further translations in that Tcode.
Regards
Bala Krishna

Similar Messages

  • Open_Form Error Please help

    Hi All,
    I configured the Smart Form at the Respective Transaction on entry_new.
    I am getting Open_Form Error. what should I change, do I need to change any parameters????.
    Thanks in Advance.
    Regards,
    Praveen

    In the print program.. r u calling the smartfom usinf
    <b>    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'</b>         EXPORTING  FORMNAME           = LF_FORMNAME
                    variant            = ' '
                    direct_call        = ' '
             IMPORTING  FM_NAME            = LF_FM_NAME
             EXCEPTIONS NO_FORM            = 1
                        NO_FUNCTION_MODULE = 2
                        OTHERS             = 3.
        IF SY-SUBRC <> 0.
    then
    <b>     CALL FUNCTION LF_FM_NAME</b>        EXPORTING
              ARCHIVE_INDEX      = TOA_DARA
              ARCHIVE_PARAMETERS = ARC_PARAMS
              CONTROL_PARAMETERS = LS_CONTROL_PARAM
              MAIL_RECIPIENT     = LS_RECIPIENT
              MAIL_SENDER        = LS_SENDER
              OUTPUT_OPTIONS     = LS_COMPOSER_PARAM
              USER_SETTINGS      = SPACE
              IS_BIL_INVOICE     = LS_BIL_INVOICE
           IMPORTING
              JOB_OUTPUT_INFO    = LS_JOB_INFO
            EXCEPTIONS
              FORMATTING_ERROR   = 1
              INTERNAL_ERROR     = 2
              SEND_ERROR         = 3
              USER_CANCELED      = 4
              OTHERS             = 5.
          IF SY-SUBRC <> 0.
    or u r calling the samrt form in any other way..
    Note: if you are tesitnd same system but in different client then <b>u no need client copy</b>. because smartform is clined indipendent

  • OPEN_FORM Error in transaction ME21N

    Hi Forum!
    On creation of a PO, I am unable to see the print preview for a particular vendor. The system is showing message OPEN_FORM Error in Document ______
    Please Help.
    Thanks in advance.

    From SAP Easy access screen goto System - user profile-own data
    on the defualt tab enter the printe name here then you will see the print preview.
    other things make sure that you have created condition records for NEU output type...If not then Maintain on MN04

  • Error when using FTP in iWeb 09! "Error 500: Script Execution Failure"

    I have my domain through 123-reg and I have free hosting with host-ed.net when I add a simple index.html file my website works fine displaying the 1 line of text that I asked for, so it is all configured correctly.
    How ever when I use the FTP upload thought iWeb '09 I always get "Error 500: Script Execution Failure"
    www.breslan.co.uk
    Anyone know why?

    I have logged into my hosting and changed the permissions to '755' and move the files from the folder iweb used to the root of the site i know get "Parse error: syntax error, unexpected T_STRING in /~/www/breslan.co.uk/index.html on line 1" there is only 1 line of code in index.html and that is
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Welcome.html" /></head><body></body></html>
    please help!

  • Error saving script

    I have a bit of a apprentice-like question.
    Whenever I try to to save my script I get a small window that says
    "Error Saving Script"
    I have tried opening other scripts to see if it only pertained to mine, but it happens every time.
    Thanks

    Click the Console tab on the right to see if it is displaying a message. Also try saving the script to a different filename and location, to see if that makes a difference.

  • Fatal error in script

    I am getting a fatal error at script line 1087 "unable to open destination
    file" when trying to install my cvi project under win98. It works fine under
    NT. What should I do?

    "Rick Bernstein" wrote:
    >>I am getting a fatal error at script line 1087 "unable to open destination>file"
    when trying to install my cvi project under win98. It works fine under>NT.
    What should I do?
    Hi Rick,
    One thing that you can check up for , is to make sure that you have a Temp
    directory on your machine, where you are installing the program.
    You may also want to set a Temp environment variable in autoexec.bat before
    you
    try to install anything..
    Hope this info help....
    Regards,
    nandan dharwadker
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • While deleting history firefox crash with error of Script: chrome://browser/content/sanitize.js:136.So has to wait or cancel the script.

    I have upgraded Firefox to 4.0.1.But while deleting history(everything) Firefox hangs for some time and then this error appears
    Script: chrome://browser/content/sanitize.js:136
    is unable to continue.so either wait till process complete or stop the process.Sometimes it crashes Firefox.

    It's great to know that the good people at Mozilla doesn't give a shit that it takes 5min to clear my history after I've browsed porn.

  • HELP - "Error in script command 1: InstallApp "

    I've just upgraded my ipod to a jailbroken 1.1.4 and installed summerboard. But whenever I want to add a new application...i get the following message:
    "Error in script command 1: InstallApp"
    What do I've to do???

    Sorry, these forums are only for supporting Apple's products - a jailbroken iPod is off limits.
    Use Google.
    Scott

  • How can we make language translation in sap script?

    Hi expert,
    Based on language i have to display text in sap script form.
    please i like to know how to maintain language translation in sap script.
    manually i am handling the language text in print program.
    like below.
    if language = 'EN'
       text in english.
    endif.
    if language = 'DE'
      text in German.
    endif.
    good points will be given for proper answer.
    Thanks and regards,
    Pavan.

    Hello there!
    If those texts are static, you can use the following procedure (to translate your text elements):
    Go to SE63, then in the menu follow this path:
    Translation->ABAP Objects->Other Long Texts->FS (forms and styles)->FORM (Forms)
    This will transport you for a screen where you can choose the script (Object -> field Object Name). Press Enter. If says object not found, it's because the source language is wrong (box below named translation -> field source language --- press F4 to change it)
    After this, you'll navigate (after pressing Enter with correct language in source and choosing a correct one in target) to the transaltion screen. You'll have you text elements, original on top, your transalation below.
    If those texts are dynamic, I believe you have to do the way you are doing.
    Hope this helps.

  • Error in Script Definition

    Hi Experts,
                    I'm trying to validate the date of a contract . I have defiend theScript defintion . On creation of a contract .and validation of date throws below error :
    Error executing script: Sourced file: inline evaluation of: ``import com.frictionless.api.common.*; import com.frictionless.api.util.IapiSyst . . . '' : null.
    Can any one pls guide me on this . I'm trying to validate the field with Today's Date . If field is less than Today's date it should throw error
    start date is a field & systoday is Current date
    if(startdate.before(sysToday)){
    Logger.info(log); throw new ApplicationException(session, "med.exception.finaldd");}
    Thanks in Advance
    Tayi
    Edited by: TDeepika on Jun 11, 2010 4:18 PM

    Hi
    How you resolved it. Please send more details if you have it.
    Thanks,.

  • How to create sap scripts?  script is a language  how to create script ?

    how to create sap scripts?
    script is a language  how to create script ?

    hi ,
    step by step procedure.
    SAP Scripts
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    Other Links
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://www.geocities.com/ZSAPcHAT
      http://www.sappoint.com/abap/ssintro.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/lsetssap.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    sri

  • CS4 extended-Installation-English Language Pack error

    i just upgraded from photoshop CS3 to CS4. The installation went fine, except a the end, an error message was in the additional info box, saying:
    Adobe Photoshop CS4 English Language Pack
    Error:
    Error 2.
    LangPack (English) for DeviceCentral
    Error:
    I tried running pshop and i got a message "miising components" and it wouldnt start. Tech support in India told me to uninstall CS3 and CS4, stop all startup items in msconfig, reboot and reinstall.
    I got the same message. Tech support said they'd get back to me Monday, since there was no "official" tech support on the weekends. BTW, i was on with them for 4 hours.
    Anyone have any suggestions. I noticed that even though i uninstalled pshop, bridge CS3 is still functioning.
    Thanks
    hal

    Problem Solved:
    I finally spoke to a US tech guy.
    He acknowledged I had tried all the simple and radical fixes, so he suggested I upgrade to XP service pack 3 and also to download the CS4 extended again. I did both.
    I used Beyond Compare to do a CRC comparison between the old and new Software which found no differences.
    I restored my Ghost backup of C: from just before I had removed all the adobe programs, so the PC was back to the original setup before I had the installation problems.
    Then I installed SP3, which went well and ghosted the PC again.
    Then, just to increase the odds of a successful installation, I did an alt-ctrl-del and went to the processes tab and killed anything which seemed unnecessary (things I recognized, like anti-virus, Norton, update managers, etc).
    Finally, I installed from the new download of CS4 extended.
    It worked!!!!!!!
    Hope this helps anyone with similar problems.
    Hal

  • Error Message "Script: chrome://tavgp/content/libs/include.js:595" Choice of "Continue" or "Stop script" When choosing "continue" firefox launches but after a while crashes. Using Windows 7

    Error Message
    "Script: chrome://tavgp/content/libs/include.js:595"
    Choice of "Continue" or "Stop script"
    When choosing "continue" firefox launches but after a while crashes. Using Windows 7

    That is a problem with an AVG extension (toolbar).
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Language Init Error (8020) when connecting to the DI

    Dear All,
    I've got the error message Language Init Error (8020) when connecting to the DI, I could not understand how could it be happened but I have tried to find the solution for it but still unsuccessful ? How to solve ? TIA
    Rgds,
    Edu

    Hello,
    This solution I've got from SAP Notes 854548 and I rewrite here as follows;
    1. Rename the folder SM_OBS_DLL from the temp folder. If you can't find, try to go to start --> run and type %temp%.
    Then you perform these steps :
       1. Uninstall the DI from the Add/Remove Programs window
       2. Reboot the computer
       3. Install the DI API once again
    If you still can't have solution and the solution from Chris can't resolve too, better to escalate to SAP support.
    Rgds,
    JM

  • Error :Action Script Stuck

    Hi,
    I am getting the Error(Action Script Stuck), while i am
    running the application in Palm Treo 700 w 1.1 Verizon Emulator,
    its running in windows Mobile 5.0. I used one Datagrid, one Xml
    Connector, one Data Set and two buttons. And data are populated
    from the XML file, which has been located in the same folder. Any
    one, let me know the solution for that.

    Hi,
    The Primary cause of the whole problem is the use of V2
    components. Please
    Emulate the scenario with movie clips and that should work.
    Rendering of V2
    components is a tedious task for the player and is not
    recommended for
    flashLite. Using some workarounds might help in dire need,
    when you use
    randomly generated movie clips to emulate the datagrid or the
    data set and
    write your own parser to replace the XML connector component,
    custom buttons
    can always be used other than the button component
    Regards,
    Debashish Paul
    "netsoul" <[email protected]> wrote in
    message
    news:eievp9$5do$[email protected]..
    > Dear Vijayan,
    >
    > The error 'Action Script Stuck' is a great problem in FL
    2.1. The reason
    > of
    > that error is not only in the internal processes in
    flash player, but in
    > incorrect work 3-d part applications, that do not free
    resources on time.
    > The
    > investigation that problem on real devices (WM5 &
    BREW) detected, that the
    > error 'Action Script Stuck' appears in very simple
    scripts, when FL 2.1
    > player
    > is really freezed by another application because of lack
    of resources.
    >
    > My opinion - the mechanism of detecting 'Action Script
    Stuck' must be
    > improved
    > to separate internal and external reasons. That
    > applys to FL 2.1 for BREW too.
    >
    > Sincerely,
    > Alex
    >

Maybe you are looking for