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.

Similar Messages

  • VBMTV-PREIS2; in which table can I find this field?

    Hi,
    Does anyone know in which table I can find the field PREIS2 that is used in structure VBMTV?
    Thanks!
    BR,
    Linda

    Check in the table DD03L.. You will get the table name.. just give this field name in the contents of the table...
    Assign points if it helps...
    Khaja

  • Default value for a field in Purchase order

    I want that while creating purchase order system should suggest one value for the field ' prior vendor ' in retail tab. I don't want to use user exit. Can anybody help?

    Hi,
    if that button is clicked then give the values in the work area of  table control and then append it to the table control
      in pai of the screen.
      if r_rad eq 'X'.
        fs_tab = ur value.
    append fs_tab to it_tab.
    endif.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 13, 2008 3:39 PM

  • Which table has Batch# value as seen on PO line item ?

    Hello friends,
    The Purchase Order line item shows a field for Batch-number.  However, this field is not there in EKPO table.  So can someone tell me which table has the Batch# value (as seen on PO line item) and how it is linked to that line item's record in EKPO table ?  Thanks for your help.
    - Chetan

    Hello,
    I found one field in table EKET. (EKET-CHARG)
    BR
    Csaba

  • Which table is stored for O3defaults value?

    which table is stored for O3defaults value?

    Dear King Qi ,
    the default values that you create via transaction O3DEFAULTS are stored in two linked database tables:
    The header data is stored in table OIB_DEF_INDEX_GM
    The default set parameters itself are then stored table OIB_DEFAULTS.
    I hope this helps,
    Kind regards,
    Markus

  • 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

  • How to know which table has got referencial integrity constraint

    Dear All,
    How can i know which table has got referencial integrity constraint on which table ?
    Ex : Department id column is a primary key in departments table whereas it is a foreign key in employees table. From where can i find the info regarding the relation between employees and departments table ?
    Waiting for your reply.
    Regards,
    Shyam

    you can use dba_constraints or all_constraints to help.
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10755/statviews_1037.htm
    Example:
    select owner, CONSTRAINT_NAME,CONSTRAINT_TYPE,TABLE_NAME from dba_constraints where R_OWNER=':A' and R_CONSTRAINT_NAME=':B'
    A = owner of primary key
    B = constraint name (primary key name)

  • Reg: In Which Table Tax Details for the invoice are stored

    Team,
    Can you please help me in which table : tax information for the invoice is stored.
    I need the following tax : QST_PAID_AMOUNT ,GST_PAID_AMOUNT, GST_CONTRA_AMOUNT information for invoice.
    Thanks.

    Hello Vinay,
    Here's the answer -
    select single *
      from SEOMETAREL
    where clsname = 'CL_BBBB'
       and reltype = '2'.
    The class for which you want to find the superslass will be the field CLSNAME, the superclass itself will be REFCLSNAME and this inheritance relationship is specified through the parameter RELTYPE.
    I don't think any further explanation is necessary.
    Regards,
    Anand MAndalika.
    p.s. Please do reward the points if this answer has helped you.

  • Values for a field in table

    Hi Experts
             Can you explain me that, in table some of the fields has predefined values, whether its a value table or what.
           Pls explain, how to set predefined values for particular fields to our own tables.
    Thank in advance.
    Regards
    Rajaram

    Hi,
    you can explicitly mention domain range as value table for the fields in the database table.
    Also the search help can be maintained for the fields in SE11 transcation where the value table can be specified.
    Reward appropriate points.
    Regards,
    Mansi.

  • FLEET Table, Possible Values For Field IS SI UNIT

    Dear experts,
    While doing analysis on fleet data I realized that for field IS_SI_UNIT (PM: Vehicle Data in SI Unit (e.g. Dimensions)) in table FLEET in two separate systems we have vehicle records set with different entries for this field.
    In one system vehicles are stored with value F: DB Unit set individually (new) 
    and in other one with value Y: DB Unit set through (new)
    Systems are SAP ECC 6.0
    Does anyone know what does it mean and what influence this has? In both systems vehicles are created by end users using standard PM creation transaction and those indicators are set in background while equipment is saved so there is not influence by end user.
    I could not find much information on SAP support portal about meaning behind possible values for field IS_SI_UNIT in table FLEET so was wondering if anyone knows more here?
    Thanks,
    Ivo

    Dear,
    There will not be any impact.Finally system will consider only SI units for fleet equipment consumption calculation.
    Kindly read note:366733 - Equipment/fleet: SI units in table FLEET and  372736 - Equipmt/vehicle:rounding error because of SI units
    It may help you.
    But in my system i can view only "Y"
    Regards,
    Pardhu

  • Get the rows in the same order in which it has been inserted.

    Hi,
    I have a table with four columns(All varchars)...and there are no primary keys
    i have inserted 15 rows where col1="xyz"
    Now while retrieving the same...i dont get the same in the order i ahve inserted..
    What is the way to get the rows in the same order in which it has been inserted..?
    Regards

    I have a table with four columns(All varchars)...and
    there are no primary keys
    i have inserted 15 rows where col1="xyz"
    Now while retrieving the same...i dont get the same
    in the order i ahve inserted..
    What is the way to get the rows in the same order in
    which it has been inserted..?
    RegardsWhy? What is your business case behind this?
    In my experience an "order by" is used way too much without any real need to do it. Are your users interested to know in what order a few records from two years ago have been inserted? What about updates since that time?

  • Which table has the owner namve of a workbook save in owner's favorites?

    Hello,
    I would like to generate a list of the work books that users save in their favorites.  I can see these workbooks in table RSRWBINDEXT, but I donu2019t know where to retrieve the owner.  I checked in table RSRPARAMETRIZA, but I only see workbooks that are assigned to roles.  Which table has the owner info?  Also, which table has the role assigned to a workbook?
    Thank you very much,
    André

    Hello,
    Execute the function module in se37 RRMX_WORKBOOK_LIST_GET
    This will give you the workbooks and the owner.
    Diogo.

  • Which table holds data for plant, soldto party and shipto party? Help!

    Hi Experts,
             Which table holds data for plant, soldto party and shipto party?
             Basically I want get palnt and associated soldto party and shipto party.
             Kindly help!
    Thanks
    Gopal

    Hi
    You have to link VBAK and VBAP tables.
    regards
    Srinivas

  • Which tables are used for Quality Efficiency calculation of OEE report ?

    Hello,
    We're confirming OEE report behavior.
    I'd like to know OEE report and ME table specification.
    Which tables are used for Quality Efficiency calculation of OEE report ?
    According to I know, the definition of Quality Efficiency is (complete qty) / (start qty).
    For this calculation, does OEE report just use qty_started and qty_completed of PRODUCTION_LOG table?
    If any other tables/columns/logic are implemented, your information is appreciated.
    Best Regards,
    Takahiro Uesugi

    hi
    Go to BSIS & BSAS
    BKPF
    SKA1
    SKAT
    SKB1
    Regards
    Roobal

  • - How to Display Sales Qty & Value for This Year & Last Year in 2 Columns -

    Dear All,
    I'm having trouble in extracting the last year figures based date entered. I'm actually would like to create a query where I'm able to know the "TOP 10 item sold based item category". I've created a query, which show the top10 item sold (total quantity & value) for this year, but not able to display the last year figure (quantity). Please advise & thanks for your help and time.
    SET ROWCOUNT 10
    SELECT T1.ItemCode, T2.ItemName, T3.ItmsGrpNam, SUM(T1.Quantity) as "Total Qty Sold", SUM(T1.TotalSumSy) as "Total Amount"
    FROM ODLN T0  INNER JOIN DLN1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod
    WHERE T0.DocDate >='[%0]' AND  T0.DocDate <='[%1]' AND  T3.ItmsGrpNam ='[%A]' 
    GROUP BY T1.ItemCode, T2.ItemName, T3.ItmsGrpNam
    ORDER by SUM(T1.Quantity) DESC
    I wish to have the output as follow
    Item   Qty (2008)  Qty (2007)    Value(2008)   Value(2007)
    A       300             150               1000                      500
    B       250             300                 800                      650
    C       100             250                 700                      550
    Currently, My results display:
    Item   Qty (2008)  Value(2008) 
    A       300             1000                     
    B       250               800                     
    C       100               700                     
    Cheers,
    Serene

    Hi,
    if you want more flexible, you could try this modified Istvan's query:
    SELECT top 10 T1.ItemCode, T2.ItemName, T3.ItmsGrpNam,   SUM(T1.Quantity) as "Total Qty Sold",
      SUM(T1.TotalSumSy) as "Total Amount" ,
      (select sum (r.Quantity) from ODLN h
         inner join DLN1 r on h.DocEntry=r.DocEntry  
         where h.DocDate>='[%4]' and h.DocDate<='[%5]'
             and r.ItemCode=T1.ItemCode) '2007 Sold',
      (select sum (r.TotalSumSy) from ODLN h
         inner join DLN1 r on h.DocEntry=r.DocEntry  
         where h.DocDate>='[%6]' and h.DocDate<='[%7]'
             and r.ItemCode=T1.ItemCode) '2007 Amount'
    FROM ODLN T0 INNER JOIN DLN1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod
    WHERE T0.DocDate >='[%0]' AND T0.DocDate <='[%1]' AND T3.ItmsGrpNam between '[%2]'  and '[%3]'
    GROUP BY T1.ItemCode, T2.ItemName, T3.ItmsGrpNam
    ORDER by SUM(T1.Quantity) DESC
    Rgds,

Maybe you are looking for

  • Average of a column in Normal Report

    Hi I am using a simple report. I want to display average of a column on the bottom of the report. I am not able to find any option for it. how to show average of a cloumn on simple report. Please help me. Thanks PK

  • I can't start my phone after updated to ios 8.0.2

    I update to ios 8.0.02 last night but now my phone can't start, it just show a charge wire and the word iTunes on the screen. I have iphone 4s, can anyone help me to fix this?

  • Poor image quality (new user)

    Hello, I've used Photoshop a few times but this is my first time using InDesign so please be kind & thorough. I'm trying to place an image onto an A5 background. I draw the fame, go to file, select place and then select my image (ok quality, 72dpi) I

  • E6 connectivity problem

    Hi, my E6 has several issues with connection (bluetooth, wi-fi, 3G/GPRS). These are cases: - eventually, the connection to Nokia's Bluetooth handset is not OK. Phone reports connection as successful but there's no voice in any direction. Solution is

  • JS startup script

    how to write JS  when opening a document? can be use in CS 2/3/4 ? Thank you.