Current month's full text

Hi all
Is there any function module to get Current month's full text?
E.g: If current date is 01.08.2007.. then I want the full text as "August" (Not the short form "Aug")
Pls help
Regards,
Prasad

Use table t247 to read text.
There are two fields one for short & other for long, pick accordingly.
select SINGLE * from t247 into itab where mnr = month
AND SPRAS = 'E'.
But from FM check this thread -
creating routine
Regards,
Amit
Reward all helpful replies.

Similar Messages

  • "A severe error occurred on the current command. The results, if any, should be discarded." + Full-text-index Sql Server 2008 R2 SP1

    Hello.
    I have a problem with SQL Server 2008 R2 SP1:
    I have a table with the full-text index-activated on 3 fields of type nvarchar.
    When I try to open a transaction (ex: BEGIN TRAN {inserts} COMMIT) to insert multiple rows, I get the following error: "A severe error occurred on the current command ...".
    I checked the Sql Server Logs and the Event Viewer on the machine, but nothing was logged.
    I found a workaround: disable full-text-index => Do stuff => enable  full-text-index, but this is very annoying (especially when i use the Data Compare to update that table on the Development Environment).
    Help!!!

    I concur with Tom. Upgrade to SP3. This may resolve the issue.
    Since you say that there is nothing in the SQL Server errorlog, this may be an API issue. Try running the same commands through the command-line tools SQLCMD or OSQL to see how this turns out.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Warning: Full-text change tracking is currently enabled for table or indexed view 'fim.ObjectValueString'

    Hi,
    As per the FIM best practice guide, we are trying to disable full-text indexing on the FIM Service database, during the initial load using:
    ALTER FULLTEXT INDEX ON [fim].[ObjectValueString] SET CHANGE_TRACKING = MANUAL
    ALTER FULLTEXT INDEX ON [fim].[ObjectValueXml] SET CHANGE_TRACKING = MANUAL
    However, we get the following warning:
    Warning: Full-text change tracking is currently enabled for table or indexed view 'fim.ObjectValueString'
    Does anyone know how we can solve this?
    Regards,
    SK

    <Going through old threads>
    This doesn't disable change tracking it merely sets it to manual.
    The link below shows and explains the three settings (enabled, manual and disabled):
    http://technet.microsoft.com/en-us/library/ms187025(v=sql.105).aspx
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

  • Is there a way to create a calendar for keynote that automatically updates to current month?

    I use keynote presentations for teaching foreign languages and wanted a calendar that updates automatically to current month everytime I present it rather than making it manually each month.  I'm wondering if it can be done using the keynote date/time functions?  Thank you.

    Creating a whole interactive calendar for a month in a table could be done I suppose, but it's an awful lot of work for something that might be solved more easily in other ways.
    IF you have a constant internet connection when you're teaching, create a Hyperlink on a blank Keynote slide to a web calendar, such as Google Calendar (or perhaps a school district calendar?) and enable it in the slide with Inspector, Hyperlink (blue circle with arrow icon 2nd from the right).
    If you don't have web access on your teaching computer while you're teaching, I'd still probably capture a screenshot of the each monthly calendar and use that, updating to the current slide once a month. If you're usually too busy to remember to capture a new calendar on the first of the month, create a whole year of screen captured calendars at one time, add them to separate Keynote slides, and then just 'Skip Slide' all the months you aren't using. Not cool and interactive, but it would solve the problem. You might want to rename the screen captures to the month name before adding them as slides for ease of locating them later.
    Since you're teaching foreign languages, in my sample below, I changed my default Google Calendar language to German. (Unfortunately, I left US Holidays enabled, so they aren't 'auf Deutsch', but you get the idea.) Understand that when you switch language in Google Calendar (or other Google app), it will switch ALL of your Google screens to that language, so be sure you remember which 'buttons' to push to change it back to English later!
    Bring up your calendar onscreen in your browser and use Command+Shift+3 to capture the whole screen or Command+Shift+4 to capture just a portion of the screen. Once saved, insert the saved calendar into a Keynote slide.
    Now, if that's more than you need, if you just want to display the date information in English as current weekday name, monthname, date number, and year, that's pretty simple.
    Use the now() or today() function, you can create a simple table and add the following functions in separate cells, beginning each cell entry with the = sign (so the table 'knows' it's a function, and not just text:
    =DAYNAME(NOW())
    =MONTHNAME(MONTH(NOW()))
    =DAY(NOW())
    =YEAR(NOW())
    And it displays like this on a slide:
    Hope that helps!
    Message was edited by: kostby

  • Get data for current month in VC from query - Urgent

    Hi all,
    I have designed a query for cube FIAR_C03 for overdue items and query output contains customer, net due date, document date, fiscal year period and amount. I want a chart for that query in VC that only contains those items in which net due date is in current month. How can i do that?
    Where I can place the condition to display only those items in vc in which net due date is in current month and how ?
    Please respond.
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    Hi Aisha,
    It is possible to do with following steps:
    1. In Query Design make your field 'Net Due' filter with variable for date input (0CALMONTH for example where your date should be this format MMYYYY). Test your query and see if you input a month/year date it would would work;
    2. Build one table from output of your query (choose fields);
    3. In Visual Composer, drag your query into your board and from 'Varaiables' port  (NOT FROM INPUT) drag a line to create a Start point. As soon you realease to create 'Start' a box will ask which fields you want. Choose your date as field;
    4. Select the line between Start point a query. In Input Field assigned the following formula (DSTR(NOW(),'MMYYYY') *
    5. Deploy your model
    at this formula I said: transform NOW(), current date, in Text with format MMYYYY (012002 for example).
    It works!
    Assigned points if was helpful.
    Kind Regards,
    Gilson Teixeira

  • Structute at row level current month to past 12 months

    hi
    i need row structure like current month user can enter , past 12 month i need data columns i n can keep some key figures?
    my query is if i wnat text of previous month in rows , text with replacement path will work?

    Hi,
    You may put calmonth in rows and you key figure structure in rows.
    Put a global filter on calmonth which will be an exit. When use will enter current month it will automatically populate past 11 month value in that and will diplay accordingly.
    I hope it will help.
    Thanks,
    S

  • Display current month records only

    Hi Experts,
    I have the following requirement.
    Report should display current month records only.
    For example If the report is run on 20090324, It should display records from 20090301 to 20090324.
    That means,  report may run on any date of that month, It should display from 01 (of that month) to current date.
    I have a select statement saying
      SELECT * FROM likp
      WHERE wadat_ist BETWEEN month_start_date AND sy-datum          
        AND vkorg IN s_vkorg
        AND vkbur IN s_vkbur
        AND kunnr IN s_kunnr.
    How to calculate date for month_start_date, so that it can display only current month records.
    Thanks in advance
    Rohan

    Hi Kunta, Suhas, Nandi,
    Thank you for your quick reply, I really appreciate it.
    for this current month records, I need to display a check box saying
    Open orders  and shipments with the current month.
    But where as Selection text is accepting 32 characters only. Is there any possibility to overcome this?
    Thanks in advance
    Rohan

  • Full-Text Search is Enabled But It Is Not Working.

    I Have Already Installed SQL SERVER 2008 ANd Full Text Search Is Also Running I Check It Via Query It Is Also Return !. Now What i M DO?????

    Hello,
    What's the database role of the current user? If it is not a a member of the db_owner, or db_ddladmin,
    you must have CREATE FULLTEXT CATALOG permission on the database, or have REFERENCES permission on the full-text catalog and ALTER permission on the table or indexed view.
    For example:
    GRANT REFERENCES ON FULLTEXT CATALOG :: Catalog_name TO User ;
    Reference:GRANT Full-Text Permissions
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Problem with full-text search in RH8

    Hi All,
    I've just upgraded from RH6 to RH8 (laptop running Windows XP SP3; RH6 still present on the computer but the RH8 setup program did not seem to have a problem with that: identified an earlier version was present, asked for its serial number, and then proceeded).
    RH8 is working just fine, except for one thing: in the WebHelp output I generate, the Search tab displays: "Error: Failed to initialize database".
    As a matter of fact, the generation details in RH8 output view state:
    Processing Full-text-search data...
    Finished processing Full-Text-Search data in 0 sec(s)
    This is the case for legacy projects that RH8 upgraded from RH6, but also when I create a project from scratch in RH8.
    Now, to add to my confusion, before buying RH8, I had downloaded RH8 trial version and installed it on a spare computer (so it would not interfere with my RH6 installation and projects). The tests with this version were OK (hence the decision to buy the upgrade), and guess what: there was no problem whatsoever with full-text search, neither on legacy projects nor on new projects.
    So before I go into the pains of uninstalling / reinstalling (hello registry, it's me again, trying to clean things up ;-), I'd like to know if anyone has any idea why this is happening.
    Just to be clear: The RH8 version I bought and installed was a new download, distinct from the initial trial download.
    The 3 differences between the trial version and the current working version are:
    Trial was on a Vista computer (working version is on XP SP3)
    Trial did not have RH6 present on the computer
    Trial was version 8.0.0.203, whereas the working version is 8.0.2.208 (immediately after it was installed, RH prompted me to install the updates)
    Thanks in advance for any help or advice.

    Hi All,
    Just for the record, IT people here were eventually able to have RH8 full-text search feature working on my laptop by:
    1/ Installing an XP virtual machine from scratch, and then installing RH8 on it (we created a small project and generated the webhelp output, just to make sure the search feature did work in that environment).
    2/ Using a software virtualization application to capture that RH8 install and deploy it on my laptop.
    The problem is not solved, because we still don't know what caused it (conflicting DLLs?), but it looks like we have a workaround - although certainly not a quick and easy one ;-)

  • When can oracle support full text search for Simplified Chinese?

    When I create index using the create index clause,the following errors appears
    "ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-11440: operation not supported for the SIMPLIFIED CHINESE language"
    Maybe I have to use like to query words...
    Did somebody encounter the same problem and have a good solutions?I am expecting your help!
    null

    Hi,
    Full-text search capabilities is not currently not supported and Unfortunately, we do not have a timeline as to when it will be available.
    You can post a feedback on the below link.
    http://feedback.azure.com/forums/217321-sql-database
    Regards,
    Mekh.

  • Executing a full-text search using KM APIs

    Hello,
    I'm doing a KM Folder search using KM APIs. The code looks similar to this
    =====================================================
    IGenericQueryFactory queryFactory = GenericQueryFactory.getInstance();
         IQueryBuilder queryBldr = queryFactory.getQueryBuilder();
         IPropertyName ipn = new PropertyName("http://sapportals.com/xmlns/cm", "lang");
         IQueryExpression queryExpr =
              queryBldr.like(ipn, language.toLowerCase());
         IGenericQuery query = queryFactory.toGenericQuery(queryExpr);
         IResourceList result = query.execute(
         collection, Integer.MAX_VALUE,7,false);
    ======================================================
    Issue: How can I execute a full-text search using these APIs. 
    i.e. If the keyword exists in the body of the document, the search should return that document.
    Any help on this would be much appreciated.
    Thanks,
    Harman

    Thanks for your helpful answers.
    So, which APIs should I use to accomplish my goal?  I need to search for custom KM attributes, AND the body of the document.
    We are currently running EP6 SP2.
    Should I use the IFederatedSearch API.
    Thanks,
    Harman

  • Delete DSO data for current month on a daily basis.

    Hi Gurus,
    We have a requirement where we have to delete the data in the BW DSO's for the Current Month every day before loading data into it. The reason for this is that in R3 they delete data for the current month in addition to adding new records and changing existing records. Since we do a Full load in BW, the deleted records in R3 will still exist in the BW DSO, hence the need for deletion.
    We can't delete ALL the data in the DSO as we use the BW DSO for Archiving purpose and the R3 table at any point of time will have just 3 months of data, while BW will have historical data.
    I know there is a process to delete DSO contents in the Process Chain, but can it be set up to just delete the current months data??
    Thanks
    Arvind

    Hi Arvind,
    The program RSDRD_DELETE_FACTS or transaction DELETE_FACTS will help you in deleting the records. Execute the program and select the option 'Generate Selection Program'. It will create a Z program , you can then dynamically select the current month in the Variant and assign the Z program and the variant in ABAP step of the process chain.
    Hope this helps with your requirement.
    Regards,
    BINETWEAVER2004s

  • Put field synopsis in brief area and full text in detail area

    I have been making some dynamic sites recently and had a
    question about only pulling the first couple lines of data from a
    field in the summary page and showing the full text on the detail
    page. Currently, i make 2 fields, a brief field and a detail field.
    Can i condense these and write code to only show a few lines in my
    summary page?

    fbcojman wrote:
    > Thanks for the reply. I tried that. My SQL statement
    looks like this:
    >
    > SELECT left(tblnews.newsText, 50), tblnews.newsTitle
    FROM tblnews
    You should use an alias. In MySQL, the SQL statement should
    look like this:
    SELECT left(tblnews.newsText, 50) AS summary,
    tblnews.newsTitle
    FROM tblnews
    The first 50 characters are then available in the recordset
    as "summary".
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Full text PDF indexing for website search?

    Hi.  We run a couple of websites on CQ5.5 and are trying to get the PDF files we refer to in the DAM to show in search results that users conduct on our sites.  I've seen a number of references that imply that full text searching of PDFs is possible.  For example:
    http://dev.day.com/docs/en/crx/current/developing/searching_in_crx.html#Full-Text%20Extrac tion
    But thus far I've not been able to figure out what I must do to get it working.  I had expected that if this were possible to do, then it would have worked with the Geometrixx demo site.  It did not.
    Am I chasing my tail here, or is there actually a way to get this done?  If it's possible, links to documentation on how to configure indexing_config.xml and any other required files would be greatly appreciated.
    Thanks.

    Laurent,
    We never got a definitive answer, but we have suspicions that it was due to having upgraded from CQ 5.4 to 5.5.  It seems that the libraries used for the indexing changed during that version upgrade.  When I took our application and installed it on a pristine 5.5 installation, the PDF indexing worked.  It was only our existing installations (two staging, two production) that did not work.  So at least we know it's not our application or CQ in general.
    Sadly, we don't have the resources to rebuild our servers, and we also ran into a separate problem that would prevent us from using the indexing anyway.  It seems that there is no way to prevent cross-site results if you have multiple sites on the same CQ install and they each have their own sections in the DAM where the PDF files are stored.  Would take some custom code to get around the issue, it seems.
    For example, you have site A and site B.
    /content/a  <- Main site A content for pages
    /content/b
    /content/dam/a <- Site A's files in the DAM
    /content/dam/b
    There is no stock way, that I am aware of, to keep searches on site A from turning up PDF results from /content/dam/b (for site B), and vice versa.  That's enough to keep us from using it - a total deal breaker.

  • Full Text Search Enhancements in 2012 / 2014

    We are currently using SQL IFTS 2008 but are considering upgrading to either SQL 2012 or SQL 2014 (leaning towards SQL 2012 as it has a longer track record and more service packs).  What are the sql full text enhancements from:
    2008 to 2012?
    2012 to 2014?
    thanks

    Hi scott_m,
    Please refer to the following articles:
    SQL Server 2012 - Full Text Search Enhancements - Ability to search and filter within document properties:
    http://beyondrelational.com/modules/4/whatisnew/361/features/7090/sql-server-2012-full-text-search-enhancements-ability-to-search-and-filter-within-document-propertie.aspx
    Programmability Enhancements:
    http://technet.microsoft.com/en-us/library/cc645577.aspx
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support
    Elvis, thanks for the info on SQL 2012 full text enhancements.  I didn't see any info for SQL 2014 Full-Text Search.  Do you have any info on SQL 2014 full text enhancements?
    thanks
    scott_m

Maybe you are looking for

  • Traversing the entire nodes of an xml document ?

    Hi, I want to traverse through the entire nodes of an if_ixml_document. which is the best way to do this? Please find the sample document. <text>     <id>          <guid auto="false">                432543254543          </guid>     </id>      <title

  • The created pdf cannot be mapped by Informatica's Conversion Agent...

    Hello Everybody, While adobe interactive pdf is being opened the following warning appear: Warning: This form is not supported with the current version of Acrobat or Adobe Reader. Upgrade to the latest version for full support. The adobe livecycle ve

  • Can't create virtual number with popups turned off

    I use "virtual account numbers"--essentially proxy credit card numbers linked to my real credit card--to make online purchases (through www.citicards.com). However I can't use this feature with popups disabled, even though it says it will still allow

  • Error in Acitve directory topology diagrammer on Win7 32bit

    I'm trying to draw the diagram on through ADTD tool but when I'm trying getting below error. I have installed on Windows 7 machine, .Net 4.5 installed and Visio 2013 Installed. System.TypeInitializationException: The type initializer for 'ADTD.Draw'

  • HELP! ORA-03113 End of file on comm channel

    Hi I'm new to Oracle but old-timer in Linux. I have just installed Oracle 8.1.7 on RedHat 7.0 successfully. Unfortunately, I could not create a new database. It's always prompt "ORA-03113 End of file on comm channel" whenever i run sqlplus or svrmgrl