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

Smartforms

Former Member
0 Likes
534

Dear all,

Can you give me detailed explonation about the OUTPUT TYPES and NACE transaction.

4 REPLIES 4
Read only

Former Member
0 Likes
512

Nace is for message control settings. Say if u want to trigger a Smartform or an Idoc or any other customized program u can do the message control settings.

You can track the form and the print program used for that form using NACE

You Can assign your own form to a standard print program

Say at the time of Sales Order creation or updation u want to trigger a Smartform, then u have to follow the following steps:

Goto NACE

Select application V1 and then click Output Type.

create a new Output type or copy the existing one abd save it with new name

then in Processing Routine Mention the driver program name and in Form routine mention the main subroutine name.

In Smartform mention your SMartform name and also the layout if u have ceated.

Again go to NACE and Select application V1 and press Procedures.

here out of the many procedures u have to select the right one and attach your Output Type to it.

You can also create a condition record..Say if u want to trigger this Smartforms for Sales Order of particular type.

Read only

Former Member
0 Likes
512

Hi,

Go through the Link

[http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm]

Regards

Sandipan

Read only

Former Member
0 Likes
512

Hi,

Definition

An output type (or also a "condition type") summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.

BA00 (order confirmation), MAIL (internal message), KRML (credit limit exceeded)

Use

For each transmission medium, one form routine in a program is assigned to the output type. This form routine is called for processing the message (message status record).

For transmission medium 7: SAPoffice mail you can assign the output type title and text of mails which are used as default values in the condition records, that is to say, in the messages.

pls check this link

http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm

reward if helpful

raam

Read only

Former Member
0 Likes
512

hi,

The Output type - An output type defines the characteristics and attributes of the output.

You can track the form and the print program used for that form using NACE.

Pls reward if useful.