cancel
Showing results for 
Search instead for 
Did you mean: 

To Print Inactive condition type coming in Sales Order.

Former Member
0 Kudos

Hi All,

I have an issue with the condition type.

The history of the issue is there are two output types A and B. A is for pulling the value of inactive condition type E and B is for pulling the value of active condition type F. This was working fine in the system and was giving proper values till upgrade.

However after upgrade to ECC6.0 from 4.6C it started giving wrong values. Whenever we trigger the output A it is giving the value of B and B is giving the correct value. I think this is happening because the value which A pulls is of a inactive condition type.

So please let me know if there is any way to pull the value of inactive condition type in SAP using output type?

Thank you,

Accepted Solutions (0)

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

Raja,

We have actually never relied on the condition output types. Instead, in the Smart Form, we are reading KONV table to get all the conditions for the document that we need. It is a bit less efficient, but works for us.

Hope this helps.