How can I link table KONV with table VBRP and VBRK using KSCHL field?

Hi experts,
How can I link table KONV with table VBRP/VBRK using KSCHL field so that items are fully filtered?
Thanks,

Hi,
If you do not want to specify it as hard code, then define a variable for it if you want to pass the value for it from the selection screen so that it will be dynamic. Code will be as follows.
select-options: x_KSCHL for T685l-KSCHL.
select kwert
           kbetr
           knumv
           kposn
           kschl
      from konv
      into CORRESPONDING FIELDS OF TABLE it_konv
      FOR ALL ENTRIES IN it_all
      where knumv = it_all-knumv
      and   kposn = it_all-b_posnr
      and   kschl in x_KSCHL. "Dynamic Selection as per the selection screen input
  endif.
Hope this helps.
Regards,
Chandravadan

Similar Messages

  • How can I create a query with tables in INFOSET?

    Dear Gurus,
    How can I create a query with tables in INFOSET?
    Just tables and fields INFOSET?
    Kind Regards,

    Hello
    Check following SCN Article for your understanding/reference:
    - [Using Infoset Query ,SAP Query and Quick Viewer|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10eab7af-0e54-2c10-28a5-87b47adbe1a5]
    Regards
    JP

  • How can I crate a view with tables which require "Left outer join"?

    Hi guys,
    how can I define a view with tables which require "Left outer join"?. In SE11 "View",->tab "Join condition", it seems that it valid only for "Inner Join".
    Please give me some hint.
    Thanks in advance.
    Regards,
    Liying

    Hi
    Inner Join and Outer Join 
    The data that can be selected with a view depends primarily on whether the view implements an inner join or an outer join.
    With an inner join, you only get the records of the cross-product for which there is an entry in all tables used in the view.
    With an outer join, records are also selected for which there is no entry in some of the tables used in the view. (ABAP allows left outer join.)
    The data that can be selected with a view depends primarily on whether the view implements an inner join or an outer join.

  • How can I link my database with flash?

    Hi…
    How can I link my database with flash to display image (to
    display it in master details page)
    Please your help ASAP.
    Regards,

    You could use some server-side scripting like PHP or ASP.
    http://www.kirupa.com/web/index.htm

  • How can I link my iPhone with my iPad?

    How can I link my iPhone with my iPad?

    If you mean link using iCloud, go to Settings>iCloud and sign in with the same ID on both of them, then turn on the data you want to sync.

  • How can I make the popup with empty fileds and create new record?

    I would like to use a popup to create new record.
    I created a af:popup by drag and drop a VO from data control to jsff. then, I created a button and place a af:showPopupBehavior. I was able to popup window by click the button.
    however, the window filled with the information from the 1st record. and when I select a record in table and click popup, the popup is filled with that record.
    How can I make the popup with empty fileds and create new record by saving the popup?
    Thanks

    You can have edit and new buttons, in the PopupFetchEvent identify button source (using popupFetchEvent.getLaunchSourceClientId()) if new button clicked clear the binding using below code.
    If you want to see empty fields, in the popup PopupFetchEvent clear the input component bindings.
    resetBindingValue("#{bindings.<componentid>.inputValue}", null);
        public static void resetBindingValue(String expression, Object newValue) {
            FacesContext ctx = FacesContext.getCurrentInstance();
            Application app = ctx.getApplication();
            ExpressionFactory elFactory = app.getExpressionFactory();
            ELContext elContext = ctx.getELContext();
            ValueExpression valueExp = elFactory.createValueExpression(elContext,expression,Object.class);
            Class bindClass = valueExp.getType(elContext);
            valueExp.setValue(elContext,newValue);
        }

  • How can I change from paying with a credit card to using prepaid for itunes

    How can I change from paying with a credit card to using prepaid for itunes on ipad 2 .alrwady have app ID

    iTunes Store: Changing Account Information
    http://support.apple.com/kb/HT1918
    Apple ID Support - Manage Account
    http://www.apple.com/support/appleid/manage/
     Cheers, Tom

  • I live in Germany at the moment. How can I buy iPad mini with retina online and  get tax free?

    I live in Germany at the moment. How can I buy iPad mini with retina online and  get tax free?

    Do you qualify for a tax free purchase?  The online stores will collect the required taxes for their country and region.  I know in the USA, if you are a tax free corporation, and you purchase it directly with a corporate account, you can get an item tax free using the company account and the corporations registered tax exempt number.  But an individual citizen cannot avoid paying the appropriate required taxes when shopping the online Apple web store.

  • How can I sync my iPod with another iPod as I use the same iTunes account?

    I currently have an iPod Nano and want to go for an iPod Touch soon. My iPod Nano has a lot of iTunes music that I’d rather not have to pay for a second time. How can I get that music on to my new iPod without having to pay for it again?

    The best approach would be to register your new iPod to your current iTunes account then sync to the matching library much like your old one. You can learn more about BACKING UP and managing content simply by downloading and reading on your user guide.

  • How can I set up itunes with one ipod and two laptops?

    My boyfriend gave me an ipod a few months ago and he let me set up itunes on his laptop so everything is there. now that i have my own laptop i want everything thats on his laptop on mine. The itunes part i mean. but i don't know how can anyone help me?

    Do as this article says:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    That will make your iPod the syncing computer.
    You can only have one syncing computer/iTunes library for apps. and photos. You can however, manually sync music and vides from multiple computer/library if you sync manually. See that topic of:
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad

  • Srvrmgr syntax: how can I create Named Subsystem with both Name and Description values?

    In looking through bookshelf, there is no syntax discussed that allows you to include both the Name value and the Description value for a Named Subsystem/Profile Configuration.  In the screenshot, the circled values were created with the server manager command-line.
    In contrast, you can create a component definition with a Name (full name) and Description.
    For CompDef, this works:
    create component definition CompDefTest1_enu for component type AppObjMgr component group Fins run mode Interactive full name "Test Comp Def Test 1" description "Test 1 Object Manager CompDef"
    For Named Subsytem, this does NOT work:
    create named subsystem Test5 for subsystem EAITransportDataHandlingSubsys full name "Test 5" description 'Test 5 Description'
    Can anyone tell me if, for a Named Subsytem, there is a proper syntax to include both the Name and Description values in the command-line, or is the only way to manually create it in the UI?

    Hi,
    I have reviewed the help for create command in srvrmgr, it does not give the full name and description as parameters for subsystem creation. However, as you indicated these parameters are available for component definition creation:
    srvrmgr> help create
      create { component group | compgrp } <component group name>
           [ full name <descriptive name> ]
           [ { description | desc } <description of component group> ]
      create { component definition | compdef } <component definition name>
           for { component type | comptype } <component type name>
               { component group | compgrp } <component group name>
           run mode { batch | interactive | background }
           [ full name <descriptive name> ]
           [ { description | desc } <description of component definition> ]
           [ with [param <param_name>=<value>[, <param_name>=<value>...]]
                  [fixparam <fixed_param_name>=<fixed_value>[,...]]]
      create named subsystem <named_subsystem_name> for
           subsystem <subsystem_name> with <param_name>=<param_value> [, ..]
    Bookshelf also has an example of subsystem creation that does not include full name and description:
    http://docs.oracle.com/cd/E14004_01/books/StoreFwdMsg/StoreFwdMsg_InstallConfig14.html#wp1351472
    In this case I suggest you to create a ticket on My Oracle Support to confirm that srvrmgr does not support creating a new subsystem with full name and description parameters, and request an enhancement request for these parameters to be included in create statement for new subsystems when using srvrmgr.
    Hope it helps,
    WSiebel

  • Oracle Purchasing - How can I link a requisition with a purchase order?

    Hi All,
    I have a problem. I don´t know how to lonk a requisition with a purchase order.
    I use the following tables:
    PO_REQUISITION_HEADERS_ALL
    PO_REQUISITION_LINES_ALL
    PO_LINES_ALL
    PO_HEADERS_ALL
    PO_DISTRIBUTIONS_ALL
    Those are the mains tables, but I can´t obtain a purchase order information based on a created requisition.
    Someone could help me?
    Thanks,
    Facundo.

    Absolutely, Emile.
    Use the Tooltip Widget. Inside the Tool Tip you can put what ever content you wish. Let me know if that works for you.
    If not can you supply a link?

  • How can I link my iPhone with a new MacBook if I have apps on the iPhone from 3 different Apple ID accounts?

    Since I live in three diffirent countries and I have 3 Apple ID accounts on my iPhone 4S. Recently I bought a MacBook Pro with Mountain Lion installed.
    I am not sure that when I connect my iPhone with a new MacBook all my data (apps, music, podcasts, etc.) will be transferred from the iPhone to MacBook iTunes.
    So what should I do to transfer all my data to the new MacBook and to sync the data with iPhone as usual?

    Follow the steps here, but when you come to the part about "authorizing" this computer, you will have to do so for each account/Apple Id:
    https://discussions.apple.com/docs/DOC-3141

  • Can I link a query with an Excel file without using universe designer?

    Post Author: nicmac3030
    CA Forum: WebIntelligence Reporting
    I have an Excel file that contains a list of 200 seller codes.  The list is updated on a weekly basis.
    I need to create a query in Webi that shows ONLY those records in our main table that match one of the seller codes on the Excel list.
    Is there an easy way of doing this?  I don't really want to hassle our universe designer guy with a new file to import every week.  But if that's the only way to do it, we will have to.
    Back in BO v5 we used an Excel macro to add all the codes into a long text string with commas & pasted that into the query designer.  Unfortunately there are many queries that need to be updated, so hopefully there's a way to automate this.
    Thanks for your help.  Cheers, Nick

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Nick,
    You don't mention what version of BusinessObjects that you are using.  If you are going to adopt XI 3.0 sometime soon, then you will have a definite capability of doing what you want with a new product included in 3.0 called "Rich Client".  At this moment I can't think of any other way to achieve what you want other than RC.  You can read more about RC at the Business Objects docs web site, here: http://support.businessobjects.com/documentation/product_guides/boexir3/en/xi3_web_intelligence_rich_client_en.pdf

  • How can I print two-sided with Mountain Lion and an Epson WF-2540?

    I just purchased an Epson WF-2540 printer with two-sided printing capabilities. The manual includes easy to follow instructions on doing this with a PC. However, it doesn't seem to be present in OSX Mountain Lion (10.8.4). I have looked all over for the answer, but nothing helps with this specific problem. It seems like, before Mountain Lion, there was a simple check-box within system preferences>print and fax>options and supplies>drivers that said "duplexer." Now, that option is not present. I would love to be able to use this function on my new printer. Thanks for all of your help!

    I have the answer ...
    The Epson WF-2540 does not appear to be a two-sided printer!
    Reference this article:
    http://www.epson.com/cgi-bin/Store/jsp/Product.do?BV_UseBVCookie=yes&sku=C11CC36 201
    The following is extracted from that article:
    There is no reference anywhere in what I've shown or the rest of the article to two-sided printing.
    Compare that to my Epson Workforce 645, which is a two sided printer.  Here's what it says in the Epson writeup:
    ... and indeed my options under the Layout dropdown menu look a lot different from yours, and from there I can choose two sided (whether I've attached as AirPrint or not, by the way).

Maybe you are looking for

  • How do i rename multiple files at once?

    i have quite a few file groupings that i would like to rename without having to click on each one individually. I would like to either rename them serially (ie: tree a, tree b, ..., tree x) or just tack on a name to the beginning of each file name (i

  • What version of Safari do I need for Gmail?

    What version of Safari do I need for Gmail? It says my current version (5.1.10) is outdated.

  • Portal Users Login Time during a particular interval

    Hello, I have gone through many forums and blogs but didn't find any helpful comments on how do I get the list of users and their respective login times during a particular time interval. All my users are stored inside the portal only, I am not using

  • 1 ATV, 1 iTunes Library, 2 Macs - how to synchronize?

    Hi there, my setup is as follows: - 1 iMac - 1 MacBook - 1 Apple TV - 1 NAS (CHH3SNAS) - iTunes library stored on the NAS, as well as all media files - both Macs access the iTunes library on the NAS in non-concurrent mode Currently, the ATV is linked

  • Scripting iPhoto, Graphic Converter - copy photo Comment to IPTC caption

    I want to select a bunch of photos in iPhoto and have the iPhoto comment for each file copied into its IPTC caption. The script below works without throwing an error but the IPTC caption contains some trailing garbage in about 1 out of 3 photos. How