CMOD get name of current query

Hi,
I have an authorization exit variable which need to be filled based on the processed query. Any idea how to get the query name/id in CMOD?
Thanks a lot for your help!!
Regards,
Sven

Hi Sven,
Read the field COMPID from Structure I_S_RKB1D in the Variable Exit.
"I_S_RKB1D-COMPID" should give you the Query Technical Name.
Additional info:
Report LRRS0U02 is used for the initialization of reports. Here, you have this structure as below:
function rrs_var_values_exit_before.
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(I_S_RKB1D) TYPE  RSR_S_RKB1D
*"     VALUE(I_S_RKB1F) TYPE  RRO01_S_RKB1F
Explore Structure RSR_S_RKB1D to get more details.
Sankar kumar

Similar Messages

  • How to get the name of currently logged in user in the network

    Hi all,
    I want to know if there's a way to get the name of the currently logged in user in the network.
    SYS_CONTEXT('USERENV','OS_USER') won't work for me because our users do not loggin in portal.
    Any ideas?
    Thanks in advance.
    Brett

    Hello, I had the same problem. Here is a smaller version to find the Group of the current User.
    The VI get the members of a Group and match it with the Username.
    Note :
    If the User belongs to multiple Groups the the VI returns only the 1st Groupname
    If the User belongs to no Group then the VI returns "unknown Group"
    The VI is written with LabVIEW 2010 and TestStand 4.2.1
    Attachments:
    current user group.vi ‏20 KB
    TestStand get Group of current User.PNG ‏43 KB

  • How to get the non technical query name from table?

    Hello,
    The table RSZCOMPDIR gives me the list of queries. The field COMPID contains the technical query name.
    But how can I get the non technical name of a query? Which table holds this information?
    Thanks and Regards,
    Sheetal

    Hi Sheetal,
    You can get this info from RSZELTTXT.
    Hope this helps...

  • Bex Query: Too many table names in the query The maximum allowable is 256

    Hi Experts,
    I need your help, Im working on a Query using a multiprovider of 2 datastores, I need to work with cells to assign specific acconts values to specific rows and columns, so I was creating a Structure with elements from a Hierarchy, but I get this error when I'm half way of the structure:
    "Too many table names in the query. The maximum allowable is 256.Incorrect syntax near ')'.Incorrect syntax near 'O1'."
    Any idea what is happening? is ti possible to fix it? do I need to ask for a modification of my Infoproviders? Some one told me is possible to combine 2 querys, is it true?
    Thanks a lot for your time and pacience.

    Hi,
    The maximum allowable limit is 256 holds true. It is the max no. of characteristics and key figures that can be used in the column side. While creating a structure, you create key figures (restricted or calculated) and formulas etc.. The objects that you use to create these should not be more than 256.
    http://help.sap.com/saphelp_nw70/helpdata/EN/4d/e2bebb41da1d42917100471b364efa/frameset.htm
    Not sure if combination of 2 query's is possible.  You can use RRI. Or have a woorkbook with 2 queries.
    Hope it helps.

  • I want to sync my I phone user name (my current e-mail address) with my iPad, PC user name (old e-mail address.) If I delete that current address in the iPhone, won't I also be deleting it in my other devices? They are synced. I don't want to lose it

    I want to sync my I phone user name (my current e-mail address) with my iPad, PC user name (old e-mail address.) If I delete that current address in the iPhone, won't I also be deleting it in my other devices? They are synced. I don't want to lose it. I just want to get it out of the way on my iphone so it doesn't confuse the transfer of ID names and then I want it back again..      I tried deleting the cloud account, being told the current e-mails would be spared. But all it did was pop up a prompt asking me for the password to my still current email ID. So I assume now that I have to go to mail and get rid of the e-mail account. But I'm scared I'll lose everything in my other devices too.

    You can change the email address you use as your apple ID. this doesn't mean you have to delete the old email address as email.
    When you delete an email from your device, it is only removed from the device, it does not delete your emails or the email account.

  • Display technical name of a query in a web template ?

    Hi,
    I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ?
    I have selected 'Display General Text Elements' in properties of the web item.
    In the property 'List of Text Elements', what is the couple of values that I have to configure ?
    Many thanks,
    CG.

    Hi,
    What you need to do is, keep a TEXT Web Item in the template.
    Then do not tick any of the options under Specific. Instead, go to List of Text Elements. In the first column, select General Text Symbol. In the next column type REPTNAME.
    This will give the technical name of the query in the output.
    Common text elements:
    u2212 technical name of the query (REPTNAME)
    u2212 description of the query (REPTXTLG)
    u2212 InfoProvider (INFOCUBE)
    u2212 key date for the query (SRDATE)
    u2212 accuracy of the data (date and time) (ROLLUPTIME)
    u2212 the person who wrote the query (AUTHOR)
    u2212 the last time the query was changed (date and time)
       (MODTIME)
    u2212 the last person to make changes to the query (MODUSER)
    u2212 current user (SYUSER)
    u2212 the last time the query was refreshed (date and time)
       (SYUZEIT)
    Try this. Hope it helps.

  • Get Name of Future Step in TestStand Sequence

    Hello All,
      Working on a sequence of numeric limit tests, and need to set the limits programatically, based on an imported configuration file.  I use a simple action call to set the limits with a code module (TestStand Set Property Value function), but in order to make the code module reusable, I need to pass in the step name for the test step it applies to, each time I call it.  The problem is that the step that each limit applies to is several steps later in the sequence.  I know that I can get the name of the next step (RunState.NextStep.Name) but need to know if it is possible to get names of later steps as well.  I'm guessing it may have something to do with the "NextStepIndex" function, but can't seem to get the context right.  Please advise.  Thanks in advance.
    GSinMN

    Figured it out myself.
    Locals."Variable To Set" = RunState.Sequence.GetStep((RunState.Sequence.GetStepIndex(Step.Name, StepGroup_Main))+"Number of steps in Future",StepGroup_Main).Name
    Where "variable to set" is the name of the variable you are assigning the step name to and "number of steps in future" is an integer that represents the index with respect to the current step (i.e. 2 would mean the second step after the current step).
    GSinMN

  • Get name fails on automounted volume

    here's the script:
    tell application "FileMaker Pro"
    activate
    set mysuperid to (cell "superid" of current record of document "ajoneuvot")
    if mysuperid > 0
    set mytarget to (cell "superid" of current record of document "ajoneuvot" & cell "g_kuvapaate" of document "ajoneuvot")
    else
    set mytarget to (cell "reknro" of current record of document "ajoneuvot" & cell "g_kuvapaate" of document "ajoneuvot")
    end if
    set mysource to choose file with prompt "Valitse kuva" of type "JPEG-kuva" without invisibles
    tell application "Finder"
    set myname to name of mysource
    duplicate mysource to folder "kuvaIN" of folder "vehicles" of startup disk with replacing
    if item mytarget of folder "kuvaIN" of folder "vehicles" of startup disk exists
    delete item mytarget of folder "kuvaIN" of folder "vehicles" of startup disk
    end if
    set name of item myname of folder "kuvaIN" of folder "vehicles" of startup disk to mytarget
    end tell
    end tell
    works great when the selected picture resides on a volume which is manually mounted or on local volume.
    We have people whose home folder resides on our X server and is automounted. If they try to select a picture from that automounted volume, the script fails with this error (translation from finnish):
    can not get name of alias
    volumename:thefilepath
    is the problem that the volume on which the picture resides is not mounted from finder (the icon is not visible on desktop)?
    thanks for any help

    So, no help?

  • Column name in a query contains special characters

    Hi folks,
    The column name in a query contains special characters. For example ~ or ^. The creator of the table put these column names under double quotation while creating the table. When I get the column names form the result set meta data object it returns without quotation. Is there any way to tell the jdbc driver so that it return those column names as it was created, I mean in double quotation.
    The help is urgent. I will appreciate any suggestions. Thanks �.
    [using oracle driver for 10g]
    Thanks
    Angelina

    Just because the column names were in quotations when the database was created doesn't mean that the quotes are actually part of the names. What's inside the quotes is what makes the column name in the database. If I created a column as "abcd" and put it in quotes just like that ("abcd"), it would go in the database as abcd since SQL would strip off the quotes.
    And there's your answer. Just put all column names in quotes whenever you need to talk to SQL. It will strip off the quotes and understand.
    I think SQL will also accept square brackets ([ and ]).

  • Creating Data Driven Subscription does not allow me to get Auto copy from Query.

    I am trying to create a data driven Subscription for sharepoint document Library.  I have a table I populate with values.  Then a stored procedure that exec and returns the values.  I use this in my data driven subscription. 
    Here is what my table looks like
    intSubscriptionID strSubscriptionName strFileName strPath strRenderFormat strWriteMode strFileExt strTitle strAutoCopy strUserName strPassword strVar1 strVar2 strVar3 strVar4 strVar5 strVar6 strVar7 strVar8 strVar9 strVar10 bitEnabled
    400 Billing - Invoice_ParentChildRollup 19_Jan2015 http://eagleviewportal/BusinessIntelligenceCenter/AccountingBI/Reports/New Excel Overwrite True Invoice_ParentChildRollup False NULL NULL 0000019 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1
    401 Test Daily Order and Pending Status by SubAccount Test Daily Order and Pending Status by SubAccount http://eagleviewportal/BusinessIntelligenceCenter/ClientRelationsBI/Reports/New Excel Overwrite True Test
    Daily Order and Pending Status by SubAccount True NULL NULL 152884 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1
    I can use all the values and it creates my subscription no problem as long as I do not try to use the autocopy. 
    If I select Use no Value  all works great. 
    If I select Specify a static Value and then choose True it gives me an error The AutoCopy Delivery setting cannot be set to True if the WriteMode Delivery setting is not set to Overwrite.  as you can see that value is set to overwrite.  If I use
    hard coded word OverWrite instead of getting it from query it works.
    If I do the same step above but select False it seems to work as well.
    If I try to choose the value from the query then it errors with the generic Sorry Something went wrong. I cannot find any value in url logs.
    Ken Craig

    Hi Ken,
    I have reproduced the same issue as you encountered. If you choose both value for the fields(WriteMode and AutoCopy) from query, SharePoint will result in an error page. I finally fixed the issue by manually updating the table
    dbo.Subscriptions from the reporting service database. To make this, please first copy the value of field
    ExtensionSettings from the subscription table.
    Change the WRITEMODE and AUTOCOPY from "<ParameterValue><Name>WRITEMODE</Name><Value>Overwrite</Value></ParameterValue> <ParameterValue><Name>AUTOCOPY</Name><Value>AutoCopy</Value></ParameterValue>"
    to "<ParameterValue><Name>WRITEMODE</Name><Field>strWriteMode</Field></ParameterValue> <ParameterValue><Name>AUTOCOPY</Name><Field>strAutoCopy</Field></ParameterValue>".
    Here Value means the static value, and field means the name of the query field. After you modify it, copy the settings back to field
    ExtensionSettings or use update SQL to update it.
    At last, your data driven subscription should be like this:
    Thanks,
    Reken Liu

  • Capture current query for a report region

    Apologies if this is answered elsewhere, but I could not find it.
    I have a reporting application where several different reports that have a list of customers. I would like to develop a means to generate a mailing list for the customers that is generic and can be used on any report. I envision getting the list of customer by executing a query like:
    select person_id from
    ( <report region query> );
    Is there a way to get the current query (or query result) for a report region and process it in a PL/SQL procedure? This would need to work for regions that have an SQL query and a PL/SQL function returning a query.
    Thanks,
    Bill

    sorry for the double post, browser trouble...

  • Performancepoint Hierarchy Disable Drill Down Level on changing Column name in MDX query

    Hello All,
    I have created a report in Performance Point dashboard designer but when I change Column name (Measure Name) in MDX query this causes all the built-in ad hoc
    navigation and decomposition tree functionality that PP provides to become disabled. Is there any solution or alternative way to achieve this. Please provide solution for this.
    Thanks in advance.
    Sapna Kshirsagar

    try these links as reference/:
    https://support.office.com/en-nz/article/Getting-acquainted-with-PerformancePoint-Dashboard-Designer-9e014283-afec-4819-87b9-78be6f6ef0d0?ui=en-US&rs=en-NZ&ad=NZ
    https://technet.microsoft.com/en-us/library/ee748644%28v=office.15%29.aspx
    https://support.office.com/en-gb/article/Creating-scorecards-by-using-PerformancePoint-Dashboard-Designer-2faa3bd6-c361-4c26-a7f9-b81227c875d8
    https://msdn.microsoft.com/en-us/library/office/ee557851%28v=office.15%29.aspx
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • How do I get the full current path in the title bar of a terminal window?

    Is it possible to get the full current path in the title bar of a
    terminal window? I would find that more meaningful than
    "Terminal - tcsh - 80x60" (which I currently get). Doing
    this would free me from wanting to display the path in my
    system prompt thereby allowing me to use a shorter prompt
    and having more space on the line for actual input.
    Thanks
    Ron
    Dual 1Ghz PowerMac G4 Quicksilver 2002   Mac OS X (10.4.8)  

    IIRC, Terminal->Window Settings->Window controls that information. That said, I don't understand what full current path means in this context, nor why you'd want to display it in title bar.
    Your terminal prompt is a concatenation of your computer name (SysPrefs->Sharing—easily changed) and the path to your user's home directory using the short username (hard to change).
    computer name:~ username$

  • Find technical name of receiving query in RSBBS assignment

    Dear Experts,
    under transaction RSBBS one can assign sender/receiver details. While the technical name of both sender and receiver are entered when createing the RRI, one can only retrieve a compressed ID (i.e. 46F28FNV1L4H1QENI1KKEKWUCAZPAOPRD) for the receiver in transaction RSBBS.
    We would like to find a way to determine the technical name of that particular compressed ID. I have already searched the RSBBS* tables, but I cannot get past the compressed ID (field RONAM) in i.e. table RSBBSQUERY
    My question:
    - Can you provide me a table/view/program/transaction/... that shows the relationship between senders and receivers by means of technical query names (not ID's)?
    - Or can you provide me (step-by-step) the relation between different tables and fields that would allow me to do so?
    Kind regards,
    PJ

    Hi Simon,
    thank you for your reply. I have researched your proposal, and I can indeed find the relation between my sender query's technical name ZSENDERQUERY_Q001 and the field RSBBSQUERY-RONAM that looks like this: 46U5CEI2BU3U8P8GZOFWWN3GKAZSD_C03 (Mind the name of the infoprovider at the end!).
    This information can also be retrieved from transaction RSBBS, where I can enter 1 senderquery's technical name, and which returns me the associated RSBBSQUERY-RONAM values in the column "Receiver Object". Your contribution allows me to create a view to get this information for multiple sender queries from different cubes.
    However, I would like to go one step further. From this RSBBSQUERY-RONAM value I would like to get the target/receiving query's technical name that looks like this "ZRECEIVERQUERY_Q002".
    This is my ultimate goal as I need to delete all obsolete queries from the BI system, and the associated jumpqueries. Creating a single list by means of a view would help me a lot.
    Kind regards,
    Pieter-Jan

  • How can i get better performance of query

    Hi,
    i have created one view which using 11 table. some table is used more than 1 time. i have used outjoin for that but it is very slow to get output.
    my view is as below.
    CREATE OR REPLACE FORCE VIEW MUDRA.RETRIEVAL_PURCHASE
    (UNIQUEID, BRANCHNAME, DOCNUMBER, DOCUMENTTYPE, ACCOUNTINGYEAR,
    INWARDDATE, PAYTOSUPPLIERID, JOBTYPEID, JOBGROUPDESCRIPTION, PVNUMBER,
    PVDATE, DOCDATE, DUEDATE, SUPPLIERID, SUPPLIERNAME,
    ITEMAMOUNTGLCODE, ITEMAMOUNTGLNAME, GLCODE, GLNAME, CONTROLGLCODE,
    INVOICENUMBER, INVOICEDATE, DOCAMOUNT, PAIDAMOUNT, INVOICEBASEAMOUNT,
    INVOICESURCHARGEAMOUNT, INVOICEGROSSAMOUNT, INVOICECOMMISSION, INVOICENETAMOUNT, INVOICEDISCOUNTAMOUNT,
    INVOICEBOXCHARGES, GROSSAMOUNT, COMMISSION, COMMISSIONGLCODE, COMMISSIONGLNAME,
    PASSEDINVOICENETAMOUNT, PASSEDINVOICESALESTAXAMOUNT, RECOVERYTAXAMOUNT, TAXRECOVERYGLCODE, TAXRECOVERYGLNAME,
    RECOVERYTAXABLEAMOUNT, TAXRECOVERYPERCENTAGE, PASSEDINVOICEDISCOUNTAMOUNT, DISCOUNTGLCODE, DISCOUNTGLNAME,
    TDSAMOUNT, TDSGLCODE, TDSGLNAME, TAXABLEAMOUNT, TDSPERCENTAGE,
    TDSSECTION, TAXAMOUNT, SALESTAXAMOUNT, INVOICENETPAYABLE, PASSEDINVOICEBASEAMOUNT,
    PASSEDINVOICESURCHARGEAMOUNT, PASSEDINVOICETAXAMOUNT, PASSEDINVOICERECOVERYTAXAMOUNT, PASSEDINVOICEGROSSAMOUNT, PASSEDINVOICECOMMISSION,
    PASSEDINVOICEBOXCHARGES, PASSEDINVOICENETPAYABLE, ALLOCATEDAMOUNT, ALLOCATEDTAXAMOUNT, ALLOCATEDTAXRECOVERYAMOUNT,
    COMPANYID, DIVISIONID, SUBDIVISIONID, LOCATIONID, PAIDTAX,
    OSAMT, CANCELLED, BOXCHARGEGLCODE, BOXCHARGEGLNAME, REMARKS,
    YEARENDBALANCE, RECONCILEFLAG, BATCHNUMBER, PAYCATEGORY, CREDITAMOUNT,
    CREDITNOTEAMOUNT, TOKENAMOUNT, PV_NO, PV_ACC_YR, SUPPLIERDISCOUNTAMOUNT,
    SUPPLIERDISCOUNTPERCENTAGE, SUPPLIERDISCOUNTGLCODE, SUPPLIERDISCOUNTGLNAME, CLIENTID, CLIENTNAME,
    BILLNUMBER, ALLOCATEDTOTALAMOUNT)
    AS
    SELECT DISTINCT a.UNIQUEID,bm.displayname BRANCHNAME, a.DOCNUMBER,a.DOCUMENTTYPE, a.ACCOUNTINGYEAR,a.INWARDDATE,a.PAYTOSUPPLIERID,
    a.JOBTYPEID, jm.JOBGROUPDESCRIPTION, a.PVNUMBER, a.PVDATE,     a.DOCDATE, a.DUEDATE,
    a.SUPPLIERID, b.suppliername,a.ITEMAMOUNTGLCODE GLCODE, c.glname,
    A.GLCODE,C1.GLNAME,
    a.GLCODE CONTROLGLCODE,a.INVOICENUMBER, a.INVOICEDATE,
    a.INVOICEBASEAMOUNT, a.INVOICESURCHARGEAMOUNT, a.INVOICEGROSSAMOUNT, a.INVOICECOMMISSION, a.INVOICENETAMOUNT, a.INVOICEDISCOUNTAMOUNT, a.INVOICEBOXCHARGES,
    a.PASSEDINVOICENETPAYABLE + a.PASSEDINVOICETAXAMOUNT DOCAMOUNT,
    a.ALLOCATEDAMOUNT PAIDAMOUNT, NVL(a.PASSEDINVOICEGROSSAMOUNT,0)+NVL(a.PASSEDINVOICESALESTAXAMOUNT,0)+
                   NVL(a.PASSEDINVOICEBOXCHARGES,0) -NVL(a.PASSEDINVOICEDISCOUNTAMOUNT,0) GROSSAMOUNT,a.PASSEDINVOICECOMMISSION COMMISSION,
    a.COMMISSIONGLCODE,C2.GLNAME,
    a.PASSEDINVOICENETAMOUNT ,a.PASSEDINVOICESALESTAXAMOUNT,
    a.PASSEDINVOICERECOVERYTAXAMOUNT RECOVERYTAXAMOUNT,a.TAXRECOVERYGLCODE,C3.GLNAME,
    a.RECOVERYTAXABLEAMOUNT,a.TAXRECOVERYPERCENTAGE ,
    a.PASSEDINVOICEDISCOUNTAMOUNT ,a.DISCOUNTGLCODE, C4.GLNAME,
    a.PASSEDINVOICETAXAMOUNT TDSAMOUNT,a.TDSGLCODE,C5.GLNAME,
    a.TAXABLEAMOUNT,a.TDSPERCENTAGE, a.TDSSECTION,
    a.TAXAMOUNT, a.SALESTAXAMOUNT, a.INVOICENETPAYABLE, a.PASSEDINVOICEBASEAMOUNT, a.PASSEDINVOICESURCHARGEAMOUNT, a.PASSEDINVOICETAXAMOUNT,
    a.PASSEDINVOICERECOVERYTAXAMOUNT, a.PASSEDINVOICEGROSSAMOUNT, a.PASSEDINVOICECOMMISSION, a.PASSEDINVOICEBOXCHARGES, a.ALLOCATEDAMOUNT,
    a.ALLOCATEDTAXAMOUNT, a.ALLOCATEDTAXRECOVERYAMOUNT, a.COMPANYID, a.DIVISIONID, a.SUBDIVISIONID, a.LOCATIONID,
    a.PASSEDINVOICENETPAYABLE,
    a.ALLOCATEDTAXRECOVERYAMOUNT PAIDTAX, A.PASSEDINVOICENETPAYABLE-A.ALLOCATEDAMOUNT OSAMT,
    NVL(a.CANCELLED,'N'), a.REMARKS,
    a.YEARENDBALANCE, a.RECONCILEFLAG, a.BOXCHARGEGLCODE , C6.GLNAME,
    a.BATCHNUMBER, a.PAYCATEGORY, a.CREDITAMOUNT,
    a.CREDITNOTEAMOUNT, a.TOKENAMOUNT, a.PV_NO, a.PV_ACC_YR, a.SUPPLIERDISCOUNTAMOUNT, a.SUPPLIERDISCOUNTPERCENTAGE,
    a.SUPPLIERDISCOUNTGLCODE ,C7.GLNAME , 0,
    NULL ,
    NULL ,
    NULL
    FROM supplierinvoiceheader a , suppliermaster b, glmaster c , jobtypemaster jm , branchmaster bm,
    GLMASTER C1 ,GLMASTER C2 ,GLMASTER C3,
    GLMASTER C4 ,GLMASTER C5,GLMASTER C6 ,GLMASTER C7
    WHERE a.uniqueid=b.uniqueid AND a.supplierid=b.supplierid AND a.itemamountglcode = c.glcode (+)
    AND A.COMMISSIONGLCODE=C2.GLCODE (+) AND A.TAXRECOVERYGLCODE=C3.GLCODE(+)
    AND A.DISCOUNTGLCODE=C4.GLCODE(+) AND A.TDSGLCODE=C5.GLCODE(+) AND
    A.BOXCHARGEGLCODE=C6.GLCODE(+) AND A.SUPPLIERDISCOUNTGLCODE=C7.GLCODE(+)
    AND A.GLCODE=C1.GLCODE (+)
    AND a.jobtypeid=jm.jobtypeid AND a.uniqueid=bm.uniqueid;
    here i have used GLMASTER 7 times because i want all glcodes descrition in single query. this view i used in java to retrive information.
    so is there any other way to get fast output ?
    i m waiting for your early reply.
    Thanx

    Hi Aron,
    Here i send you details of tables.
    While running this views to get all rows, it takes 1.50 mintus.
    Total 28047 rows are fetched.
    EXPLAN IS AS BELOW,
    Operation     Object Name     Rows     Bytes     Cost     Object Node     In/Out     PStart     PStop
    SELECT STATEMENT Optimizer Mode=CHOOSE          410           5368                     
    VIEW     RETRIEVAL_PURCHASE     410      578 K     5368                     
    SORT UNIQUE          410      194 K     5368                     
    HASH JOIN          410      194 K     5316                     
    HASH JOIN OUTER          236      104 K     5062                     
    HASH JOIN OUTER          236      98 K     4994                     
    HASH JOIN OUTER          236      93 K     4930                     
    HASH JOIN OUTER          247      91 K     4866                     
    HASH JOIN OUTER          259      89 K     4802                     
    HASH JOIN OUTER          291      93 K     4734                     
    HASH JOIN OUTER          22 K     6 M     3136                     
    HASH JOIN OUTER          22 K     6 M     1654                     
    HASH JOIN          22 K     5 M     306                     
    TABLE ACCESS FULL     BRANCHMASTER     175      2 K     1                     
    HASH JOIN          22 K     5 M     225                     
    TABLE ACCESS FULL     JOBTYPEMASTER     132      2 K     1                     
    TABLE ACCESS FULL     SUPPLIERINVOICEHEADER     22 K     4 M     149                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     GLMASTER     6 K     162 K     14                     
    TABLE ACCESS FULL     SUPPLIERMASTER     16 K     531 K     102                     
    supplierinvoiceheader 28727 rows
    suppliermaster 16538 rows
    glmaster 23500 rows
    jobtypemaster 175 rows
    branchmaster 163 rows.
    Glmaster table is used 7 times bcoz there are 7 differect type of GLCODES in supplierinvoiceheader table. and i want all 7 glcodes and its name in single query, because this view i used in JSP code.
    the pk are as below of each table.
    supplierinvoiceheader
    UNIQUEID , DOCNUMBER
    suppliermaster
    UNIQUEID , SUPPLIERID
    glmaster
    GLCODE
    jobtypemaster
    JOBTYPEID
    branchmaster
    UNIQUEID
    if you need another information then pl. let me know.
    bye.

Maybe you are looking for

  • Find and replace text in multiple Photoshop files?

    Hi there, Let us say I have six Photoshop files: 1.psd, 2.psd, ..., 6.psd. All of these files contain the word "LoremIpsum" in random text layers, within each document. Is there a way I can search for "LoremIpsum" in all documents and replace it with

  • Connecting a Yamaha YDP223 digital piano... How?

    I'm trying - for the first time - to connect my MacBook Air (MBA) to my Yamaha piano, but can't quite figure it out and need help. I've hooked up the midi cable to the USB in the MBA, and plugged the "in" cable to the "in" jack and the "out" cable to

  • Possible to split Audio/ Visual for apple tv

    Hey, I have a projector in my room and was wondering if i could airplay movies through itunes to the apple tv (connected to my projector) and then keep the sound coming out through the headphone port (the speakers on the projector are average). As i

  • Tecra A4 recognize only 512MB of memory

    I added 512MB DDR RAM, in addition to the original 512MB, but the laptop doesn't recognise the full 1GB, only 512MB. Both modules work - new is recommended module from Crucial. Any ideas?

  • Need an older version of iPhoto

    I have Mac OS X 10.7.4 and need an older version of iPhoto; how can I acquire it?