Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in transaction MB90

0 Likes
2,535

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

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
2,463

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,

22 REPLIES 22
Read only

jaideepsharma
Active Contributor
0 Likes
2,464

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,

Read only

0 Likes
2,463

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.

Read only

0 Likes
2,463

hi Lydia,

Please check the function module generated try executing it manually and see for errors.

Read only

0 Likes
2,463

Hi,

Check if you have done correct configuration settings in the system.

KR Jaideep,

Read only

0 Likes
2,463

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..

Read only

0 Likes
2,463

The generated FM is correct because i can execute the form directly with Tcode SMARTFORMS.

any idea ??? I'm hopeless

THANKS

Read only

0 Likes
2,463

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?

Read only

0 Likes
2,463

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!!!

Read only

0 Likes
2,463

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.

Read only

0 Likes
2,463

Thanks for this link, i'm reading it....

Read only

0 Likes
2,463

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..

Read only

0 Likes
2,463

The problem is that i call the form whit the transaction MB90, so the program is a starndard program...

Read only

0 Likes
2,463

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

Read only

0 Likes
2,463

I read interesting threads of your list, and i don't find the answer.

THANKS ANYWAY

Read only

0 Likes
2,463

I'll try it, when i'll finish i say you the result. THANKS

Read only

gaursri
Active Contributor
0 Likes
2,463

Hi Lydia,

Two ways are there one is this thread provided

Link:[Thread|;

Other one is

Goto TCODE 71 and activate the form for the language english.

Enter the form name then click on change then activate.

Hope your query resolves quickly.

Have a best day ahead.

Read only

former_member188827
Active Contributor
0 Likes
2,463

is output on smartform or script?

Read only

0 Likes
2,463

My SMARTFORM no have output parameters.

Thanks all

Read only

0 Likes
2,463

is your problem resolved?

Read only

matt
Active Contributor
0 Likes
2,463

Please do not post subject in ALL CAPITALS

Read only

0 Likes
2,463

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.

Read only

0 Likes
2,463

Hi,

Thanks i think this was quite interesting thread to learn something new thanks for sharing the solutions.

Have a best day ahead.