cancel
Showing results for 
Search instead for 
Did you mean: 

script-en not active

Former Member
0 Kudos

when i excuted the program in script . it shows the message that "NO ERRORS. AND SCRIPT EN IS NOT ACTIVE." what might be problem?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Reddy,

You might be using this script from one client to other.

So in This case you have to copy script from that client.

use this path,

se71 -> Type ur Form Name -> Utilities -> Copy From Client -> Mention all required field. -> Excute.

Try this, it will help u.

Plz revert if it helps u...

Former Member
0 Kudos

hi

good

did you debug the program properly,try to activate again , as u have not mentioned what is the exact error you r getting down the page it is tough to give you the exace solution,

try to find out whather you r calling any subtoutine in the sapscript,if yes check wheather tht subroutine is active or not .

thanks

mrutyun^

Former Member
0 Kudos

Hi Surendra,

Please check the parameters in the exporting parameters in the OPEN_FORM function call.

Comment the language parameter and check.

CALL FUNCTION 'OPEN_FORM'
  EXPORTING
    DIALOG                      = 'X'
    FORM                        = 'ZTESTFORM'.

Regards

Wenceslaus

Ps: Reward helpful posts

Former Member
0 Kudos

Hi Surendra,

Make sure you logged in EN language , and give your form name in SE71 and press create and activate .

Regards,

Raghav

Former Member
0 Kudos

Hi

Please try activating the Script . Check for Errors from Menu path .

Preview the Script before you exicute the Print Program . If al oK then it should work /

*Please reward helpful answers