How to find Classes to which characterstics are assigned

Hi,
How to find the classes to which a particular characterstics  are assighned in 46B.
I have characterstics and I should able to find the class/classes to which it is assighned.
I have a BAPI BAPI_CHARACT_GETWHEREUSEDLIST which does the same as in 5.0 and I want the same FM or BAPI where it is used in 46B.
Best Regards,
Mark

Here's an example of a way to find classes based on characteristics if you need to write your own.  Obviously this is for a report, but you get the idea.
select-options: s_atnam for cabn-atnam.
data: begin of t_class occurs 0,
        class like klah-class,
        atnam like cabn-atnam,
      end of t_class.
select klahclass cabnatnam into table t_class
   from klah inner join ksml
          on klahclint = ksmlclint
             inner join cabn
          on ksmlimerk = cabnatinn
       where cabn~atnam in s_atnam.

Similar Messages

  • How can I know in which Tables are the fields stored

    Hi,
    In transaction FSE3 Display Financial Version
    Statement Version, if I drilldown in details, I can
    see Item No, Chart of Acc, From Accountm To Account D,
    C.
    when I do a F1 on the fields, I can see that it is a
    structure. How can I know in which Tables are the
    fields store?

    Hi Ankit,
    There are no rules or guidelines for finding the table but i will share some of the tips used generally.........but i am not sure if we can do it for a tree structure..but try anyways....
    Double click on the structure name seen on the F1 pop up window...
    in the structure screen, try to analyse the field which is very important something like a key in that set of fields or do the same for the fields which we feel are more important,then click on the domain for that field....once in the domain..click on the "where used list for the domain" on the top...
    it will display a pop up -> select only "table" and then press "Tick/OK"..A list will be displayed with the data element and table name ..from this we need to find out the right one we need either by going for text of the table or going through each and every one
    It takes time but does the job.....
    Regards
    Byju

  • Table name to find customer and which sales area he belongs to?

    Table name to find customer and which sales area he belongs to?

    Hi suchita,
    You can find these information Sales area he belongs and all in the table of  KNVV , take the customer number from customer master  KNA1-KUNNR  put it in KNVV-KUNNR. you can find all the  sales details.
    if you need more info send breaf requirement.
    if helpful award the points
    Regards
    Ram

  • How to find (classes,interface,subpackage info) in some package

    Plz tell me if any one know how to find (classes,interface,subpackage) in some package
    e.g. in java.io
    "Above senerio in not concern with java doc
    but tell me if an other way i.e by help of programming
    i could find some package information"
    as we know we find out any "object" classType , methods and fields information with help of "java.lang.reflect" API's
    but how to find a package information as provided by jdk is in current use

    You can locate the .zip or .jar file where the stuff is, and say either
    unzip -l classes.zip
    or
    jar tvf classes.jar.
    So you see the list of the classes in the given package.
    Then you can say
    javap -classpath classes.zip MyPackage.MyClass
    to see the fields and methods of the given class.

  • How to find my iPhone if they are still in offline mode ? My phone has been stollen in my college yesterday.

    How to find my iPhone if they are still in offline mode ? My phone has been stollen in my college yesterday.

    You can't.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops

  • How to find the sessions which generated maximum redo amount at instance?

    I use below query or Sql*Plus's set autotrace traceonly statistics > redo size statistic to calculate how much redo I generated in my session;
    CREATE OR REPLACE VIEW redo_size AS
    SELECT value
    FROM v$mystat, v$statname
    WHERE v$mystat.statistic# = v$statname.statistic#
    AND v$statname.name = ‘redo size’;
    But how to find the sessions which generated maximum(top 5 for example) redo from the last database startup on 9iR2 or also with new 10gR2 historic views?
    We need this information because from the produced archived log files we observe something new producing almost 2 times more redo for a week. I looked at statspack report but couldnt find as I suspected for a massive update or delete.
    Best regards,
    Tonguc

    I tried v$sysstat but I didnt think about v$sesstat Mr.Gasparotto, thank you very much :)
    SELECT ss.sid,
    sq.sql_text,
    se.status,
    se.username,
    se.osuser,
    se.program,
    se.machine,
    ss.VALUE
    FROM v$sesstat ss, v$statname sn, v$session se, v$sqlarea sq
    WHERE ss.statistic# = sn.statistic#
    AND se.sql_hash_value = sq.hash_value(+)
    AND se.sql_address = sq.address(+)
    AND ss.sid = se.sid
    AND sn.NAME = 'redo size'
    ORDER BY ss.VALUE DESC
    Best regards.

  • Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?

    Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?
    Thats a SQLite-DB? Is it possible to access and export them? I´d like to use that Db to assign thumbs to files on my NAS.
    Thx!    

    Are the thumbnails & icons stored in the .DS_Store-File?
    When visible, how can I access the content stored in that file?

  • How to Find Classes Urgent!

    I have loaded .class files using classLoader ..
    i want to find calsses & interfaces which are present in perticular package structure(in memory)..if i use Package.getPackages() mathod
    its returning me all the packages which are loaded in memory.using that package structure how to find the
    classes and interface's
    Advance Thanx

    the problem is that its to hard to track the each classes and its packages.. i have more then 20 jars..each jar having morethen 25 classes with diff packge structure.. (more then one jar having same package structued classes )
    so that i have loade all the classes using Systems class loader..
    now my need is to find classes whichare present in perticular package structure..
    for Ex. in system class loader it will automatically load java.jang.allclasses;
    what i want is if i knew that package name (java.jang)
    i should find the class name's like Object,String,Long...etc

  • External Material Group- how to find classes/subclasses

    Do you know how I can find all the classes or subclasses that are listed on an external material group?
    I know how to check all the external material groups that are on a class, but not vice versa.
    Thanks, in advance, for your help.

    I ve never worked with external material groups.
    But  I know that they are defined and stored in table TWEW.
    And when used in a material master, then the external material group is stored in material master table MARA in field EXTWG.
    the field in TWEW is 18 characters long, and how you define the usage of this field content is up to yourself.
    how does this link with classes/subclasses? do you use classification for assignment of external material groups?
    or do you just mean these external material groups have a kind of structure in your system  like  class and subclass (which then would jsut be a text in table TWEW as well)

  • How to find classes in ABAP

    Hi experts,
        In java it is easy to find related classes for our requirement based on package and related methods by using API.But how to find that these are the classes are existing for this particular requirement in ABAP.In
    se24 we can find existed classes but can not identified properly for our requirement.
    Can anybody help me in this regard.
    Thanks in Advance.

    Hi,
      As far as I know, SE24/se84 is the place where we can find the information about the global classes available in the system, to find the appropriate class for your requirement, you need to search using the wild card search and go thro' the documentation provided by SAP as SAP has provided a very good documentation(In most of the cases) on classes.
    Rgds,

  • How to find that from which table data is coming in datasource?

    Hi friends
    I want to find that from which tables data is coming into datasource 2LIS_04_P_COMP,2LIS_04_P_MATNR..
    I have searched in forums.. I also have checked in sap.help.. but I didnt get any tablename in field "Table of origin"..
    Please tell me how can I find that data is coming from which table into these datasources..
    I dont want name of the setup tables.. I want name of the original tables (in R/3)which has data..
    Regards
    Swati

    Hi......
    For  data source 2LIS_04_P_COMP............MCAFKO, MCAFPO, MCCOMP are the R3 communication structures...........
    Check these commonication Structure in SE11............I think u will get the required information........
    2LIS_04_P_MATNR is Material View from PP/PP-PI ..........check this..........
    http://help.sap.com/saphelp_nw70/helpdata/EN/88/7fc73c0c52085be10000000a114084/frameset.htm
    Check this each field in SE11....from there try to find out these fields belongs to which table..........as I hav explained u in another thread..........
    May be the extractor is using these fields from different tables.....
    Regards,
    Debjani........

  • How to find classes in the package if package path

    in java i want to find classes,Interface,Exception names which are presant
    in the package..
    for example
    java.sql; if i give this it should return
    class name
    Date
    Time
    DrivarManager
    pls helpme in this field

    download the jdk documentation or view it here
    http://java.sun.com/j2se/1.3/docs/api/index.html
    The exact problem is i hava set the path to my application that path contains several jar's(contains classes,Interfaces) and classes with package structure,
    now my need is if i run the application ,the application
    should find out the classes and Interfaces for given package structure which are present in classpath...
    for this i have to load all the classes to memory(using classes loader) . then find out the classes which are present in memory...
    or
    any other inbuilt method is there in java when i give path structure it find and give classes which are in class path..
    for ex..
    if i set path to jdk
    then if i give the path like java.lang
    it should give me the out put as
    String (or) String.class
    Double
    Cloneable
    (classes & interface in that package)

  • How to find a program, which is using "Z" variant

    Hi All,
    I know only on custom devloped variant name, say "ZTEST". I do not know, which program is using it. Entry is there in TVARV table.
    Please let me know, how can I find the program, which is using that variant.
    Thanking you,
    Chetan Shah

    Hi Chetan,
    The variants for a report will be stored in the table <b>VARI</b>.
    Give your variant name to the field VARI-VARIANT and it will give the report name in the field VARI-REPORT.
    If you have same variant for the other reports, then it will shows the list of reports which the same variant name.
    I am working on ECC 5.0 and able to see this table.
    Thanks,
    Vinay

  • How to find out in which role an authority object is included

    Hi,
    I need to call web services by an external application. Therefore the authorization object S_SERVICE is needed to call services.
    Now I want to add this object to a specific sap user, but how can I find out in which role this object is included? I don't want to create a new role for just only this standard SAP authority object.
    Thank you!

    >
    Torben Larsen wrote:
    > Hey!
    >
    > Thank you for your answer. I have now found roles, which include this object. But I still have the authorization problems and can see that the object S_SERVICE is the problem, when tracing with ST01.
    >
    > I'm not that much into authorization stuff. So do I need also a profile? I only could call the web services by using profile SAP_ALL.
    >
    > thank you!
    Now that you have required role with you .. simple assign that role to user id from transaction SU01 (Roles tabs).
    Sap standard roles will already have profile in it. You might have to generate the profile. Goto transaction PFCG enter role name hit display button , goto Authorisation tab, hit Display Authorisation button and on next screen press generate button (Shift+f5).
    By the way you can use SUIM to find role and profile for given authority object

  • How to find out in which albums a library photo is represented

    Basically my problem is stated in the question, I'm trying to find out in which albums certain library/event photo's are represented. Since I'm moving from albums to events this would be a great help in naming the events.
    Thanks,
    Peter

    There is currently now way in iPhoto to do this.
    iPhoto Menu -> Povide iPhoto Feedback.
    Regards
    TD

Maybe you are looking for

  • TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters

    Hi ,everybody When I created and configured a App server domanin with PSADMIN, these errors below occurred,but log files didn't have useful info: PeopleSoft Domain Boot Menu Domain Name: HCMDOM 1) Boot (Serial Boot) 2) Parallel Boot q) Quit Command t

  • Scanning and Copy never start on Office Jest 6700

    When I go to copy or scan on my Office Jet 6700. I am unable to do so. Te scanner/copier says that it is "Starting Copying..." or "Starting Scanning" but it does nothing...I have tried turing off and on, unpluging, reseting to factory settings, etc.

  • Ipad Mini Overheated? 1st Replacement

    I recently just got another ipad mini just 2 days ago this ipad is the replacement for an previous ipad mini I had earlier. The problem is that I was charging my ipad mini last night right before I went to sleep this morning when I woke up my ipad wa

  • Dynamic Split Join:Parallel flow using OSB

    Hi, I am implementing a dynamic split join in OSB,where in the for -loop i am invoking a database adapter. If I select parallel='yes' in the for-loop settings, I get a random number of records from the database as an output. While on the other hand,

  • Guide for structure setup for jd edwards enterprise one

    Hi all I am trying to do some setup (on test environment) for jd edwards enterpriseone. I have downloaded implementation guides like financial management, general accounting, account payable, account receivable etc. I have red that I have to create a