Can i use any OWB mapping operator when i generate ABAP

it seems like in OWB mappings, if i have a SAP table as data source and i want to perform some operations (eg. JOIN, input parameters, expressions) i am limited to generating PLSQL code.
all i can get if i want ABAP generated code is a simple table (all records) column to column mappings ! is this true or am i missing some important steps ?
eg. how can i specify a date as input parameter to be used as a filter value on a SAP table before storing the results in a staging table ? keep in mind that i am expecting the extraction code to be in ABAP ...

You need to specify the join condition to generate ABAP code. Start by specfying a foreign key based on the join condition. In table 1, create a unique key. In table 2, create a foreign key based on the unique key of table 1.
There should not be any problem with the filter condition generating ABAP code. If you would like more specific assistance, log a technical assistance request (TAR) on MetaLink and Support can review your map.

Similar Messages

  • Can i use any wireless printer when using air express

    can i use any wireless printer when using air express

    If you are looking for a new printer, any wireless model will work with the AirPort Express.
    But, since you indicate that you have an iPad, you would want to make sure that the printer you choose is AirPrint compatible. This way, you will be able to print from your iPad....if you need that function.
    See this Apple support document for info on AirPrint and compatible models.
    http://support.apple.com/kb/HT4356

  • Can I using any SIM card at any where in my IPhone4 when I purchase from South Africa Vodacom ??

    Can I using any SIM card at any where(even oversea's sim card) in my IPhone4 when I purchase from South Africa Vodacom ??

    You are correct, I did a little digging as well.
    Here is an official Apple document that confirms what Lucas found.  That way you can see the information directly from the source itself.
    http://support.apple.com/kb/HT1937

  • I just bought an I phone and was playing Scrabble when an advertisement popped up and I tried to go back to the game and now I can't use any of my apps because whenever I touch one they shake and have an X on them.  What did I do?I just bought an I phone

    I just bought an I phone and was playing Scrabble when an advertisement popped up and I tried to go back to the game and now I can't use any of my apps because whenever I touch one they shake and have an X on them.  What did I do?

    Relax. Nothing is wrong.
    You accidentally tapped-and-held a little too long and you entered what many people call "jiggly mode" - i.e. app reorganization and deletion mode. When in this mode, you can move apps around on your various home screens, create and organize app folders, and delete apps (by tapping the X).
    Exit this mode by tapping your Home Button one time.

  • I can't see any pictures or graphics when using firefox, I just get a broken file image. How do I fix it?

    I can't see any icons or images when using Firefox. I can on other browsers on my apple laptop. How can I fix it?

    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Firefox > Preferences > Content: [X] Load images automatically
    *Check the exceptions in "Firefox > Preferences > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) that can block images.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • I upgraded to Mountain Lion and now I can't use any of my software!

    What a disaster and huge mistake.  Upgraded to Mountain Lion and now I can't run Autocad 2012 for Mac, any of my Adobe Creative suites software such as Photoshop, Illustrator.. and now I can't even do upgrades because Mountain Lion doesn't allow me to launch DMGs.  I've lost thousands of $'s in software, not to mention time, but most importantly now I can't even work!  I just tried to revert back to Snow Leopard by intalling it back in my hard drive and it won't let me.  I never used Time Machine.  Is there any way on earth I can revert back to my old operating software???  Please help.  And if you haven't upgraded yet and are thinking about it.  BEWARE - and don't do it.  I've been reading that Mountain Lion isn't working with Microsoft applications either.  Omy...I haven't even checked that. 
    and of course no one at Apple support can or will help me

    lunaulu wrote:
    It's not my Microsoft that I use much or am worried about.  I can't run AutoCAD.  and I can't update AutoCAD either.  When I try to mount an update just to get it working, it says it can't run the DMG file.  Apparantly this new platform doesn't use Rosetta - which is needed to run any of these updates or downloads.  ***?  and then When I try to open CS4 appliations - Adobe Photoshop, Illustrator, or InDesign - I get the message "Licensing for this product has stopped working - Error 150:30 - ***? 
    So basically I can't use ANY of the programs I ran before.  And yes I have googled desperately all day.  Adobe has some suggestions - like deleting a Flex files - which I did...Defragmenting - which I did.  And most importantly provides am Adobe Licensing Repair tool to fix - which I can't open because Mountain Lion won't mount the DMG in order to run it!  It's a complete disaster and I don't have the money or time to purchase and or reinstall everything.  I am just screwed. 
    No you are not, calm down, cbs20 already gave you the answer on opening dmg files, updates are available for most of your programs and I assume you have licenses for the Adobe products. AutoCad you'll have to wait for.
    And please .... Start Backing Things Up, you could lose it all without one, work included.

  • Can LSMW use customer specific mapping program?

    Can LSMW use customer specific mapping program?
    I have created a LSMW project to migrate various objects (Material, pricing conditions, conditions) for our new division. I want to add another object – Purchasing Info records. We already have a customer specific mapping program that prepares the data for SXDB to complete the migration. After creating the new object in LSMW, I looked in step 1 (Maintain object attributes) but couldn’t see anywhere convenient to put the program name.
    I know that LSMW provides a mapping facility of it’s own, but can I avoid reinventing the wheel and instead own specific program?
    Slath

    Hi,
    I am afraid, that is not possible. It is possible to create your own BDC recording but not the way you want to do. LSMW needs to know your source and target structures and then you do the mapping from source to target within LSMW. It stores this mapping information in several tables and unless LSMW has those entries, it will not be able to generate the mapping(conversion) program. Also, LSMW creates a 'read' file and later a 'converted' file. Your mapping program may not be doing that, which means LSMW cannot execute it in later steps to actually create the Purchase Info Records.
    You will have to create your own BI or DI program or a business object and a BAPI, or an IDOC type and message type and then publish it to standard SAP, then may be it will be possible. But that will be lot of work, instead use the standard one availble to you.
    If you want to use your existing code then, when you get to the mapping part of it, just cut and paste the logic specific to each field in the appropriate place, or don't do any individual field mapping, but just paste all the mapping logic in the ENDOF_RECORD_ section.
    Regards,
    Srinivas

  • I can not use my mouse or keyboard when I am trying to install windows via boot camp

    Please can you help!
    I can not use my mouse or keyboard when I am trying to install windows via boot camp

    Starting a couple of days ago my mouse and keyboard stopped working suddenly.  
    How are they connected?   In my case they are wireless and their receiver is plugged into my USB hub.  After an update I found the OS inexplicably not recognizing my USB hub and hence any devices which were plugged into it.  My fix was to
    plug the receiver into a different USB port (so I could use the mouse and keyboard; otherwise I would have had to use the OSK via Touch or pen.)  Once I had normal access into my machine again I used Device Manager to remove all USB controller and
    hubs (including hidden ones) and I then shut down, disconnected all USB devices and powered back up, this time using only Touch to get going.  Once the OS had settled down I started plugging stuff back in the way that I wanted it to be recognized. 
    If I didn't have Touch I would have had to have left the wireless receiver plugged in both places which I assume would be OK.  I have no idea why updates have such a catastrophic effect for USB devices.
    Robert Aldwinckle

  • I'm an American living on a timed (though long-term) assignment in Ireland. I have both American and Irish bank accounts and addresses. I have two Qs. 1. Can I use the US Adobe site when in Ireland? Or will my physical location prevent me from doing so? 2

    I'm an American living on a timed (though long-term) assignment in Ireland. I have both American and Irish bank accounts and addresses. I have two Qs. 1. Can I use the US Adobe site when in Ireland? Or will my physical location prevent me from doing so? 2. I am working for a not-for-profit organization. Is there a special pricing plan for non-profits, similar to the plans for students, small business, etc? Thanks for whatever help you can give me. (P.S. As a potential customer and past user of Adobe products for 15  years, I find it INCREDIBLY FRUSTRATING that I cannot speak with any Adobe representative, but am continually re-routed instead to a public forum to get what I hope will be accurate information. Not good, Adobe. Your products are amazing. Your customer service leaves a lot to be desired. I don't mean that with disrespect, but as honest feedback.)

    Hi bookchic
    Thanks for your feedback.
    Non-profit pricing is available to eligible institutions via the VIP program which is sold by resellers - see Eligibility guide
    For details of resellers please check here: Adobe Platinum Partners – Value Incentive Plan
    If you wish to purchase an individual plan via Adobe.com the country of your Adobe ID will determine which site you order from.
    Kind regards
    Bev

  • Can i use ANY external CD/DVD drive with the NEW mac mini?

    We just got the newest Mac Mini and want to get an external drive for importing and burning CD's and DVD's.
    Can we use ANY external CD/DVD drive or do we NEED to use the "Apple MacBook Air SuperDrive."
    Thanks
    Eliot

    Maybe.
    I've had some situations where a non-Apple DVD drive would not do a particular job.  When I tried the same project with the Apple SuperDrive everything worked perfectly.
    This is an area where I would not try to save money.
    http://store.apple.com/us/product/MC684ZM/A

  • Why I can't used any shortcut  in word?

    First day I used word to do my file, it can used the shortcut, such as "command+C for copy and command+V for paste".
    Now I can't used any shortcut in word, even though I opened another word file also can't used any shortcut.
    But I still can used the shortcut for web side such as "command+C" but if i need to paste in work can't used "command+V"
    Also that file send to another computer the shortcut can work again. Why......

    Hello Vicki,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive & clear caches.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.

  • Can't use any app utilities folder b/cNOT SUPPORTED ON THIS ARCHITECTURE

    Can't use any app utilities folder b/cNOT SUPPORTED ON THIS ARCHITECTURE
    in my macs utilities folder under applications where you find things such as disk utility and system profiler i have a problem. i am unable to open any of them. none of them have icons. they all have an icon that looks like a piece of paper and the ruler, pant brush pencil, that make an A over it. i don't have any of the original icons. like this one for system profiler.
    http://www.blogcdn.com/www.tuaw.com/media/2009/09/profilericon.jpg
    when i try to open one of them up i get a message that says YOU CAN"T OPEN THE APPLICATION (insert which ever app here) BECAUSE IT IS NOT SUPPORTED ON THIS ARCHITECTURE.
    i have had my mac since 2008 and have not used any of the apps in my utilities folder.

    That sounds like something has gone wrong with your system.
    Do you have the original install discs?
    Download the 10.5.8 Combo update from Apple.com, install it, and see if that helps.
    ~Lyssa

  • If i buy Unlocked Iphone 5s from Virgin Mobile can i use it with other operator?(In Europe)

    If i buy Unlocked Iphone 5s from Virgin Mobile can i use it with other operator?(In Europe)

    You need to clarify where you are as Virgin Mobile are a Global Mobile Virtual Network Operator (MVNO) brand however the terms and offers differ in each country.
    If you are in the USA the brand is actually franchised and operated by Sprint .
    Operating on Sprint CDMA and LTE frequency bands.
    The CDMA radio will be provioned to work off of the Sprint towers - This IS locked down and can't be used on any other network -for instance Verizon.
    The phones GSM Sim card holder and radios should be unlocked but we won't know for sure until the handsets are available to test.
    The models in question are the A1453 - 5S ad A1456- 5C- these support the most channel frequencies of any iPhone , however NOT the all important European LTE band 7 (2600mhz)
    So it is highly likely that the Virgin USA model will have unlocked SIM and GSM support will work on all European 3G and most earlier 2 and 2.5G networks however may have patchy to no European LTE support.
    Note that comment reqarding 2G (GPRS) and 2.5 G (Often called Edge) - A number of European countries and mobile operators are re-provisionng (reusing) frequencies in the 800mhz spectrum to 800DD (digital) for future LTE and where this takes place normal subscibers without LTE contracts will loose service in some areas.
    This is already taking place in the UK - Beware.
    Virgin Mobile UK are not currently an Apple iPhone dealership.
    And other countries with the band including Canada, France and India I have information about.

  • Can I Use any iTunes music in personal business ads?

    I made a iMovie trailer ad for my photography website using only my own photos. I was questioned re: the song I played part of in the background. Honestly, it was a good challenge because I did not have any knowledge whether or not I can use any or all of what I download from iTunes as ad music. In reality, I'm pretty sure I cannot. DRM only refers to syncing my own devices. So, can I use any of iTunes music in online ads? Paid different than free music? Thanks

    KonaMe wrote:
    I made a iMovie trailer ad for my photography website using only my own photos. I was questioned re: the song I played part of in the background. Honestly, it was a good challenge because I did not have any knowledge whether or not I can use any or all of what I download from iTunes as ad music. In reality, I'm pretty sure I cannot. DRM only refers to syncing my own devices. So, can I use any of iTunes music in online ads? Paid different than free music? Thanks
    KonaMe,
    Unfortunately, such use is expressly forbidden:
    You shall be authorized to use iTunes Products only for personal, noncommercial use.

  • Can I use any SATA hard drive with an iMac?

    Hi, I'm a PC user from birth, and want to purchase an iMac, but the 500gb-1tb isn't enough storage for what I currently have on my PC (I have 4x 250gb hard drives, plus I'd need more room for the Mac OS). My question is, can I use any HD in the iMac, or does it have to be a "mac" hard drive? Also, can I hook up any external hd's? If this is the case, I'll buy 5-10 external enclosures for my hd's and build a custom box for them all. (Or put it in a slower PC I have, and run as a server, as I have to sell my good PC to afford a iMac)

    My iMac reports its internal HD as 'WD3200AAJS' (WesternDigital Caviar SE line),
    so it appears to be a standard form-factor HD with a standard SATA interface.
    http://www.wdc.com/en/products/products.asp?driveid=305&language=en
    Google-around for photos of a disassembled Mid-2007 iMac. I ran across
    some pics the other day, but unfortunately, didn't bookmark them. The link
    below shows the insides of a slightly older model.
    http://home.comcast.net/~woojo/DFFA53A0-F23D-4541-9015-481FD3B6532E/iMac_Disasse mbly.html

Maybe you are looking for

  • WiFi no longer working with new Time Capsule-can you help please?

    Hi all, Just received my new Time Capsule (TC). It was a little problematic setting up, but probably due to my now choosing to increase my security from WEP to WPA as the TC set-up assistant suggests. Since then, I have had numerous problems getting

  • WAITING FOR TIME CODE....again

    Hi, when I try to capture from DV device, the capture window appears "PREVIEW DISABLED" I can remote the dv device, mark time code in or out, play tape, pause tape, the time code in the capture window run and is the same taht the tape, but when I do

  • How do I install a second USB-8451using an alias in our VI's?

    I am trying to write VI's that use USB-8451 aliases, set up in the MAX utility.  I save the alias name as "USB-8451".  This usually works, but when I try to use another USB-8451 I use the following procedure: To change NI 8451 unit out: 1:  Goto C:\v

  • Is there a "bot" in my mail?

    For about a week now, I've been getting dozens of emails with the subject lines "Delivery Status Notification (Failure)", "Returned mail: see transcript for details", "failure notice" and even one "Undeliverable: bandit thump". These messages have no

  • Quality of Hardcover books using 6.0.4

    I read a few posts about the quality settings for the larger hardback books being lower than the smaller books. Has this been fixed in iPhoto 6.0.4? I know there was a modification you could do to change the dpi from 150 to 300 within one of the pref