cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Characteristic Value from Main Item to Sub Item

Former Member
0 Kudos

Hello All,

Can anybody please let me know how to copy a characteristic value from Main Item to a Sub Item.

Thanks & Regards

Adithya

Accepted Solutions (0)

Answers (1)

Answers (1)

Ritz
Active Contributor
0 Kudos

Adithya Shekhar,


If these items and sub items have parent child relationship , yes you can use either a dependency to inherit these values from parent to child.


first just try to assign same characteristic to both the class if it doesn't work use below.


Create dependencies with syntax like below.


$SELF.CHAR = $PARENT.CHAR


Hope it will help you .


Thanks

Ritesh






Former Member
0 Kudos

Hi Ritesh

Is it also possible to copy the value derived in Child Item and update the same to main item?

Please let me know

Thanks & Regards

Adithya

Former Member
0 Kudos

Dear Adithya,

I am getting Syntax error for following Dependency for Multiplication of 2 characterstics based on variant configuration in sales Order to calculate pricing:

Kindly help in this regard :

Sales order - VA01/VA02 –

Variant Configuration

CLIENTINSP                        INSPECTION REQUIRED

TYPETEST                             TYPE TEST

TYPETEST_QTY                  1             

ROUTINETEST_QTY         5             

VK13-    Pricing master

VA00-                    Cash Extras in Rs.

Variant                 Description                                                         Amount

ROU-1                   Routine test -63 to 132 fr.                             1,400.00

ROU-2                   Routine test - 160 - 225 fr.                            3,350.00

ROU-3                   Routine test - 250 & above                          6,600.00

CU02                     Dependency (Pricing of Sales order)

$SELF.ZPRICE = 'ROU-3*SKEY 'ROUTINETEST_QTY'

IF SKEY 'CLIENTINSP' = 'YES' AND

SKEY 'FRAMESIZE' IN ('31S','31M','31L','35L'),

Getting a Syntax error

regards,

Subhash

Ritz
Active Contributor
0 Kudos

Adithya Shekhar,

Configuration values only flow top to bottom.

Thanks

Ritesh

Ritz
Active Contributor
0 Kudos

SUBHASH SHINDE,

Create a new thread in topic sapce

Thanks

Ritesh