cancel
Showing results for 
Search instead for 
Did you mean: 

Cant print PO - wrong page format

Former Member
0 Kudos

Hi all

I have a smartforms to print PO.

I encounter this problem which some PO cant be print while some other PO can be printed.

Its quite confusing since only some cant be print.

Below is the message:

Form TXT_CONTACT has wrong page format.

Message no. SSFCOMPOSER026

Diagnosis

Form TXT_CONTACT has a different page format than the forms output previously but has been added to the same spool request.

System Response

Form TXT_CONTACT ist not processed.

Procedure

While forms are formatted (FM SSFCOMP_OPEN to FM SSFCOMP_CLOSE), the page format must not be changed. All forms within one spool request must have the same page format.

The first page format used, in this case paper format , is applicable to all subsequent forms.

Please guide me.

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

you must define parameters,

gs_cp-no_open = 'X'.
gs_cp-no_close = 'X'.

gs_options-tdnewid = 'X'.
gs_options-tdimmed = 'X'.
gs_options-tddelete = 'X'.
gs_options-tdfinal = 'X'.


Former Member
0 Kudos

Found out the reason already.

The TXT_CONTACT contains vendor's address, some vendor's address is short and some is longer.

The size of the window is not enough for longer address, thats why some PO can print and some cant.

Thanks anyway.

Regards

Former Member
0 Kudos

Hi,

Check the NEXT page's PAGE FORMAT what is used in the smartform and make it the same as that of the FIRST page.

I believe the POs which are not being able to print do spill over into the next pages.

Regards,

Ram