RE:[sap-log-sd] Variant Configuration dependency error

Posted by Typewriter
on Jun 7 at 5:20 AM
Hi Praveen,

In my above post, in Step 2, I have made a typing mistake. Please see correct below -

$self.ZPRICE='150'
$self.ZPRICE='180'

self is small case / letters. before & after "=" there is NO space. The values of characteristics must have the same case in the expression too (i.e. value in CL01 is Red; in the expression also it should be 'Red')

Please keep me updated.

Regards,
Typewriter

---------------Original Message---------------
From: Typewriter
Sent: Tuesday, June 07, 2011 5:04 AM
Subject: Variant Configuration dependency error

Hi Praveen,

Have you solved the issue?

As per my understanding; (say) you have Material = CAR-1, currently you have 2 characteristics i.e. ENGINE, COLOR. In your sales order, you want to assign prices to -
CAR-1 with ENGINE = 150cc; Price = 2000Euros
CAR-1 with ENGINE = 180cc; Price = 3500Euros

(you can add characteristic COLOR following the same logic)

Please see below steps -
1 In CT04, create character ZPRICE, in [Addnl data] give Table Name SDCOM, Field Name VKOND
2 Go to CT04, change mode, character ENGINE, as you have mentioned
Extras->Object Dependencies ->Editor->Procedure and then in front of 00010
give the following syntax

$self.ZPRICE =='150'
$self.ZPRICE =='180'

THE ABOVE IS CASE SENSITIVE!!! If characteristic name is Zprice then give that.
3 In CL02, add - all - characteristics ENGINE, ZPRICE in the class. Class type MUST be 300
4 In CU41 link Material CAR-1 to your Class. Also select all values you want to permit during creation of Sales order.
5. In VK11, condition type VA00 give $ to the values of the characteristics (i.e. 150 = 2000 Euros, 180 = 3500 Euros
6. In VA01, create sales order

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Typewriter
SAP Logistics Sales and Distribution Helper

Posted helpful replies on 5 threads in a group to earn a Bronze Achievement
Popular White Papers

In the Spotlight
Visit IBM's Leveraging IT Services Briefing Center. Register now and learn how to deliver smarter security & resiliency.
_.____.__