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

Output type

Former Member
0 Likes
960

Hello everyone,

I want to know how to find out output type, its related table. I am actually working for a delivery note for which I want to find out output type.

Could you also let me know in SPRO how to find out output types.

why do we use output types.

Thanks

Mark

8 REPLIES 8
Read only

Former Member
0 Likes
884

Hi Mark,

Please check the transaction NACE. Select the application and choose the 'Output types'.

Cheers!

Read only

Former Member
0 Likes
884

Hello,

Check the table TNAPR.

Check the Tcode NACE.

Also check NAST.

Output type determines forname name and print program.

If useful reward

Vasanth

Read only

Former Member
0 Likes
884

NACE is the transaction where you can find the Output types for application areas.

An output type is something which links a transaction to a print program and a form(The print program may not necessarily be a PRINT program, it can be a program that sends emails, faxes or idocs also).

Regards,

Ravi

Read only

Former Member
0 Likes
884

NACE is the transaction where you can find the Output types for application areas.

An output type is something which links a transaction to a print program and a form(The print program may not necessarily be a PRINT program, it can be a program that sends emails, faxes or idocs also).

Regards,

Ravi

Read only

Former Member
0 Likes
884

Hi,

You will find all the Output Types/Condition types in <b>T685</b> table.

they will be displayed as per application document in NACE Tcode.

Regards,

Anji

Read only

Former Member
0 Likes
884

Could some one let me know how do we configure a output type for a printing program and a form, what does it mean that a output type is associated with an application.

I am bit confused here output type or condition type are the same thing or different.

Thanks

Mark

Read only

0 Likes
884

Hi,

1. The output type is always associated with application. Whenever any application calls message control ( output determination ), the application code determines the calling application. i.e V1 - Sales , V3 - Billing, EF - Purchase order etc. The current application data is transferred in communication structures and with help of condition record the appropriate output type is determined.

2. Yes, output type and condition type are the same thing.

-


In your case you shound use the <b>Application V2 - Shipping</b>. For "delivery note" SAP supplies standard <b>output type LD00</b>. The standard <b>print program is RVADDN01</b> and <b>YPCC_PACKLST_STD is the SAPScript form</b>. If the standard print program and form fulfils your requirement you only need to configure condition records.

Please refer to following link for more information regarding message determination in SAP.

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

Let me know if you have any question.

Regards,

RS