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

Similar Messages

  • BAPI to insert a new row in the AUSP table

    Hi all,
    I am in search of a BAPI to insert a new row in the AUSP table... with the fields of the object and
    characteristic values.
    Any inputs on this..is highly appreciable...
    thanks in advance...
    regards..
    prathima.

    hi,
    from best of my knowledge  here is list of bapi through you can insert ausp table.
    check it.
    CLSE_SELECT_AUSP
    CLVF_INSERT_AUSP
    BAPI_CLASS_CREATE
    C14K_AUSP_CHANGE_VALUE
    CLSE_SELECT_AUSP
    CLVF_UPDATE_AUSP
    C14K_AUSP_ADD_UPD
    BAPI_CLASS_CREATE
    regards,
    vipul

  • How to use change document for AUSP table in MM02?

    Hi All,
    I am working with MM02. When I change the characteristic value in classification view, I want that change to be logged in CDHDR table.
    I have created a change document object for AUSP table and generated update program for that. Now that program needs to be called in some <b>badi</b> or <b>exit</b> which can be called upon saving in MM02 after changing the values in classification view.
    Can anybody give me some idea where can I call that program.
    Any help wud be appreciated.
    Regards,
    Pragya

    Hi
    You have 2 possible solutions to meet this requirement.
    Option 1: Implement point # 3 of SAP OSS Note 943559
    Option 2: This is a workaround solution to skip standard SAP check for activation of change documents of Classification system and allow entries to be written into CDHDR and CDPOS table through MM01 / MM02 / CL20N tcode
    Solution: Implement an implicit enhancement inside include program 'LCLVFF10', at end of subroutine 'FILL_REDUN' i.e. line number '337'.
    Here modify the entry of table 'REDUN' where OBTAB = 'MARA' and set the flag 'AEBLGZUORD' equal 'X'. This will activate the change document creation for Change Object 'CLASSIFY' in CDHDR and CDPOS tables.
    Sample Code
    LOOP AT redun WHERE obtab EQ 'MARA'.
           redun-aeblgzuord = 'X'.
    ENDLOOP.

  • 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

  • Function Module to update Characteristic Value (AUSP table entry)

    Looking for a function module/BAPI to update a characteristic value (AUSP table entry).
    This is for a material master Material classification value, not a Variant Config value that I need to update.
    Anybody have one?  I have one that will find the value, but not change it.
    Thanks.

    That wasn't it, but it gave me the one piece I was missing.
    Answer is:
    Function Module "CLAE_CLASSIFY_OBJECT"
    In CHANGE_KSSK
    M = 0
    KLA = (Class Type)
    OBJEK = (Material Number for the Material Characteristic being changed)
    OBTAB = MARA
    CLASS = (Class Name with Characteristic to be changed)
    S = 1
    S = (blank)
    AENNR = (EC Change Number or Blank)
    DATUV = (Today's Date or date for change)
    C = "X"
    In CHANGE_AUSP
    OBJEK = (Material Number for the Material Characteristic being changed)
    ATINN = (Chararacteristic to be changed)
    M = 0
    KLA = (Class Type)
    ATWRT = (New Value for Characteristic)
    C = X

  • Object class for AUSP table

    Hi Experts,
    Iam working on change pointers for the Material.
    In BD52 transaction iam able to enter some fieds for the material.
    But i need to enter Material Classication, and i found AUSP-ATWRT field.
    Now, i want to pass this table & field into BD52 transaction. But it is asking Object Class for AUSP.
    I know Object class for the table MARA ( is Material)
    Could you please let me know how can i find Object Class for AUSP table?
    Thanks
    kaki

    AUSP - Characteristic values

  • 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

  • EOL date Issue in AUSP Table for Material classification in MM

    Hi,
    Issue: for 4 material's eol date available in bw and after some time the user removed the EOL date in R/3. after deleted eol data from R3, the material classification data source(1CL_OMAT001) not picking that material and old eol date available in bw instead of null. please let me know why the material classification not picking that material.
    iam checking with MM team still they are saying that sap stranded process, but iam thinking maybe some configuration issue from MM side .still iam not sure that either configuration issue or something else and when we delete eol date then only date value should be
    modified in AUSP table not entire record but in this case, entire has deleted from AUSP table.
    If we provide any
    value to the characteristic (EOL date), an entry will be created in the AUSP
    table as shown below. ATFLV will have the characteristic value.
    If we remove the
    date of EOL from the material master, the entry in AUSP table will get deleted
    as shown below .  this is causing the issue .
    when we delete the eol date in R3 why the entire record deleted from AUSP table. Please tell me the reason.
    Thanks,
    Polu.

    It is like SAP has designed its classification system.
    No entry is not a valid entry for a date field, it is initial, it is just nothing, hence no need to keep nothing as a value. Imagine the millions of classification fields that may not have any value entered. Would you really like to have this all with no value as record in AUSP?
    You may want to consider to enter 31.12.2999 as EOL date instead of removing the entry.

  • 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

  • Creating DATASOURCE on AUSP table  in CTBW tcode..

    Hi friends,
      i have a requirement to create a datasource on AUSP table  in CTBW   tcode.....
    i'm unable to to solve that  so, can any one  give me the procedure..   how can i create.. a datasorce  throgh this CTBW.. ..
    actuvally my requirement is i want  to create a datasorce on AUSP table even i tryd in RSO2 also..when i'm creating generic datasource.. when i enetered this table means.. it was not accepting  this table name..it pose some error..
    so, can any one  plz suggest me.. helpful answers will be highly appriciated..
    regards
    Babu

    Hi,
    well I don't know your view definition, but this message always appears if you are using structures, views, tables which contain fields that refer to other tables. You always have to embed the fields of that tables into your structure. So in your case, creating a view on ausp and t006, you need to add t006-msehi as a view field. Then it should work.
    regards
    Siggi

  • Assignment to AUSP table in 4.6C

    Hi All,
    In 4.6C, i am creating a network order but the configuration object does not gets stored in AUSP table. Is there any configuration that needs to be done?

    Hi Naresh,
    This forum is about sharing information and not about sending emails and documents to each other.
    The approach you have used is wrong. Please avoid using this method just to earn a few points.
    Thanks,
    Tatvagna.

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

  • BAPI require to update Batch charachteristics to AUSP table

    Hi SAP Gurus,
    I need a BAPI which can update my Batch Charachteristics data into AUSP table.
    Could any one please provide. Its very urgent for me.
    Thanks
    Satish Raju

    Hi Saish,
    As wolfgang told you can use BAPI_OBJCL_CHANGE. Read this documentation.
    This BAPI changes an existing classification, or creates the classification if it does not yet exist. The classification is defined by the required entry fields for the object key (ObjectKey), object table (ObjectTable), class name (AllocDetail-Class_Num), and class type (AllocDetail-Class_Type). The default value for the optional date field (KeyDate) is the system date, on which all classifications become valid. The new characteristics and/or values are transferred to different tables according to data type. Numeric, time, and date characteristics are transferred to table AllocValuesNumNew, character and boolean characteristics are transferred to table AllocValuesCharNew, and currency characteristics are transferred to AllocValuesCurrNew.
    Regards,
    Madhu.

  • 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

  • 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

Maybe you are looking for

  • How Can I Tell if I Have a Bad RAM Terminal?

    A few weeks ago, my MacBook Pro started freezing several times a day, and it was to the point where I couldn't use it for even 10 minutes. It would also beep three times most of the time that it froze. So I turned it off for like 3 weeks and then too

  • Can two computers use USB to print to the same printers?

    My wife and I have two macs, side by side, one a G5 iMac and the other a G5 PowerMac, both running 10.5.1 We have four printers, and we both use all of them at different times. We have one powered USB hub with four ports. What we would like to do is

  • Components not appearing until clicked

    Hi I've made a pool game with textfields for chat with opponents, although the panel with the game in appears fine on the screen, but the panel with textfield, textarea, and scrollbar dont appear until you click on them. Anybody got any ideas?

  • Looks fine in live view but most css not rendering in ff or ie.

    As above. I know some css is working because of the background colour and text that is only applied from the css, but the positioning elements are all out of whack. I'm viewing it through the browser previewer in DW as the website isn't up yet. Thank

  • Manage "Do not permanently delete items until you back up the database" mailbox level

    Hi, I need the active directory attribute name for "Do not permanently delete items until you back up the database" at mailbox level and the EMS command for enabling/disabling the above setting (the other settings in the following screenshot I found)