Table AUSP!!

Hi,
i hav an internal table having matnr etc details from likp/lips and another z table having structure :
Sales Org
Classification Characteristic Name
Packing Material Name
Rate (per KG)
and The table which stores the classification data for a material is AUSP. The Characteristic Name is stored in the field ATINN and the characteristic value (packing material weight) is stored in the field ATWRT. The following the conditions required for retrieving the classification data for a material:
For each entry in the Z-Table for the Sales Org:
     Select AUSP - ATWRT (Packing Material Weight) from AUSP
     Where AUSP - KLART = 001 and ATINN = Z-Table – Classification Characteristic Name
This data needs to be read for each material. For each field containing a positive value the Packing Material Name corresponding to that field, Packing Material Wt. Per Unit Material ...
how shall i go abt this?
Regards
Gunjan

Hi,
You can also use BAPI_CHARACT_GETDETAIL or any of the other bapis for this.
Regards, Rob Dielemans

Similar Messages

  • 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.

  • Data retrivel from table ausp table

    Helllo Experts,
    I want to retrive data from table ausp based on the data retrived from the VBAK table.
    I have selected data from VBAK and VBAP tabble using code :
    SELECT VKORG VTWEG VBAKSPART VKGRP VKBUR KUNNR KNUMV VBAKVBELN VBAPMATNR VBAPARKTX INTO CORRESPONDING FIELDS OF  TABLE GT_DATA
    FROM VBAK INNER JOIN VBAP ON VBAKVBELN = VBAPVBELN
    WHERE VKORG        IN SVKORG
    AND  VTWEG        IN SVTWEG
    AND  VBAK~SPART   IN SSPART
    AND  VKGRP        IN SVKGRP
    AND  VKBUR        IN SVKBUR
    AND  KUNNR        IN SKUNNR
    AND  MATNR        IN SMATNR.
    SELECT MATNR BREIT ZEINR BRGEW INTO CORRESPONDING FIELDS OF TABLE GT_EANCODE FROM MARA
    FOR ALL ENTRIES IN LT_DATA WHERE MATNR = GT_DATA-MATNR.
    SORT GT_EANCODE BY MATNR.
    ENDIF.
    SELECT MATNR MVGR1 MVGR2 MVGR3 INTO CORRESPONDING FIELDS OF TABLE GT_MVGR FROM MVKE
    FOR ALL ENTRIES IN LT_DATA WHERE MATNR = LT_DATA-MATNR.
    SORT GT_MVGR BY MATNR.
    ENDIF.
    SELECT KNUMV KPOSN KSCHL KWERT INTO CORRESPONDING FIELDS OF TABLE GT_KONV  FROM KONV
    FOR ALL ENTRIES IN LT_DATA WHERE KNUMV = LT_DATA-KNUMV AND KSCHL IN ('ZG02').
    SORT GT_KONV BY KNUMV.
    So based on the material field in the table GT_DATA i have to select data from table ausp. The ausp table also having the field
    material ( but the name of the material field in the ausp table is OBJEK) . Material field in t the VBAP table have data type character and field length 18 and OBJEC field in the ausp table have data type character and lenght 50.
    So if i give select statement for ausp table
    SELECT OBJEK ATINN ATWRT  INTO CORRESPONDING FIELDS OF TABLE GT_AUSP FROM AUSP
    FOR ALL ENTRIES IN GT_DATA WHERE OBJEK = LT_DATA-MATNR AND
              .                        MFID = '01' AND
                                       KLART = '001' AND
                                       ATINN = V_ATINN.
    it is giving  error : when you use addition for all entries in internal table the object and GT_DATA-MATNR must have same data type and same length.
    So if i change the length of the matnr field it will effect for other select statement.
    please let me know hw to over come errors.
    Thakns in advace.
    Best Regards,
    Zubera

    Hi shridarudupi ,
    when you are declaring structure  for GT_DATA,define matnr field of type ausp-objek , so when you will select data from AUSP using for all entries of GT_DATA , there will  not be any type mismatch.
    For Ex.
    TYPES : BEGIN OF t_mara ,
             matnr TYPE ausp-objek,
             ersda TYPE mara-ersda,
            END OF t_mara,
             BEGIN OF t_ausp ,
             objek TYPE ausp-objek,
             atinn  TYPE ausp-atinn,
            END OF t_ausp.
    DATA : i_mara     TYPE STANDARD TABLE OF t_mara,
                 i_ausp     TYPE STANDARD TABLE OF t_ausp,
                wa_mara  LIKE LINE OF i_mara,
                wa_ausp  LIKE LINE OF i_ausp.
    SELECT matnr
                 ersda
                 FROM mara INTO TABLE i_mara
                 WHERE matnr = '4510'.
    IF sy-subrc = 0 .
      SELECT objek
                    atinn
                    FROM ausp
                    INTO TABLE i_ausp
                    FOR ALL ENTRIES IN i_mara
                    WHERE objek = i_mara-matnr.
      IF sy-subrc = 0 .
        WRITE : 'successful'.
      ENDIF.
    ENDIF.
    Hope this helps.
    Edited By Tejaswini Khante

  • Problems with Performance in table AUSP - R/3

    Hello, I am working with the set of tables (Klah, KSSK, KSML, AUSP, CABN in SAP R3) and generate reports with Crystal Reports 2008. The problem arises when displaying the data in Table AUSP, since the characteristics (Attin) are listed as records and I must show them grouped by the field AUSP.OBJEK as columns (see how in the transaction CL30N).
    I probe with infoset, query / infoset and related tables in Crystal Reports but the performance is very bad.
    Anybody know of a function standard similar to CL30N or I have only programmed in ABAP?
    Edited by: Carolina Jerez on Oct 7, 2009 10:01 AM

    Hi Ruven,
    so you are able to log on to the portal from Windows via SSO. When you access the backend from the portal it is not working, right?
    What kind of iView are you using to access the backend? Can you try with a simple Windows-SAPGui-iView? Is it working then? If you are using some web-based application to access the backend there might be a problem with different domains so that the SAPLogon Ticket is not passed along (both the URL of the portal and the URL of the backend have to be in the same domain -- of course there are way to enable SSO to different domains, but let's start with this simple case)
    I would still recomend to use the Note mentioned above to trace what is actually sent to the backend (I don't think that the dataSourceConfiguration file you are using has anything to do with SSO not working from the portal to the backend).
    Regards,
    Holger.

  • Replace access to table AUSP

    hy everyone, we've upgraded from 3.1i to 4.7e a system with a very high degree of customization.
    Could anyone tell me if there's a function or something similar to replace the following code accessing to table AUSP (now empty) ?
    "select * from ausp into.... where klart = '029' and
                                       atinn = ...    and
                                       atwrt = ...    and
                                       objek like .... "
    Thanks in advance

    Maybe, but it makes the same at all
    FUNCTION CLFM_SELECT_AUSP.
    FUNCTION CLSE_SELECT_AUSP
    But if you use these functions ensure that you
    refresh the buffers from time to time
    CLSE_INIT_BUFFER

  • Reg:Shortdump in Program while updating Table AUSP

    Hi All,
    i have a problem in the program while updating the AUSP table am using the function module
    CLVF_VB_INSERT_CLASSIFICATION
    in that function module the short dump occurs while try to insert ausp in the following line,
    insert auspc_v1 client specified from table auspcv1.
    the problem is while updating transaction CL20N the update has been failed thats why i have tried to manually insert in AUSP even though its short dumping.
    i have maintained all the necessary settings in cl24n.
    could you please resolve my issue.

    I am not sure of the Tables and there uses but it looks like you need to update SAP tables through standard transaction which is failing.
    Are there any data inconsistancies for the data that you are trying to maintain?
    Also maintaining the SAP table manually is not advisable as ther could be some other dependant/related tables which also might require updation.
    By the way what is the Message diplyed in ABAP dump it will definately help in solving the problem.
    Regards
    Shital

  • AUSP table not getting updated

    Classification data of materials is not getting updated in the AUSP table. only few fileds are getting updated. Can you please guide me on this

    AUSP table will update whenever you change characteristics option..
    Suppose you are using classification for vendor..
    Then whenever you will change characteristics value for vendor, the table will update..
    Same as material master..
    There are no field for material description in table AUSP.
    Regards
    Dev

  • Customer Classification..table update AUSP

    Hi Guru's
    I have to update the customer classification via table AUSP
    Table AUSP is only table which stores the Information Characterstics Values maintained for a Class type.
    I am updating this table directly via Z program.
    data : it type STANDARD TABLE OF ausp WITH HEADER LINE.
    it-objek = 'N231512'.
    it-ATINN = '0000000068'.
    it-atwrt = 'ST'.
    it-klart = 'Z01'.
    it-mafid = 0.
    it-atzhl = '001'.
    it-adzhl = '0001'.
    it-mandt = '200'.
    APPEND it.
    MODIFY ausp from table IT.
    But when i am going in XD03 to see the characterstic value (ST in this case) . Then ST is not getting set in XD03 classification view.
    also when i am setting the same value ST via XD02 then value is getting updated in Table AUSP with duplicate entry what i have updated via above progm.I don't know how table is allowing duplicate entry.
    suggest me  somthing
    Best Regards
    Subham

    Hi,
    Please don't update directly to the table AUSP.. Also the ATINN will be different in each client for one particular classfication data..
    I would suggest use the LSMW
    Standard Batch/Direct Input
    - Object: 0130
    - Method: 0002
    - Program name: RCCLBI03
    - Program type: D
    Regards,
    Nagaraj

  • AUSP Table not pouplating the CL20N vaule for Netvaule Field

    Hi Experts
    In AUSP table displays all values except the value in intervals . I have maintained the CEKKO_GNETW with interval . In AUSP table the Char. Value field is coming blank .
    Please suggest how to view the data in that interval .
    Regards
    SK

    Hi,
       Unlike the other characteristics, the interval values wont be updated in the characteristic value field (ATWRT).  The interval values will be updated in the AUSP table in the fields ASUP - ATFLV (Value From) and AUSP - ATFLB (Value to). For example,
       Here, ASUP - ATFLV = 5.00E+02 means value is 5 x 10^2 = 500
                ASUP - ATFLB = 1.00E+03 means value is 1 x 10^3 = 1000
       Refer the KBA: 1568641 - How are the values for the different Characteristic Data Types saved in the table AUSP ? for more details.
    Regards,
    AKPT

  • AUSP Table updation

    Dear All ,
    I need to know under what processes this table AUSP gets updated. I have gathered some info like this table is used to see the Characteristic Values of any material or object etc but how it is related to Vendor ? My user is stating that he have created a vendor however unlike for other vendors, the AUSP table didnt get updated. Any piece of advice will be highly appreciated.
    best regds
    Subha

    Hi,
    Please, check note  1547034 - How are characteristic values updated in table AUSP?
    It explains the situations where AUSP is not updated. If, after consulting this note, you still have some problems, I'd suggest raising a message to OSS.
    Regards,
    Eli
    P.S. Also this note might be relevant 1568641 - How are the values for the different Characteristic Data Types saved in the table AUSP ?

  • Issue in AUSP table

    Hi,
    I have edited the material description(other fields as well ) in MM02 and saved it. And I have verified the edited data in the AUSP table and found the material description is not changed.
    Except material description, all other fields changed.
    How the AUSP can be updated ?
    When AUSP is updated ?

    The data which is stored under AUSP table, it is not material description..
    It is a characteristics value..
    I can see you are using material classification as 001.
    Go to MM02, then choose classification, then choose Material Class - 001.
    Then check
    Here the characteristics value goes to table AUSP.
    Regards
    Dev

  • AUSP table

    Hi Gurus,
    I need to get the value in the table AUSP field ATINN.
    The design said that I can use the CG02 transaction.
    My problem is that, I can't link the table to any tables that I am using.
    I am using tables
    vbak
    vbkd
    TVZBT
    AKKB
    RV86E
    vbpa
    SDPARTNERLIST
    SZA1_D0100
    ADDR1_KEYW
    KNVV
    CDHDR
    vbap
    MV10A
    MAAPV
    MARA     
    TVAPT
    HUMV4
    RV45A
    vbep
    komp
    komk
    marc
    VBBP
    MCHA
    DFBATCH
    RDGMDSEL
    Anyone knows how can I link the AUSP table to those tables?
    Thanks in advance.
    Benedict

    Hi benadict,
    Take vbap-charg pass it in table MCHA select CUOBJ_BM.
    then pass into table AUSP where objek = MCHA-CUOBJ_BM. get ATINN & ATWRT .
    Regards
    Srimanta

  • Regarding AUSP Table

    Hello All,
    Is any one idea how the ATFLV - Internal floating point from and ATFLB - Internal floating point to in table AUSP  are generated. Because I have not entered any value during creating characteristics. But in table AUSP it is showing some values. Please suggest
    Mayura

    Hi Kiran,
    Thanks for your time.
    Can you pls tell me where does the ausp-atwrt gets value i mean which transaction.
    I have ausp-OBJEK value as OR12345(or is fm area and 12345) and corresponding to it i have a value of ausp-atwrt as 53.93
    where
    I want to know when does these fields get value.can you tell me tcode.
    Just walk me through the steps to create one record in ausp table that would be real help for me.
    Thanks
    waiting for your reply

  • 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

Maybe you are looking for

  • InDesign CS6 Crashing While Converting to PDF

    Trying to convert a file to PDF and it is crashing repeatedly, regardless of the file I open.  I'm running OSX 10.8.2 and InDesign 8.0.1, I've renamed the preference and data files to no avail. Here's the full error output: http://pastebin.com/V5MBhW

  • Nokia 2330 classic music

    hi, does anyone know how to download music to my nokia 2330 classic?  and how big is the memory?  there is no memory card.  By the way, nokia people,  the 'manual' is not at all helpful!!

  • No receiver determination found in spite of correct url

    Hi everybody, our partner tries to reach our XI on https adapter to start a synchronous process. The url is as follows: <u>https://[host]:[port]/sap/xi/adapter_plain?party=[PARTY]&service=[SERVICE]&interface=[INTERFACE]&namespace=[NAMESPACE]</u> I ca

  • Migration to Shared Services

    Has anyone had much luck migrating security to shared services? Or have you had to just recreate your security in the new system? We're trying to migrate from Hyperion 7.1(Essbase, Analyzer, Intelligence) to Oracle EPM 11G and are running into some i

  • IPhoto will not import video clips from iPhoto

    I plugged in my iPhone to my computer.  I opened iPhoto to import the photos from my camera role.  It imported the photos just fine up said "The following files could not be imported.  The file is in an unrecognized format."  It is all the video file