Table data for actual price

Hi All,
Can any one give the answer for the following question.
I just wanted to know in which filed the actual price for the PO or PR is stored.
I can see the following structure data in PO and PR for actual price,but this is not useful for a new report we are developing.
KOMV-KWERT-Purchase Order Table-Amount
RM06B-PREIS-Purchase Requisition Table-Amount
with regards,
Amogh

Hi Yogesh,
KOMP is a structure not a table.
with regards,
Amogh

Similar Messages

  • How do i able to get data for unit price using RSEG table?

    Dear All,
    How do i able to get data for unit price in RSEG table?

    Hi Thiru,
    Please check the logic in thread http://scn.sap.com/thread/1347964
    Hope this helps.
    Regards,
    Deepak Kori

  • Authorization control for actual price calculation

    Dear all,
    I found that there is no authorization control for actual price calculation(KSII), this means user can calculate actual price for all cost centers, even this cost center belongs to other company. Is there a way to control this?
    Thanks,
    Ben

    Hi Ben,
    By SAP standard we do not have the control.  we also have the same situation.  We are venturing in to Realisation phase and we decided to have some kind of program (development) to control this.
    Please let me know if you find some better solution
    Best Regards
    Surya

  • Table name where actual price of P.O. item has been stored

    Hello Exparts,
           I want P.O. item amount which having Net Price, all taxes of taht P.O. item as well as deliverable cost and any other deduction in the net price. i.e. actual price which is paid but with P.O. item combination.
    Can any one tell me the table name, where this actual amount stored of P.O. item.
    Thanks in advance...!!
    Regards,
    Poonam.

    Hi,
    The KNUMV field in EKKO table is empty for my case. For your information, i have purchase contract with pricing type. But the field KNUMV field is empty. Whereas, if i check using purchase order, the KNUMV field is filled with number. Why is it so? And how do i link to table EINA and KONH table if the KNUMV field is empty?
    Thanks

  • How to find out the table, data for the IDOCS is pulled from?

    HI
    The ZFPH9999397 VENDOR FEED job runs the RBDMIDOC program with the variant Z9999_397.  This creates IDOCS that are sent out and eventually wind up in IMOS.
    The IDOC Type is CREMAS.
    Can you tell me which table or tables the data for these IDOCS is pulled from?
    Or tell me the procedure to find out the table name.
    Thanks,
    das.
    Edited by: sathish dasari on Dec 10, 2009 11:54 AM

    You can use Transp. Table      TBD62 .
    enter Message Type                      CREMAS
    you will get the list of tables and the fields from which data is pulled based on the change pointers in Transp. Table      BDCP.

  • R/3 table data for BI reporting ?

    In R/3 i have a table and I want to take the complete table data into SAP BI system for reporting .
    In how many ways can I take the data to sap BI system.
    In how many ways I can make use of that table for reporting in BI
    please suggest me some .

    Hi,
    You have to create a generic datasource based on this table (if no Bi content is supported)
    You can direct assign this (1)table for generic datasource is it a transparent table.
    or u can create a (2) view based on this table then use that view for the datasource
    or u can create an (3) Infoset query on this table
    or u can create a (4)function module to extract its data..
    Its more simple to create a generic datasource based on 1 option
    Then u have to create a data target(info cube/DSO)  for this generic datasource and create report on this data target.
    you can search the forum for generic datasource creation.
    Hope this helps and ask if further question are there
    Sonal.....
    Edited by: Sonal Patel on Aug 14, 2008 12:52 PM

  • Data for Actual/ Plan Cost and Budget

    Hi All,
    Can you please adviseme  which content i need to activate to get the Actaul, Plan cost and the Budget Data in SAP BW.
    Do i need to exploer CCA cubes or Fund managment Cubes.. Please let me know... I need to know the Tables in R/3 Side for budget data to make sure that in R/3 we have budget data..
    Please let me know.
    Thank you
    SAP

    Hi there,
    For those check in here:
    [http://help.sap.com/saphelp_bw33/helpdata/en/d3/561be24e8c11d596f30000e835339d/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/60/0f07d3532c864aab7ec5f113146da2/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/26/d0cccc8d98c344925915ec81d5a421/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/43/de43fcf6e2154bbbbcecbc63cdf287/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/23/d5cf85683c3348b2189199e49a35cf/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/ad/be383fd98d1201e10000000a114084/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/1a/8c42588afe11d496d80000e835339d/frameset.htm]
    [http://help.sap.com/saphelp_bw33/helpdata/en/d3/29ae399c1a6651e10000000a114084/frameset.htm]
    Hope this helps.
    Diogo.

  • Using table data for control

    Hello,
    I would like to use data entered in a table to automate air flow volume/sequence to a test chamber. As shown in the table control screen grab, the first column specifies the number of iterations through table elements during a test run and second column data specifies duration for each row sequence. Entries in the other columns are specific to different flow valves and specify set point values required to meter flow.
    I guess my question is how can I index/assign each column in the table such that data to operate respective valves are obtained at subsequent iterations whilst simultaneously acquiring data from other components sequentially? Whilst I acknowledge that the solution may be quite simple, I have trawled through various examples and posts on tables and arrays without hitting on a solution. The attached .vi allows me to do some part of the test run.
    Best regards,
    Callisto
    Solved!
    Go to Solution.
    Attachments:
    Chip Firing.vi ‏34 KB

    Hi Callisto,
    If I understand your question correctly then the solution is in fact fairly straightforward. The important point to bear in min is the fact that the Table control can effectively be dealt with as an array of string. You can then use all of the traditional array manipulation tools and techniques to manipulate your data as you want. For example, use the Index Array function to extract specific columns and then if you want to pass individual elements within a column into a loop, wire the array up to the loop and ensure that Indexing is enabled. If you then want to use these data elements to drive your test application, you may want to convert some of the resulting string into more useful numeric's.
    All of these concepts are demonstrated in the attached VI. I hope this helps, but let me know if you have any further questions.
    Best Regards,
    Christian Hartshorne
    NIUK
    Attachments:
    926242 - Table Control.vi ‏9 KB

  • Loading HX YTD Data for Actuals

    Should my scenario be set to anything specific if I am loading HX YTD values for my income statement, balance sheet and stats and why? We have had some issues with the data loading accurately and have found that the if we load the data month by month it seems to work. However if we load multiple months the numbers seem to carry and mess up months either before or after that month.
    We have set
    Name- Actual
    Def Parent #root
    Def Freq MTD
    Def View YTD
    Zero View for NA Periodic
    Zero View for Adj Periodic
    Consolidate YTD is checked

    This is an unusuall configuration, and one I would not recommend. If you load data YTD, I recommend making both ZeroView settings also YTD. The setting tells HFM that in the absence of a number loaded to an intersection, HFM should interpret the missing number as a YTD zero. In order to do that, HFM will derive a negative Periodic number equal to the prior period's YTD value.
    The only time we see ZeroView set to Periodic is for forecasting/budgeting, where users will enter periodic amounts and they want HFM to assume the lack of a number implies zero on a Periodic basis. In this case, you are asking HFM to bring forward the prior period's YTD amount. This is also predicated on the idea that Actual data should be loaded YTD, to ensure that changes to data in prior periods gets captured - you do not want to reload prior periods.
    It is very important to note that we do not want to load zeros to HFM which is why it is so important to get this setting right.
    One more point: this setting only impacts flow accounts - it has no bearing on balance accounts.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Table field for Unit Price

    Hi Folks,
    Can any one tell me which field of either VBAP or MARA is used as <b>Unit Price</b> of an item.
    Thanks
    Siddarth

    Hi Jain
    the MBEW-PEINH is the Price unit with length 5.
    or
    data:
    amount like bseg-dmbtr,
    quantity like bseg-menge,
    unit_rate like bseg-dmbtr.
    amount = '87405.32'.
    quantity = '2.000'.
    unit_rate = amount / quantity.
    write unit_rate.
    reward points to all helpful answers
    kiran.M
    Message was edited by:
            Kiran Machavarapu

  • Use an alternative Exchange Rate Type for activity actual price

    Dear All,
    I try to use an alternative Exchange Rate (not M)  in controlling area version "0", I need to use a custom currency exchange rate like in planned price (here I create a new planned version with exchange rate "N").
    I find same notes and it seems that standard Sap use only Exchange Rate "M" for actual price but I notice that for example in transaction KB21N (activity allocation) system shows in additional info exchange rate "N" (input in version "0").
    Is not possibile to use other Exchange Rate for actual price, activity allocation, for confirmed activity in production order?
    Controlling area has currency type 30 (group currency EUR), this company has MXN.
    Thanks in advance for your support
    Daria

    In KB21N (activity allocation), system uses the exchange rate type you have maintained in controlling area version plan settings (transaction OKEQN). Activity allocation during the month always happen at the planned price maintained in KP26 at the exchange rate specified in plan version. During actual price calculation and revaluation during month end, it calculates actual activity price at (uses M rate to convert to controlling area currency) and revaluates consumption.
    I think you cannot use other exchange rate, see the coding in include LKSPIF00 that is used in KSII where currency type is hard coded to M, if this is plan price calculation it's picking tka07-kurst.
    Best Regards,
    Venkata Ganesh Perumalla

  • Need actual table name for Bom_Bo_Pub.Bom_Revision_Tbl_Type

    How can I get actual table name for Bom_Bo_Pub.Bom_Revision_Tbl_Type? I am trying to confirm if this particular table has a "REVISION_LABEL" column in 11.5.9.

    Duplicate post.
    Need to know actual table name for actual table name for Bom_Bo_Pub.Bom_Rev
    Need to know actual table name for actual table name for Bom_Bo_Pub.Bom_Rev

  • How to get Actual Price in Purchase Order

    Hello experts,
    Could you suggest me what FM (or table) can be used to get value for Actual Price in Purchase Order (tcode ME23N) on tab Conditions?
    I not found it in KONV table because this record does not has Condition Type.
    Thanks in advance.

    Hi,
    You can check in material master. For Table Reference, use MBEW Table. For history Table : MBEWH
    Here Valuation Area is used for Plant.
    Regds,
    Anil

  • Revaluation of Actual Prices error- CON1

    Dear Experts,
    Im getting below error when I execute CON1 ( Rev of Actual Prices)
    Prior to the error ,  I maintained following  settings for activity type and planned Prices.
    Kindly let me know what addl config and actual data to be maintained for calculating actual prices 
    Currently I maintained Activity prices                          
    In KL01 (14xx) - I maintained Activity Unit - Min
                                       Cctr Categories - "1" Production
                                       AType Category - "1"
                                       Allocation Co Element - 95xxxx ( category -43)
    In KP26
    Cost Center - 111xxx
    Activity Type - 14xx                          
    Dis "2"
    Unit "MIN"
    Planned Variable costs  "100" Shillings
    Error   
    Revaluation at actual prices not possible in version 0, fiscal year 2011
    Message no. KI760
    Diagnosis
    A revaluation for actual prices is not possible since this function is not available in version 0 in fiscal year 2011.
    Procedure
    Maintain the corresponding indicator in your version.
    Advance Thanks
    Sanjai

    Dear Experts,
    Can someone explain me the procedure of CON1,
    For Ex: Actual Activity Price of Direct Labour is say $12 per hour and the planned activity prices is say $10 per hour.
    Query
    1. Where these actual activity price of $12 per diriect labour hour is entered ?  can the system calculate automatic actual prices? if yes what is the procedure
    2.  When CON1 is executed ,what is the entry that is posted to Product cost collector and the cost center .
    Kindly let me have your inputs
    Thanks
    Sanjai

  • Standard SAP reports for Actual / Budget

    Hi Friends ,
    Is there any reports available in standard sap with relevant to Actual / Budget . I found this tcodes:
    S_ALR_87013648     
    S_ALR_87013019
    In addition to above two, any other reports available ?
    Thanks in advance.
    Best Regards
    Ajay

    Hi Friends,
    Thanks you very much for your kind co-operation.
    Non of the above reports not exactly matching for my requirement. It seems some customized report has to be make , could any one let me know what are the tables get updated when do the transaction with relevant to Actual Vs. Budget?
    I mean from SAP transparent tables, where can I get the monthly , yearly data for "Actual" fig.?
    In the similar manner where can i get the monthly , yearly transacton data for "Budget" fig.?
    Please let me know the transparent tables ....
    Best Regards

Maybe you are looking for