cancel
Showing results for 
Search instead for 
Did you mean: 

OPEN_FORM is missing

Former Member
0 Kudos

While saving a make to oder transaction I am getting an error as process goes to print order in the task bar a popup comes " START_FORM IS INVALID, OPEN_FORM IS MISSING". Mind it my print preview is showing "output can not be issued" as well on any document. how could I by pass and still save the order.

or if I can fix this problem. thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

To fix the problem take the help of an ABAPer. If you want to save the sale order by overcoming the problem check the dispatch time for the output. If it is 4, then change to 1 or 3. This should help you to save the order.

Regards,

GSL.

Former Member
0 Kudos

I chkd in system > services > output control

in output controller no output device is assign

any setting need to be done in OPK8?

or any other suggestion?

Former Member
0 Kudos

You can inform & get the error rectified through Abap coding modification.

Regards,

Rajesh Banka

LeonardoAraujo
Active Contributor
0 Kudos

See my previous answer...

In your output procedure there is an output type that is configured incorrectly. In the program and routine assigned to the PRINT mode, it may say program ZXXXXXXXX routine OPEN_FORM.

If that is the case, and it looks as it is, the program doesn't have a form OPEN_FORM and the execution fails. The output program should have the form it is configured to call.

Hope it helps,

Leonardo De Araujo