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

with output determination

Former Member
0 Likes
547

Hi!

Is it possible printing a form depending on users choice

(different languages) using "output determination

technique"

Regards

sas

Message was edited by:

erdem sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

It is simple thing to configure ,lets say one example ..

You have purchase order - form name MEDRUCK ,Program SAPFM06P

First configure output type NEU ,it will contains form name MEDRUCK ,Program SAPFM06P

Secondly you want to have PDF,Output type is ZPDF ,form name ZMEDRUCK,Program : ZSAPFM06P

Like this you can configure so many output types in SPRO,this will done By functional consultant.

when you create purchase order ,you can enter any output type in messages tab,depends on output type,form and print program triggers

Thanks

Seshu

Hi!

Is it possible printing a form depending on users choice

(different languages) using "output determination

technique"

Regards

sas

Message was edited by:

erdem sas

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hi,

I think it is possible by creating some forms to accomodate your output determination. Then in your ABAP program, put the logic to call the correct form for printing.

Or you may use some flag for the output determination in the form logic.

Read only

Former Member
0 Likes
523

Yes, it is possible to print documents using output determination technique.

Check this link....

http://help.sap.com/saphelp_crm40/helpdata/en/b3/58bf39f7568648e10000000a11402f/content.htm

Regards,

Pavan.

Read only

Former Member
0 Likes
524

It is simple thing to configure ,lets say one example ..

You have purchase order - form name MEDRUCK ,Program SAPFM06P

First configure output type NEU ,it will contains form name MEDRUCK ,Program SAPFM06P

Secondly you want to have PDF,Output type is ZPDF ,form name ZMEDRUCK,Program : ZSAPFM06P

Like this you can configure so many output types in SPRO,this will done By functional consultant.

when you create purchase order ,you can enter any output type in messages tab,depends on output type,form and print program triggers

Thanks

Seshu