‎2007 Mar 07 11:05 AM
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
‎2007 Mar 07 11:06 AM
Hi Mark,
Please check the transaction NACE. Select the application and choose the 'Output types'.
Cheers!
‎2007 Mar 07 11:06 AM
Hello,
Check the table TNAPR.
Check the Tcode NACE.
Also check NAST.
Output type determines forname name and print program.
If useful reward
Vasanth
‎2007 Mar 07 11:07 AM
‎2007 Mar 07 11:07 AM
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
‎2007 Mar 07 11:09 AM
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
‎2007 Mar 07 11:11 AM
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
‎2007 Mar 07 11:34 AM
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
‎2007 Mar 07 6:34 PM
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