Table for po effective value

Hi,
I need to develop a purchase order report, so I need the following
gross price  : 100
fright        : 10
insurance : 10
my net value is : 100 rs
Effective value : 120 rs
Where can I find ( table) for this effective value
fright and insurance I can find from KONV table, But I need effective value or total value
Thanks
Srinivas

PO Header: EKKO
           field: EKKO-KNUMV (number of condition document)
PO Item: EKPO
           field: EKPO-NETWR (net value in PO currency)
Conditions: KONV
           field: KONV-KNUMV = EKKO-KNUMV
           for PO item conditions, item number of condition document = item number of PO
           for PO header conditions, item number of condition document = 0000
Subtotals in the pricing procedure are calculated and not stored in any KONV.
PO header Net Price = sum of all EKPO-NETWR for all the items.
Hope this helps.

Similar Messages

  • Table for Job effective date

    Please let me know the table and field for the Effective date the employee moved into the job
    Lisa

    Hi Lisa,
    the fileds BEGDA and ENDDA represent the Effective date and end date of the EE assigned to the Job
    Thanks
    Cheera

  • Table for CO-PA-Value Field Texts

    Hi together,
    does anybody know the table where the texts for the CO-PA-Value-fields are stored?
    Kind regards
    Udo

    Hello,
    both tables do not match my expectations.
    Table V_TKEVG3 is for assignment of value field groups, table TKCTK is for key figures.
    Kind regards
    Udo

  • Number of entries in the internal table for perticular field value

    hi All,
    Is this possible to get the count of records from the internal table for a perticular field value.
    currently my requirement is to get the entries from the internal table which does not have two records for perticular field value (say a = 123) whose status is active (say b = 'X').
    also suggets should use LOOP or DELETE or DESCRIBE for a internal table to ful fill this requirement.
    Thanks in advance.
    Pradeep

    Try like this..
    Create another table itab2 with same structure as itab1 & move the contents of itab1 to itab2
    ITAB2[] = ITAB1[].
    Then delete entries from itab2
    Delete itab2 whete a = '123' and b = 'X'
    Then use Describe statement to get the no of entries
    Describe table itab2 lines v_lines.
    Hope this helps...

  • Database table for Workflow Container values

    hi,
    I am on SAP ECC 6.0
    I am trying to find workflow id number starting from document number
    I try to find database table which has containe values of the workflow instances so that I can get workflow/workitem instance numbers for the document
    this is custom workflow and it is not based on business object type. so checking container values is the onlyway I can get the workflows
    but I am not able to find any table for it
    I have checked following
    SWW_CONT
    SWW_CONTOB
    SWWVCONTWI
    SWXML_CONT
    SWJ_CONT
    SWJPCONT
    SWJSCONT
    SWPCMPCONT
    SWU_CONT1
    SWUOCONT1
    almost all the SWCONT tables
    Morever I put St05 trace to see all the tables in database operations while triggering the workflow
    but the only tables seen here are
    SWWHRINDEX
    SWD_CONT  
    SWWWIHEAD
    SWWCNTP0  
    SWWLOGHIST
    SWWWIRET  
    SWWCNTP0  is Workflow Container: XML Database (P0)
    but it is XML structure data. so its of new use to query container fields.
    is this reason because of any workflow design or system config ?
    how to read container values from database tables in such case?
    thanks
    bhakti

    Hi,
    >i need to display an ALV list with list of invoices and whether the workflow is awaiting / approved / rejected for review / approval. and who did the approval / rejection action
    This you should be able to read from container now, if you have FIPP instance.
    >the workflow has two steps - review and approve and so i would query table swwwihead for the parent id of workflow and then based on task number see which is ready status task and find if its awaiting approval or rejection
    Don't do any selects to SWWWIHEAD unless you have some really specific reason. Just use SAP_WAPI* functions. You should be able to get each depended work item etc. easily with the standard functions.
    >apart from this, several data like amount values, reference document, creation date and whole lot of invoice item and header level data is required which needs to be taken from workflow container
    Why would you read this data from container? This data is in the SAP tables VBKPF, etc. There should be even functions to get all data related to an invoice - try to search for example with READPRELIMINARY* (read preliminary invoice).
    In general:
    1) if you have invoice number, get all related work items with a SAP_WAPI* function
    2) if you have only the top WI ID, use SAP_WAPIDEPEND function to get the depended work items
    3) with above function you probably will get also the status of the tasks / work items, so you don't need select in SWWWIHEAD
    4) Now you have the "status" and the workflow data for the invoice
    5) read the invoice data from standard FI tables (unless there is some specific reason to get it from WF container, and if there is, then I think that you might be having some fundamental problems in your design)
    Regards,
    Karri

  • Query to search in all schema tables for a 'filed value'

    Hi,
    Can u help me out on this ?.
    I want a sql query to search for one field value in all the schema table.
    or do we have something in toad to check for this

    Please follow this thread.
    How to select all records from all tables where SCORE = 99
    -aijaz

  • Tables for Fiels Fixed Value and Variable Value

    Hi,
    Can any one tell me where the actual fixed and variable costs are stored in which table and also the planned costs. I have checked it, but it is showing RKPLN as data structure. We are doing development report where in standard Cost Center Report we need to have break up of fixed and variable cost. Please guide me where exactly these fields are stored in which table. its very urgent.

    Hi,
    In regard to the tables for planned data please do a search of the forum as this question has already been asked a few times. E.g. here:
    CO PLANNING TABLES
    In regard to fixed / variable actual costs: these are not stored in separate tables. If a posting contains fixed and variable portions, for example postings resulting from splitting (KSS2), then the fixed portion is stored in the COEP- WKFBTR (line items) and COSS-WKF*  fields (summary items).  Please observe SAP note 192107 on this issue.
    Regards
    Karl

  • Oracle Table for 'Date Effectivity To' field in Bill Of Materials Screen

    Hi Apps Gurus,
    In Oracle EBS Bill Of Materials Screen under the tab Date Effectivity, there is column: 'To' which indicates the end date upto which the BOM is active.
    I want to know the base table in which this Date Effectivity To field is located in , i tried help--> diagonostics but this particular field is not present in the view given.
    Almost all fields at BOM component level are present in bom_inventory_components table except this effective date to field.
    Please advice as to in which table is this field present.
    Thanks,
    RG

    Hi RG,
    These both fields EFFECTIVITY_DATE & DISABLE_DATE are available in base table : BOM_COMPONENTS_B
    SELECT EFFECTIVITY_DATE, DISABLE_DATE FROM BOM_COMPONENTS_B WHERE BILL_SEQUENCE_ID = :p_bill_seq_id
    HTH
    Sanjay

  • Table for Sales Order Value

    Dear All,
    I need the table name where i can find the total sales order vale (Net Value + Tax Value) in header level.
    in header table (VBAK) it store only net value (VBAK-NETWR) excluding Tax amount.
    you can find the net value as well as tax value in item level i.e. in table (VBAP) and  condition table (KONV) .
    but i don't want to use item table.
    i need total value in header level.
    pls suggest.
    Thanks
    Radhashyam Sahoo

    Hai
            you can use the field  VBAP-KZWI6  , Hope you ll get the correct value
    Regards
    Sarath P G

  • CRM Table for Condition Type value

    Hi All,
    Can you please let me know the table name from where I can get the value of the pricing condition EK02 in CRM.
    I have a document number from which i can manage to get the item guid. From this I need to get the value of the EK02 condition type that we can see from the Item Condition screen.
    Hence i need a table which maintains a relation between Item Guid + EK02 + value.
    Thanks in advance,
    Regards,
    Pradeep

    Hi,
    My requirement is that I want to dynamically update the EK02 value when a quotation is sent for costing. In CRM, costing is not in standard for quotations. Hence I want to call the costing module of CO from CRM when a quotation is saved, this module will return me the EK02 value. So with the quotation screen open, will the data be available in some buffer so that I can pump in this value to the pricing structure?
    I also came accross the function modules which aid in updating pricing elements of an order. Some of them are as below:
    PRC_PD_ITEM_CHANGE_COND
    PRC_PD_ITEM_CHANGE_COND_MULTI
    PRC_PD_ITEM_CHANGE_MULTI
    PRC_PD_ITEM_CONFIGURED_MULTI
    PRC_PD_ITEM_CREATE
    PRC_PD_ITEM_CREATE_BY_IMPORT
    PRC_PD_ITEM_CREATE_BY_IMPORTM
    PRC_PD_ITEM_CREATE_MULTI
    PRC_PD_ITEM_CREATE_WITH_REF
    PRC_PD_ITEM_CREATE_WITH_REFM
    Which one of this should i use? The CRM version is 5.0 hence its IPC 5.0
    Thanks in advance.
    Regards,
    Pradeep

  • ABAP Query - Table for Batch, Char values & desc.

    Hi Gurus,
    Looking for a Table join for requirement to fetch Characteristic description, char values & Batch no  in ABAP query.
    Thanks.

    dear,
    it depends on which table you selected first (Table join using basis table) and how do you insert next tables.
    i am talking about the info-set creation step.
    let's do a simple query.
    run SQ02. type new infoset name and hit Create.
    type name and type MARA for "Table join using basis table" radio button. Hit Continue.
    now insert (add) tables: MARC, MCHA, CABN, CAWN
    think about Inner Join or Left Outer Join !!'
    say, if you need to display all materials (even if not exist on plant) set Left Outer Join. if you're after materials existing on plant keep default Inner Join.
    friend, my example above is only the example.
    make sure you undertsand how to build a sap query in general.
    never set many tables at once. insert 2-3 tables, return to your query (SQ01) or create it, adjust it and test. step by step - table by table. add the new table in infoset, add the fields, generate it and come back to your query. adjust it and test.
    good luck!

  • Issue in Internal Table for calculating MAX value

    Hi Abapers,
    I have internal table with data as follows:
                         Materail                               Currency      Quantity    Dominant_Currency
    1     000000000007001896     GBP     396
    2     000000000007001896     EUR     25
    3     000000000007001310     USD      7
    4     000000000007001310     GBP     646
    5     000000000007001310     EUR     195
    6     000000000007000949     GBP     947
    7     000000000007000949     EUR     117
    Now I have to find out the max quantity for each materail and currency against max quantity which will be put in the dominat currency fields of Internal Table.
    Eg: For material 000000000007001896, 396 is the max quantity and Currency for this is GBP so dominant currency will be GBP for first 2 records.
    Similarly 646 is max for 000000000007001310 therefore GBP will be dominant curr for the records containg material 000000000007001310
    Please solve the issue.
    Regards,
    Rahul Sinha

    lv_quantity --> quantity parameter
    sort itab by matnr quantity
    loop at itab.
    at new material.
    clear lv_quantity.
    endat,
    if itab-quantity > lv_quantity.
      lv_quantity = itab-quantity.
      itab-dominant_curr = itab-curr.
      modify itab transporting dominant_curr where material = itab-material.
    endif.
    "please write  modify statement with some logic..so that it is called once for one item
    endloop.
    if you find any issue revert back.

  • VL02n : Tables for cost and value column

    Hi Gurus,
    I need the values of cost and value columns(coming  in smartform output of VL02n tcode) in my customized ALV report. Please tell from which tables these values are coming?
    Regards,
    Pankaj

    Hi Pankaj,
    Please try to check  VL02N Tcode value from table LIKP and LIPS.
    you can also check table VBFA-Sales document flow .
    check all required field in inside table.
    Regards,
    Prasenjit

  • Tables for mm03 (specification-material assignment)

    Hi All,
    We have a need to find out which material masters are assigned to GCD (Global Chemical Database) specifications.what are the possibilities from Material master side.
    Specification information (in tab "Spec assignment") on material master side is on a structure RCGMMJIOT. can anybody help with the table name for the corresponding structure.
    Thanks in advance

    HI Vibhuti,
    More detailed information about EHS tables are as follows
    Description--> Table Name
    Specification Header     ESTRH
    Identifiers     ESTRI
    Identifier - Regulatory list assignment     ESTRL
    Referencing in specifications     ESTRR
    Specification  - Material assignment     ESTMJ
    Specification status assignment     ESTST
    Specification - Value Assignment Type Assignment (Property tree)     ESTVH
    Value assignment Item (e.g.  composition values)     ESTVP
    Shadow table for AUSP (Characteristic values)     ESTAUSP
    Additional Information: Value Assignment Assessment     ESTDR
    Additional Information: Value Assignment Source     ESTDS
    Additional Information: Value Assignment Usage     ESTDU
    Additional Information - User-Defined Text     ESTDF
    Value assignment table (Classes)     ESTVA
    I hope this complete list may will be helpful for you.
    Regards
    Amol

  • Tables for variance calclation

    Hi Experts,
    My Client has a different requirement for variance calculation.
    Client want the Production order variance to be calculated based on their budgeted cost and not with reference to Target cost which is again based on Standard cost. Client requires to valuate the cost of Fert and Halb items based on their budgeted cost for the variance calculation ONLY.They want a seperate report for Management information and mainly concerned with Material related variance.
    Now to start with, I entered prices of Raw material (as said to be the budgeted price)  in planned price 1 in Costing Tab 2 of material master for all items defined in BOM. Made a seperate Costing variant and valuation variant to consider the Planned price 1 for valuation.
    With CK40N, calculated the cost of Fert and HALB items in Planned price1. Now I want to use this new cost i.e. Planned price 1 to calculate Target cost in production order calculation of  variances i.e. price, Quantity, Mix,Usage etc.
    My queries are as follows...
    1) Am I moving in a right direction and whether the approach is correct? If No, then request you to guide me any other method to calculate the cost as per client's requirement.
    2) If the answer to obove is yes, then requesting you to guide what should be the next step?
    3) I want to know the table names where the values of this new cost is stored so that  I can capture the values as per cost component structure and can be used for variance calculation. I have already checked the Tables KEEO and KEPH but the figures are not matching.
    4) Also let me know the Table names for actual cost of production order.
    Regards,
    makrand

    HI,
    Ur Approch is correct and The tables KEKO and KEPH are absolutely correct. It must match.
    AUFM is the table for fetching the values of production order.
    once these things are ready, you can get the abaper to write the report to find the variance between KEKO and AUFM
    Hope my answer helps!~
    Vijay

Maybe you are looking for