cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Characteristic Values

Former Member
0 Kudos

Dear All,

I have used the procedure $SET_DEFAULT ($SELF, INITIAL_FEE, ($SELF.NCOA_LINK + $SELF.SET_UP)).  The characteristics used here are of numeric datatype. I need to know if the value of INITIAL_FEE after adding values of NCOA_LINK and SET_UP can be used in pricing conditions. For this to happen I need to create condition record for the variant condition type VA00. I need to bring the value of INITIAL_FEE into the pricing condition.

Should I have to use this procedure at all for this requirement. Can somebody help me with this?

Thanks and Regards

Adithya

Accepted Solutions (1)

Accepted Solutions (1)

Ritz
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Adithya,

In order to use variant pricing , you need reference characteristic assigned to SDCOM VKOND. This is characteristic with character format . You will not be able to use it with the syntax above however I do assume you should be able to transfer the value of INITIAL_FEE to characteristic referenced to SDCOM VKOND via another procedure.

You will need to test the scenario.

Regards

Amber

Former Member
0 Kudos

Okay, I shall try and let you know if it works or not.

Thanks and Regards

Adithya

svs_sap
Active Contributor
0 Kudos

Hi Aditya,

As described by Mr. Ritesh, in the link provided, found the below syntax

$SET_PRICING_FACTOR ($SELF, <characteristic>, <variant key>, <factor>)

in

http://help.sap.com/saphelp_erp60_sp/helpdata/en/92/58d455417011d189ec0000e81ddfac/frameset.htm

May this helps you to resolve this issue.

Kindly test and provide the feedback.

Regards,

Sharat