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

Similar Messages

  • Base table for customer in R12

    Hi,
    What is the name of base table for customer in R12?
    Thanks,
    GSM

    I have one small question regarding How can we delete a Concurrent Program which is already registered? Please see this thread.
    How to delete an executable concurrent program
    How to delete an executable concurrent program
    Thanks,
    Hussein

  • What are the Target Base Tables for FA_TAX_INTERFACE table?

    Hi,
    We are using "upload tax book interface" program to update the Tax Book informaiton.
    For this we wanted to know all the Target Base Tables for FA_TAX_INTERFACE table (Specially for the ATTRIBUTE1-ATTRIBUTE15 columns of the interface table).
    Kindly request you to help on this.
    Thanks & Regards,
    Satvik Patel

    Well, what are you reconciling to? You are looking at something that seems to be different from your data extract, so what is that thing? My trouble shooting process is to take an asset that seems to be wrong and reconcile from the report/screen data to the extract data. You have to figure out what Oracle program is involved and what kind of SQL that the program is doing and what tables it is looking at. This could be an Oracle program error. I just ran into a problem on the Payables Posted Invoice Register report, where the total did not match my extract total. Turns out the report was wrong. If I had table records with a date/time stamp value (instead of just a date stamp value) in the accounting date field for the TO ACCOUNTING DATE value in my report request selection, those records were being dropped from the report. I reported this to Oracle support and found out that there is a patch to fix the problem (happens when cancelling an invoice) and a data script to follow to fix the historical data. So you have to keep an open mind. Yes, trying to find a reconciling issue can be very painful.
    My reaction is that you are looking at the right tables. There is also a FA_DISTRIBUTION_HISTORY table that you may want to look into, that links back to the FA_DEPRN_DETAIL table. Maybe your issue lies there. At least something to look at.
    John Dickey

  • Finding base table for a field in a structure !! urgent

    i need to find out where is BUDAT field being populated in the 2lis_04_p_arbpl extractor. When i see where this field is coming from it shows MCAFVG which is a structure. i need to use this field in user exit and need to know which table is it coming from. I am actually looking for last confirmation date on an order.
    my query is that if a field is shown as a part of a structure then how can we find out where is it being populated from ? like where can we find the base tables for this structure ?
    Please help. Points will be assigned to all helpful answers.
    thanks
    Laura.

    HI..
    well yes... go to ROOSOURCE and find the name of the program for that structure. go to se38 and check out the tables used in that program.
    let me know if that helped... what structure are u trying to find the tables for ?
    thanks
    Laura.

  • 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

  • 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

  • Base table for 0CRM_SALES_CONTR_I(CRM Sales Contracts: Item)

    Hi experts,
    Im looking for the base tables for 0CRM_SALES_CONTR_I(CRM Sales Contracts: Item).if there is a base table for the datasource how do we find it.
    Thanks,
    sivarama landa

    Hello Siva,
    This is the way to find in the system:
    From RSA2>Extraction Tab-> Extract Structure-->Components Tab->Component Column( You will see .INCLUDE)  with its Corresponding Description in the column---> Short Description ( FOR EX : ORDERADM_H Data for BW DataSources), usually the CRM system table will be CRMD_******** or CRM_******.
    Here you will not find the lbwe( way to find tables in the ECC ).
    The Best and easiest way to find is as said by Martin.
    Regards,
    Adhvi

  • Base tables for aggragates and Multiproviders

    Is  RSDICMULTIIOBJ the base table for Multiproviders?
    What is the base table for Aggragates and units?

    Multiproviders
    RSDCUBEMULTI 
    RSDICMULTIIOBJ
    Aggregates
    RSDDAGGREF
    RSDDAGGRT
    RSDDCVERREPAGGR
    RSDDAGGR    
    RSDDAGGRCOMP
    RSDDAGGRDIR 
    RSDDAGGRDIR_M

  • Base table for 0CRM_OPPT_H

    Hi,
    can any one help me,
    What are the base tables for the data source 0CRM_OPPT_H, precisely, when i run the extractor where the fields MKT_ELEMENT (Marketing Plan Element) and OBJECT_ID (Transaction No.) are fetched from?
    In the SAP Library table of origin has been written DOC_FLOW and ORDERADM_H, but when i checked in DDIC DOC_FLOW does not exist and ORDERADM_H is a structure.
    Please let me know how the above fields will be populated, while extractor runs.
    Thanks
    Dasari

    Hi
    If I got your question properly the MKT_ELEMENT is fetched from Table ORDERADM_H with Filed ORDERADM_H_GUID and also DOC_FLOW Table with Field OBJKEY_A.
    http://help.sap.com/saphelp_nw70/helpdata/EN/39/a5252db1142c4188bbde476a39c723/frameset.htm

  • Base tables for 3FI_SL_WD_TT.

    Hi ,
    I had a query regarding the data source : 3FI_SL_WD_TT.
    The data for this DS is extracted via a function module G_BIW_GET_TT_DATA. I was able to find the base tables for the enhanced fields. I need to know how can I find the base tables for the standard fields.
    Regards,
    Adarsh

    Hi Adarsh,
    in R/3 goto transaction GCL3 "Display FI-SL Customizing Ledger".
    Find the line for your special ledger WD and what you see in the column named table should be the main table for your standard fields.
    The structure of the table is different to the datasource and also the key might be coded. Once you found the table for WD (above) have a look for further tables of similar name and you will find the tables that hold the key (like ROBJNR, COBJNR or SOBJNR) referencing to your table.
    Best,
    Ralf

  • Base tables for datasource 1cl_obat001 ?

    hi all ,
    how to know the base tables for   datasource 1cl_obat001 ?
    Thanks

    HI ,
    Ok fine , its a classification datasource , its is generated one ,you can find the details in the table CLBW_SOURCES
    in your source system (ECC ) ,
    Provide the datasource name in the infosource field , and the field OBTAB shows the source table for the extractor
    Hope its clear,
    Regards,
    Sathya

  • Need to know the base tables for the QM datasources

    Hello SAP Experts,
    I want to know the base tables for the below mentioned datasources which stores the transaction data.
    1. 2LIS_05_QE1:  Inspection Characterstics Results
    2. 2LIS_05_QE2: Inspection Characterstics Results (Quan)
    3. 2LIS_05_QVUDN: Usage decision for Inspection
    Need your inputs.
    Thanks,
    Lasya.
    Edited by: lasya john on Dec 10, 2008 8:28 PM

    Hi Lasya,
    You can use help.sap.com for this.
    If you do not find this data source there...then
    You can go to LBWE t-code in R/3 and then infront of the data source...you have maintenance option.
    Click on that ...and go inside it in the display mode.
    Here you can see a generic pool of fields on the left side which can be included in the data source........  field present in the data sources in the right side of the pool.
    For every field you have a tructure name infront of it like MCXXXX where XXXX is the table name.
    So the field is being from that particular table.
    Even I would the same thing to reply to your thread.
    You can follow the same procedure to find the table for any LO data source.
    This is accurate in 99% cases...only in very few cases like purchasing...we get one or two fields from different tables.
    Hope it helps.
    Thanks
    Ajeet

  • How to find data base tables for a particular  trancation code

    Dear All,
    Is there any T.code for finding data base tables used in  a particular transaction code(Eg.: MM01).
    Regards,
    Satyapalli

    Hello Satya
    There is a very useful function module available for your requirement:
    <b>RS_PROGRAM_TABLES</b>
    Call this function module using:
    OBJECT_TYPE  = 'TRAN'       " transaction
    OBJECT_NAME = 'VA01'
    " PROGRAM  -> not required
    MONITOR_ACTIVATE = 'X'
    The function module will list you all DB tables touched by the transaction and shows whether they are read or updated (unfortunately, on ECC 5.0 this seems to be no longer the case. All tables are displayed as READ).
    Regards
      Uwe

  • Interface and  Base tables for Receiving Transaction Processor Program

    Hi Everyone,
    My requirement is to move data from staging table to rcv interface tables and then run Receiving transaction processor program. How will in know what interface tables i need to insert data into? and after I run the concurrent program what are the base tables that i need to check to confirm?
    Please help!
    Thanks
    Sunny

    RCV_HEADERS_INTERFACE
    RCV_TRANSACTIONS_INTERFACE
    If you have serial numbers or lot numbers for the receipts, then you need to insert into
    RCV_SERIALS_INTERFACE
    RCV_LOTS_INTERFACE
    Once the transactions are processed, you will see records in
    RCV_SHIPMENT_HEADERS
    RCV_SHIPMENT_LINES
    For details on the interface, check irep.oracle.com
    See Import PO Receipts using custom conversion. for some scripts.
    And see http://www.oracleug.com/tables/purchasing/rcvheadersinterface and http://www.oracleug.com/tables/purchasing/rcvtrnsactionsinterface for details on the tables.
    Hope this answers your question,
    Sandeep Gandhi

  • How to Lock a data base table for write access.

    Hi All,
    I have a requirement where in I have to insert a bunch of data into a standard table using some function module. I want to lock the table for the others to insert/modity the records during my insertion. Please help me provide the procedure how to lock a table for write access for others.
    thanks and regards,
    Naresh

    Hi,
    See to this link it may help you.
    http://help.sap.com/saphelp_47x200/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm

Maybe you are looking for