cancel
Showing results for 
Search instead for 
Did you mean: 

Restriction tab in Specfication work bench

former_member553
Participant
0 Kudos
174

Hi Experts,

I have a list of specifications. I would like to fetch the data present in the "RESTRICTIONS" tab  for those specifications.

Please help me how to do that.

Regards

Dheeraj

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Dear Dheeraj

solutions depends a little bit on your long term need. If you need this analysis only as a "one time" one you should use transaction SQVI and create a query based on some EHS tables. If you are interested in a long term solution you need to implement a new "search user exit" in CG02/CG02BD and prepare a corresponding function module in the background. By using an user interface you could then enter the selection parameter to be used pass the data to the function module and thne this would do the job and generate a hit list.

As an example: check any "search" exit available in CG02 and the function module "behind" this exit

(check e.g.Specification Search (Expert Search) - Basic Data and Tools (EHS-BD) - SAP Library

C.B.