‎2010 Jul 20 12:35 PM
Hi all,
i have developed an invoice form for my client.The output type for that form is maintained correctly and even condition records are maintained properly,but still the output type is not getting attached automatically.Can any one help.
Thanks & regards,
Anjana rao
‎2010 Jul 20 12:39 PM
Hi,
Check the determination analysis of Output types.(Menu option : Go to -> Determin. Analysis).
Also Check whether the output type is added in the Output procedure (Transaction code NACE)
Regards
Vinod
‎2010 Jul 20 12:49 PM
Hi vinod,
i checked in nace and it is correct,and in 'detemination analysis' for all condition types it is giving an message 540 'OUTPUT NOT FOUND' and message 502 'OUTPUT IGNORED' .let me know how to go further.
Thanks & Regards,
Anjana Rao
‎2010 Jul 20 1:04 PM
Hi,
Go to transaction NACE.
1) Choose Application from list(eg EF for PO)
2) Choose a output Type
3) Choose a Z* output Type
4) Click on Processing Routines
5) Enter a Medium and other description here.
After this go to ME21N and select the PO and in the Message Tab enter the Output Type.
May it helps you.
Regards.
DS.
‎2010 Jul 20 1:10 PM
Hi,
That means, condition records values are which are getting popuplated is matching with the maintained values. Check the condition record maintained in NACE.
Edit :
Check the whether the access sequence maintained for condition records are getting populated propery in output determination analysis (with Green Button)
Regards
Vinod
Edited by: Vinod Kumar on Jul 20, 2010 5:41 PM
‎2010 Jul 20 12:55 PM
Using the tcode VF31 u have to assighn the output type .
Regards
‎2010 Jul 20 12:57 PM
ignore previouse one, using VV31 u have to assighn the output type
‎2010 Jul 20 1:06 PM
Hi all,
Condition records are maintained properly.I can seee it in VV32.
Thanks & Regards,
Anjana Rao
‎2010 Jul 20 1:14 PM
hi vinod,
both are same right?VV32 and condition records in nace.
Thanks & Regards,
Anjana Rao
‎2010 Jul 20 1:15 PM
Check the whether the access sequence maintained for condition records are getting populated propery in output determination analysis (with Green Button)---How we do it can u explain it a bit?
‎2010 Jul 20 1:50 PM
Hi,
Check if the requirment routine for the output type.
Regards,
Nilesh.
‎2010 Jul 21 10:34 AM
Hi all,
In the output determination analysis it is giving me an error,'OUTPUT IGNORED(requirement 062 not fulfilled) .i checked for completness of document.it is complete both at header and item level.Please can anyone let me know why output type not getting attached automtically.
Thanks & regards,
Anjana Rao
‎2010 Jul 21 10:57 AM
Hi,
In Transaction code NACE, Check the output procedures (Click on Procedures button). Select the Output procedure which is assigned for the document, click on "Control" option.
As per the message you are getting, Requirement 062 should be there which is assinged against the output type. Check what ABAP code is written in routine 062 (T-Code VOFM). Output type is not getting determined because the routine is returning SY-SUBRC other than 0.
Regards
Vinod
‎2010 Jul 21 11:03 AM
Hi,
How about checking the printer assignment associated with the condition record.
If the printer specified is not found in the system (which may have been modified by Basis team), then it may not appeared at all.
I guess output device is not maintained in Communication strategy in condition record. Please maintain it properly.
May it helps you.
DS
‎2010 Jul 21 11:11 AM
Hi vinod,
no enhancement is done in routine 062.thanks
deepak-the printer name is maintained correctly in communication.thanks
Thanks & Regards,
Anjana Rao
‎2010 Jul 21 11:19 AM
Hi Anjana,
Hope requirement 062(BillDoc:ReleasePost.) is attached with your output type. If it is assigned, then output type will be determined only after the successful generation of accounting document. Check in document flow, whether accounting document has been generated for the billing document.
Regards
Vinod
‎2010 Jul 21 11:53 AM
Hi,
Usually, an accounting document is not generated if the billing document is incomplete in some respects(has an incompletion log). Routine 62 checks if the Billing document is complete in all respects or not, and also if it has been released to accounting or not.
Check whether an accounting document has been generated or not, and also check if something is there in the incompletion log.
May it helps you.
Regards.
DS