cancel
Showing results for 
Search instead for 
Did you mean: 

invoice printing issue

Former Member
0 Kudos

Hi,

in a sales order, we have two line items with different material. for both the line items, the condition typeZPR2 is determined. it is an item condition. In the pricing procedure, a capital X is marked against the condition.

The issue is in invoice print out, the two lines are printed but the total of the two line items at the footer of the prinout is missing.

the prorammers are saying the total at footer are not coming since condition ZPr2 has X in print column in pricing procedure. so it means condition is printed at item level and so will not be available at footer level.

is this ok.I could not understand the print function from sap help. my question are:

1) are the above facts true. if there is an X against the condition type, the data cannot be printed at footer level indicating the total of the two line items in the invoice ?

2) For "total" to be indicated at footer of invoice printout, do we need to define the "total" in the pricing procedure too and add up the two line items in the pricing procedure or can we do it directly in the form instead of defining "total" in the pricing procedure .

3) how does Capital X works in the pricing procedure. is there any link between X and the smartform printing.

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

yes for display of total you require total at pricing procedure.

But if you don't want total to be included in pricing procedure, take help of ABAPer and make total calculation in smartform print program and get it printed.

Former Member
0 Kudos

Hi,

Even if you put X in procedure, it must be total in print out.

Print ID for condition lines

Controls issue of condition lines when printing documents such as order confirmations or invoices.

' ' : Condition line is not printed

'X' : Condition line is printed at item level

'S' : Condition line is printed in totals block

The new printing indicators have the following settings, and corresponding influence on processing.

'A' : in total: general

'B' : in total: if value <> zero

'C' : in total: if value <> value of predecessor

'D' : in total: if value <> zero and value <> value of predecessor

'a' : at item : general

'b' : at item : if value <> zero

'c' : at item : if value <> value of predecessor

'd' : at item : if value <> zero and value <> value of predecessor

Kapil