Missing characteristics value in table AUSP

Hi all,
In the classification of equipment master, the characteristics value of a new class could be shown but the value cannot be found in the table AUSP.
(it's been ensured that the object no. input is correct)
Where is the value stored? or is there something wrong?
Many Thanks!

hi,
check CABN table.

Similar Messages

  • BC4J/JSP: Missing navigation values in table tag

    We are using BC4J view objects, overriding the native functionality of the view object to call PL/SQL APIs plus JSPs with UIX/Cabo tags to render output for BC4J.
    Within the JSP the dataSource/view object rangesize is set to 6 and we are using the table tag.
    When rendering a page for the first time, the table tag navigator correctly shows the number of records eg. 1-6 of 100 and navigation through the record set works perfectly eg. next set is 7-12 of 100.
    If you exit that page (to display another page) then return to it, the table tag navigator in the first page contains no values and it is not possible to navigate through the record sets. This happens to all our pages when rendering them more than once.
    The log file shows that on the initial rendering of the first page, the Estimated Row Count is set correctly, and continues to be correct whilst navigating through the data. When returning to the first page after showing another page, the Estimated Row Count is 0.

    I assume this doesn't happen in the non-overriden view objects. Can you provide more information on what functionality you have overriden since getEstimatedRowCount() doesn't seem to work in your version of the view object?

  • Missing characteristics value after exporting to excel

    Hi
    I created a web template with WAD 7.0 that is using a button with Export to Excel functionality.
    The issue i have is that if I export to Excel, I don't see the characteristics/filter values e.g
    Cal. year / quar
    Company Code
    Fiscal year/period
    Vendor
    Vendor Account Group
    Structure
    It displays only the data.
    How do I get these characteristic values do display in excel.
    thanks

    Hi,
    thanks for your response. I have checked and couldn't find options for select Analysis grid or Filter grid.
    In the button, I used command * Export web application* and in the parameters I could find anything close to choosing the options you mentioned.
    thanks

  • 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

  • Table relation for material and characteristics value

    Hi,
    I am looking for the tables which contain the material and characteristics values. e.g. For a particular material what are the characteristics available and what are their uniq values. It will be great if you could provide me the tables name along with the link key (foreign key) between the material no and it's characteristics. Even though I have tried ausp & other tables but I could not find the uniq for a particular material. All answers are appreciable.
    Thanks in advance..
    Pradeep

    Hi Pradeep,
    You can check these tables
      INOB, KSSK, KLAH, CABN, CAWN and AUSP.
    Cheers
    VJ
    If it helps dont forget to mark points

  • Using MISSING FIELD VALUES ARE NULL for external table

    I want to place a null for values missing in the sub_account field. Here is my external table:
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\log';
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\bad';
    create table ext_INCOMING_ORDERS_table (
    Account varchar(5),
    Sub_Account varchar(1),
    Override_Code varchar(1),
    Nomenclature varchar(28),
    chg_nbr varchar(3),
    quantity integer,
    U_I varchar(5),
    zipcode varchar(5),
    type_reject varchar(2)
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    missing field values are null
    badfile INCOMING_ORDERS_bad_dir:'INCOMING_ORDERS%a_%p.bad'
    logfile INCOMING_ORDERS_log_dir:'INCOMING_ORDERS%a_%p.log'
    fields
    Account(1:5) char(5),
    Sub_Account(7:7) char(1),
    Override_Code(10:10) char(1),
    Nomenclature(11:38) char(28),
    chg_nbr(40:42) char(3),
    quantity(44:48) integer external,
    U_I(50:54) char(5),
    zipcode(56:60) char(5),
    type_reject(61:62) char(2)
    location('PTCLICK.MANUAL.NOMEN.TXT','PTCLICK.ORDERS.TXT', 'EUR_RES.TXT', 'MQ.TXT', 'BPRO.TXT')
    reject limit unlimited;
    How can I place the MISSING FIELD VALUES ARE NULL for missing values for the sub_account?

    made the change I received this error:
    SQL> select * from ext_INCOMING_ORDERS_table;
    select * from ext_INCOMING_ORDERS_table
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "no": expecting one of: "comma, date_format,
    defaultif, enclosed, ltrim, lrtrim, ldrtrim, notrim, nullif, optionally, ),
    rtrim, terminated"
    KUP-01007: at line 7 column 26
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\log';
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\bad';
    create table ext_INCOMING_ORDERS_table (
    Account varchar(5),
    Sub_Account varchar(1),
    Override_Code varchar(1),
    Nomenclature varchar(28),
    chg_nbr varchar(3),
    quantity integer,
    U_I varchar(5),
    zipcode varchar(5),
    type_reject varchar(2)
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    badfile INCOMING_ORDERS_bad_dir:'INCOMING_ORDERS%a_%p.bad'
    logfile INCOMING_ORDERS_log_dir:'INCOMING_ORDERS%a_%p.log'
    fields
    Account(1:5) char(5),
    Sub_Account(7:7) char(1) NO PRESERVE BLANKS,
    Override_Code(10:10) char(1),
    Nomenclature(11:38) char(28),
    chg_nbr(40:42) char(3),
    quantity(44:48) integer external,
    U_I(50:54) char(5),
    zipcode(56:60) char(5),
    type_reject(61:62) char(2)
    location('PTCLICK.MANUAL.NOMEN.TXT','PTCLICK.ORDERS.TXT', 'EUR_RES.TXT', 'MQ.TXT', 'BPRO.TXT')
    reject limit unlimited;

  • Table for characteristics values in the sales order

    Hi Experts
    I am entering the characteristics values in the classification screen in the sales order.
    I want to capture the characteristics & values with reference to the individual sales order for reports.
    Please let me know the tables for the same as it doesn't get capture in the item table..
    Thanks
    Ganesh
    Edited by: jganesh on May 4, 2011 1:26 PM

    Hiii,
    you may use VELO01_GET_CONFIGURATION function module to pass VBAP-CUOBJ value
    Hope it will solve your problem.
    Regards
    Shambhu Sarkar

  • Copying Batch Characteristics Value from Standard SAP Table Field

    Dear Experts,
    1. While creating a user-defined Batch Characteristics 'CREATED_BY' using ct04,  on the Additional Data tab, I filled  the following fields as follows:  Table Name = MCHA,  Field Name =ERNAM.
    'CREATED_BY' was then assigned to a batch Class TRIMMED (of class type 022).
    TRIMMED  was assigned to a batch managed material ADE245DD.     
    After posting co15 (confirmation of production order) for material ADE245DD, the value in table MCHA & field ERNAM is automatically copied into the Batch Characteristics value field of u2018CREATED_BYu2019  for the generated batch.
    2. But I am unable to achieve the same result when I create another Batch Characteristic with similar settings in the Additional Data tab as follows: Table Name = MARC, Field Name = DISPO.
    After doing co15, the value stored in table MARC and field DISPO does not get copied into the Batch Characteristics value.
    Please what do I need to do in Scenario 2 above to achieve the same result as in Scenario1?
    Regards

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

  • ECP Characteristics value table

    HI All,
    In which table the characteristics value in ECP costinm model get stored?
    Thanks

    Hi Vinoth,
    the costing model valuation (i.e. the values assigned to a costing model in ECP) is stored in classification. You have to read CKHS entry of the cost estimate first. Field CKHS-CKCMV contains the valuation key of ECP. Then use following methods to read the valuation:
    DATA:
      ls_ckhs          TYPE ckhs,
      lr_cmv           TYPE REF TO cl_costing_model_valuation,
      lt_chara_values  TYPE cki_t_model_chara_values.
        CALL METHOD cl_costing_model_valuation=>read_for_display
          EXPORTING
            i_costing_model_valuation  = ls_ckhs-ckcmv
          RECEIVING
            rr_costing_model_valuation = lr_cmv
          EXCEPTIONS
            OTHERS                     = 1.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
        CALL METHOD lr_cmv->get_all_characteristic_values
          EXPORTING
            id_external_format    = 'X'
          RECEIVING
            rt_model_chara_values = lt_chara_values.
    Best regards,
      Johannes

  • Tables & Fields for AFS characteristics values

    Hi Gurus,
    Need a help to find otu the Characteristic vlues of AFS-Material FIELD NAMES and their TABLE NAMES.
    If any one konws please let me know that will be great.
    Exactly the i want to find out the FIELD NAMES of the Characteristic Values of a AFS Material. Where these characteristics values are going and sitting in Which FIELDS and in which TABLES.....Ok...
    Advance thanks aand Regards,
    Madhu.G

    Sudha,
    You can find all material document details in table MSEG.
    Regards,
    John.

  • Derivation of Material classification Characteristics values in COPA

    Hi,
    Although  similar type of questions are there in Forum, But I did not find the correct solution, hence I am putting this thread.
    My question is , in classification view of material master we have Class type - 23 (Batch).
    We are maintaining many chracteristics and their values in the material master.
    Now my requirement is whenever the billing is done for any sales order having this material, all the characteristics and its value should flow to COPA.
    Although the details are there in table AUSP. But I am not finding any way out to derive these characteristics and its value or get these information in COPA.
    Please help.
    Regards
    Kami

    Hi Ajay,
    The attribute tab is not available in MOVE. Is there any other place where I can find this attribute tab.
    While doing the Analysis of derivation, it showing the message :
    *"Derivation was not carried out. Reason: Not available"*
    Both Source field and Target filed is showing blank. I am not able to figure out the reason.
    Is there any relation with Class Type. We are using here Class Type - 23 (Batch).
    And in KEDR , in MOVE as you suggested I am using Source Vield VCONF.
    I hope these are OK.
    I am using the User defined characteristics WW09 , with own value maintenence. Is this OK?
    What could be the possible reasons for not populating the data.
    regards
    Kami

  • Batch Characteristics value in report

    I want to develop a custom report where material master batch characteristics value should be displayed.
    The report will display based on Process order No. In Process order AFPO table I am bringing MATNR, CHARG, WERKS information.
    Now, the MATNR is maintained with a batch classification of class type 001 (material class) one characteristic "Z_NUMERIC" and value is maintained as "22345".
    Now, in custom report I have to bring the 22345 no. In which Table I can get the information for material for 001 class type characteristics value?
    Please repond.

    You can find it in table ausp
    Regards,
    Dhaval

  • Characteristics Value

    Hey Guys I create the characteristics and it has multiple Value .Some Value has subordinate value exist ...When I am going in AUSP table it's just showing me the subordinate value not the main characteristics value.
    For example If I have a characteristics Value Head Size and it has subordinate value.. small, mid and big..it's only showing me small ,big ,med in AUSP table not Head Size. Is there any place I can see only this so I can use that logic for my BOBJ reporting ?

    Hello
    you can use table CAWN.
    We have  one Class Like: BRGAC4
    Suppose your characteristics : BRGAC4TYPE00 : TYPE
    go to table CAWN

  • Characteristics Values

    Dear All,
    in which table i can get Prd number, materail number, class type assigned to this materail, class, & their characteristics Values
    Regards
    Madhu

    Hi , Please find below tables
         Characteristics :
         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
         Links :
         INOB                    Link between Internal Number and Object
         KLAH                     Class header data  
         KSSK                    Allocation Table: Object (vb.matnr) to Class 
         KSML                    Characteristics for a class (internal number)
                        MCHA               Batches
         MCH1               Batches
         MCHB               Stock : batches
    Regards
    SANIL

Maybe you are looking for