cancel
Showing results for 
Search instead for 
Did you mean: 

Do you know which output is affected for the customizing of print ID in pricing procedure

Former Member
0 Kudos

Do you know which output is affected for the customizing of print ID in pricing procedure? I need to know which output is affected so I could set the correct customizing in each condition type. I am already familiar with the selection:

' ' : Condition line is not printed

'X' : Condition line is printed at item level

'S' : Condition line is printed in totals block

'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

but I do not know the output that uses this customizing?

Please advice. Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

If my memory works, for instance, in the form 'LB_BIL_INVOICE' (smartforms), you have the table 'GS_HD_KOND' and 'GS_HD_KOND_W' that it's populated with the conditions you set in your pricing procedure. They are populated in the element READ_KOND_DATA_SUM (program lines) from the data IS_BIL_INVOICE importing in the interface is calling the smartform (from  is_bil_invoice-hd_kond). If you don't know ABAP, look for the help from an ABAPer and do a debugging session, and you could see it.

I hope this helps you

Regards

Eduardo