cancel
Showing results for 
Search instead for 
Did you mean: 

Object Dependency -Procedure --Need Help

former_member313514
Participant
0 Kudos

I have a requirement where i need to determine value of characterstic B based of Characterstic A.

Once value of Characterstic A is filled, Procedure should make a Select query against custom table and deermine value of characterstic B.

Not sure if we can write Select queries in procedures.

I have read that varaint functions can be used but we are not using variant configuration, so not sure if they can be used either.

Will appreciate any tips on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Ritz
Active Contributor

Gurjeet Dhaliwal,

If you are not using VC what classes type you are using with material.?

It work well as per you need , if you use class type 300 , have configuration profile and atached dependencies and variant table.

Thanks

Ritesh

former_member313514
Participant
0 Kudos

Hi Ritesh,

Thansk for your response.

We are using class type 002 (Equipment).

Its equipment master classification and we are not using any material num with it.

I am not sure how much work will be involved for converting 002 class type to 300 and then setting up vraint configuration.

My requirement is to derive value of one characterstic from database table based on another characterstic value.

Regards,

Gurjeet

Ritz
Active Contributor
0 Kudos

Gurjeet,

I am not suggesting to change it from 002 to 300, i am saying it wokr fine when we have 300.

I never used it for 002 , so no clue.

You give it a try by following below steps.

Create characterstic & classes ,

Create variant table

create a procedure for variant table

Attach procedure to characterstic

and then create equipment

I attached few links to sap help document.

share your findings.

Thanks

Ritesh

Ritz
Active Contributor
0 Kudos

Gurjeet Dhaliwal,

close the thread if you got the answer.

Thanks

RD