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

Some Basic Questions .....

Former Member
0 Likes
602

what is NACE and for what it is used?

what is output types?

what is message type?

what is need of configuring message type and output type and how?

How can u add the field in standard table and how can u make data flow into table field in that standard table field???

3 REPLIES 3
Read only

Former Member
0 Likes
567

Hello,

Nace can be used for Output determination.

Hierarchy is as follows

Application Id

Procedures (Multiple procedures)

One procedure will have multiple

output types.

One output type will have access sequence

attached to it.

One access sequence will have many access (rules)_

attached to it.

|

One access will have a condition table attached to ir;

Transaction code: NACE

I will give you details if u give your mail id.

Reward if helpfull.

Regards,

Rakesh.

Read only

0 Likes
567

nirva4you@yahoo.com

Atyare online j chhu...

if you do have messanger...better to have chat... c ur convinency...

Regards,

Nirav Parekh

Read only

Former Member
0 Likes
567

Hi,

<b>Nace:</b>

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.so first select the Application type (ex: EF) for PO and press OUtput types then a list will come in that you should know the related output type for PO.

in this case it is NEU, select that and click on the processing Routines button on the left side it will display the Medium, Driver Program and the Script form or smartform related to that document..

<b>Output Type:</b>

Output type - interface between print program and sap standard transaction.

print program calls form by using open_form function module.

this output type will trigger application wise ( Example - LR00 output type,this one will trigger Vf21,Vf22,VF23 Transaction ).

Just goto NACE Transaction ->select application V3 -> click on ouput type ->select LR00 output type ->click on processing routine.

here you are able to see program and layout.

An output type is something that controls the output of a certain business object. For example, when you create a purchase order, output is created based on the output type which defines how the output is created(via form, and print program) where it is printed, and when it is printed.

<b>Message Type:</b>

ALE uses IDOCs to transfer data. These data are transfered by Message name.

MESSAGE TYPE - To identify what data is being transferred.

Eg : MATMAS - Material data is transferred.

CREMAS - Customer Master

DEBMAS - Vendor Master

Execute transaction we81 to see all the Message types.

Regards,

Padmam.