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: 

What is output determination?

Former Member
0 Kudos
107

Hi

1. What is output determination?

2. What is a currency factoring technique?

3. What has to be done to the packed fields before

submitting to a BDC session.

thanks,

kiran.M

4 REPLIES 4

madan_ullasa
Contributor
0 Kudos
74

hi,

1.output determination is setting up ur printer config at the SPRO level.

2. im not sure of ur second query. probably means some kind of currency conversion.

3. just c to that u maintain the decimal positions

regards,

madan..

0 Kudos
74

You can use output control to automate either messages or subsequent processing of partner-specific messages"

This means, it provides a method for you to perform subsequent processing once a document is saved in the system. This subsequent processing is normally to print the document, but can also include activities such as:

- Faxing the document

- Emailing the document

- Sending an idoc of the document

- Sending an EDI message for the document (via an Idoc)

- and so on.

In general, it uses the condition technique to determine what, if any, output is to be produced. The condition technique works by selecting key fields from the document (document type, plant, etc.) and matching them to master data records you have previously set up. If there is a match, then output is produced.

Check the following links.

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

http://help.sap.com/saphelp_erp2004/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/c0/4e4746497d11d385ee0000e81ddea0/content.htm

Former Member
0 Kudos
74

HI Kiran

"You can use output control to automate either messages or subsequent processing of partner-specific messages"

This means, it provides a method for you to perform subsequent processing once a document is saved in the system. This subsequent processing is normally to print the document, but can also include activities such as:

- Faxing the document

- Emailing the document

- Sending an idoc of the document

- Sending an EDI message for the document (via an Idoc)

- and so on.

In general, it uses the condition technique to determine what, if any, output is to be produced. The condition technique works by selecting key fields from the document (document type, plant, etc.) and matching them to master data records you have previously set up. If there is a match, then output is produced.

Check the following links.

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

http://help.sap.com/saphelp_erp2004/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/c0/4e4746497d11d385ee0000e81ddea0/content.htm

Cheers,

Mukesh Kumar

Former Member
0 Kudos
74

Hi,

Output determination is just nothing but to determine what has to be done after the document is save or posted.

Either it has to be a printed out or fax or EDI etc.For that you have to create an output type and assign it to the application.You have to specify the medium (print, fax etc) in the output type itself.

Regards,

Karthik.k