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: 

Regarding Output

Former Member
0 Kudos

HI friends,

My requirement is to have two output types, one for printing and aother for archiving.

I have copied the output type ZDUA(printing) to create ZDU3(Archiving). Everything else is same except the storage which archive only for ZDU3 and Print Only for ZDUA.

ZDUA works without any issues, but I get the message

"WRITE_FORM is invalid, OPEN_FORM is missing" in the processing log of ZDU3.

The same Form and Program are used for both the output types. Appreciate any help in this regard.

Thanks in advance

Regards,

Govind.

1 REPLY 1

Former Member
0 Kudos

Hi,

Why are you using the same program and same form??

I believe that form and program is for printing.

If you need to implement archiving then you need to atleast create a new form and if you are not able to then you need to create a new program and a new form in it.

Also, the form will have a definite structure for how it should be i terms of import/export/table parameters. You can check this by checking the other program and it's form routine.

Now you should implement your archiving logic in the new program and form routine.

Hope this helps .

Regards

Nishant