Identify What are the days present in weekdays value of recurrenceinfo field

Hi,
      I want the particular days based on weekdays values in recurrenceinfo field for appointment.The values of days as sunday 1,monday 2,tuesday 4,wednesday 8,thursday 16,friday 32 and saturday 64.Now the weekdays = 65 which means in this
saturday 64 and sunday 1 is contained.So i want the query for identifying days in weekdays values.

Just do a boolean and operator with 65 (64 | 1 ie both saturday and sunday) to check the presence
For example say recurrenceinfo field is set for Mon,Wed and Fri
then value would be 2 | 8 | 32 = 42
Now & with 65 and you will get 0 as there are no overlaps
SELECT 2 | 8 | 32
SELECT 42 & 65
So your filter should be like this
WHERE recurrenceinfo & 65 = 0
for no overlap
Please Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue
Visakh
My Wiki User Page
My MSDN Page
My Personal Blog
My Facebook Page

Similar Messages

  • How can L identify what are the not null fields of a table in a stored procedure ?

    How can L identify what are the not null fields of a table in a stored procedure ?

    You could query the data dictionary:
    SELECT column_name
    FROM all_tab_columns
    WHERE owner = '...'
    AND table_name = '...'
    AND nullable = 'N'

  • What are the possible srcTrig and destTrig values for MapTrig2Trig?

    I would like a general listing of the values for reference. As an example of something I might want to do, can I put the clock (CLK10) on the front panel TRIG OUT connectoe of my pc-870 controller by issuing the MapTrig2Trig with srcTrig=70 (CLK10) and destTrig=41 (TRIG OUT)?
    jc
    Mac 10.4
    LV7.1
    CLD

    Hi jcrooke,
    The values for this function can be found in the VXI API Reference help, which I have attached. Search for "maptrigtotrig" and the function help has a listing of the valid values. I hope this helps!
    Regards,
    Missy S.
    Calibration Engineer
    National Instruments
    Attachments:
    nivxiapi.zip ‏355 KB

  • How to see what are the tablespaces in a database

    Hi..All..
    I want to see what are the tablespaces present in my database. What is the query for it..?
    Thanks in advance,
    Pal

    select * from v$tablespace;
    select tablespace_name,((sum(bytes)/1024)/1024) space_used_in_mb
    from dba_segments
    group by tablespace_name;

  • What are the Calculations of Compression days in MRP?

    Hi,
    Can anyone please explain me with example that what are the calculations for compression days calculated for planned orders?? I am using MRP planning.
    Thanks and Regards
    Farhan

    HI,
    compression days are the days by which lead time of your buy items gets compressed to fulfill the demand due dates.
    For ex,  Finished Good is having Due date ( as scheduled ship date/request date in SO)   on 15th of Feb, but the buy item used in this assembly has lead time of 20 days.
    Consider the plan is running today i.e. on 6th Feb, so buy item will be actually available  on 6+20=26th of  Feb,
    But your demand due date is 15th Feb, which needs to be met, so planning engine will suggest an exception for this buy item as 'Item with compression days'
    by compressing its lead time as 26th Feb-15th Feb=11days as compression days.
    Please mark this post as correct or helpful it serves your purpose.
    Thanks,
    Avinash

  • What are the limitations of the free 30-day InDesign trial?

    What are the limitations of the free 30-day InDesign trial?

    There are no limitations for 30 days, it will work exactly as if you have a subscription. But if you don't get a subscription, after 30 days, you will no longer be able to launch the program.

  • What are the limitations of the software during the 30 day trial?

    what are the limitations of the software during the 30 day trial?

    Trials are fully functional.
    The only limitation is that they will stop working 30 days after first launch.
    You remove the time limit by entering a valid serial number which you get when you purchase the software. Or by subscribing to a Cloud membership plan.

  • What are the softwares or tools present default in TFS 2010

    Hi,
    1.What are the softwares or tools present default in TFS 2010?Whether SCVMM is present by default
    2.What is the cost of upgrading to TFS 2012 from TFS 2010(VS ultimate version)?
    3.In Team Foundation Administration Console,what is the purpose of Lab Management,Build Configuration(Build
    Controller),Test Controller.Please guide me.
    4.How to create template for automation?What is the need of template creation.
    5.Whether I need to install build Controller & Test Controller for the lab Center  to work in MTM.

    Hi Nazimanasir,
    For your questions, check the replies in below items:
    1. Tfs is a dependent software, but have prerequisites for installation. And you may check MSDN pages to see the requirements like:
    https://msdn.microsoft.com/en-us/library/dd578592(v=vs.100).aspx
    If you want to know TFS architecture, you can refer to the
    page for more information. And you can get started TFS 2010 from this
    page. You have to install SCVMM if you want to use it to manage virtual machines
    2. For the license issue, you might contact
    http://www.microsoft.com/licensing/contact-us.aspx
    directly for the better response, where specialized experts live in. You can also refer to the upgrade guide here:
    http://vsarupgradeguide.codeplex.com/
    3. With the Lab management,  you can build and test in lab environment. Refer to this
    page for more information about lab management.  The build controller is for TFS build, and test controller is for testing which can be used to run test cases by MTM.
    4. I'm not quite clear the template you mean, please elaborate more details. If you're saying build process template, then you can use the build process templates that accompany with the team project. If you mean process template, you can check them in process
    template manager. You can also check this
    page for more information about customize TFS process template.
    5. Once you have setup your TFS machine, then you can configure build controller by following the instruction in this page:
    https://msdn.microsoft.com/en-us/library/ee330987.aspx And check this
    link for setting up test controller. For MTM related questions, you can also open a new thread in MTM forum for a better response.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • I want to create a new customized screen layout for responsive HTML5  output. I don't want to use the ones present in the gallery. What are the steps to do so?

    I don't wish to use the ones already present in the gallery. They do not meet my requirements. Therefore, I want to create/design my own screen layout for the responsive HTML5 output. Please let me know the steps to do so. How to create a SLZ file, what is the code that I need to write. What are the components that I need to create to have a complete screen layout to be used in a responsive HTML5 output.

    That would require inline formatting and I doubt that is an option.
    If I am following you, the header area is full width of the screen so I cannot see how it can be broader, Perhaps you mean deeper? A screenshot might help here. The change would be made in the layout.css file.
    That would be a change in the layout.css.
    I suspect that too is controlled by the layout.css.
    To make the changes you would have to go into the layout.css and modify that. As you will see, it is a very complex CSS and that is why I said creating you own layout is not easy. Hopefully when Willam is available again, he may be able to give you some more specific information.
    I think Willam will confirm that if you cannot read the existing CSS to make those changes, then creating your own skin would be beyond your capabilities. Please do not take any offence there, I am simply emphasising how complex a task it is to create a skin from scratch. It's not one I would take on.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • What are the transactions we use day to day in the bw before go live

    what are the transactions we use most in the bw before go live?
    Tcodes for backend objects like creating infocube and so on.
    Tcodes for front end objects like creating queries and so on.
    Thank you.
    York

    Hi Les,
    check previous posting
    Transaction Codes for BW Developers
    SAP BW n R/3 transactions.
    table TSTCT contains all the transaction codes
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSD1 Characteristic maintenance
    RSD2 Maintenance of key figures
    RSD3 Maintenance of units
    RSD4 Maintenance of time characteristics
    RSDBC DB connect
    RSDDV Maintaining Aggregates
    RSIMPCUR Load Exchange Rates from File
    RSISET Maintain InfoSets
    RSKC Maintaining the Permittd Extra Chars
    RSLGMP Maintain RSLOGSYSMAP
    RSMO Data Load Monitor Start
    RSMON BW Administrator Workbench
    RSOR BW Metadata Repository
    RSORBCT BI Business Content Transfer
    RSORMDR BW Metadata Repository
    RSPC Process Chain Maintenance
    RSPC1 Process Chain Display
    RSPCM Monitor daily process chains
    RSRCACHE OLAP: Cache Monitor
    RSRT Start of the report monitor
    RSRT1 Start of the Report Monitor
    RSRT2 Start of the Report Monitor
    RSRTRACE Set trace configuration
    RSRTRACETEST Trace tool configuration
    RSRV Analysis and Repair of BW Objects
    SE03 Transport Organizer Tools
    SE06 Set Up Transport Organizer
    SE07 CTS Status Display
    SE09 Transport Organizer
    SE10 Transport Organizer
    SE11 ABAP Dictionary
    SE24 Class Builder
    SE80 Object Navigator
    RSCUSTA Maintain BW Settings
    RSCUSTA2 ODS Settings
    RSCUSTV*
    RSSM Authorizations for Reporting
    SM04 User List
    SM12 Display and Delete Locks
    SM21 Online System Log Analysis
    SM37 Overview of job selection
    SM50 Work Process Overview
    SM51 List of SAP Systems
    SM58 Asynchronous RFC Error Log
    SM59 RFC Destinations (Display/Maintain)
    LISTCUBE List viewer for InfoCubes
    LISTSCHEMA Show InfoCube schema
    DB02 Tables and Indexes Monitor
    DB14 Display DBA Operation Logs
    DB16 Display DB Check Results
    DB20 Update DB Statistics
    r/3 (bw related)
    SBIW BIW in IMG for OLTP
    BD61 Activate Change Pointers - Generally
    BDLS Convert Logical System Names
    BF11 Application Areas
    RSA2 OLTP Metadata Repository
    RSA3 Extractor Checker
    RSA5 Install Business Content
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSO2 Oltp Metadata Repository
    RSO3 Set Up Deltas for Master Data
    LO setup table
    OLI1BW INVCO Stat. Setup: Material Movemts
    OLI2BW INVCO Stat. Setup: Stor. Loc. Stocks
    OLI3BW Reorg.PURCHIS BW Extract Structures
    OLI4BW Reorg. PPIS Extract Structures
    OLI7BW Reorg. of VIS Extr. Struct.: Order
    OLI8BW Reorg. VIS Extr. Str.: Delivery
    OLI9BW Reorg. VIS Extr. Str.: Invoices
    OLIABW Setup: BW agency business
    OLIFBW Reorg. Rep. Manuf. Extr. Structs
    OLIIBW Reorg. of PM Info System for BW
    OLIQBW QM Infosystem Reorganization for BW
    OLISBW Reorg. of CS Info System for BW
    OLIZBW INVCO Setup: Invoice Verification
    Check out AHP's reply specifically in the link:
    urgent
    Assign Points if Helpful *****
    Regards,
    Ravikanth

  • What is an ageing report? What are the data sources used to develop an agin

    Hello BW gurus,
    I was going thru some of the BW resumes. I could not understand some of the points mentioned below. Kindly go thru them and please explain each of it.
    Thank you.
    TR.
    •     Developed AR ageing report, created invoice layout and processed invoices.
    What is an ageing report? What are the data sources used to develop an aging report
    •     Worked on month-end and year end processes such as Balance Sheet Statements and Profit and Loss Accounts. 
    What data sources does one use to get Balance sheet and P&L accounts tables and fields.
    •     Involved in the end to end implementation of BW at Reliance Group as a team member.
    What are the tasks a BW consultant normally performs when he is involved in an end to end implementation project or
    a full life cycle project?
    •     Extensively worked on BW Statistics to optimize the performance of Info Cubes and to create Aggregates.
    What do you mean when you say worked on BW statistics to optimize the performance of Info Cubes.
    What are aggregates why do you need them?
    •     Prepared design documents from the Business Requirement documents and identified the
    relevant data targets for satisfying the customer requirements.
    What are the design documents does one prepare, please give an example. 
    Is cube a data target?

    What is an ageing report? What are the data sources used to develop an aging report
    Aging refers to values in different time period ranges. Example, the customer (credit) aging report can look like this.
    customer (credit)  for current period, 0 to 30 days, 30 to 90 days, 90 to 120 days. This is the way aging is classified.
    What data sources does one use to get Balance sheet and P&L accounts tables and fields.
    For P&L information, you may use 0FI_GL_6 datasource (or 0FI_GL_10 if you use ERP 5.0 version). This datasource reads the same information used in R/3 transaction f.01 (table glt0).
    What are the tasks a BW consultant normally performs when he is involved in an end to end implementation project or a full life cycle project?
    Requirement gathering, blueprint creation, development etc
    Refer to posts on Sap Methodology  and Sap lifecyle
    What do you mean when you say worked on BW statistics to optimize the performance of Info Cubes. What are aggregates why do you need them?
    Please check these links
    http://help.sap.com/saphelp_nw04/helpdata/en/8c/131e3b9f10b904e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/3c8c3bc6b84239e10000000a114084/plain.htm
    What are the design documents does one prepare, please give an example.
    Design document is basically a document to say  how the design is to be developed for a particular solution ex: FI it says what is the data fow and what are the data targets  to be used and how data shld be stored  for providing the client a solution they need.
    Is cube a data target?
    Yes cube is a data target.
    Hope this Helps
    Anand Raj

  • What are the signs of water damage to my macbook pro

    my boyfriend set everything in the back of the truck, including my laptop, while he was cleaning out the inside. when finished he put everything back in the truck, and drove through a carwash. unfortunately, my laptop was in its black sleeve and blended in, getting left in the bed of the truck. it was in a protective sleeve and had a smartshell case on it. both are not the best protection though, especially against water. he claims the computer was dry when he took it out of everything but i dont see how thats possible. though i am currently using it, and i havent noticed any signs of damage, what are the chances the laptop has damage that will take effect later? its been a month already. but i dont want to open it one day and everythings erased or something. im only thinking about it again because every time i click an icon, it jumps to another desktop. thats only been happening today. are there any warning signs i can look for so i can fix it before it gets really bad?

    Any anomalies should make you suspect that you suffered some type of water damage. Because liquid damage can take many routes, as corrosion begins to set it, you may not know that damage has occurred until strange things start happening with your system.
    Probably the best thing you can do, since an anomaly has presented itself, is to take your machine into an Apple Store or an AASP for a free diagnosis. If they notice that the liquid sensors have been activated, they will let you know.
    Good luck,
    Clinton

  • What are the different licences?

    I'm thinking about getting the Production Premium suite, but I'm slightly confused about the different licences... As far as I can tell, there's a student licence, and a "normal" one... Is that all of them?  Also, what are the restrictions for each?
    At the moment, I just want to build up my portfolio.. I don't have any plans to publish anything commercially - however, I don't want to be restricted from that option, should I wish to do so in future.  Which is the best license for me?
    p.s. sorry if this is the wrong forum to post this in!

    From what I've learned of the iPhone 5 I got 3 days ago, I can identify the following:
    Off, phone completely de-energized. Press the power switch for 3 sec, flick the slide onscreen.
    Sleep, phone is on but screen dar. Briefly press the power switch.
    Normal, phone on the home screens
    Airplane mode, fully on but with all radios off.
    Do not disturb, cellphone dark but only receives calls from selected sources.
    I'm sure there's more to discover.

  • What are the benefits of arch linux ?

    What are the benefits of arch linux ?
    default package management /software installation tool .

    This posts fits perfect with my last 2 days xD
    Cause a fan problem with arch, I tried to come back in a third partition to Debian. But 1 year and a half with arch makes me impossible to come back to debian because arch owns Debian in lots of ways (package management simplicity and filesystem structure, including this website, maybe the most important detail of this distribution, all info is on this page).
    However, Debian's aptitude is extremely faster than pacman, that is the strongest point of Debian in front of Arch. Also I miss a detail on arch that I find indispensable: ICEWEASEL!
    Can anyone get a package for archlinux of Iceweasel for me? I prefer weasels than foxs xD
    Serious conclusion: Arch is better than Debian for me for the simplicity (pacman is simplier, the rc.conf file is a present of God, and this centralized and simple forum, the aur repository, the extremely great wiki (maybe gentoo wiki is a bit better) and the good organization of the homepage of archlinux.org makes this distribution for me the best for my purposes).
    Now I believe I have to say something to you:
    Thank you very much to all people that make possible this distribution, users, developers, etc...

Maybe you are looking for

  • High PPI Support Multiple Monitors: How it comes that Remote Desktop implements the hight PPI support very well and win 8.1 doesnt?

    http://skovalev.de/wp-content/uploads/2014/05/RemoteDesktop-HighPPI-Perfect.png Hello all: i am using an High PPI Monitors from Dell XPS15 (3600x1800) and a Normal FullHD above it. The FullHD monitor is an external device and is set up as the primary

  • Different pages of main front panel

    How can i create different pages of the front panel? A link is give in which the frontpanel has number of pages. https://decibel.ni.com/content/docs/DOC-15943 Solved! Go to Solution.

  • Expert with hp-ux

    i have an app that has to run on a hp-ux machine but i get the following message when i run my app Unable to initialize threads: cannot find class java/lang/Thread here is my shell that start the app JAVA="/opt/java/bin/java" BINDIR="/usr/fritz/bin/c

  • Batch capure/Time code problem

    Having big issues with the batch capture option i FCP. I had these problem a while back and someone suggested leaving a 5sec gap between clip. I have done this but on this particular project the batch capture problem is back. What other trouble shoot

  • Can you give me some code ?

    Can you give me some code ? (my email address is [email protected])