cancel
Showing results for 
Search instead for 
Did you mean: 

classification field dependancy

Former Member
0 Kudos

Hi,

I had a question on classification fields dependency.

I have defined a material class MT_FITTING_CLASS which has a some classification fields assigned to it.

FITTINGTYPE-

         STEEL BUTT WELDING FITTING

         HIGH YIELD BUTT WELDING FITTIN

         3000 POUND SOCKET WELD FITTING

FITTING STLYE-

        ELBOW

        COUPLING

        REDUCER

ELBOW ANGLE-

        45 deg

        90 deg

RADIUS--

      LR

      3R

The requirement is that if the fitting type= steel welding or high yield welding and Fitting style= elbow then prompt the user to enter a value for elbow angle and radius.

if the fitting type= 3000 lb socket and Fitting style= elbow then prompt the user to enter a value only for elbow angle.

How do I define this dependency (radius and elbow angle are dependant on fitting type and fitting stlye.I tried defining the dependancy in the characteristic field object dependancy-->editor-->precondition but keep getting a syntax error.

I really appreciate any help/info in regards to this issue,

Accepted Solutions (1)

Accepted Solutions (1)

satishbabu_bodepudi
Contributor
0 Kudos

Hi

Your requirement is fullfilled by assigning

For each values(for LR and 3R) of characteristic RADIUS assign dependency with below source code

FITTINGTYPE NE '3000 POUND SOCKET WELD FITTING'

Regards

Satish

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Sorry for the late response.Thanks a lot Ritesh and Satish.I was able to solve the syntax issue.I had to use the syntax command below

MT_FITTING_TYPE99Z EQ 'HIGHYIELDWELDFTG' AND MT_FITTING_STYLE EQ 'ELBOW'

Thanks again.

Ritz
Active Contributor
0 Kudos

Thats good, now you can close the thread.

Former Member
0 Kudos

Hi Ritesh,

Sorry for the dumb question but how do I close this thread?

Thanks..

satishbabu_bodepudi
Contributor
0 Kudos

Hi Nikhil

Mark any answer given by others in the discussion as helpful or correct answers if they are helped or solved your problem respectively..

If you mark a correct answer then the discussion is closed automatically...

Or else you have to select assumed answered to close the discussion manually ..

Regards

Satish

satishbabu_bodepudi
Contributor
0 Kudos

For more information on closing a discussion read this blog

http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why

Regards.

Satish

Ritz
Active Contributor
0 Kudos

Nikhil Bogadi,

you are on write track ,it can be achived using precondition.

please reply with syntex error you are getting while setting up dependencies and i will try to help you.

Thanks

Ritesh