Is it possible to do lookup without using lookup transformation?

Could you please brief about data masking transformation..?

Hi Deepsikha, You can also use Data Masking Transformation (Substitution Masking) in place of lookup. This performs similar functionality as Lookup. Thanks,Ramesh.

Similar Messages

  • Is it possible to play mp3 without using JMF or JLayer??

    hi,
    i wan to play mp3 without using JMF or JLayer as just like .wav file.
    If it is possible then anyone plz tell me how it can b done..please..
    thnx.
    Edited by: samratsinghal on Sep 11, 2009 10:21 AM

    JavaSound does not have the functionality to play MP3 files.
    That said, if you want to do it without using a library to decode the MP3 file for you, then you need to write your own MP3 decoder.

  • Is it possible record the sound without using server  ?

    hi
      i need to record the sound(.mp3) from microphone in flash, i want to save in a local system from a web page and without using the sever like fms red5 etc. any idea or solution ?
    is it possibe?
    if so how ?

    It is no different thing than Flash or Flex apart from the libraries/Classes which will help you interact with the Native OS.
    Few additional features AIR will provide are
    File handling,
    Database connectivity,
    Native OS API's like accessing Clipboard,
    Native dragging,
    Visit URL: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/
    Adobe AIR classes are listed with the AIR icon. in the list. You can read more about adobe AIR on Adobe's site

  • Is it possible to highlight text without using the mouse?

    I would like to apply the comment/highlight tool in Acrobat without using the mouse.
    I select text with shift + cursor. What is the quickest way of highlighting the selected text then? I do not want to use the mouse.
    From the programme help I learned that the keyboard shortcut U selects the highlighting tool. But it does not apply highlighting to text selected with the cursor.
    Any suggestions?
    Many thanks in advance!

    Thanks for your reply Dave, but I want to know if a pop-up has to be created internally when highlighting. Can you disable to sticky note part of the highlight?
    Here's an example: I highlight my college books and don't need all those pop-ups being made behind the scenes. In Acrobat X, all of my highlights would slow down the program immensely,
    thankfully in XI, it doesn't happen at all, nor do I want it to in the future. Thank you for your time.

  • IS IT POSSIBLE TO CREATE TRANSACTION WITHOUT USING ACTION BOX?

    HI,
    We are trying to implement CIC NON-TELEPHONY.
    Our requirment is simple we need to create complaint from CIC.
    Is it possible to create a transaction without calling it from action box using default workspaces.
    I mean i will not configure action box at all all i do is create a default work space for complaint which appears when the CIC screen is called up.
    Is it really possible to create this way or is it mandatory that the transaction should be called from action box only to create it?
    Can some one please advice on this we just need to create a couple of transactions from CIC 'cause we are planning to set up a small call centre.
    Though i am not sure of the way it needs to be created i tried to create it with default workspaces ( i mean i did not call it from the action box) but the problem is while i create the transaction in this way i have a problem with partner determination and organization determination they are wrongly determined.
    So, i need to confirm is this way of creating acceptable.
    Awaiting suggestions
    Regards,
    SAM

    Hi Sam,
    As far as I know, the way that you use the Default workspace(Business Activity) with the transaction type as Complaint should be fine. There is no hard and fast rule to only create the Complaints in CIC via Action Box.
    Pertain to the Partner / Org. Determination, when you launch CIC, then as per the configuration, the default workspace(Business Activity) of the transaction type Complaint will be used and at this very begining itself the partner determination(associated with the transaction type) will be executed. And this is what you can see in the workspace as well.
    When you confirm a BP, then as per the customizing maintained in the transaction CRMC_CIC_SEARCH_RULE("Profiles for contact search"), the BP1 and BP2 partner functions will be pushed into the Activity you made as default for the interaction.
    This is how the CIC - with Business Activities & Partner Functions will work. I guess, apart from the way that you had made the default workspace of the transaction type as Complaint, you can also have a look at the above mentioned transaction for Contact searches and according to your need you can change the partner functions.
    Hope this information helps !
    With Best Regards,
    Vinod

  • Is it possible to organise iTunes without using iTunes?

    This may seem like a silly question, but bear with me...
    I have some spare time at work and with me I have the hard drive that contains my iTunes media. At home is my computer with iTunes installed. I have a lot of double up songs and mislabelled files, etc., that I'd really love to get organised... but I never have time to do it at home. I have the time to do it at work, but I don't know if I mess around with deleting and renaming files directly, whether the changes will be transferrable to my iTunes. I have playlists, etc. that sync with my iPhone and I'd rather not risk wiping those... but I can only assume that making changes within the iTunes media will require me to re-import the entire lot? Is that right? And then I might lose all those playlists, etc.?
    I'm sorry if I haven't made this particularly clear... but if someone out there understands what I'm trying to do, Id love some help...
    Thanks,
    Jess

    You could re-link but most people absolutely detest the idea of re-linking more than a file or two.  If you rename files iTunes may not automatically recognize them so you may end up having to re-link hundreds of links one by one.  It would take a day and quickly get very tedious.  There wouldn't be any automated way of doing it. If you delete duplicates in Finder you will also end up with broken liinks but there are ways ot automatically delete broken links.  Of course unless you are very, very careful you may end up deleting somethign that wasn't a duplicates and when you blindly go in and delete dead links one or two may be things you didn't want to delete.
    In the normal course of things you should end up generating many duplicates,  You may wish to review how you use iTunes so as to avoid this in future. 

  • How to send the email without using SOST

    Hiiiiii Every1,
    What i m usiing is SO_NEW_DOCUMENT_SEND_API1 FM to send the email to internet add. as well as SAP User.
    The Problem is that i have to go to SOST to send the  Pending mails. and send the jobs manually.
    Then it works all right.
    What i want that i don't wnat to send this jobs/ emails mannually by going to SOST..
    Is it possible to do it without using SOST.

    hi
    i am not sure but give this code a try
    REPORT YEMAIL.
    TABLES: USR02.
    DATA: C(15).
    DATA: SENT LIKE SONV-FLAG.
    DATA: EMAIL_ID LIKE SOFOLENTI1-OBJECT_ID.
    DATA: BEGIN OF EMAIL_DATA.
            INCLUDE STRUCTURE SODOCCHGI1.
    DATA: END OF EMAIL_DATA.
    DATA: BEGIN OF EMAIL_SEND OCCURS 10.
            INCLUDE STRUCTURE SOMLRECI1.
    DATA: END OF EMAIL_SEND.
    DATA: BEGIN OF EMAIL_TEXT OCCURS 10.
            INCLUDE STRUCTURE SOLISTI1.
    DATA: END OF EMAIL_TEXT.
    PARAMETERS: ALL__CLI RADIOBUTTON GROUP RADI.
    PARAMETERS: THIS_CLI RADIOBUTTON GROUP RADI.
    PARAMETERS: SELECT__ RADIOBUTTON GROUP RADI.
    SELECT-OPTIONS SEND_TO FOR C NO INTERVALS.
    SELECTION-SCREEN SKIP.
    PARAMETERS: SUBJECT(30).
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN COMMENT /1(20) TEXT-999.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L1(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L2(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L3(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L4(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L5(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L6(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L7(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L8(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L9(84).
    SELECTION-SCREEN END OF LINE.
    EMAIL_TEXT-LINE = L1.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L2.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L3.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L4.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L5.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L6.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L7.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L8.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L9.
    APPEND EMAIL_TEXT.
    EMAIL_DATA-OBJ_NAME = 'MESSAGE'.
    EMAIL_DATA-OBJ_DESCR = SUBJECT.
    EMAIL_DATA-OBJ_LANGU = 'E'.
    EMAIL_DATA-SENSITIVTY = 'P'.
    EMAIL_DATA-OBJ_PRIO =  '1'.
    EMAIL_DATA-NO_CHANGE = 'X'.
    EMAIL_DATA-PRIORITY = '1'.
    BREAK-POINT.
    IF SELECT__ = 'X'.
      LOOP AT SEND_TO.
        EMAIL_SEND-RECEIVER = SEND_TO-LOW.
        EMAIL_SEND-REC_TYPE = 'U'.
        EMAIL_SEND-EXPRESS = 'X'.
        APPEND EMAIL_SEND.
      ENDLOOP.
    ELSEIF THIS_CLI = 'X'.
      SELECT * FROM USR02.
        IF USR02-USTYP = 'A' AND USR02-BNAME NE 'SAP*'
        AND USR02-BNAME NE 'DDIC'.
          EMAIL_SEND-RECEIVER = USR02-BNAME.
          EMAIL_SEND-REC_TYPE = 'U'.
          EMAIL_SEND-EXPRESS = 'X'.
          APPEND EMAIL_SEND.
        ENDIF.
      ENDSELECT.
    ELSEIF ALL__CLI = 'X'.
      SELECT * FROM USR02 CLIENT SPECIFIED.
        IF USR02-USTYP = 'A' AND USR02-BNAME NE 'SAP*'
        AND USR02-BNAME NE 'DDIC'.
          EMAIL_SEND-RECEIVER = USR02-BNAME.
          EMAIL_SEND-REC_TYPE = 'U'.
          EMAIL_SEND-EXPRESS = 'X'.
          APPEND EMAIL_SEND.
        ENDIF.
      ENDSELECT.
    ENDIF.
    BREAK-POINT.
    EXIT.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA              = EMAIL_DATA
              DOCUMENT_TYPE              = 'RAW'
              PUT_IN_OUTBOX              = 'X'
         IMPORTING
              SENT_TO_ALL                = SENT
              NEW_OBJECT_ID              = EMAIL_ID
         TABLES
              OBJECT_CONTENT             = EMAIL_TEXT
              RECEIVERS                  = EMAIL_SEND
         EXCEPTIONS
              TOO_MANY_RECEIVERS         = 1
              DOCUMENT_NOT_SENT          = 2
              DOCUMENT_TYPE_NOT_EXIST    = 3
              OPERATION_NO_AUTHORIZATION = 4
              PARAMETER_ERROR            = 5
              X_ERROR                    = 6
              ENQUEUE_ERROR              = 7
              OTHERS                     = 8.
    regs
    Arun

  • Powershell send mail with custom voting option without using outlook object?

    Hi,
    I am currently sending emails through using new-object Net.Mail.SMTPclient because the server that runs the script does not have outlook application.
    My goal right now is to be able to send automated emails that have custom voting option on it where people who receive it in outlook can respond through the voting system.
    Is it possible to do this without using new-object -com outlook.application?

    Hi,
    I am currently sending emails through using new-object Net.Mail.SMTPclient because the server that runs the script does not have outlook application.
    My goal right now is to be able to send automated emails that have custom voting option on it where people who receive it in outlook can respond through the voting system.
    Is it possible to do this without using new-object -com outlook.applicatio

  • Updating without using the updater?

    Hi I was wondering if it is possible to download updates without using the updater as it is for a pc that is not online. Im after 3.2.0 on xp.
    Many thanks

    You can download the Windows updates
    here and the Mac updates
    here.

  • How to install snow leopard without using the dvd drive?

    Is it possible to install snowleopard  without using the dvd ? i have a macbook and i have unfortunatly broken the cd and dvd player..

    Yes you can.
    How to use Migration Assistant:
    http://support.apple.com/kb/HT4889?viewlocale=en_US
    http://support.apple.com/kb/HT4413?viewlocale=en_US
    http://support.apple.com/kb/TS1963

  • |Running processflows without using Workflow??

    Hello,
    Is it possible to run prcoessflows without using workflow, i don't want to depend on workflow to run it on schedules, we will use another schedular technology to run processflows.
    But, is this possible and is there any package created in OWF_MGR database by workflow for each processflow to use it in running ???
    Thanks......

    if you are going to use another scheduler then why not create a workflow within the scheduler for eg, if you using control M scheduler, then
    all you go to do is prepare a workflow on ctrol M using the mappings from OWB and run it on control M. Either you create everything in owb and run in owb or just create the mapping in owb and run everything out of OWB why create a workflow in owb and run it on other scheduler. If you create a workflow in some other scheduler then you got better control over the processes running otherwise if will be difficult to handle errors and exceptions.
    If you know what is process flow should look like then its much easier to create it on a scheduler if the software you are using is capable of doing it. I know for sure Control M and autosys are capable of doing it.
    Edited by: Darthvader-647181 on Nov 12, 2008 3:37 AM

  • Send email without using sender id

    Hi all,
    Is it possible to send email without using sender id?
    Thanks in advance

    nvv wrote:
    I m not asking this for spam. Actualy I m developing software that sends mail to many contacts. If i use sender address then they can use others like gmail, yahoo, or something like that instead.Sounds like spam software to me.

  • Struts how can validate form without using validate method.

    Hi
    Is this possible validate a form without using validate form
    if it is possible then
    please tell me how can we validate it
    Thanks
    Surendra

    Make use of validator framework.. this would enable you to do validation both @ client side by javascript under defined validation rules and also enables you to do it @ serverside....
    And if want to create a Dyanamic Form beans which takes care of validations to make use ValidatorForm or DynaValidatorForm class under the pacakage org.apache.struts.validator and create an instance of it with preconfigured validations under structs...
    Make use of the links below which i think are the best tutors for newbies....
    http://www.roseindia.net/struts/struts_validator_framework.shtml
    http://www.oracle.com/technology/oramag/oracle/04-jan/o14dev_struts.html
    http://www.onjava.com/pub/a/onjava/2002/12/11/jakartastruts.html
    Hope might be of some help.. :)
    REGARDS,
    RaHuL

  • Is it possible to force 16/32-bit stack alignment without using the optimizer?

    The compiler emits code targeted at the classic Pentium architecture for the -m32 memory model.  I'm running into problems mixing Sun Studio compiled code with code built with other compilers because the other compiler builds under the assumption that the stack is 16-byte aligned.
    The only way I've found to force Sun Studio to comply with that restriction is with -xarch={sse2a,sse3,...}, but this causes the code to pass through the optimizer.  As noted in the documentation, if you want to avoid optimizations you must remove all flags that imply optimizations -- that is to say, there's no way to disable optimizations once enabled.  This should not, however, be treated as an optimization because it's an ABI requirement.
    I've scoured the documentation, spent many hours googling, digging through forums, and asking questions.
    The best I've come up with is the -xarch option which is sub-optimal because it has side effects.  I tried -xchip=pentium4 (this is what my other compilers have set as their default target), but the generated code doesn't force 16-byte stack alignment.
    Is there a way to force the compiler to emit code conforming to a different ABI without using the optimizer?
    -Brian

    Thank you for your response.
    I hope you won't mind my asking: do you have a way to prove that it's not possible to force 16-byte alignment without using the optimizer?  I ask because your username / profile don't give the impression you work for Oracle, so while I think you're probably right it's at least possible that we're both mistaken.  I haven't been able to find any documentation on either stack alignment or altering the targeted ABI short of using the -xarch flag, and even there the details are fairly sketchy.
    -Brian

  • I share a an apple id with my kids. We all use the same credit card for purchases.  Is it possible for only me to use the icloud online storage without making this available or visible to the kids?

    My kids and I all use the same credit card and password for app and music purchases.   I'm assuming we all use the same apple ID too. (not sure) We can share apps and music although we all have our own itunes libraries. Is it possible for only me to use the icloud online storage without making this available or visible to the kids or do we all have our own storage?

    I just checked and they have already sucked up all my online storage.  Ahhh techy teens!  I think I will just leave it at that and back my own stuff up on my computer. Less confusing
    Thanks for all the help!  I am definitely more educated now and I'm off to check that cc bill too.

Maybe you are looking for

  • Getting Error While Triggered the Internal Service Request Process Accelerator

    Hi I installed Oracle Process Accelerators(Internal Service Request and Employee On Boarding) PS6 in windows7.Installation was successful and I checked the installpa.log file there its showing "Build Successful"  and then we assign the roles in BPM w

  • Mapplets in IDQ 9.1 and 9.6

    Hi All, I imported mapplets from IDQ 9.1 to 9.6 and I am trying to add those mapplets within a mapping but encountering an error that "cannot connect to active transformations".All these mapplets are part of a mapping in 9.1 and the mapping is workin

  • Project System Actual Psoting

    Dear All I need to find which tables are updating when we done the actual posting in Project system (PS). I am using transaction code KAFD to update external data to SAP I wanted to know which tables are updating at this times. Regards SAMAN PEREA

  • Lens Correction Profile

    Hi I have CS6 on OSX Yosemite and have the latest camera RAW update. However, when I open a photo taken on a Fuji X10 in RAW, there is no Fuji option under lens correction. How do I get it to appear? Also, I have a Sony Alpha 6000 with 16mm-70mm lens

  • Folio Builder - cannot login after changing password

    Hi all, I changed my password at acrobat.com, now I cannot login with the new password from the Folio Builder panel in InDesign CS5.5. I'm on Mac OSX 10.6.8. Basically, the panel shows "Signing in..." and the endlessly spinning wheel, which means it'