SAP-R/3- In which table, numeric values stored in  equipment characteristis

SAP-R/3- In which table, numeric values stored in  equipment characteristis are captured.
In AUSP table Char values in equipment characteristics are captured against object number.But this table does not cappture numeric characteristics.
Are these numeric values captured in any function module?

Hi
check the BAPI  for characteristics
BAPI_OBJCL_GETDETAIL
BAPI_OBJCL_CHANGE
or use the fun module:
CLAF_CLASSIFICATION_OF_OBJECTS.
You can use the tables
CAWN,INOB and AUSP to get the characteristics
Regards
Anji

Similar Messages

  • SQL  to find which table data is stored?

    I know a table field value.
    I don't know, which table that value is stored. I want to find that table from database.
    What sql will find that?.
    Please post me online links for tricky sql's like this...so i can master sql's of this kind.
    Thanks for ur help.

    Ok, here's my pseudo google DB:
    michaels>  var val varchar2(5)
    michaels>  exec :val := 'as'
    PL/SQL procedure successfully completed.
    michaels>  select distinct substr (:val, 1, 11) "Searchword",
                    substr (table_name, 1, 14) "Table",
                    substr (t.column_value.getstringval (), 1, 50) "Column/Value"
               from cols,
                    table
                       (xmlsequence
                           (dbms_xmlgen.getxmltype ('select ' || column_name
                                                    || ' from ' || table_name
                                                    || ' where upper('
                                                    || column_name
                                                    || ') like upper(''%' || :val
                                                    || '%'')'
                                                   ).extract ('ROWSET/ROW/*')
                       ) t
    --        where table_name in ('EMPLOYEES', 'JOB_HISTORY', 'DEPARTMENTS')
           order by "Table"
    Searchword  Table          Column/Value                                     
    as          DEPARTMENTS    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>    
    as          DEPARTMENTS    <DEPARTMENT_NAME>Treasury</DEPARTMENT_NAME>      
    as          EMPLOYEES      <EMAIL>PVARGAS</EMAIL>                           
    as          EMPLOYEES      <EMAIL>STOBIAS</EMAIL>                           
    as          EMPLOYEES      <FIRST_NAME>Douglas</FIRST_NAME>                 
    as          EMPLOYEES      <FIRST_NAME>Jason</FIRST_NAME>                   
    as          EMPLOYEES      <JOB_ID>AD_ASST</JOB_ID>                         
    as          EMPLOYEES      <LAST_NAME>Tobias</LAST_NAME>                    
    as          EMPLOYEES      <LAST_NAME>Vargas</LAST_NAME>                    
    as          JOB_HISTORY    <JOB_ID>AD_ASST</JOB_ID>                         
    10 rows selected.Not as fast as google, so you better take a cup of tea or two ... ;-)

  • F.47 Interest calculation on which table these values will be store

    Hi Team,
    I have query regarding Vendor arrear interest calculation after executing the f.47 it will save in sessions but before executing the session i want the print the form. For this purpose i want information after executing the f.47 these values are stoerd in which table kindly help me on this.
    Thanks and Regards,
    Nauma.

    Hi,
    For every tranasaction code there will be different tables related to that ,so the valuse will be stored in different tables.
    These are the tables releated to This tcode are
    t056,  t056d, t056u, kna1, knb1, bsid, bkpf, bseg, bsega, blntab, lfa1, lfb1, bsik,  tcurx, *bseg, *bkpf, itcpo, t033e, ikofi, t005, ttxd, b0sg, t056a, t056b, "T056K, t056p,  t056l, t056t, t047i,
    If you want in detail what are the field inserted in this table and check run this program RFKUZI00 and check here all the tables and fields
    regards,
    Santoshkumar

  • In which table,taxcode values are stored?

    Hi,
    Can anyone say in which tables and fields, tax codes values are stored.
    Values which are maintained in tcode FTXP.
    regards,
    sathya

    Hi,
    Education cess at PO level is not stored directly into any table, instead it is calculate at runtime using function module "PRICING" with calculation type "B".
    Edu. Cess for Invoice are stored in table BSET table. You can identify the record passing condition type (KSCHL).
    Manul excise condition goes to table KONV linked with EKKO-KNUMV field.

  • In which table data is stored by text editor

    we enter text in  text editor control.
    but i can't figure out :: it store the text entered in text editor in which table.
    can you help me in this.
    regards.

    Raja,
    firstly my program is working fine, i want to know how FM "READ_TEXT" read text.
    this is coding
    refresh: ltxttab2. clear ltxttab2.
      clear w_thead.
      w_thead-tdobject = 'ZXYZ'.
      w_thead-tdname = mrole.
        w_thead-tdid = 'LTXT'.
      w_thead-tdspras = sy-langu.
      w_thead-tdfuser = sy-uname.
      w_thead-tdfdate = sy-datum.
      w_thead-tdftime = sy-uzeit.
      CALL FUNCTION 'READ_TEXT'
         EXPORTING
         CLIENT                        = SY-MANDT
           ID                            = 'LTXT'
           LANGUAGE                      =  sy-langu
           NAME                          = W_XYZ-TDNAME
           OBJECT                        = 'ZXYZ'
        ARCHIVE_HANDLE                = 0
        LOCAL_CAT                     = ' '
      IMPORTING
       HEADER                        =
         TABLES
           LINES                         = LTXTTAB2
       EXCEPTIONS
         ID                            = 1
         LANGUAGE                      = 2
         NAME                          = 3
         NOT_FOUND                     = 4
         OBJECT                        = 5
         REFERENCE_CHECK               = 6
         WRONG_ACCESS_TO_ARCHIVE       = 7
         OTHERS                        = 8
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    regards

  • AUFGR (Order Group)- Which table has values for this field

    Hi Gurus,
    I am working on a report, which uses Key field- Order number AUFNR from table AUFK, and is similar to standard transaction KOK5 and S_ALR_87013019.
    havent been able to find where we get values for the field AUFGR from,
    If you have any table where this field gets values from/how to find that, Please do mail and help for this problem..
    Thanks,
    Regards,
    Krishna

    Hi Raman,
    Try this function module, when i execute it in transaction SE37, it show me the Order Group list, it can be helpful:
    CALL FUNCTION 'G_SET_SELECT'
    EXPORTING
       CLASS                   = '103'
       CRUSER                  = '*'
       DISPLAY_ONLY            = ' '
       DYNP_TITLE              = ' '
       ECCS_DIMEN              = '*'
       ECCS_ITCLG              = '*'
       ECCS_SITYP              = '*'
       FIELD_ENTRY             = '*'
       FIELD_NAME              = 'AUFNR'
       KOKRS                   = 'FSCO'
       KTOPL                   = '*'
       FIKRS                   = '*'
       LIB                     = ' '
       MULTIPLE_CHOICE         = ' '
       NO_CLASS_DISPLAY        = 'X'
       NO_DYNAMIC_SETS         = 'X'
       NO_MAINTENANCE          = 'X'
       NO_SUBSET_EXPAND        = 'X'
       NO_TABLE_DISPLAY        = ' '
       RNAME                   =
       SEARCHFLD               = '*'
       SET                     = '*'
       SET_USAGE               = '*'
       SET_WILDCARD_ONLY       = 'X'
       START_COLUMN            = 0
       START_ROW               = 0
       SUBCLASS                = '*'
       TABLE                   = 'CCSS'
       TITLE_STRING            = '*'
       TOP_NODES_ONLY          = ' '
       TYPELIST                = 'BSMD'
       UPDUSER                 = '*'
       VARIABLE                = '*'
    regards,
    Alejandro.

  • From which table characteristics value is been picked in Batch(023 class)

    Hi gurus,
    Could anyone helpme out of this problem
    While creating migo ,batch no gets automatically assigned for the material when I click on the check button and then clicking the classification screen , characteristics value have to be given manually for the material  that is to be receipt in migo.
    Now My problem is I am creating a report where the material no along with the batch no and the characteristics value of the batch is required , but I cannot get the table name
    I have tried with mcha,mch2,mch1 but here no characteristics value could be derived ,Table  Cawn,cabn is there but how to link with other tables like mseg or MKPF.
    In table AUSP characteristics value is picking but same problem how to link it with mseg or mkpf etc.
    Guys please help me out of this.
    Thanks N regrds,
    Siddhrtha

    Hi
    CABN Characteristics ( o.a. batch/vendor)
    CABNT Characteristics description
    CAWN Characteristics ( o.a. material)
    CAWNT Characteristics description
    AUSP Characteristic Values
    Class types and objects :TCLAO Several class types for object
    TCLA Class types ( vb. lfa1 => v10 en 010)
    TCLAT Class type text
    TCLT Classifiable objects
    TCLC Classification status
    Regards

  • From which table characteristics value of Batch management is been picked

    Hi gurus,
    Could anyone helpme out of this problem
    While creating migo ,batch no gets automatically assigned for the material when I click on the check button and then clicking the classification button , there characteristics value have to be given manually for the material  that is to be receipt in migo.
    Now My problem is I am creating a report where the material no along with the batch no and the characteristics value of the batch is required , but I cannot get the table name
    I have tried with mcha,mch2,mch1 but here no characteristics value could be derived ,Table  Cawn,cabn is there but how to link with other tables like mseg or MKPF.
    In table AUSP characteristics value is picking but same problem how to link it with mseg or mkpf etc.
    Guys please help me out of this.
    Thanks N regrds,
    Siddhrtha

    Hi Merwyn,
    I cannot  find any common field between AUSP and  MCH1 ,could you tell me the procedure to link these 2 tables.
    Thanks N Regards
    Siddhartha Chatterjee
    Hi,
    Using AUSP table pick the object No. and link it with MCH1 to find the Batch No.
    using the batch No. link to MSEG-CHARG

  • Which table i can get the Equipment Number and description

    Hello Guys,
    Can any one help us i have Maintenance order number.For this i need to get the corresponding euipment number and description.Can any one tell me the table name for this .I want to fetch these details in the report.
    Regards
    Kumar

    Hello All,
    problem got resolved.Thanks
    Regards
    Kumar

  • Where do we declare surcharges and in which table it gets stored

    Hi Guys,
    Where do we assign surcharges for customers and for the material level.
    Please reply ASAP.
    Cheers
    Raj

    Hi Raj,
    You will have tpo create or use a condition type of condition class Discount or Surcharge with Plum/Minus sign of X for making it surcharge in customizing. then you will have to create a proper access sequnce based on your material and customer combinations. Once this is done you can use it in your pricing procedure at the appropriate step.
    Hope this helps.

  • In which table we can find frieght, excise value, basic value, customer no

    hi,
    sap gurus,
    good afternoon to all,
    i came with a different query now.
    in reports where in which table we can find
    frieght,
    excise value,
    basic value,
    customer no,
    sales rate/value,
    entry tax details,
    octroi,
    charity
    CST
    VAT
    Bill value before rounding off
    rounding off
    final bill value.
    these are the fields which has to capture in one report
    what to do ?
    on this.
    plz let me know some thing on this.
    regards,
    balaji.t
    09990019711

    Dear balaji
    All condition values will be stored in KONV.  So Go to SE16, input KONV and execute.  You will get all condition types from this table.  Here, you cannot correlate these condition types to your sale order.
    So that you have to do is that there is a field "Doc.condition" in the above report under which, some numeric values will flow.  Copy those values and now go to SE16, input table VBAK and execute.  Here, the same field, viz.Doc.condition will be there.  Paste those values which you copied from KONV and execute. 
    You will now get the desired result.
    thanks
    G. Lakshmipathi

  • From which table I can get Vendor characteristic values ?

    Hi Everybody,
    From Which table I can get <b>Vendor Characteristic values from Vendor classification ?</b>
    Thanks & Regards,
    Nagaraju Maddi

    Hi
    Check the Tables
    CABN and AUSP
    or use the following
    Use the following BAPI's:
    BAPI_OBJCL_GETDETAIL
    or use the fun module:
    CLAF_CLASSIFICATION_OF_OBJECTS.
    Reward points for useful Answers
    Regards
    Anji

  • From which table snpRef.getInfo picks values

    hi,
    I want to know from which table these value comes
    <?=snpRef.getInfo("DEST_DSERV_NAME") ?> and
    if the session is manually restarted after correcting the DBLINK related to the target DB why it picks the previous values . I want to know all the steps related to a sessions are stored some where for next restart if any error caused.
    regards,
    palash

    Thanks JONT,
    I got it, actually my question was when a particular job failed due to DBLINK name of the target Db definition during sqlldr call from jython script of Oracle IKM control append , after correcting the same if we "RESTART" the job again from
    Operator why it is picking the previous errorneous value .
    I was taking about the task those are picked by the restarting the session
    regards,
    Palash

  • In which table, we can find SCM customer code.

    Friends,
    I am writing an user exit for VA01/VA02/VA3/VA32.
    I am getting the customer number from VBAK-KUNNR  when I execute any of the above transactions.
    According to functional sepecification, we can find SCM code in the data base table ADRC.
    (we can fetch the data from ADRC table where  ADRC-ADDRNR = KNA1-ADRNR;  ( KNA1-KUNNR = VBAK-KUNNR))
    I could not find SCM customer code in the table ADRC.
    Please let me know the Data table and field to find the SCM customer code in SAP.

    Dear balaji
    All condition values will be stored in KONV.  So Go to SE16, input KONV and execute.  You will get all condition types from this table.  Here, you cannot correlate these condition types to your sale order.
    So that you have to do is that there is a field "Doc.condition" in the above report under which, some numeric values will flow.  Copy those values and now go to SE16, input table VBAK and execute.  Here, the same field, viz.Doc.condition will be there.  Paste those values which you copied from KONV and execute. 
    You will now get the desired result.
    thanks
    G. Lakshmipathi

  • From Which table Production resource/tool number can be retried

    Hi Friends,
    In SAP Query I am Using MAPL,PLAS, PLPO, PLKO, I want to retrieve Production resource/tool number PLFHD-FHMNR, can any one tell in which table it is storing the value.. & what link condition I need to use to retrieve thisfield.. Transaction CA03.
    Thanks,
    Ravi.

    FHMNR is stored in table ADFSH_PRTHEAD. You may need to pass ORGEH - Org. Unit to get the Production resource/tool number.
    This may help you.
    Regards
    Karthik D
    P.S. May i know why you have mentioned FHMNR in all your answered questions today?

Maybe you are looking for

  • Create a New DB in Oracle 10g Express

    Dear experts I have downloaded and installed oracle 10g express on windows 2000 Professional System. Now i would like to create a database called AcmeInc and in that database object i want to create tables and relationship. Can anyone please tell how

  • "disk could not be read"?

    Anyone heard of this...during the process of updating my ipod on itunes (loading more music on my ipod) the update stops and this message comes up..."Attempting to copy to the disk "XXXX's IPOD" failed. The disk could not be read from or written to."

  • Wie kann ich in einem Channel z.B Werte kleiner 100 und größer 50 FILTERN

    Hallo! Ich möchte grundsätzlich Messwerte in verschiedenen Channel filtern, ähnlich wie die "Autofilter" Funktion bei MS Excel.. Gibt es solche Möglichkeiten unter DIADEM. In meinem Fall - z.B. alle Werte in Channel 2 (s. Anhang), die kleiner 100 und

  • OBI App 11.1.1.6.2 vs 11.1.1.5

    There seems to be a difference when OBIEE 11.1.1.6.2 and above dashboards are accessed through the two Mobile Applications. When accessed using the old 11.1.1.5 app the dashboard formats correctly and the entire dashboard can be viewed on a single IP

  • Is 11g auto stats collection automatic on? where can I find this job?

    Is 11g auto stats collection automatic on? I manually created a 11g database, but I did not see auto stats collection job. where can I find this job? or how could I verify this is on? Thank you.