Table neme

Hi gurus,
I need to develop a report, to control all order book changes in open sales orders and agreements. so in which table can i see the all quantity changes for a document. i.e... history of the documents.
Thanks in advance

Table for open sales order is TVBST ,
and to see the document flow the table is VBFA  from here you can track your changes to the document.
Hoep this helps
Cheers

Similar Messages

  • Table nemes

    Hi gurus,
    Can any body tell the Table and field names of Goods Issue date, Material no. in sales orders.   i need to generate a report for open orders and agreements.

    hi
    VBAK     Header                    
    VBAP     Item                  MATNR-Material Number              
    VBEP     Schedule Lines     WADAT - Goods Issue Date
    VBPA     Partner Details     
    VBUK     Header Status     
    VBUP     Item Status     
    if u need more of field details SE11 --> mention the tables names as above
    can get al the info ...
    Reward if Useful
    Thanx & Regards
    Naren...

  • How to know exactly the database update have finished?

    Hi all,
      I use BDC to confirm a Transfer Order, the last screen is reserved for user. User may confirm all the items or some of them or none. So I want to select the TO item data after the BDC to get the confirmed items for the nexe process. Now the problem is, if I select data just after the BDC, the database still not updated yet, so I have to use the statement: WAIT UP TO 2 SECONDS. Is there any better solution for this?

    U can check the lock enteries using below code
      DATA : WRK_SEQG3 TYPE TABLE OF SEQG3.
    DO.
        CALL FUNCTION 'ENQUEUE_READ'
             EXPORTING
                  GCLIENT = SY-MANDT
                  GNAME   = <table neme>
             TABLES
                  ENQ     = WRK_SEQG3.
        CHECK WRK_SEQG3[] IS INITIAL.
        EXIT.
      ENDDO.
    If the control comes out of this do loop then u can find the data in table...so ur select condition wont fails
    Regds
    gv

  • What are tables in Inventory Management in SAP-MM

    Hi all,
    i would like to know the nemes of tables in SAP-MM Inventory Management. Plz provide me ur help.
    Thanks....
    Bandhan

    Hi Bandhan,
    Below are the some tables used for IM.
    MSEG -Material document / transaction details
    MKPF  - Material document header information   
    MARD  - Material stock                         
    MBEW  -Material stock with valuation          
    MSKA -Stock balance with associated sales    
    EKUB  -Index for Stock Transport Orders for   
    MDUB  -Material Reading View of Stock Transport Ord. for|
    MKOL-Special stocks- Consignment, material provided to

  • NESTED TABLE BIND VARIABLE IN A REF CURSOR

    Hi,
    this works:
    open c_ref for v_sql using cp_asset_type
    where cp_asset_type is a nested tables passed into the proc as an 'in' parameter, but since the number of passed tables varies I loaded the nemes into an a nested table and tried the following:
    -- ELSIF BIND_COUNT.COUNT = 8 THEN
    -- OPEN C_REF FOR V_SQL
    -- USING BIND_COUNT(1),BIND_COUNT(2),BIND_COUNT(3),BIND_COUNT(4),BIND_COUNT(5),BIND_COUNT(6),BIND_COUNT(7),BIND_COUNT(8);     
    -- END IF;     
    which produced :
    ORA-22905 CANNOT ACCESS ROWS FROM A NON-NESTED TABLE ITEM
    my guess is that I'm passing the varchar2 names of the nested tables and the 'using' statement needs the actual table ????
    if this is true is there any way to pass a pointer for the bind variable nested tables?
    Thanks,
    Victor

    <br>i removed the AND...but m still getting the same error.
    <br>Is this a versioning problem...since urs is 9i and m using
    <br>Oracle8i Enterprise Edition Release 8.1.7.4.0
    <br> PROCEDURE sp_SearchByDriverName(i_C in varchar2,
    i_F in varchar2,
    i_LN in varchar2,
    i_FN in varchar2,
    o_Result out ABC_CURTYPE) is
    <br> tm_corp varchar2(2);
    <br> tm_fleet varchar2(6);
    <br> dc ABC_curtype;
    <br> begin
    <br> tm_c := getformattedc(i_C);
    <br> tm_f := getformattedf(i_f);
    <br> if i_FN is not null then
    <br> open dc for
    <br> SELECT distinct b.bus_ref_access_value,
    <br> i.individual_id,
    <br> br.mf_driver_last_name LN,
    <br> br.mf_driver_first_name FN,
    <br> substr(b.bus_ref_access_value, 4, 6) FLEET1,
    <br> (select '4444' from dual) --error is still coming here
    <br> FROM bus_ref_access_values b,
    <br> bus_ref_list brl,
    <br> individual i,
    <br> unit_contact_list f,
    <br> unit u,
    <br> bus_ref_current_prop br
    <br> WHERE b.bus_ref_id = br.bus_ref_id AND
    <br> b.bus_ref_id = brl.bus_ref_id AND
    <br> brl.reference_id = u.reference_id AND
    <br> u.unit_id = f.unit_id(+) AND
    <br> i.individual_id = f.individual_id AND
    <br> f.contact_type_ref = 'DR' AND
    <br> br.mf_driver_last_name like i_LN || '%' AND
    <br> br.mf_driver_first_name like i_FN || '%' AND
    <br> substr(b.bus_ref_access_value, 1, 2) = tm_c AND
    <br> substr(b.bus_ref_access_value, 4, 6) = tm_f AND
    <br> b.bus_ref_access_label = 'UNIT NUMBER'
    <br> ORDER BY 4, 3, 2;
    <br> close dc;
    <br>end if;

  • Getting text to the top of a table cell

    I'm sorry, I have asked this before but I still have nothing that works.
    In a table I want the text to start at the top of the cell. I can force it with a clear gif and the end, but surely that is not right. It often works OK in Safari and Opera, but not in Firefox or IE.
    I have copied some code below. It seems to me that the text should be aligning top, but it remain vertically centred in live view and all browsers (MAC).
    What am I not seeing?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <link href="properllers.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <table width="880" border="0" align="center" cellpadding="0" cellspacing="0" class="top">
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td height="500"> </td>
        <td> </td>
        <td><h1 class="top">Text test header</h1>
          <p class="top">Berci accuptatet facerum, simus, quatiae pori tem arum id et exces aute erum inciumquo temquos essi nem utam, int aut harionsequo entintius solum est in consequo odi dolenimpe laborum se vel iliquo voluptas ex entorerum rest venimaxima sit am aut arumquam, tet que necererchil et mo vid ut mo ilic totaquam apitatem. Et illaboratum hilleni hillab iusaperunt landunt inctat.<br />
            Mus, ut eum ut ut omni qui aliquas peribus.<br />
        Us repudit, volupti ssequid modionseque pero consernatur? Qui que volorei umquae dem aut hilis am, cus, sequam quid ullam, idera della vent errovitis nobis minia simus et quos eum de cuptaec turiorio. Nequaspercia alis andae moluptae. Vid quunt enihit la nempores volupta alibus, occaborum ist odi volorepres que eum quo id underio tem res dolute omnienis in porro imoluptas doluptat im faccus re porem rero comnihicim e</p></td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
    </table>
    </body>
    </html>

    The default alignment in a table cell is LEFT MIDDLE, i.e., left horizontal and middle vertical.  If you have no specification in your code for anything other than that, then that's what you get.  I see no such specifications in your code, so your symptoms are not surprising.  To make things align to the top of a table cell (in HTML4.01) you would use <td valign="top"> or in XHTML you would use CSS to bring the content to the top of the cell, e.g., <td style="vertical-align:top"> (inline CSS shown for clarity).
    Be aware that text contained within a paragraph or an <h#> tag WILL HAVE A TOP MARGIN, so if you want that text to be flush with the top of the cell, you will have to control that top margin on the container tag, too.
    In your case, I'm assuming that this is one of your attempts to get to the top of the cell -
    <td><h1 class="top">Text test header</h1>
    But we have no idea what rule is specified by the class="top".  At any rate, you will have only affected the alignment of the text within the <h1> tag and not within the table cell by that.  Perhaps <td class="top"> would be better?  But best would be (if you wanted ALL content in the table to be at the top of the cells) to use a descendent selector like -
    table#whatever td { vertical-align:top; }
    and then give that table the id="whatever".

  • Outer join on more than 2 tables

    I have difficulties joining more than 2 tables with Oracle 8.1.7. How can I solve this problem?
    SQL> select
    2 G.NOM_GARE, F.VOIE
    3 FROM FIN_POSTE F, TYPE_GARE G,
    4 ( SELECT MATRICULE, RED_CPT1 FROM REDDITION,
    5 ( SELECT SUM( PRIX_TOTAL ) CR, MATRICULE FROM TRANSACTION
    6 GROUP BY MATRICULE
    7 ) CASH_REV
    8 WHERE
    9 R.MATRICULE = CASH_REV.MATRICULE(+)
    10 ) R
    11 WHERE
    12 F.ID_GARE = G.ID_GARE(+)
    13 AND
    14 TRUNC( F.DATE_DEBUT_POSTE, 'MI' ) >= TO_DATE( '20030623 05:00', 'YYYYMMDD HH24:MI' )
    15 AND
    16 TRUNC( F.DATE_DEBUT_POSTE, 'MI' ) <= TO_DATE( '20030624 08:00', 'YYYYMMDD HH24:MI' )
    17 ORDER BY G.NOM_GARE,
    18 F.VOIE,
    19 F.MATRICULE,
    20 F.DATE_DEBUT_POSTE;
    R.MATRICULE = CASH_REV.MATRICULE(+)
    Hiba a(z) 9. sorban:
    ORA-00904: nem megengedett oszlopn�v

    It appears that you are using R as a alias for one of the in-line views when it should probably be aliasing the reddition table ?
    R is currently being referenced inside the in-line view for which it is an alias, which doesn't look right.

  • Tables where I can find information about IP variables, Infoprovider aggreg

    Hello All,
    Tables where I can find information about IP variables, Infoprovider aggregation level and filter.
    The tables where we have info about tthe user exit variables. Similar to that of UPC* tables in BPS.
    Thanks a lot,
    Karthik Krishna

    RSRPARAMETRIZA for Bex Analyzer 7.0
    RSRVARIANTDIR     for Bex Analyzer 3.x
    RSRVARIANTDIR     Directory of Variants for Queries and Selection Objects               
    RSRVARIANT             Variant Values BEX               
    We can access to value of one variant with name of query COMPUID (from RSRT --> Technical Informatione -->Data from Query Definition  --> Techn. Definition Name) or with the name of Variant from RSRVARIANTDIR (the same for the technican nema of query COMPUID)
    Edited by: Pierfrancesco Marvulli on Aug 31, 2011 3:23 PM

  • Why does HZ_PARTIES table get outofsync when deleting futuredated HR record

    I checked HZ_PARTIES table for existing HR person
    It shows:
    First Name Joseph
    Last Name Summerford
    Then I went into HR application:
    UK HRMS Manager responsibility > People > Enter and Maintain
    Find Person above
    Date Tracked to future date eg. 01-JAN-2011
    Changed Name
    First Name Josef
    Last Name Summers
    Save record in UPDATE MODE
    Checked HZ_PARTIES table again for HR person
    It shows:
    HZ_PARTIES shows record for person with name as
    First Name Josef
    Last Neme Summers
    Then went into HR application again and deleted the future dated change effective from 01-JAN-2011
    Then checked HZ_PARTIES table again for HR record
    HZ_PARTIES still shows below even if the future dated change has been deleted - why?
    First Name Josef
    Last Neme Summers
    Can anyone advise or experienced same problem?
    Many thanks
    Jag
    Edited by: user12045425 on 01-Dec-2010 06:54

    I checked HZ_PARTIES table for existing HR person
    It shows:
    First Name Joseph
    Last Name Summerford
    Then I went into HR application:
    UK HRMS Manager responsibility > People > Enter and Maintain
    Find Person above
    Date Tracked to future date eg. 01-JAN-2011
    Changed Name
    First Name Josef
    Last Name Summers
    Save record in UPDATE MODE
    Checked HZ_PARTIES table again for HR person
    It shows:
    HZ_PARTIES shows record for person with name as
    First Name Josef
    Last Neme Summers
    Then went into HR application again and deleted the future dated change effective from 01-JAN-2011
    Then checked HZ_PARTIES table again for HR record
    HZ_PARTIES still shows below even if the future dated change has been deleted - why?
    First Name Josef
    Last Neme Summers
    Can anyone advise or experienced same problem?
    Many thanks
    Jag
    Edited by: user12045425 on 01-Dec-2010 06:54

  • Issuing Storage Location in Allocation Table

    Hi all,
    There is a field 'Issuing Storage Location DC (Delivery)' (AUPO-LGORT) under the tab Documents in Allocation Table Item Details. Does anyone know how to use it? Can the system pick this Issuing Storage Location to STO Item when generate STO from Allocation Table?
    Regards,
    Sonrisa.

    Hi Amitabh Nema,
    I have created an allocation table with Item Category F and I have input the Default Issuing Storage Location in the Item Detail. Then generate STO using WA08. However, the Issuing Storage Location cannot be copied to the STO Item.
    Do you have any idea what wrong with the setting or my steps?
    Regards,
    Sonrisa.

  • Internal Error: Cannot destroy root table.

    Hi Everyone!
    I am working on a Pagemaker 7 doc, and when I try to delete a duplicate page Pagemaker shows me the following message: "Internal Error: Cannot destroy root table" then the desired page is not deleted.
    Can anybody help me?

    >tive os mesmos problemas mencionados acima...
    I had the same problems mentioned above...
    There are several different problems mentioned above. Did you have them all?
    >instalei o Scribus de http://www.scribus.net/ refiz o documento nele e pronto, gerou PDF e arquivos de publicação, para gráfica , FUNCIONA muito bem excelente
    I installed Scribus from ..., remade the document in it, and soon it generated PDFs and files for publication, for graphics, IT WORKS very well excellent
    Good for you, your problem seems to be solved.
    > è claro que a adobe recomenda que se migre para o indesign, mas além do custo adiciona, temos que lembrar as centenas de arquivos que temos e que provavelmente estarão perdidos...
    >...certamente não existirá mais um suporte adequado às nossas necessidades nem desenvolvimento, nem sequer estarão preocupados com as compatibilidades e as nossas intermináveis horas produzindo documentos
    it's clear that Adobe reccomends to move on to In_Design but, apart of the additional cost, we must remember the hundreds of files we have and that we will probably loose...
    ... certainly there will no longer be adequate support for our need for development, not even a concern about compatibilities and the endless hours we have spent producing documents
    Well, it has been commented for years now that PageMaker is an obsolete program. It's all right for you to rant, but you certainly knew what you were doing when you kept on using it despite the many warnings.
    > ... ainda sobre erros internos, alguém sabe como recuperar arquivos que acusam internal error index ??? quase todos os colegas editoradores que ainda usam o pagemaker depois de julho de 2007 estão encontrando este tipo de erro em suas produções...
    ... continuing with internal errors, anyone knows how to recover files showing an internal index error??? Almost every publishing colleague still using PageMaker after July 2007 have been receiving this error in their documents...
    Please read message #7 above. And if you need further help, don't forget to give details about your setup. For example: are you using PageMaker in 9.2.2, or in OSX Classic? What OS version? What PageMaker version?

  • MB5B Report table for Open and Closing stock on date wise

    Hi Frds,
    I am trying get values of Open and Closing stock on date wise form the Table MARD and MBEW -Material Valuation but it does not match with MB5B reports,
    Could anyone suggest correct table to fetch the values Open and Closing stock on date wise for MB5B reports.
    Thanks
    Mohan M

    Hi,
    Please check the below links...
    Query for Opening And  Closing Stock
    Inventory Opening and Closing Stock
    open stock and closing stock
    Kuber

  • Error while dropping a table

    Hi All,
    i got an error while dropping a table which is
    ORA-00600: internal error code, arguments: [kghstack_free1], [kntgmvm: collst], [], [], [], [], [], [], [], [], [], []
    i know learnt that -600 error is related to dba. now how to proceed.
    thanks and regards,
    sri ram.

    00600 errors should be raised as service request with Oracle as it implies some internal bug.
    You can search oracle support first to see if anyone has had the same class of 00600 error, and then if not (and therefore no patch) raise your issue with Oracle.
    http://support.oracle.com

  • Logical level in Fact tables - best practice

    Hi all,
    I am currently working on a complex OBIEE project/solution where I am going straight to the production tables, so the fact (and dimension) tables are pretty complex since I am using more sources in the logical tables to increase performance. Anyway, what I am many times struggling with is the Logical Levels (in Content tab) where the level of each dimension is to be set. In a star schema (one-to-many) this is pretty straight forward and easy to set up, but when the Business Model (and physical model) gets more complex I sometimes struggle with the aggregates - to get them work/appear with different dimensions. (Using the menu "More" - "Get levels" does not allways give the best solution......far from). I have some combinations of left- and right outer join as well, making it even more complicated for the BI server.
    For instance - I have about 10-12 different dimensions - should all of them allways be connected to each fact table? Either on Detail or Total level. I can see the use of the logical levels when using aggregate fact tables (on quarter, month etc.), but is it better just to skip the logical level setup when no aggregate tables are used? Sometimes it seems like that is the easiest approach...
    Does anyone have a best practice concerning this issue? I have googled for this but I haven't found anything good yet. Any ideas/articles are highly appreciated.

    Hi User,
    For instance - I have about 10-12 different dimensions - should all of them always be connected to each fact table? Either on Detail or Total level.It not necessary to connect to all dimensions completely based on the report that you are creating ,but as a best practice we should maintain all at Detail level only,when you are mentioning any join conditions in physical layer
    for example for the sales table if u want to report at ProductDimension.ProductnameLevel then u should use detail level else total level(at Product,employee level)
    Get Levels. (Available only for fact tables) Changes aggregation content. If joins do not exist between fact table sources and dimension table sources (for example, if the same physical table is in both sources), the aggregation content determined by the administration tool will not include the aggregation content of this dimension.
    Source admin guide(get level definition)
    thanks,
    Saichand.v

  • Rendering xml-table into logical filename in SAP R/3

    Hi,
    I am trying to translate an xml-table with bytes into a logical filepath in SAP R3.
    Do I have to use the method gui-download or shall I loop the internal xml-table?
    When I tried to loop the xml-table into a structure, and then transfering the structure into the logical filename, I get problems with the line breaks in my xml-file. How do I get the lines to break exactly the same as I wrote them in my ABAP-code?
    Edited by: Kristina Hellberg on Jan 10, 2008 4:24 PM

    I believe you posted in the wrong forum.
    This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.
    Ludek

Maybe you are looking for