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

message while displaying the form preview

Former Member
0 Likes
608

hi everybody

when i tried to view the print preview of my form the following system message is displaying after cliking the print preview button

<b>form z_cust language EN is not active and has no errors</b>

and i am not able to see the preview

can someone tell me what is the error and how i should correct it

regards

hridhayanjili

4 REPLIES 4
Read only

Former Member
0 Likes
576

Goto SE71 and give this form z_cust language and language EN and check if it is existing in this client.

This form might be existing in language DE

Read only

Former Member
0 Likes
576

The output type is created at the time of customisation. Check if it is activated.

Read only

Former Member
0 Likes
576

Acitivate the form using SE71 !!

The option to activate the form is in Form menu.

Regards

Anruag

Read only

Former Member
0 Likes
576

Hi,

As per the error status mentioned, there is no problem in the form side(SE71), the things u need to check is when you are calling the function modules like OPEN_FORM, WRITE_FORM, CLOSE_FORM,..., You need to pass the values like the script name, language, user name, Text Element name to the respective function modules in Capital Letter and also check whether in between single codes('') in the export or import parameters have you left any blank spaces.

Regards:-

<b>Santosh</b>