Application Development 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: 

querry in SAP script

Former Member
0 Kudos

Hi,

I am trying to generate an invoice. Here I am coding certain areas in script through driver program. My form name and driver program name is zproject. Now when I run the driver program I constantly getting the following error.

Form ZPROJECT EN Language in not active and has no errors.

Could you tell me how to fix this problem.

Regards

Vidhya

10 REPLIES 10

NAeda
Contributor
0 Kudos

check the form ZPROJECT is available in your client with active status.

otherwise, you to transport it to the testing client using SCC1.

rgds

Aeda

Former Member
0 Kudos

In the standard script MEDRUCK....its driver program SAPFM06P is a subroutine pool. Can anyone tell me how will it get executed? I mean even though it will be attached to the script through nace still since it is not of executable type how can it work?

former_member194669
Active Contributor
0 Kudos

I think you sap script is not available in EN you may need to go to SE71 open your sap script form of DE version of you

"Z" form then Click utitlies, convert original language.

Former Member
0 Kudos

Can there be an error in the driver program due to which I am getting error in language?

Edited by: bi.vidhya on Nov 18, 2009 10:56 AM

Former Member
0 Kudos

Hi,

vidhya ,

Your check once form is active or not

check this, Goto SE71 and Enter your form name press F4 and

Goto Find menu and select Technical search function

and enter your form name ,

Check your form status

By

Ansari

Former Member
0 Kudos

Thanks for the reply!!

Yea i did that....

and it says the form language: EN and original language:EN and form active. But still that error persists

Former Member
0 Kudos

Hi Vidhya,

Just uncomment all exceptions in open_form, write_form, close_form

Problem will solve.

Edited by: amol khairnar on Nov 18, 2009 5:26 PM

Former Member
0 Kudos

Thanks a lot guys for your useful information!!

Former Member
0 Kudos

Hi!!

In the same invoice form, I am not able to connect the form with the driver program. i.e when I try to run the driver program I am getting the output in normal sap screen but not as form. That means I am not receiving the output in form.

Do you know how to solve this?

Regards

Vidhya

Former Member
0 Kudos

Hi!!

In the same invoice form, I am not able to connect the form with the driver program. i.e when I try to run the driver program I am getting the output in normal sap screen but not as form. That means I am not receiving the output in form.

Do you know how to solve this?

Regards

Vidhya