cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable Networks

Former Member
0 Kudos

Dear Gurus,

I have a scenario where I am using configurable network with Assembly processing. The requirement is to automatically determine the workcenter of the network created by assembly processing based on the sales office on the quotation and activity usage.

eg.

Sales office Activity usage workcenter

123 Z00 ABC

123 Z01 XYZ

I have currently assigned the dependencies per activity usage to each activity of the std network.

eg.

$SELF.PS_WORK_CENTER = 'ABC' IF $PARENT.PS_SALES_OFFICE = '123' AND MDATA PS_ACT_USAGE = 'Z00'

This dependency works correcltly. But this requires manitenance and if the combination is huge in no then its too big. So I wanted to know if I can use variant Table for the same.if yes then what rule should I write?

Please reply asap

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anjali,

Its better to use substitutions with a user exit in it. VC is good for logic w/o massive data.

Former Member
0 Kudos

Hi Robin,

Thanks for the suggestion. But we are using VC iin order to avoid Substitution.

Best regards

Anjali

Former Member
0 Kudos

Hi

I have one suggesstion

1. Can you make standard projects for each type of sales office with different work centres and activity attached to it.

This will be a one time activity and will help the end user to use SAP PS without any error.

Regards,

Uddhab