Language EN is not active !

Hi all
Iam new to scripts .
i developed a  sample form script.
when am printing my Script with my utilities -print testing its working properly(in se71)
but my problem is when i execute the program in SE38
its getting me an error saying
STOP:
form <zformprog> and has no errors.
Pls can anyone help me out!!
Thanks in advance.

hi nageshwar...
i am pasting the code here....pls do bear if i have written my code so silly....i was not covered with scripts in my syllabus and learning this out of my own interest....
thank u so much
regards
Rachel
ata: begin of it occurs 0,
  carrid like spfli-carrid,
  connid like spfli-connid,
  cityfrom like spfli-cityfrom,
  cityto like spfli-cityto,
  END OF it.
  select * from spfli into CORRESPONDING FIELDS OF TABLE it.
call function 'OPEN_FORM'
EXPORTING
  APPLICATION                       = 'TX'
  ARCHIVE_INDEX                     =
  ARCHIVE_PARAMS                    =
  DEVICE                            = 'LOCL'
   DIALOG                            = 'x'
   FORM                              = 'zsform '
   LANGUAGE                          = SY-LANGU
  OPTIONS                           =
  MAIL_SENDER                       =
  MAIL_RECIPIENT                    =
  MAIL_APPL_OBJECT                  =
  RAW_DATA_INTERFACE                = '*'
  SPONUMIV                          =
IMPORTING
  LANGUAGE                          =
  NEW_ARCHIVE_PARAMS                =
  RESULT                            =
EXCEPTIONS
  CANCELED                          = 1
  DEVICE                            = 2
  FORM                              = 3
  OPTIONS                           = 4
  UNCLOSED                          = 5
  MAIL_OPTIONS                      = 6
  ARCHIVE_ERROR                     = 7
  INVALID_FAX_NUMBER                = 8
  MORE_PARAMS_NEEDED_IN_BATCH       = 9
  SPOOL_ERROR                       = 10
  CODEPAGE                          = 11
  OTHERS                            = 12
if sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
endif.
loop at it.
  call function 'WRITE_FORM'
   EXPORTING
     ELEMENT                        = 'ABCD '
     FUNCTION                       = 'SET'
     TYPE                           = 'BODY'
     WINDOW                         = 'MAIN'
  IMPORTING
    PENDING_LINES                  =
  EXCEPTIONS
    ELEMENT                        = 1
    FUNCTION                       = 2
    TYPE                           = 3
    UNOPENED                       = 4
    UNSTARTED                      = 5
    WINDOW                         = 6
    BAD_PAGEFORMAT_FOR_PRINT       = 7
    SPOOL_ERROR                    = 8
    CODEPAGE                       = 9
    OTHERS                         = 10
  if sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  endif.
  endloop.
          call function 'CLOSE_FORM'
          IMPORTING
            RESULT                         =
            RDI_RESULT                     =
          TABLES
            OTFDATA                        =
          EXCEPTIONS
            UNOPENED                       = 1
            BAD_PAGEFORMAT_FOR_PRINT       = 2
            SEND_ERROR                     = 3
            SPOOL_ERROR                    = 4
            CODEPAGE                       = 5
            OTHERS                         = 6
          if sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          endif.

Similar Messages

  • SmartForm language EN is not active and has no errors

    Hi All,
    I am getting an error "Form 'My Form Name' language EN is not active and has no errors ". This a smart form that's currently working fine with an existing company code but when assign this form (form was not changed at all) to another company code and run the dunning statement, it give us the above error. The funny thing is that it is active but still gives us the error.
    Does anyone have any idea why this is and what to do to resolve this.
    Regards.

    Hi,
    Go into ur form in SMARTFORMS t-code............
    In form attributes u have 3 radio buttons right
    select translate into all languages option and activate it...........
    Don't check the 2 check boxes right to dat.....
    Cheers,
    jose.

  • Form Z_FIDUN_A language EN is not active and has no errors

    Hi Everyone,
    I have copied one Smartform from 4.6C to ECC 6.0. and i have activated that Smartform in ECC 6.0. when i tried to print it is giving me the error "Form Z_FIDUN_A language EN is not active and has no errors". I have activated it in EN only.
    Please help me.

    Hi Leela,
    Try running the FM generated for the SmartForm and resolve any errors that might occur.
    Or Else
    the issue must be the customising where the Business Events are trying to call SAP Scripts and not Smartforms.
    Let me know If you require more help on this.
    Edited by: Raj on Oct 29, 2010 1:37 PM

  • Form Program Name language EN is not active and has no errors

    Dear all,
      I'm new to SAP development.  I have copied the standard RLVSDR40 and made some modification on it.  When i tried to print in lt31.  I encounter the following error:
    "Form <program name> language EN is not active and has no errors".
    Any idea about this?? What is the standard procedure of this kind development??
    Regards,
    Kit

    hi
    first go to SE71 and give Form Name and Original Language of the form and copy it to zform.
    Now open this Zform in change mode and go to Utilities-> change original language to log on language here EN in your case-> and save it.
    Now your Zform is in language EN note tat now when you are opening your zform to modufy you might be trying to change it in DE so change language to EN and then modify it.
    After making changes go to NACE transaction to assign this zform to transaction you are using.
    Nace->choose application->output type->choose your output type->Double click processing routines->you will find one column pdf smartform/scriptname-> here give your zform name
    It will surely work if not get back to me

  • Form ZF_J_1IEWT_CERT language EN is not active and has no errors

    Hi,
    i got the following Error while Posting of With Holding Tax Certificates for a vendor through T-Code J1INCERT.
    Form ZF_J_1IEWT_CERT language EN is not active and has no errors
    Please help.....
    Thanks
    Rashmi

    Hi Rashmi,
    In EWT there is a standard form for withholding tax certificate is J_1IEWT_CERT  and your organization has created a new from name ZF_J_1IEWT_CERT . Just ask your ABAPer if this form has been activated and maintained properly.
    Contact your ABAPer will solve the issue.
    Regards,
    Chintan Joshi.

  • ''Form zrk_test language EN is not active and no error''

    hi all
    i am getting following error ''Form zrk_test language EN is not active and no errors''   ...........while executing a program.....
    plz help..
    Rohit

    You will need to active your SAPscript.  Transaction SE71, enter ZRK_TEST, click Change.  Then choose Form -> Activate.
    Regards,
    Nick

  • Form YMFA_J1IEWTCERT language EN is not active

    DEAR GURUS,
    "Form YMFA_J1IEWTCERT language EN is not active."
    HOW RECTIFY??
    PLS HELP
    REGRDS
    MAHESH

    You will need to active your SAPscript.  Transaction SE71, enter ZRK_TEST, click Change.  Then choose Form -> Activate.
    Regards,
    Nick

  • Form zform4 language EN is not active and has no errors

    after executing a program calling script , it gives the following error  after  clicking print preview  : Form zform4 language EN is not active and has no errors .
    pl find solution.

    Moderator message - Welcome to SCN.
    Have you tried activating the form (in SE71)?
    Rob

  • Smartforms: u201C Form  zFORM language EN is not active and has no erroru201D.

    Dear friends
    I am trying to see print preview via tcode LT31 for picking list but getting error  u201C Form   <zFORM >language EN is not active and has no erroru201D.
    Any idea for this?
    Regards
    Pawan

    HI Abhijit,
    Thanks again for your reply, it is true, my form is in active status and showing above message actually I checked the form via menu option then reactivated a few times still I am getting the same error message, this form was working properly till yesterday but when I removed some unwanted text form Table-LINE, and also I removed some comment in code part in initialization. From then I am getting this message while generating print preview ......my guess there will some error in forms which system is not able display via menu option Form -> Check.
    Is there other option to check smartforms? I will recheck the form again where I made last changes.
    Regards
    Pawan

  • HT4061 i already restored my iphone succesfully using an itunes on my desktop, my iphone restarts and to configure language,country etc.unfortunately, activating my iphone is not possible itunes told me to insert a sim but my  simcard was inserted...help

    i already restored my iphone succesfully using an itunes on my desktop, my iphone restarts and to configure language,country etc.unfortunately, activating my iphone is not possible itunes told me to insert a sim but my  simcard was inserted...help me pls.

    Most likely, your phone was previously hacked to carrier unlock.  When you restored the phone, the hack was removed and the phone re-locked to its original carrier.  It now will recognize only the SIM card from that carrier, and can be used only with that carrier.

  • When I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active it won't show closed captioning even though closed captioning is turned on

    when I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active eyetv won't show closed captioning even though closed captioning is turned on.  When I totally close eyetv and reopen eyetv and open a live tv window the closed captioning comes back.  I never noticed this with os leopard, Just after i installed os snow leopard.  All software is up to date only I think, thanks to apple they droped support for logic express.  Thanks for any suggestions.

    Does toggling CC off & back on bring it back?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • Bridge's parent application is not active

    Hi,
    I've suddenly come across a problem with Adobe Bridge where it isn't allowing me to open .CR2 files into Camera Raw. When I right click on an image in Bridge, an error message pops up:
    "Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature."
    Originally, I opened Photoshop CS6, then File > Browse in Bridge. I've have opened ACR hundreds of times on this computer so I don't understand why it wants me to open it to be able to use it. I've opened a RAW file from Windows explorer, but when going back to Bridge, the same error occurs.
    Does anyone know what the problem is here and how to fix it?
    Running Windows 7, Photoshop CS6 64-bit, ACR 7.1, Bridge CS6 64-bit.
    Thank you!

    Then, in Bridge, I get the dreaded "Camera Raw blah blah blah" message when trying to open files in ACR by pressing 'cmd-R' or going to File > Open in Camera Raw.
    This seems related to an old thread and I'm using email to read and write to the forum. Can you clarify a bit more about the blahblah?
    You stated that it happened suddenly this morning and also mention a subscription trouble with the creative cloud. Did you use Bridge after the trouble was solved and it worked but stopped this morning or was it directly after you reinstalled everything?
    Did you already try the obvious restart Bridge holding down option key and choose reset preferences? The Clean tool is not deleting everything Adobe has installed before.
    And double check on the updates, the application manager sometimes has a mind of its own, especially when having multiple language versions installed, it only updates the language version set in preferences.
    And check PS the About Menu
    for about PS it should say 13.1.2 x64
    and about plug in / camera raw it should say 7.3.0.71.
    And in Bridge About Bridge it should say 5.0.2.4
    Can you confirm this and can you also report what other applications you have installed from the creative cloud.
    And since I changed to OSX 10.8 I can't check myself, is 10.7.5 the latest update?

  • SMARTFORMS language translations are not stored

    Experts,
    I am trying to translate a SMARTFORM from Language EN to Languages ES, PT & DE.
    After maintaining translations using SE63 when I check the output it is giving the correct output with language translations but after changing the english version again, when I tried to give the output in language ES, PT & DE all my translations are gone. I dont know the reason why it happened, even I have created the transport using the program 'RS_LXE_RECORD_TORDER' as well.
    Again I did the same thing second time i .e. translated the texts in different languages and again changed the form in language EN (base language) and activated it and after this, again I have tried to give the output in languages ES, PT and DE, again the same all my translations are gone and displaying only in English language.
    Kindly give some ideas so that this problem get resolved.
    Thanks,
    Kalikonda.

    Jay,
    Allotted points for your advice, but actually before asking this question I already searched in the forums and found the same program, but I thought that since my language translations are not getting stored, I may be using wrong program for the transport to be generated.
    Thank you very much for your advice and help.
    Kalikonda.

  • FBZP - Form RFFOAVIS_FPAYM is not defined or not active

    Hi SAP Experts,
    I need your help please...
    In FBZP when i try to assign form RFFOAVIS_FPAYM from Co Code 1000 to Co Code 2000 i am getting error message as
    Form RFFOAVIS_FPAYM is not defined or not active.
    Co Code 1000 is of US and in Pay Method country for US PMW is used with format as ACH, while Co code 2000 is of country Canada...please tell me how to assign it

    Hi SAP Gurus,
    As suggested by Ravi i check in SE71 but the form is not available in Language EN. But still for the other Co Codes this form is working perfectly fine in Production.
    Is there some configuartion remaining from my side. As i was working with abaper they said that some config is missing.
    Kindly advice how i can assign this form to my new co code

  • Adobe Acrobat XI: Error Adobe Acrobat is not activated. Cannot create PDF File.

    After installing Acrobat XI Pro on Windows 7 Ent. w/Office 2010.
    From MS Word, select Save as PDF, I recieve "Adobe Acrobat is not activated. Cannot create PDF file."
    Any and all troubleshooting has failed.
    Uninstall Acrobat, language packs, re-install, install updates, Install on fresh image.

    kglad  your link refers to Windows XP. As to the rest it is questionable. First of all it would be nice to know the cause, before fixing the problem. For in some cases eliminating the cause will solve problems later on. So, in my case for ex. The problem did not exist until I protected my Word 2010 document and then saved it to PDF--which it would not allow to do so and giving the error message stated above.

Maybe you are looking for