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: 

Output Determination

Former Member
0 Kudos
354

Hi All,

What is output determination?

Regards

Mitesh

3 REPLIES 3

Former Member
0 Kudos
49

Hi Mitesh,

Output Determination, Output Control and Message Control

are same. Visit following links for details..

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

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

Regards,

Narinder Hartala

Message was edited by: Narinder Hartala

Former Member
0 Kudos
49

To 'de-codify' some of the SAP help links above:

"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 <b>print</b> 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 <b>condition technique</b> 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.

That should provide a simple overview of what output determination is.

Cheers,

Brad