cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Print out problem

Former Member
0 Kudos

Hi,

In the billing header condition I hav added Freight and Insurance and the value for this is also properly calculated, but when the same invoice is being printed the freight and Insurance is not being printed.

I checked in Pricing where for both condition types the print indicator "S" has been maintained.

Any suggestions?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sachin,

Check the output program for the output with the help of your abaper.

Regards,

Amrish Purohit

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Sachin,

Goto NACE transaction and identify the print program for the output type you are using to print out the invoices. If you understand code, check if there are any exclusions done for these condtion types. If not, you will need to specifically add it witht help of your ABAPer.If you are looking at printing it out as a total or summary at the end, it will also need changes in the layout.

Regards,

Nithin.

former_member183879
Active Contributor
0 Kudos

Sachin,

You have to check wiht your developer. This is not a configuration issue and it has nothing to do with print indicators. Pls confirm with your developer if he is printing c.types with print indicator S.

If you inform ur developer, your issue will be solved. and Remember that the newly added condition types need not be printed in the outputs. It depends on how the code is written by your developer.

Hope this tip helps you

krishnaswamy_kumaraswamy
Active Participant
0 Kudos

Check with your abaper

Former Member
0 Kudos

The coding done for the output (RD00 is the standard output type) has to be modified to accomodate the changes. Print indicator "S" has nothing to do with this.