2009 Aug 18 11:53 AM
Hello All,
I'm using the transaction MB90 and I try to view a Z form but appear next error
'Form Zxxx language EN is not active and has no errors'
I don´t know why happend it because the form is activated and contain any errors.
I don´t transport anything because I work in the same system.
ANY IDEA.
Thanks.
Edited by: Matt on Aug 18, 2009 1:34 PM - changed subject so not ALL CAPITALS
2009 Aug 18 12:01 PM
Hi,
Check if your script is active in EN language in your system. If it is a different client then copy your changes in script to the other client as well using SCC1 or SCC4 transaction.
KR Jaideep,
2009 Aug 18 12:01 PM
Hi,
Check if your script is active in EN language in your system. If it is a different client then copy your changes in script to the other client as well using SCC1 or SCC4 transaction.
KR Jaideep,
2009 Aug 18 12:05 PM
My smartform is active to language EN and in the same system, so I don't know what is the problem, this error musn't appear.
Thanks anyway.
2009 Aug 18 12:08 PM
hi Lydia,
Please check the function module generated try executing it manually and see for errors.
2009 Aug 18 12:09 PM
Hi,
Check if you have done correct configuration settings in the system.
KR Jaideep,
2009 Aug 18 12:10 PM
I dont remember exactly if this applies to MB90 also but in some cases you've to create a blank script via se71 with same name as name of your smartform and activate it.Try this,it might help..
2009 Aug 18 12:22 PM
The generated FM is correct because i can execute the form directly with Tcode SMARTFORMS.
any idea ??? I'm hopeless
THANKS
2009 Aug 18 12:25 PM
did you try creating a sap script via tcode se71 with same name as name of your smartform and then check after activating the script also?
2009 Aug 18 12:30 PM
I tryed it, and now appear the next error 'Window KOPF is not defined for form Zxx' because my form it's a copy of standard form....
THANKS ALL!!!
2009 Aug 18 12:30 PM
Hi,
Welll Please go throught these threads check them they are all for the same error you have been facing.
Link: [LIST|https://www.sdn.sap.com/irj/scn/advancedsearch?query=languageENisnotactiveandhasnoerrors]
Have a best day ahead.
2009 Aug 18 12:33 PM
2009 Aug 18 12:36 PM
in your print program you will have to comment the call to sapscript.the call might be as follows:
*CALL FUNCTION 'START_FORM'
EXPORTING FORM = TNAPR-FONAM
LANGUAGE = LANGUAGE.
instead just make a call to your smartform..
2009 Aug 18 12:47 PM
The problem is that i call the form whit the transaction MB90, so the program is a starndard program...
2009 Aug 18 12:49 PM
there is a node in spro where you assign program name and form name.ask your function consultant.make a zcopy of standard program and assign your zprogram to that node.then you can carry out your changes in zprogram
2009 Aug 18 1:08 PM
I read interesting threads of your list, and i don't find the answer.
THANKS ANYWAY
2009 Aug 18 1:09 PM
2009 Aug 18 12:04 PM
2009 Aug 18 12:04 PM
2009 Aug 18 12:16 PM
2009 Aug 18 12:18 PM
2009 Aug 18 12:34 PM
2009 Aug 19 1:00 PM
I resolved my problem. Finally i create a new program Z copy of standard program and modify the rutine where the program calls the sapscript and i included the call to open my form.
Thank you all for your help.
2009 Aug 20 5:40 AM
Hi,
Thanks i think this was quite interesting thread to learn something new thanks for sharing the solutions.
Have a best day ahead.