How to construct alias view (source) in Mapping Level

Hi All,
I have the following logic, in PL/SQL Code as follows:
from source a, source b
where a.PLKC = b.PLKC
and a.PLDO = b.PLDO
and a.PLDC = b.PLDC
and a.PLLN = b.PLLN
and b.PLAD > 0 )
How can we implement same logic in Mapping level by using Joiner.
Thanks in advance...

Hi All,
I have the following logic, in PL/SQL Code as follows:
from source a, source b
where a.PLKC = b.PLKC
and a.PLDO = b.PLDO
and a.PLDC = b.PLDC
and a.PLLN = b.PLLN
and b.PLAD > 0 )
How can we implement same logic in Mapping level by using Joiner.
Well just use joiner operator in mapping, and connect your source tables to input groups (let us say a and input group b) and than set your join condition as you have write it here:
a.PLKC = b.PLKC
and a.PLDO = b.PLDO
and a.PLDC = b.PLDC
and a.PLLN = b.PLLN
and b.PLAD > 0

Similar Messages

  • How to use street view in apple maps

    How do I use street view in apple maps?

    You don't. Street View is a Google Maps feature, so you have to use it in the free, downloadable Google Maps app.

  • How can we change in 1st char mapping level in sap pi?

    Hi All,
    There is inbound scenario(third party system to SAP),in the mapping level they are ask us to change 1st char = "9".
    can any one pls tell me how can we change in mapping level?
    Thanks
    Narendra

    you can use predefined text function substring remove first charecter and if you want to replace first charecter then first remove by substring function then use concat function to append desired charecter.
    to remove first chaecter  use belwo values
    substring parameters as start position 1 and charecter count 0

  • How to update calander in FDMEE source period mapping

    Hi,
    We are trying to find to update the calender in FDMEE source period mapping.
    i have attached the screenshot. Once i selected the calendar MD(jan - Dec),the GL year details upto 2014 is coimg up where as 2015 is still missing.
    We would like to know how to add 2015 year details....where this calendar is being maintained.
    Our source is Peoplesoft General Ledger and target is "ARM".
    Please advise.
    Thanks,
    Ramanujam

    Hi Ramanujam,
    There are 3 methods to update the Calendar or defining the period
    E-Business Suite and PeopleSoft calendars have these important elements:
    Calendar—Identifier for a calendar
    Start Date—Start date of the period
    End Date—End date of the period
    Refer the section "Define Period mappings" (Pg 102 - 108) in guide - http://docs.oracle.com/cd/E40248_01/epm.1112/erpi_admin.pdf
    Thanks,

  • How do I know the source of 0DOC_CATEG in a report since mapped from 3 diff

    Hi,
    How do I know the source of 0DOC_CATEG in a report since mapped from 3 different sources
    I have in report a 2 chars, 0DOC_CATEG and 0DOC_TYPE which are in a dimension Dim1 in the multiprovider Mult1.
    In the Identification for the multiprovider, it shows that the 2 fields come from the cube, Cube1.
    Now in the 4 update rules from the underlying 4 ODS’s to the cube1, the characteristic mappings show that 0DOC_CATEG and 0DOC_TYPE are being mapped from 3 different ODS’s(Order Header, Billing Item and Billing header) to the cube1.
    So now, if in a report I see 0DOC_CATEG and 0DOC_TYPE, how do I know whether it came from the Order Header ODS, Billing Item ODs or Billing header ODS?
    Thanks

    hi,
    it is from the same cube then you can do for analysis  by adding the request id from the datapackage dimension and chk the corressponding req id in the manage tab of you cube/monitor screen.
    Ramesh

  • How can I view source on an app (preferably before installing)?

    An app for Firefox OS is programmed in HTML and JavaScript. So, just like a webpage, I should be able to View Source, right? That's always been the empowering Mozilla approach, as far as I understand. View Source is great for learning by example (just like how I originally learnt HTML!), but also for open audit. Ideally I'd like the opportunity to look over the code before I agree to install.
    If I go to https://marketplace.firefox.com/app/astroalpaca using my desktop browser, or if I find it in Marketplace using my ZTE Open, I can't see a View Source option anywhere. Where is it please?
    I can understand not showing it on a small phone screen, but there's no reason why someone visiting Marketplace with a laptop/desktop web browser shouldn't download and inspect the app package.
    If it doesn't exist (I'm starting to suspect this is the case), then where's my empowerment? What makes these fxos apps any less of an impenetrable consumer black box than android apps?

    Wow OK. So for future reference, "View Source" (Ctrl+u) doesn't do it, since I guess the button comes from JS. So instead you need to:
    * Open the inspector (Ctrl+shift+c)
    * Click on the install button (to inspect it, not to install it).
    * In the panel you get to see the source code for the button which includes the URL to the .webapp file (it might be hosted separately as in the example, or on the marketplace)
    * You can copy and paste that URL and then open that file to see where the app content is delivered from, and then if you follow those paths you can view the HTML, JS etc.
    So that's really quite buried, but I'm glad that at least it's technically possible! Not quite as easy as Ctrl-U ;)

  • Where is View Source? How can the source code of a website be viewed?

    Where is View Source? How can the source code of a website be viewed?
    View Source used to be accessed via a drop-down menu, but no longer. Why?
    I'm using Firefox 24.0.

    1.)Get into Firefox.
    2.)open any page that you want to see the source code.
    3.)After complete opening of the page do"right click"then you can see view page source,click it to see Source of the page.
    Thank you.

  • JimP: Setting srcview in View Source -- how?

    Gentlepersons,
    I'm reposting this question because my previous posting on this topic had an error in it that made responding difficult.  My bad.
    Run this tiny Flex app (which does absolutely nothing of interest):
         http://www.igetitmusic.com/blog/SWFs/Tweener/Tweener.swf
    ...and then select its "View Source" menu item (by right-clicking or command-clicking on it). Up comes the source code, which is in
         http://www.igetitmusic.com/blog/SWFs/Tweener/srcview/index.html
    Coolness!
    The same applet is embedded at the bottom of a blog posting here:
         http://www.igetitmusic.com/blog/2009/05/shape-of-frustration.html
    ... by embedding a link to exactly the same SWF as above (that is, to http://www.igetitmusic.com/blog/SWFs/Tweener/Tweener.swf).
    Now, select the "View Source" menu item in the BLOG's reference to the applet.
    Whoa, Nellie!  It doesn't work!  It looks for the source code in the wrong place: http://www.igetitmusic.com/blog/2009/05/srcview/index.html.
    Where did that path name come from?
    What algorithm is the View Source menu item using to generate the path name to its source code?
    How can I override this algorithm's behavior so that embedding [swfpath]/foo.swf into [whatever]/aPage.html will cause the View Source menu item of that object look for its source at [swfpath]/srcview/index.html, not [whatever]/srcview/index.html?
    Respectfully, and with sincere appreciation for any help, I am
    Yours,
    Jim Plamondon
    Austin, Texas
    www.igetitmusic.com/blog
    P.S.: PLEASE DO NOT tell me that "you can generate source by checking the "View Source" checkbox in the "Export Release Build..." dialog. Clearly (this is clear, isn't it?), the problem isn't generating the source, it is finding the source at runtime.

    Gentlepersons,
    This turns out to be a known bug in Flex 3, which has been fixed in Flex 4 (which is still in development).
    In the meantime, the workaround is to expose, in the web page in which a SWF is embedded, a separate link to that SWF's source code (labelled something like "click here for source code").
    Hoping that this helps, I remain
    Yours,
    Jim Plamondon
    iGetIt! Music
    www.igetitmusic.com/blog
    Austin, Texas

  • How to view source of java libraries?

    Hello,
    I need to view how some things in Java are implemented,
    like how Objects are added to HashMap etc. I know this can
    be done with IDEs like JBuilder and Netbeans, but is there
    another way? All the classes are in rt.jar as far as I know,
    but viewing those would need a decompilation. How do you
    people view these files to see how Java does some of it's
    things?
    I don't have any IDE at use right now, so that's why
    I'm asking.
    Thanks in advance.
    kari-matti
    Message was edited by:
    kari-matti

    In your JDK directory you'll find a src.zip file which contains all the sources.
    kind regards,
    Jos

  • Ffox hangs when I try to view source code - any ideas how to stop this?

    Ffox hangs when I try to view source code - any ideas how to stop this?
    hangs forever... have to use control-alt-del to close :-(

    Usually a USB error. Read here:
    http://support.apple.com/kb/ts3694#4000

  • How can we prevent viewing the source code  of JSP by the user

    Dear sirs,
    how can we prevent viewing the source code by the user ( from the browser for the Viwe Sorce option) for a JSP file that use struts frame work.
    infact i don't wan the user to view the javascript that in incorporated in the JSP for various purpose...
    thanks and regards...
    Sudheesh K S
    INDIA

    Dear sirs,
    how can we prevent viewing the source code by the
    user ( from the browser for the Viwe Sorce option)
    for a JSP file that use struts frame work.
    infact i don't wan the user to view the javascript
    that in incorporated in the JSP for various
    purpose...
    thanks and regards...
    Sudheesh K S
    INDIAJSP and Servlets are programs/scripts that run on the server. The user/clients only sees the HTML output generated by the server. If you want to hide JavaScript from casual users then you can put the JavaScript code in a seperate file. This file can however be read from the Cache.

  • JimP: Setting View Source's srcpath -- how?

    Gentlepersons,
    Here's a tiny liittle Flex app:
    I'd love to show you the source to this app, but I don't know how to do so. I have been pounding Google and reading books (half a dozen so far) and none of them say how to specify the path of the "View Source" menu item.  They say "Just select Project ->Export Release Build, check the View Source option, and voila! You're done!" But that is not the end of the process.  That's just the start.
    - How, *exactly*, does one place a Flex app on a given web page? Obviously, I've learned a tidbit or two about this, or I wouldn't be able to place the above app in this web page. But maybe I'm doing it wrong, and perhaps that wrongness is causing my View Source problems.
    - The app above is online at http://www.igetitmusic.com/blog/SWFs/Tweener/Tweener.swf. To get it there, I copied the entire bin-release folder to my server's SWFs folder, and renamed it after the project name ("Tweener").  Is this the right thing to do?
    - The above app's View Source menu item looks for its source code in some apparently-random place.  I say "apparently-random," because I cannot find documented anywhere the process by which this path's default is determined, and the process by which you set it to something other than the default.
    The question, then, is this: What, *exactly* -- leaving out no "obvious" steps -- is the algorithm for publishing a Flex application to the Web, such that its View Source menu item works?
    The meta-question is, where is this algorithm documented? I suspect that this as-yet unread tome will hold the key to answering many other similar questions that have been bugging me.
    Overall, I am really enjoying the process of learning Flex. It's this "obvious" stuff that's tripping me up (and thereby bugging the crap outa me)...
    Respectfully, and with sincere appreciation for any help, I am
    Yours,
    Jim Plamondon
    Austin, Texas
    www.igetitmusic.com/blog

    Gentlepersons,
    This turns out to be a known bug in Flex 3, which has been fixed in Flex 4 (which is still in development).
    In the meantime, the workaround is to expose, in the web page in which a SWF is embedded, a separate link to that SWF's source code (labelled something like "click here for source code").
    Hoping that this helps, I remain
    Yours,
    Jim Plamondon
    iGetIt! Music
    www.igetitmusic.com/blog
    Austin, Texas

  • How to set the view HTML source in IE using Notepad to open?

    When I want to view the HTML source in IE, Java Web Start is launched instead of Notepad after I install the Java Web Start. How can I change the view source back to using Notepad?

    Sorry, a late reply: simply remove (or rename) the JWS Notepad shortcut from your desktop.
    It seems that this "lovely" little example application
    has taken over IE's "view source" feature by trying to
    launch itself in the place of notepad. It would be quite disappointing from the sandbox point-of-view if a JWS application would be able to make such changes without any warning...
    It's more like Windows cannot handle two applications with the same name. Just hold down the Windows key, hit R and type "notepad" in the Run dialog and you'll also get the JWS demo -- while typing "notepad.exe" still fires Windows Notepad.
    Even more strange: typing "notepad" in a MS-Dos box does not fire the JWS demo, even when you change the current directory to be your desktop, like c:\windows\desktop. However, typing "start notepad" in that specific directory does fire the demo...
    Even although in the Windows registry one finds HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor shows the full path to the Windows notepad.exe, it is simply not using that information. You can't blame that on JWS.
    So: simply removing or renaming the shortcut helps you out. Or, even better: put a shortcut named Notepad on your desktop and make it refer to your favorite editor -- c:\program files\accessories\worpad.exe if you don't have anything better -- this will make searching the source code in IE much easier...
    Arjan.

  • How to construct current controlled current source

    I wish to check my solution by using multisim,however, i don't know how to construct a circuit that contain current controlled current source. Hope anyone can help me.Thanks in advance
    Solved!
    Go to Solution.

    Thank for your reply...I have tried to construct the circuit already.But the current that i get from calcuation is 254.8mA, and from the multisim, i get 181.819mA,i dont know which part i connect wrongly.Here is the circuit that i done.

  • How can I edit an html file in Firefox using View Source?

    I have created an html webpage and saved it to my pc. I can't edit the html file in firefox when I right click on the page and select "View Source". I can view the code but I can't edit it. I can do this in IE9.
    I thought I was able to do this before in Firefox.
    Did my settings change somewhere that I can no longer do this?
    Do I have to have something checked in the Web Developer extensions for it to work?
    I'm using Firefox 24.0
    Thank you for any help with this. :)

    The View Source window in Firefox cannot be used to change computer codes. Nor can the Web Developer tools.
    Sorry for any inconvenience.
    I suggest using Programmer's Notepad.

Maybe you are looking for