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

Attaching output type automatically

Former Member
0 Likes
2,940

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

16 REPLIES 16
Read only

Former Member
0 Likes
2,547

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

Read only

Former Member
0 Likes
2,547

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

Read only

0 Likes
2,547

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.

Read only

0 Likes
2,547

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

Read only

Former Member
0 Likes
2,547

Using the tcode VF31 u have to assighn the output type .

Regards

Read only

Former Member
0 Likes
2,547

ignore previouse one, using VV31 u have to assighn the output type

Read only

Former Member
0 Likes
2,547

Hi all,

Condition records are maintained properly.I can seee it in VV32.

Thanks & Regards,

Anjana Rao

Read only

Former Member
0 Likes
2,547

hi vinod,

both are same right?VV32 and condition records in nace.

Thanks & Regards,

Anjana Rao

Read only

Former Member
0 Likes
2,547

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?

Read only

0 Likes
2,547

Hi,

Check if the requirment routine for the output type.

Regards,

Nilesh.

Read only

Former Member
0 Likes
2,547

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

Read only

0 Likes
2,547

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

Read only

0 Likes
2,547

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.

For your [Reference|;.

May it helps you.

DS

Read only

Former Member
0 Likes
2,547

Hi vinod,

no enhancement is done in routine 062.thanks

deepak-the printer name is maintained correctly in communication.thanks

Thanks & Regards,

Anjana Rao

Read only

0 Likes
2,547

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

Read only

0 Likes
2,547

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