cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide Charge type entry in Freight Order if rate value is not determined

karthikeyan3991
Participant
0 Likes
1,775

Hi Experts,

I have created a Charge Calculation Sheet(TCCS) with multiple charge types. Few are Manual charge types and few are determined from Rate tables.

In Freight Order, I want to display only the charge type with values. If no value found for the combination in FO, the charge type should not be shown in Charges tab of FO. But if it is calculated with some value, it should be shown.

Kindly provide your insights to achieve this.

Thanks in Advance!!.

Regards,

Karthik

Accepted Solutions (0)

Answers (3)

Answers (3)

NiteshSaluja1
Product and Topic Expert
Product and Topic Expert
0 Likes

It can be technically achieved by below charge management BADI - filtering out all the zero charges and setting inactive status for display.

/SCMTMS/IF_TCC_ENGINE_BADI~PROCESS_CALCULATION_SHEETS

01a02b03c
Active Participant
0 Likes

So far as I know, that isn't possible. Only with a pre-condition as I already mentioned.

01a02b03c
Active Participant
0 Likes

Hi Karthik,

You can define a pre-condition, then the charge type is only relevant if it match to the condition.

karthikeyan3991
Participant
0 Likes

Hello,

Thank you for your reply.

I want the charge type to get determined in all conditions. But only want to display in FO charges tab if it got a value. If there is no value determined, I don't want to display in FO charges tab.