cancel
Showing results for 
Search instead for 
Did you mean: 

Freight

Former Member
0 Kudos

Hi All,

In a Pricing procedure, for freight condition type KF00, if I maintain Requirement "2" (Itm with pricing), it's not reading the condition records maintained for the same but when I leave the field blank, it calculates the value. During Analysis it says "Requiremnt 002 is not met" (this is when I put requirement 2), though for that item pricing is taking place.

I wanna know is there any mistake or for calculating freight "requirement 2" is not mandatory? If no, why?

Regards

Samier Danish

Accepted Solutions (1)

Accepted Solutions (1)

jiteshmehta
Active Contributor
0 Kudos

Dear Samier

if you see requirement 2

  • Pricing is turned on in item category configuration (TVAP)

form kobed_002.

sy-subrc = 4.

if komp-kposn ne 0.

check: komp-prsfd ca 'BX'.

check: komp-kznep = space.

endif.

sy-subrc = 0.

endform.

  • Prestep

form kobev_002.

sy-subrc = 0.

endform.

It checks if pricing is turned on at item category, it should be either B or X

Regards

Jitesh

Former Member
0 Kudos

Dear Jitesh,

Pricing is marked "X" on it's item category. My issue gets solved when I leave the field blank in "Reqt" column. In fact all other relevant cond types are being read like K007 etc. Is it an error as condition must get calculated with Reqt 2?

Regards

Samier Danish

Former Member
0 Kudos

samir, check if the condition exclusion indicator has been set by any previous condition. Requirement 2 not only checks for pricing relevanve but also checks for exc indicator

Vishal

Answers (0)