cancel
Showing results for 
Search instead for 
Did you mean: 

About SAPScript Error

Former Member
0 Kudos

Hi All,

I don't know what exactly i done while working with scripts, later on when ever i create and activating a new script[testing purpose] my driver program is not recognizing that.. saying that script is not available/active.

Before that am making sure my scrit is perfect including the texts and definations.

Can any one guide me how to rectify the problem.

Since i feel this problem is not related for ABAP programming am posting it here.

Regards

Shinoy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi N Regula,

In your case can occur the next case:

1.- When you use the function that call the form, maybe the name of Report that you are using as parameter is not on CAPS.

2.- Remenber that must load the form after call it.

3.- Check if did not delete the principal window whose name is MAIN, because it have especial attributes.

4.- Verify your control program and check your spelling when call the form.

If it have been help you, reward and close the question.

Regards,

Yuhalbert Graterol

Former Member
0 Kudos

Hi

There are two possible ways where u may get this kind of error.

First the form itself may not be active or if it says then check the text & defination under SE71 Forms.

Secondly in the driver program[as per u'r criteria] pass the values in CAPS..

Hope it works.