cancel
Showing results for 
Search instead for 
Did you mean: 

CLOSE_FORM layout set missing.

Former Member
0 Kudos

Dear Experts,

My customer face a output type issue.

He run T-Code VF03 to display invoice, and check the output type of this invoice.

The log of the output type shows an error marked as red nod, when i double click the error, it says CLOSE_FORM layout set missing..

And user said he cannot print invoice using this output type because of this error.

Could any one know why this happen?

Any suggestion is welcome.

Thank you.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This issue has been solve.

That is because functional have not maitain the Sales Text of the materials.

So the error will pop up.

former_member555112
Active Contributor
0 Kudos

Hi,

Check the driver program configured for the output type in NACE transaction.

Incase it is a customer program just check whether the CLOSE_FORM FM is called and that it is getting called when you print.

Regards,

Ankur Parab

alex_m
Active Contributor
0 Kudos

You need to call CLOSE_FORM in driver program after OPEN_FORM otherwise the layout wont get displayed...

Former Member
0 Kudos

But this output type works well before, only the customer change the default remote printer to local printer, this error triggered and the output type does not work form then on.

And i also use t-code NACE to check the program, there is CLOSE_FORM in the program.

alex_m
Active Contributor
0 Kudos

That is the case, Are able to print the other documents in Local printer?.. Also check with BASIS people.

Pawan_Kesari
Active Contributor
0 Kudos

Check the logic of processing program of output type.

Use transaction NACT for application V3 (Billing) to find the processing program of output type.