‎2006 Aug 11 1:40 PM
hi experts.
i are writing a pricing routine for sd module (tcode vofm>formula>condition value
the routine number is 601
When a field XKOMV-KSCHL is used in the routine, system gives a syntax error 'field KSCHL unknown; a similiar component XKSCHL exists'.
However the same field XKOMV - KSCHL has value during runtime and this is exactly what we need to use in our routine.
Can someone suggest how to avoid syntax error.
advace tanxs
Murali Papana
‎2006 Aug 11 1:42 PM
Check if you have used kschl in place of xkomv-kschl somewhere in you code.
‎2013 Aug 30 11:28 AM
‎2013 Aug 30 12:50 PM
You should use XKSCHL instead of XKOMV-KSCHL it will give you the desired result.
Because the pricing routine will be called only for specific condition types.
Please try using XKSCHL instead of XKOMV-KSCHL.