cancel
Showing results for 
Search instead for 
Did you mean: 

Print

Former Member
0 Kudos

Hi Experts,

1.we are having a Header condition freight. We should print it as Sum on our order confirmation and not on the line item.

2. 0% discount on the condition record should not be printed. What r the steps?

thanks & reward guaranteed

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183879
Active Contributor
0 Kudos

1. For this, you can mention it in the code of ur print program that if the cndition origin of the condition type is Header condition, then it should not be printed. Then theheader conditions will be printed only at the document elvel not at the item level.

2. In the configuration of pricing procedure, there is a print column. Here you have variables. Based on the selection here, you can control whether to print condition types wtih values 0 or not. So please explore the column Print indicator in pricing procedure configuration screen. It is this field and the program of the output type, you control the print behaviour of condition types.

Reward if this helps you

Former Member
0 Kudos

Hi

As said both of these cant be resolved with Standard SAP functions you need to write an User Exit for both of them

EXIT_SAPMV45A_003 : Copy Requirements An Header Level

EXIT_SAPLV61B_002 :: Set Print Parameters

Hope this helps

Cheers