2013 Feb 14 3:06 PM
Hello,
I'm having a hard time figuring out a solution for a smartform/ABAP problem. There is a particular material (item catagorie 'TAW', 'Value Item') where the price is supressed sometimes on a smartform (billing).
We have 2 sales organisations _(1100 + 1200). One does show the price on its forms (1200) and the other doesn't (1100). Think it must have something to do with pricing conditions. Nevertheless I'm curious why the variable KSCHL of plant 1100 is empty, which seems to be the key of the problem. Supposed to be 'PR00'. I know it's passed over to the smartform by the structure LBBIL_INVOICE but why did it get lost or isn't it even inside LBBIL_INVOICE? Hard to tell what that structure contains...
Back to the pricing conditions. Here is a comparison of both plants.
1100 1200
PR00 PR00
ZKU1 -------
AMIZ AMIZ
MWST MWST
SKTO SKTO
Has anyone a hint or a direction I should heading on?
BR,
Michael
2013 Feb 15 7:32 PM
In general it's driven by the pricing procedure configuration. There is also an OSS note on the condition printing.
Personally I gave up relying on the pricing conditions being passed to the form as expected, and instead just read KONV table in the form. It's not the best solution, but at least it's easy to control. Keep in mind though that conditions are needed only if we need to list some specific charges separately. Total net value will always be in its own field (NETWR).
2013 Feb 18 12:51 AM
Hi - May be its reading the gross value line of the item. Check whether you have print indicator for PR00 or not in the pricing procedure.
Thanks.