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

Does anyone know much about Output Determination. I am looking for some explanation and how to navigate to it. Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

Refer 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

1 REPLY 1

Former Member
0 Kudos

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.

Refer 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