In query SQVI unable to join the table konv

Hi Guru's
I have a requirement from the user, extract the Open PO's with INCO TERMS and CONDITION TYPES.
1. what is the process to extract the OPEN PO's from table EKKO.
In normal process I can extract Open PO's from ME2L and for a perticular Open PO number i can get the INCO TERMS and DOC CONDITION number from table EKKO and by taking the DOC CONDITION number I can get the condition type from table KONV.
But I want to do this process in SQ01 how is it possible?
please help
Regards
ISM

ISM,
No.  Such instructions are beyond the scope of these forums, or at least beyond the scope that I would be willing to cover.  FYI SAP provides a class  [BC407 Reporting|http://www.sap.com/usa/services/education/tabbedcourse.epx?context=%5b%5b%7cBC407%7c%7c%7c063%7cUS%7c%5d%5d%7c] to cover such topics.  The class lasts for 2 days. 
I can say that I have created a query that meets requirements that are similar to yours.  It took me a couple of hours to rough out the original version for user testing, and a couple more hours to finalize for production.  It is do-able.
Following is a link to the Query Help doc.  This was the doc from which I learned SAP Query (I did have previous experience with other report writers)   http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf  
I have already given you the general methodology to obtain your data within SAP Query.  If these guidelines are not adequate, then you would probably be better off engaging the services of a programmer to write a custom report.
Best Regards,
DB49

Similar Messages

  • Unable to join the tables CDHDR, CDPOS

    Hello,
    I want to create a Query connecting tables CDHDR & CDPOS to extract cost center details which are changed. To be precise, when cost center details are changed using transactions KS02 & KS03, I want to extract those details and run the report. I am unable to join the tables using SAP Queries SQ01, SQ02, SQ03.
    Kindly suggest me regarding the same.
    Thanks in advance.
    Regards
    Sravan Mulumudi.

    Hi Jeve,
    I was testing the report S_ALR_87012308, but this displays changes done to G/L accounts. I have tried every possibility. Could you please explain further ?
    Regards
    Sravan.

  • Can we implement the custom sql query in CR for joining the two tables

    Hi All,
    Is there anyway to implement the custom sql query in CR for joining the two tables?
    My requirement here is I need to write sql logics for joining the two tables...
    Thanks,
    Gana

    In the Database Expert, expand the Create New Connection folder and browse the subfolders to locate your data source.
    Log on to your data source if necessary.
    Under your data source, double-click the Add Command node.
    In the Add Command to Report dialog box, enter an appropriate query/command for the data source you have opened.
    For example:
    SELECT
        Customer.`Customer ID`,
        Customer.`Customer Name`,
        Customer.`Last Year's Sales`,
        Customer.`Region`,
        Customer.`Country`,
        Orders.`Order Amount`,
        Orders.`Customer ID`,
        Orders.`Order Date`
    FROM
        Customer Customer INNER JOIN Orders Orders ON
            Customer.`Customer ID` = Orders.`Customer ID`
    WHERE
        (Customer.`Country` = 'USA' OR
        Customer.`Country` = 'Canada') AND
        Customer.`Last Year's Sales` < 10000.
    ORDER BY
        Customer.`Country` ASC,
        Customer.`Region` ASC
    Note: The use of double or single quotes (and other SQL syntax) is determined by the database driver used by your report. You must, however, manually add the quotes and other elements of the syntax as you create the command.
    Optionally, you can create a parameter for your command by clicking Create and entering information in the Command Parameter dialog box.
    For more information about creating parameters, see To create a parameter for a command object.
    Click OK.
    You are returned to the Report Designer. In the Field Explorer, under Database Fields, a Command table appears listing the database fields you specified.
    Note:
    To construct the virtual table from your Command, the command must be executed once. If the command has parameters, you will be prompted to enter values for each one.
    By default, your command is called Command. You can change its alias by selecting it and pressing F2.

  • The order of joining the tables in a query ANSI92

    Hi all!
    I have three table in Univerce.
    I need that those tables joined in next order:
    tab1 inner join tab2 right join tab3
    When creating a report in WebI they are connected as (regardless of the order of dimentions):
    tab1 right join tab3 inner join tab2
    How to set the correct order of joining the tables?
    OR
    how to change RIGHT OUTER JOIN on LEFT OUTER JOIN ?
    P.S. I use BO XI3.1, which not have parameter OUTERJOINS_GENERATION
    Thanks!

    it depends on your source system
    for example if you are using oracle, you can edit the link between the table and add this
    (+)
    for example
    TAB1.ID = TAB2.ID (+)
    AND TAB1.DEPT  = TAB2.DEPT(+)
    See the following link for discussing outer and inner joins for oracle
    http://www.dba-oracle.com/t_outer_joins.htm
    good luck
    Amr

  • Unable to load the tables in the Power Pivot Window – An Item with the Same Key has already been added

    Hi there,
    I recently had the following situation, where I changed the source of my CSV file in Power Query.
    Once I had reloaded the file, it would then not load into Power Pivot. So I disabled the loading from Power Query into Power Pivot. I then enabled the loading to the Data Model. Which then successfully loaded the data into Power Pivot.
    But once I went into Power Pivot, had a look, then saved the Excel file. Once saved I closed the Excel file. I then opened the Excel file again and all the sheets that interact with the Power Pivot data work fine.
    But if I go and open Power Pivot I get the following error: Unable to load the tables in the Power Pivot Window – An Item with the Same Key has already been added.
    This is what I get from the Call Stack
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at Microsoft.AnalysisServices.Common.LinguisticModeling.SynonymModel.AddSynonymCollection(DataModelingColumn column, SynonymCollection synonyms)
       at Microsoft.AnalysisServices.Common.LinguisticModeling.LinguisticSchemaLoader.DeserializeSynonymModelFromSchema()
       at Microsoft.AnalysisServices.Common.SandboxEditor.LoadLinguisticDesignerState()
       at Microsoft.AnalysisServices.Common.SandboxEditor.set_Sandbox(DataModelingSandbox value)
       at Microsoft.AnalysisServices.XLHost.Modeler.ClientWindow.RefreshClientWindow(String tableName)
    I would assume that the issue is with the synonyms and for some reason, when I disabled the loading of my data into the Power Pivot Model, it did not remove the associations to the actual table and synonyms.
    If I renamed the table in Power Pivot it all works fine. So that was my work around. Fortunately I did have a copy of the Excel workbook before I made this change. So I could then go and add back in all the relevant data to my table.
    Has anyone had this before and know how to fix it?
    http://www.bidn.com/blogs/guavaq

    Hi there
    I can share the work book, if possible to send me an email address. As the workbook size is about 9Mb.
    Thanks
    Gilbert
    http://www.bidn.com/blogs/guavaq

  • Join the Table with View

    Hi,
    My doubt is can I join the table with view in the below where clause condition in the query. If yes, the below query will take 4 hrs to execute it. Can I do the below query to write as simplest?
    SELECT *
      FROM uabpymt p, uavlsum l
    WHERE uabpymt_appl_ind = 'N'
       AND uabpymt_amount > 5
       AND l.uavlsum_balance < 0
       AND l.uavlsum_cust_code = p.uabpymt_cust_code
       AND l.uavlsum_prem_code = p.uabpymt_prem_codeuavlsum ---view
    uabpymt ---table
    The view script below:
    CREATE OR REPLACE VIEW UAVLSUM
    (UAVLSUM_CUST_CODE, UAVLSUM_PREM_CODE, UAVLSUM_AMOUNT, UAVLSUM_BALANCE)
    AS
    SELECT cust_code,
           prem_code,
           SUM(amount),
           SUM(balance)
    FROM (
    SELECT uabopen_cust_code cust_code,
           uabopen_prem_code prem_code,
           uabopen_billed_chg amount,
           uabopen_balance balance
    FROM   uimsmgr.uabopen
    UNION ALL
    SELECT uabpymt_cust_code,
           uabpymt_prem_code,
           uabpymt_amount * -1,
           uabpymt_balance * -1
    FROM   uimsmgr.uabpymt
    UNION ALL
    SELECT uabadje_cust_code,
           uabadje_prem_code,
           uabadje_balance,
           to_number(0)
    FROM   uimsmgr.uabadje
    WHERE  uabadje_balance <> 0)
    GROUP BY cust_code,
             prem_code

    Find the below explain plan output which we get from the execute the query
    STATEMENT_ID            TIMESTAMP     REMARKS        OPERATION     OPTIONS          OBJECT_NODE OBJECT_OWNER            OBJECT_NAME            OBJECT_INSTANCE      OBJECT_TYPE OPTIMIZER      
                16/01/2009 05:57:24                   SELECT STATEMENT                                                                                                                           RULE                                                                                                                                                   
                16/01/2009 05:57:24                   FILTER                                                                                                                                                                                                                                    
                16/01/2009 05:57:24                   SORT           GROUP BY                                                                                                                                                                                                                      
                16/01/2009 05:57:24                   TABLE ACCESS           BY INDEX ROWID                     UIMSMGR                     UABPYMT                                1                                             
                16/01/2009 05:57:24                   NESTED LOOPS                                                                                                                                                                                                                                  
                16/01/2009 05:57:24                   VIEW                                                   UIMSMGR                                                         3                                             
                16/01/2009 05:57:24                   UNION-ALL                                                                                                                                                                                                                              
                16/01/2009 05:57:24                   TABLE ACCESS           FULL                            UIMSMGR                     UABOPEN                                    4                                             
                16/01/2009 05:57:24                   TABLE ACCESS           FULL                            UIMSMGR                     UABPYMT                                    5                                             
                16/01/2009 05:57:24                   TABLE ACCESS           FULL                            UIMSMGR                     UABADJE                                    6                                                                                                                                                         
                16/01/2009 05:57:24                   INDEX       RANGE SCAN                                   UIMSMGR                     UABPYMT_CUST_PREM_INDEX                        NON-UNIQUE                                                                                                                           
    Index column:
    Table name :UABPYMT
    Column Name
    UABPYMT_APPL_IND  
    UABPYMT_APPROVED_IND    
    UABPYMT_PYMT_DATE          
    UABPYMT_SOURCE    
    UABPYMT_ORIGIN                   
    UABPYMT_CUST_CODE          
    UABPYMT_PREM_CODE         
    UABPYMT_PYMT_DATE          
    UABPYMT_AR_TRANS             
    UABPYMT_GL_IND                  
    UABPYMT_GL_POST_DATE     
    UABPYMT_AR_TRANS  

  • How can i join the tables

    hai guys,
    can any body explain the table joining procedure step by step process.what is the necessay to join the tables
    Regards
    kiran

    Hi,
    Steps
    1. Enter t.code : SQVI
    2. Enter the name : TEST press the create button.
    3.Enter the title & Comments
    4.Select table to join
    5.Select the second icon (INSERT TABLE)
    6 enter table name : EKKO
    7.again insert table
    8.enter table name : EKPO
    Note the table you are joining should have COMMON field
    9. press green arrow button
    10. Select the  output parameters in table 1 -EKKO
    11  Select the output parameters in table 2 -EKPO
    12. select the  layout
    13 SAVE
    G.Ganesh Kumar

  • 'unable to join the network...' wifi network error ! please help, 'unable to join the network...' wifi network error ! please help

    im on pay as you go.. still trying to set up wifi to my home network.. im putting in the password (sky broadband) and i keep getting the message
    Unable to join the network...
    driving me crazy now - please help !

    Other possibilities:
    Your router firmware is out of date. Check the manufacturer's website for an update
    You have MAC (Media Access Control) filtering enabled on the router, that restricts access to "known" devices and the new iPhone is not on the table of known devices
    Your router has a setting limiting the number of simultaneous allowed devices
    Your routers SSID ("name") is still the default (e.g., LINKSYS, DLINK, NETGEAR, etc). Your phone has encountered other routers with the same name as you have traveled, and the phone is confused as to which router is the real one. If your router's name is still the default you should change it.

  • TS1398 My i-phone model MD654LL/A serial F17JWNAF8H2 says "Unable to join the network "sunday".  This is my WIFI network I have had for years.   My I pad has no problem connecting, but not my i-phone. I just tried my daughter's i-phone and it has same pro

    My i-phone cannot connect to my wi fi-all of a suddon.  My wife's i-phone 4 is connected to the wi-fi network.
    I just tried to connect my daughter's i-phone 5, and could not connect message came up "unable to join the network "Sunday".
    My I-pad is connected to Sunday also.
    I tried the reset routine, and when I try to get on line, it asks for my password.  I put it in and it stll says unable to hoin message.
    Can someone help?

    Reset your network settings. Settings>General>Reset>Reset Network Settings

  • HT4623 Hi having difficulty connecting to wifi following upgrade to 7.0.4 for an iPad 4.  Have done a complete power down and restart , no luck.  Unable to enter a password to the home locked wifi. Message coming back Unable to join the network ".........

    Just installed iOS 7.0.4 on the ipad, and can no longer connect to my home locked wifi.  I choose the home wifi network and the message comes back with   Unable to join the network "............"    Dismiss.  There is no prompt for the password for the locked network. . . .  Any suggestions  . . . . .

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • New iPod Unable to join the network after inputting password

    Got my iPod this am..
    looked too good to touch no pun intended.
    I went through the instructions, interrupted with an offer to update_, which I did.
    I then saw that the iPod was off line and went to set up the connection.
    I do have a Time Capsule but I just use it as an external drive, I use Ethernet connections between it my Netopia router/modem which provides my Wi Fi for another computer.
    I have a WPA-PSK security on the Netopia.
    My Wi Fi shows up on available networks, I am asked for my password but then I get a message "Unable to join the network"
    I must admit that my password is long (and a bit racy) my fingers a bit big, but I know that I have got it right on at least a few occasions.
    I have tried entering the details on "Other network" with the same result.
    Could my WPA-PSK be a problem?
    I would be most grateful for any suggestions.
    Various forms of this problem have appeared on this forum, but I think mine is a bit different.
    Thank you.

    Thank you.
    Went through that pretty well.
    Finally solved it in 2 steps.
    1. reset my modem/router to factory settings.
    Odd situation, wireless settings, but dependent on ethernet connection.
    2. read a post from Hong Kong re strange network settings.
    On his advice, into network, changed location from Automatic to one of my choosing.
    Bingo! everything came good.
    Totally wireless connection. iPod jumped to it. Isn't it great when everything comes together?
    I still wonder why it didn't take the signal from the WiFi part of my Modem/Router?
    Probably just as well as it sorted my Time Capsule connections out, probably for the first time since I bought one back in early 2008, and its recent replacement when it joined the epidemic of sudden death recently.
    Cheers

  • Getting an "unable to Load the tables in the power pivot window" error

    Hello,
    I have 2 worksheets in a excel file and would like to load both into a power pivot table. When I click the 'create linked table' in the pwer pivot ribbon, The powerpivot window open and looks like its about to load the data but then I get
    a popup dialogue box with the following error:
    Unable to load the tables in the powerpivot window 
    ============================
    Error Message:
    ============================
    The given key was not present in the dictionary.
    ============================
    Call Stack:
    ============================
       at System.ThrowHelper.ThrowKeyNotFoundException()
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at Microsoft.AnalysisServices.Modeler.SheetTabs.PopulateSheetList(String selKey)
       at Microsoft.AnalysisServices.Modeler.SheetTabs.SetSelectedSheet(String key)
       at Microsoft.AnalysisServices.Modeler.ClientWindow.RefreshClientWindow(String tableName)
    ============================
    When I try again, there is a meesage saying the table is already linked but I dont see any data.
    has Anyone seen this error before and know what to do?
    Thanks,
    Nathan

    Hi
    I get first the same error as above but after I look into the details I see the following error message:
    in translation the error message is: There is already a item with the same key added.
    I can open the power pivot window in diagram view. And after I refresh the data in one of the tables I can open it in the table view. I have already searched for "!" signs in the calculations and searched for calculations with same name but that
    is not the problem.
    Also I can't open the synonym window. I think this has something to do with it because I've made changes in the synonyms.
    ============================
    Foutbericht:
    ============================
    Er is al een item met dezelfde sleutel toegevoegd.
    ============================
    Aanroepstack:
    ============================
       bij System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       bij Microsoft.AnalysisServices.Common.LinguisticModeling.SynonymModel.AddSynonymCollection(Tuple`2 measure, SynonymCollection synonyms)
       bij Microsoft.AnalysisServices.Common.LinguisticModeling.LinguisticSchemaLoader.DeserializeSynonymModelFromSchema()
       bij Microsoft.AnalysisServices.Common.SandboxEditor.LoadLinguisticDesignerState()
       bij Microsoft.AnalysisServices.Common.SandboxEditor.set_Sandbox(DataModelingSandbox value)
       bij Microsoft.AnalysisServices.XLHost.Modeler.ClientWindow.RefreshClientWindow(String tableName)
    ============================
    Thanks,
    Leo

  • I just returned from Europe and my ipad will not connect to my home WiFi. It keeps giving me the message ""unable to join the network "Pepper".  This is my known home network.

    I just returned from Europe and my ipad will not join my home WiFi network.  It keeps giving me the message "Unable to join the network"  Any ideas?
    I turned off my airplane mode.

    "That was Easy!"  Thanks!

  • I bought a used ipod that I'm trying to set it up and it isn't letting me join my home wi-fi network. So I turn it on and I pick language, then country, then my wi-fi network. When I put in my password it says  -Unable to join the Network.  please help!!!

    I bought a used i-pod touch 4 gen that I'm trying to set up.  It isn't lettting me join my home wi-fi network. So I turn it on and I pick language, then country , then my wi-fi network.  When I put in my password is says - unable to join the network.  I have 4 other Apple products that I have that are working fine.  Please help

    Badunit you said "Continue setting up without the network. You can skip past it, right?"
    It sounds like he is setting up the iPod via wif. You can't continue. What yo can do is reset the iPod
    - Reset the iOS device.
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Then start the setup over again but this time connect the iPod to a computer and set up via iTunes. Then he can troubleshoot the connection proboem.

  • When I try to connect to the wi-fi net work at my work place on my new iPad 3  I get a message, "unable to join the network". I have verified the password, so I know it is correct. I know the wi-fi works, because I can connect at home.

    When I try to connect to the wi-fi net work at my work place on my new iPad 3  I get a message, "unable to join the network". I have verified the password, so I know it is correct. I know the wi-fi works, because I can connect at home. I have already tried the following:
    turn wi-fi off and on again
    did a hard restart of my iPad
    reset network connections back to factory settings
    verified wi-fi is working as my computer accesses internet without issue.
    verified that my software is up to date.
    Does anyone have more suggestions?

    Couple of suggestions.
    First, many companies have a gateway on their networks that block non approved devices.  I work in such a place.  You might check with an IT guy , and see if they have a block in place.
    Second, the message you are getting means that you have not negotiated the security settings.  So either the password is wrong ( case sensitive), or, in some cases, they want a network key as opposed to your normal password.
    Again, if you can find one, talk to an IT guy and see if he has some suggestions.

Maybe you are looking for

  • Error in installing Photoshop CS5 extended.

    I'm trying to install Photoshop CS5 Extended on my laptop (win 7 64 bit), and I always get a installation error. The error is "There were problems with your installation. Some required components may have failed to install. This could impact the func

  • How to change the text of item's displaying in the folowing ALV.

    Hi Experts, I want to change the text of item's displaying in the folowing ALV. Go to ME23N->Click 'Messages'->Click 'Further Data' -> Click 'Displ.Originals'. Here one small ALV grid is appearing. Currently it is showing same name's under the 'Title

  • Pictures in camera roll erased after restart of phone

    Need help with this. First note that this is not a syncing with computer/itunes matter. All pictures that I take and that are stored in the camera roll are gone after I restart the iPhone 3G (even if I dont connect to a computer after the pictures ar

  • Update cheque encashment date without posting

    Dear Expert, i am looking for a solution, whereby the check encashment date can be updated without any posting done. this need to be done on a weekly basis i have explored program;RFEBCK00 & txn code; FCHR but it generated posting, if there any other

  • Look for a similar product

    We purchased the following wireless Access Point for my client. It will not work because it is made to clip into a drop ceiling. It will not look good because the cables will dangle if we keep it any where else. Cisco Aironet 2 dBi Diversity Omnidire