Transparent Tables for KONV

I've seen this question before, but haven't seen a satisfactory answer.  Which transparent tables are used for KONV?  I need to check the data from outside of SAP and look into the transparent tables from a SQL Server.  I have gone into  tcode SE11 for KONV in display mode, selected delivery & maintenance tab, and displayed the Object list for cluster table KONV, then double clicked on KOCLU in pooled/cluster field.
None of the tables in the Package VF contain the data I'm looking for.
Now what? 
I ask the question that has been asked countless times - how do I find the transparent tables for KONV?

Hi
There is no Transparent tables for KONV cluster table
which stores the pricing info of both SD and MM modules
You have to fetch the data from this table using the Sales order (VBAK-KNUMV), or Billing doc (VBRK-KNUMV) or Purchase Order (EKKO-KNUMV)  by linking with KONV-KNUMV which is a key field for the respective price amounts/rates.
Some times we may use KONP table for fetching the pricing data when it is not available in KONV.
Regards
Anji

Similar Messages

  • Transparent Table for RIWO00

    Hi,
           I am  working in PM, I need transparent table for RIWO00-STTXT(Structure). In IW22 when I give Notification Number I get the PM Notification Details. In this there is status (F1 Help) which is coming from RIWO00 this table. I need to write the User Exit to get this status value into Extract Structure.
          Please give me your valuable inputs which helps to bet the base table for this Structure.
    Thanks
    Robbie.

    Hi Robbie,
    Does the document have the status NOPR? If yes then the following code might work.
    TABLES: QMEL.
    DATA: S_ITAB TYPE JEST OCCURS 0 WITH HEADER LINE,
               S_TEXT TYPE TJ02T OCCURS 0 WITH HEADER LINE.
    SELECT SINGLE * FROM QMEL WHERE QMNUM = (Notification No).
    SELECT * FROM JEST INTO TABLE S_ITAB WHERE OBJNR = QMEL-OBJNR.
    LOOP AT S_ITAB.
    SELECT SINGLE * FROM TJ02T INTO S_TEXT WHERE ISTAT = S_ITAB-ISTAT.
    APPEND S_TEXT.
    ENDLOOP.
    You will get all the entries in the table S_TEXT.
    Hope this helps,
    Sudhi
    The system status should be present at the document level. You can view all the system statuses by clickin on the "i" icon in the transaction next to status.
    Message was edited by:
            Sudhindra Chandrashekar

  • Alternative Table for KONV & BSET

    Hi,
    I have a requirement in which i am using KONV & BSET table..but these are cluster tables...so the it is taking so much of time to fetch the data from these two tables....can any body please tell me about the alternative table for konv & bset so that the execution time will be moch more lesser than the previous one..
    Arunima

    Hi,
    The BSET problem is solved......
    but for KONV problem...i used this code.....
    SELECT-OPTIONS:
                    s_vend FOR rbkp-lifnr.
    SELECT knumv
             lifnr
             kschl
             FROM konv AS a
             INTO CORRESPONDING FIELDS OF TABLE it_konv
             WHERE lifnr IN s_vend
             AND kschl IN ('FRB1','FRC1','ZF01','ZF02','ZM12','ZM16','ZM17').
    Arunima

  • What is the Transparent Table for PO Delivery Date field

    Hii All,
    Does anyone know the Transparent table where the delivery date is stored for the PO line item. It's not in EKPO. Where is it?
    Thanks in advance

    Unfortunatly there is no diagram anywhere for the table relation.
    I usually help myself by F4 search in SE11
    You know e.g. table EKKO. So enter just EK* and press F4 to see all other tables starting this way.
    But in most cases when I search for tables that belong somehow together I use DB15 transaction.
    This gives me all tables that belong to the same archiving object.
    You can start there by entering a table name and search for the archving object.
    then you do it reverse and you get all tables for this object.
    (Unfortunatly SAP does not have archiving objects for any table)

  • Transparent table for ADDR1_DATA structure

    Dear all,
    Plz. provide me the transparent table name for ADDR1_DATA structure.
    Actually for ME21n (PO Create)
    item level
    Tab - Delivery Address
    Now i want to fetch these address which is showing ADDR1_DATA structure after F1
    Plz help me

    U will find the address in ADRC itself.
    In the delivery address tab u have a number given as "address" use this as address number in ADRC table and u can see ur delivery address.
    кu03B1ятu03B9к
    Edited by: Kartik Tarla on Dec 11, 2009 11:58 AM

  • Transparent Table for BSEC

    Hi Experts,
    I am a Functional Financial Consultant and I am in process on developing a report using SQVI (Queries).
    Within my report, I have joined the following tables:
    BKPF
    BSID
    BSIS
    There is some data entered in table BSEC which is a cluster table and cannot be used in join.
    I need your advice if you know what is the transparent table behind BSEC.
    Looking forward to hear from you!
    Regards,
    Anss Shahid Essani

    It seems that we will be unable to prepare such report using SQVI as BSEC is a cluster table. However, we can get it prepared with the help of ABAPer.
    Thank you all for your valuable suggestions.

  • Base Table for KONV

    Hi ,
    As i searched and found that KONV is basically combination of KONP and KONH table
    But my question is None of the table is having KNUMV Field So where can i get link of
    field KNUMV and KNUMH
    Regards,
    Alpesh

    >
    Alpesh wrote:
    > Now i want to link VBRK-KNUMV with KONP-KNUMH
    > so how can i link this two Field?
    >
    > Thank in Advance,
    > Alpesh
    Hi Alpesh,
    while creating Database View you can put join condition manually as VBRK KNUMV = KONP KNUMH
    and you can select the fields whatever fields you need..
    You are right you can not create Database view with KONV as it's cluster table..
    Also at last if nothing is working for you then you can use FOR ALL ENTRIES..
    Example..
    SELECT  KNUMV
                  KPOSN
                  KSCHL
                  KWERT
                  WAERS
                  KDATU
              FROM KONV
              INTO TABLE GIT_KONV
              FOR ALL ENTRIES IN GIT_VBRK
              WHERE KNUMV = GIT_VBRK-KNUMV.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Transparent table for project version data

    hi,
    i created project versions..
    now i want to create customized report showing material components for different versions..
    however i dont know the table names/fields required..
    can someone tell where i can find it? thanks in advance..
    also it is possible to create report of material components using report writer?
    thanks a lot..

    Thanks Venkat,
    however, is it not possible to create report for material components in report writer?
    when i tried to create a library for report writer for table VSRESB_CN it has error saying "Table VSRESB_CN is not installed in report writer"..
    thanks in advance

  • Transparent table for  Indicator: cross selling materials

    hi,
    Can anyone tell me how to find the table which contains all the indicators.  And especially the indicator for cross selling materials.

    Hi Deepika,
    By using the T code ST050 - SQL Trace , You can get the list of data base tables  which are accessed during a transaction.
    Go to ST05=> click the ACTIVATE TRACE button.
    Execute your transaction, Then DEACTIVATE TRACE and DISPLAY TRACE.
    Now you will get the list of database tables access in the transaction.
    Regards
    DKS

  • Transparent Table for Plan Figures

    Hi,
    Can somebody tell me from which table I can get the plan figure entered in KP06, on a per month basis.  I will be creating specs for customized P&L.
    Appreciate any help you can give.
    Thanks,
    Rod

    CSKA ---- Cost element depending on  Chart of accounts
    CSKB----Cost element depending on  Controlling area
    CSKU -- Cost element texts

  • TRANSPARENT TABLE REQUIRED for the field level no T CODE : MB56

    hi
    i m trying 2 get the transparent table name and field name for LEVEL NO field which is present in tcode MB56 (30F VERSION). I am getting the details in technical info 1. structure is AM07M & field name is CUSTFE. can any guide how 2 get transparent table for the level no field.
    but as of release 4.7 the field name is EXPANSION LEVEL(TCODE MB56 ).
    here also i m not getting the transparent table corresponding to EXPANSION LEVEL field.
    it would be great help if i can get assistance in this issue.
    regards

    unanswered

  • Table for pricing komp and komk.

    Hi gurus,
    My requirement is i need to get a transparent table for 'Communication for Pricing Header' Structure is KOMK.
    I need the table or view or through any function module by which we can get the pricing data.
    I have values from table VBRP and VBRK.

    Hi
    Try the standard Fm " PRICING".
    Tables for refernce : KONV and T683s.
    Cheers
    Ravish

  • Sales Orders Transparent Tables Needed

    I am trying to create a report with SQV1 that shows
    Sales Order 
    Sales Order Status
    Material
    Rev Level on Material
    ECN Number on Material
    ECN Description on Material
    I need the transparancy tables for
    Sales Order Detail; I tried VBAP and VBAK and both do not show me the
    Sales Order Status VBSTT
    Also I need to know the Rev Level and ECN Number and description. I
    thought they would be in MARC because the rev level shows up in the
    Material Master but it is not one of the items you can select. Any idea where
    I can find it?
    Thanks,
    Linda

    Hi
    For the sales order status, you can refer to VBUK or VBUP.
    I looked for ECN number, I think the table and the field are MARC-PRENO
    Pls check whether the same is useful to you.
    Reward point if it helps.

  • How to interpret a formula stored in a transparent table

    Dear all,
    I have filled in a specific transparent table with some formula. I would like to read the table, find the formula and take the result of this formula in a variable
    In my table :
    Country, formula 1, formula 2
    FR, P + 1 ( 1 / 80 ), R * 1 ( 1 - 30 )
    In my program,
    I read the table with the country as key, and I would like, first to replace the P and R by a value in the program, and I would like  to interpret the formula and put the result of this in a variable
    if Country = FR
    replace P by w_price in formula1
    replace R by w_tva in formula2
    w_result1 = formula1
    w_result2 = formula2
    I don't know how to do interpret these 2 statement like :
    w_result1 = w_price + 11 ( 1 / 80 )
    w_result2 = w_tva  * 1 ( 1 - 30 )
    I tought to use the field symbol and assign but w/o success for the moment
    Can anybody help me ? it is very important.
    Thanks
    Kind regards
    Véronique

    Hello,
    I think my questions was not so clear.
    In fact, the formula is in a field in a transparent table
    for example : my_table has a field my_formula. In this field I have written:   P + 1 ( 1 / 80 )
    I need to interpret the content of the field my_formula to solve the formula and put the result in a variable.
    I don't want to write the formula directly in the program
    thanks
    Véronique

  • Table for RFQ

    Hi,
    Can  any one tell me the Tables for RFQ. I want the table for RFQ and interested in RFQ no, RFQ Quantity, Long text,. The system shows me a structure RM06E for the same and the fields as ANFNR, RFQ date as ANFDT, Header long text as LTEX1. However I want to know the transparent tables for it.
    Regards,
    Prasanna.

    HI,
    I am still unable to get the Tables for the following.
        Description           TABLE     FIELD
    1. RFQ date-                            ANFDT
    2. RFQ Quantity                       ANMNG
    PLease help.
    Regards,
    Prasanna.

Maybe you are looking for

  • How to Convert Time Stamp to String for Filename use

    I'm writing an Labview application in which I would like to convert pull time stamp infor from Time Stamp VI and convert to string so I can use to append as part of filename. The fomat that I want may look something like basefilename081208_1300.  Thi

  • Printing HP3030

    I keeping getting a low memory warning from the printer.  Any ideas about this?

  • Business Objects Installation Issue

    Hi,   I installed Business Objects Enterprise XI Release 3 on my system OS  : Windows XP Service Pack 2 After Installation I don't see Server Intelligence Agent under Central Configuration Manager. I only see Tomcat Server on that dialog box. Is ther

  • Is it possible to design a website completely in Fireworks?

    Just wondering if this is possible I used to be a engineering designer (& learned dozens of progams while in the field) & I'm trying to help my buddy with his new business building a website. I have no desire or need to learn code. Fireworks seems ea

  • Passwords Plus (and Palm Store support issue)

    I bought a CD of "Passwords Plus" software by DataViz from the Palm Store.  I've been in contact with them and they acknowledge that I purchased it.  I found an email notification of their sending the CD to me with an expected delivery date the first