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

Posted by Typewriter
on Jun 7 at 5:02 AM
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

---------------Original Message---------------
From: praveen_malode
Sent: Saturday, May 21, 2011 10:22 AM
Subject: Variant Configuration dependency error

Hi Experts,



In Variant Configuration I have created two Characteristic and Values as
follows.



1. *ENGINE*

a. 150 CC

b. 180 CC

2. *COLOUR*

a. RED

b. BLACK

c. SILVER



Now I am trying to maintain dependency with reference to Characteristic
value directly through CT04 and the steps as follows.



T code CT04 given ENGINE Characteristic and selected first Characteristic
value 150CC and from Main Menu Extras->Object Dependencies
->Editor->Procedure (dependency type) and then in second line I am giving
the following syntax



*$SELF.PRICE CHARACTERISTIC="VARIANT" $SELF.ZPR5='150'*



But I am getting Syntax Error and not able to proceed further since I am
doing after long gap so doing small mistake. So can someone help me to
overcome with this issue?



Thanks

Praveen

__.____._
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
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements
_.____.__