‎2014 Feb 04 7:39 PM
This may not be the correct forum for this question, but I can't seem to find the classification forum.
Is there a way to do a cross class search like CL31N where you can limit the classes to search in?
I know the CL30N allows you to search in a single class, What I want do is to specify a list of classes rather that either one(CL30N) or all(CL31N).
Sort of a combination of both transactions.
If one doesn't exist then I guess I will need to write one.
‎2014 Feb 04 8:07 PM
Hi Larry,
yep it's not the good forum
What kind of data do you want to see ? Just the name ? or the characteristic linked ?
regards
Fred
‎2014 Feb 04 8:53 PM
Fred,
I need it work just like CL31N except be able to have it search across multiple selected classes.
So do you have a suggested better forum?
The only reason I put it here is because this is the one I am most familiar with.
‎2014 Feb 04 9:15 PM
Apart from looping through the selected classes and calling function module CLSC_SEARCH_OBJECTS (or BAPI_CLASS_SELECT_OBJECTS) for each, I'm not aware of any out-of-the-box way to achieve your requirement.
‎2014 Feb 04 10:44 PM
This is what I may have to do, but was hoping for something already written.
‎2014 Feb 04 9:22 PM