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: 

Update Nast table without output control configuration (NACE)

Former Member
0 Kudos

Hi,

I have requirement to log IDOC information in NAST table. But it is not configured as output control (NACE). Because it is triggered by XI Bapi.

Thanks in advance.

Sajjad

1 REPLY 1

Former Member
0 Kudos

Hi

check this doc

Output Determiantion :

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.

You can use transaction NACE for the output determination settings for all applications.

1. When you start transaction NACE, a list of all represented applications appears.

2. From this initial screen, you can access all the individual processing screens for output determination from the EDIT menu.

3. Select the relevant application. This transaction does not have a menu path in customizing.

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

Regards

Anji