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.

Similar Messages

  • 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

  • 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

  • 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 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

  • 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 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

  • 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.

  • Transparent table field for Tax Indicator on Material Master

    I am trying to find the transparent table which holds the Tax indicator field for material in the purchasing view of a material master. Usually it has values - 0,1. Where is this field stored ? I am unable to locate it. I looked into CDPOS..It points to DMLAN. But that is a structure..
    TAXIM is the field ( Tax Ind. f. Material). I need to retrieve this field for a report).

    Hi,
    The country is got based on the plant...you can get the country from T001W for the corresponding plant.
    Thanks
    Naren

  • Find Transparent table name for correspoding Dictionary Structure SRM 7.0

    Hi,
    I am not able to find Transparent table name for correspoding Dictionary Structure in Webdynpro Component for a field in  SRM 7.0.
    Please let me know.
    Thanks,
    Monica

    Hi Monica
    please tell the transaction name and the name of field seen in webdynpro
    regards
    andrea

Maybe you are looking for

  • BAPI_ACC_DOCUMENT_POST - problem with COPA

    Hi all, I'm using the function BAPI_ACC_DOCUMENT_POST to post documents like F-02. It's working right, but it's not transfering to CO-PA. I'm trying to fill the table CRITERIA to pass values for proftability segment, but it's not working right for th

  • Default zoom level in ppt and pdf export- OBIEE 11.1.5

    Hi All, When I download my report in PPT format, the default zoom level is 34%, and similarly when downloaded to PDF the default zoom level is 64%. Is there an option to set the default zoom level to 100%, when exporting in any of the formats availab

  • Why do I have to keep installing adobe flash 11 player in my computer?

    I have installed adobe flash player 11 various versions many times in my Windows 7 64-bit computer. It seems like once a week I'm having to do this. Why do you have to install the same version so many times?

  • Story fails to load synopsis

    I'm working on a new story and today I found out that adobe story doesn't load one of my scripts anymore on my windows machine. Other scripts etc... do still load. And the text that fails to open on my computer does still open on my iphone. I wonder

  • Profit center field is null /blank Not picking from responsible cost center

    Hi 1) Does anyone know if it is possible to change the profit center on a PM order after transactions have occurred? I get an error that says: You want to change the profit center for the maintenance order. System Response: The system does not let yo