I want to skip feedOp create in my FFAS

Hi Friends,
I am using FFAS to AD. In my FF I am getting some records which are logically inactive. I want to skip creation of these users in AD. But by default IDM AS when check AD does not have this user means this is new records and send feedOp as create.
Is there a way I can skip this?
TIA

Right. I'd say you have 2-options:
#1 -- set a variable (e.g. a flag) inside the A/S input Form if it's a situation where you want to SKIP the intended operation. In other words, you don't really want to do a Create User.
#2 -- set a process variable (e.g. a control point) inside the A/S input Form in this situation and force the A/S input Form to point the input record to a W/F that does nothing.
In #1 (basically what's described in the first reply), it will work, BUT depending on your situation, you might have to modify your Create User, your Update User and your Delete User workflows. So that's 3x the pain and 3x the "stuff" you have to pollute (and I use that term with all respect...) with extra logic. I've done it this way and it will absolutely work.
In #2, you set viewOption.process to the name of the W/F you want to run instead of the one that will be driven to run based on the value of feedOp. The nice thing here, is you can have a single do-nothing W/F that can be invoked for any of the feedOp values you want to ignore and you also can add an audit log record or some debug statements in this to do some testing to make sure it's working the way you want.
Good Luck!

Similar Messages

  • Help needed - want to skip to the menu screen, using any button!

    hey there -
    i'm creating a DVD in DVD Studio Pro 4 - when the DVD is inserted, the viewer is treated to a bunch of trailers and previews - it's set up with the "First Play" option. i have to do it this way, for the client.
    obviously, i'd like the viewer to be able to skip that stuff and go straight to the main menu. after all, that would be a pain to go through, again and again, if one wanted to watch the DVD mulitple times.
    i want to create the DVD in such a way where the viewer can hit ANY button to skip the initial previews and end up on the Main Menu screen. they should be able to hit the "chapter forward" button, the "menu" button, or any other button. in other words, this should be a very user friendly DVD, for those that want to skip over this stuff.
    is this possible? how do i do it? do i need to make a script? it's bugging the heck out of me, and the deadline is coming up way too fast...
    thanks!
    -kenneth
    mac dual 2.7 G5   Mac OS X (10.4.5)   dual-layer burner

    i want the user to be able to hit the "next chapter" button, or, ideally, any button; to get to the main menu. again, this is during the 2-minute trailer ad that occurs before the menu.
    Place a Chapter Marker at the end of the track and set that to have an action to jump to the menu. (Place it at the very end of the track, and also have the tracks end jump jump to the menu, actually to prevent certain players ffrom blowing through chapter markers, place two chapters at the end, the action for the next to last one jumps to the menu, and also DISABLE all actions at the Marker, then the same for the next one.) You can also make it a story witth Marker 1 & 2 and then set the jump to the menu.
    The inspector on the track provides all the main buttons on a remote, but some (like subtitle or fast forward) may not do anything or just behavee like they normally behave with no way of overriding them.
    If you set the ones you can in the inspector for the track and then also use the chapters described above, you hit most of the main buttons you can.
    Since pictures are worth 1000 words, download this little project to see what I am talking about
    http://www.geocities.com/mypix013/MenuCall.zip
    Also look at this thread
    http://discussions.apple.com/thread.jspa?threadID=459698&tstart=0
    Where there is some discussion of some things that cannot be done, particularly relating to subtitle buttons (if Hal and Jake say certain things can't happen in DVD SP, you can be pretty much assured that it can't happen)

  • I have an apple earpods and I use them for my ipad but when I want to skip a song by tapping the middle button twice it doesn't skip the music so what to do?

    I have an apple earpods and I use them for my ipad but when I want to skip a song by tapping the middle button twice it doesn't skip the music so what to do?

    The procedure is Settings>Messages>Send & Receive at>You can be reached by iMessages at>Add another email address. The email address has to be a valid working email address, obviously. Apple should verify the email address and you have to go to the inbox of that email account, read the verification email from Apple and follow the inductions in the email in order to complete the verification. Then you go back to the settings, uncheck your email address and check the new email address to be used as the contact email address.

  • Hi,I want  ABAP program to create an file of this data and to upload in app

    Hi Sir/Madam,
               I want  ABAP program to create an file of this data and to upload in application server.this is urgent requirement.plz reply soon. i'll b thankful to u.
    Regards,
    Vishali

    Hi ,
    Use this abap code .this will create a file in AL11 that you can use .
    data: d_msg_text(50),
          v_string(20000) type c,
          v_filename type rlgrap-filename,
    ******Create a file on app server
    concatenate '<directory name present in AL11 case sensitive>' ' filename.CSV' into v_filename .
    condense v_filename no-gaps .
    open dataset v_filename for output in text mode
    encoding default message d_msg_text.
    if sy-subrc ne 0.
      write: 'File cannot be opened. Reason:', d_msg_text.
      exit.
    endif.
    ****Header for file
    concatenate 'information you want to write in file like header etc ' into v_string separated by '|'.
    transfer v_string to v_filename.
    *****Write data into file by looping an internal table
    loop at  <internal table > assigning <work area>.
      concatenate      <work area>-field name1   <work area>-field name2    into v_string separated by '|' .
      transfer v_string to v_filename.
    endloop.
    close dataset v_filename.
    Hope this will solve your purpose.
    Regards,
    Jaya Tiwari

  • I want XSLT do not create any output file

    I have a xslt file.
     <xsl:variable name="var:InValidReceiptCount">
    .... In here. I want xslt do not create any output file, also an empty file
    </xsl:variable>
    Thanks for helping :)

    If you can tell us your application scenario and why you are trying to control the output name only with xslt, then we can drive you towards correct direction. Remember you cannot control output path with xslt. 
    if you are using bizTalk, you have to use xslt with maps and set the output path at ports
    if you are using .net, you have to control it from your dotnet code.
    Xslt alone cannot control the output path.
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • I want to skip some html code part when refersh the page, how can we know

    Hi,
    i want to skip some html code part when refersh the page, how can we know when we pressed refresh button or F5 key
    thanks in advance....

    There's not really any simple way to do this. Maybe tracking the page the user should be one from every page in the site and if the page being accessed is the same as the last one accessed, assume it was a refresh.

  • Hi i want to skip a screen in bdc

    hi ,
       i got issue detors upload .... for some vendors TDS activated but for some it is not activated, so i should skip the screen automatically for those vendor which had not activated TDS.

    Hi...
    suppose you have got from recording the following thing..
          PERFORM bdc_field       USING 'BDC_OKCODE' '=ok1'.
          PERFORM bdc_dynpro      USING 'ZPROGRAM' '0500'.
          PERFORM bdc_field       USING 'BDC_OKCODE' '=ADDRV'.
          PERFORM bdc_dynpro      USING 'ZPROGRAM' '0600'.
    u want to skip the top screen that is 500 based on some conditions...
    then put that condition like
           PERFORM bdc_field       USING 'BDC_OKCODE' '=ok1'.
    if <condition>.
        PERFORM bdc_dynpro      USING 'ZPROGRAM' '0500'.
    endif.
         PERFORM bdc_field       USING 'BDC_OKCODE' '=ADDRV'.
          PERFORM bdc_dynpro      USING 'ZPROGRAM' '0600'.
    then the screen 500 will be skipped.
    Reward if useful
    Regards
    Rudra

  • Want to get log created in SM35 into report

    Here I am using RSBDCSUB report to process session created in SM35. For that I am using submit command.
       SUBMIT RSBDCSUB WITH SELECTION-TABLE T_SELTAB
        EXPORTING LIST TO MEMORY AND RETURN.
    After this I am using 'LIST_FROM_MEMORY' and u2018LIST_TO_ASCI' Function modules to read the output of RSBDCSUB and to print it in my report.
    but i want to print log created in SM35 in my report.
    how can i get that log in report????????????????
    regards,
    snehal

    Guys:
    There's an easy way....when you are in a log file.....go to the command box and type in the following command:
    =PRI
    This is stating, "print out the log to my screen".  Once it goes into the mode of a report....you can Export the report to any type file (Uncoverted, Excel, Word, etc.)
    List > Export > Local file
    Cheers, Al

  • Without  PR  create a new PO is possible,but i want with out PR  create PO

    Dear sir
    without  PR  create a new PO is possible,but i want with out PR  create PO  is not Possible,that setting please provide

    Dear,
    Make PR entry mandatory for ME21N transaction.
    Check: PR mandatory in PO Creation ME21N and ME22N
    Regards,
    Syed Hussain.

  • While Pressing the button i want to skip first screen in standard screen.

    Hello All,
    I need to create a z Program and call a screen variant of a standard transaction in it.
    I am calling a screen variant of transaction PA70 to hide some of the fields of the screen.
    Also the first screen is supressed.
    My requirement is while pressing back button it should not come on the first screen.
    while if i am doing the same thing with Transaction PA20 it is not coming back to first screen.
    How can i supress this first screen while coming back?
    Regards.

    Hi,
    Use:
    "set al the field values on the initial screen of the transaction and then use
    CALL TRANSACTION '<t-code>' AND SKIP FIRST SCREEN.
    Now you will be navigated to second screen of the transaction, when you click, you will be navigated to your program selection screen.
    Hope this helps you.
    Regards,
    Tarun

  • Un Wanted Folder is being creating in shared folder

    Hi There
    some unwanted folder is being creating in shared folder (this shared folder is mapped in the network in users computers), these folders are in windows server 2008 R2. and Users machine with windows 7 Pro. 
    so i can delete these folder once but after next boot these folder will again created. if anybody wants i can share the screen shot of those folder which are being creating automatically.
    Thanks
    Prakash

    Hi,
    Did you solve the issue with the help of the people provided above?
    Did the issue happen only for you or for multiple users?
    If the issue persists, on Lync 2013 client, Option—Personal—Personal information manager: make sure you choose the “Microsoft Exchange or Microsoft Outlook”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • [SOLVED] Wanted: extract pdf annotations created in Mac OSX preview

    I just had a collegue return a pdf marked up with "annotations".
    I first struggled with finding a viewer that views the annotations, and those that could (evince, okular) all have more dependencies that I'd want/need.
    I decided there must be an lighter weight way to extract the text of annotations from pdfs.  I searched, read, and learned about pdf annotation formats and I figured out how to extract adobe annotations from a pdf.  Only then did I realize that my collegue didn't use adobe.  The annotations were created in Mac OSX's preview.  Preview, it would seem, does not use the adobe xfpdf format for annotations, it uses some other means to embed the annotations.
    I searched the pdf file in text and hex editors, but I couldn't find anything resembling what I knew to be in some of the annotations.  However Preview does it, the text must be encoded and unreadable in the "raw" file.  This is in contrast, it would seem, with adobe's annotations.
    My question, then, is two-fold.  First, are there any text-annotation extractor tools that can get notes created in OSX's preview?  If not, does anyone know of any documentation outlining how Preview embeds this information?  I've been googling the latter question, but I'll I'm getting is "where-to-click" level tutorials on how to DO annotations in Preview.  I can't find any documentation of how that information is embeded into the file.
    Note: evince does get the text of the annotations, but I'd prefer not to keep that installed.  Evince-gtk is only every so slightly lighter on dependencies.  Also, in evince I get flooded with "sticky notes" with all the annotation text.  It would take a while to move those around and close them one at a time to be able to actually read them.  I'm hoping to be able to extract all annotation text and dump it into a text file.
    Last edited by Trilby (2012-05-29 00:38:32)

    Holy crap, it works.  A couple hours of reading ugly docs and 32 lines of code later, I have exactly what I was looking for.
    I'd love it if some volunteers would try this out, beat it up, and see what breaks first so I can improve it.  After a little polishing I might put it up in the AUR.
    Get the code from my dropbox here
    The Ugly Patchwork Makefile and a very brief TODO list are also posted.
    I'll put together a PKGBUILD once this is in better order for distribution and installation.  I just got the darn thing to work, it's time to celebrate, not code more.
    Note to Mods: as in my "report", please move this thread to Community Contributions.
    Last edited by Trilby (2012-05-29 00:34:38)

  • Where is the setting for indicating which calendar i want to use when creating an event?

    When I use iCal on my iPhone, I use the + sign and then get a screen that gives me Title, Location, Starts, Ends, Time Zone, Repeat, Alert, URL and Notes. I used to get the option to choose which calendar (personal, work family, etc) that I want to use. That Calendar bar is no longer there. Why not?

    When I use the iPhone's Calendar app, I have the following avaialble when creating a new Event.
    Title
    Location
    Starts/Ends
    Repeat
    Invitees
    Alert
    Second Alert
    Calendar
    Availability
    URL
    Notes

  • Numbers skipped while creating a new position (Internal number range)

    Hello,
    We have internal number range set up starting with 20000001 in PROD for Positions under OM.
    The last number used for position was 20000693. But while creating a new position, the end user got the new number as 20000705. I checked the t-code OONR and it shows the current number as 20000729.
    I have no idea why the numbers got skipped. Can anyone please let me know why this could have happened and how to correct it?
    Thanks in advance.
    Madhu

    Hi Donnie,
    The solution suggested by SAP lies in the SAP OSS Note 87865 - Buffering number ranges for personnel planning.
    Which says -
    ''During buffering of number ranges, gaps can result during number assignment. If you require a continuous number assignment, you must deactivate the buffering for the number range object 'RP_PLAN' in Transaction SNRO.
    However, this can affect the performance during numberassignment.''
    So the only way to get continuous number range assignment, the buffering option needs to be set to 'No Buffering'. But it can affect system performance and is considered a modification. So we decided to go ahead with the buffering option set in the standard configuration and not to deactivate the buffering for the number range objects.
    Hope this helps.
    Regards,
    Madhu

  • I want to example for creating a smart forms

    hi friend,
    i want to code and step-by-step creating a smartforms i  want to ASAP .
    THANK AND REGRADS...

    Your other threads have been deleted.
    Please read "the rules" before posting any further.

Maybe you are looking for