How use date navigator for marking a date.

Hello Experts,
How to use  DateNavigator  for set a colors in calendar using web dynpro abap.
Thanks  in advance.
Regards,
Chetan.

About the use of "Date Navigator", there are many properties needed to set. In detail, you can reference to the material "NET311".
There is one chapter which takes the concern about "Date Navigator".
I have one example about this topic. However, it is written in Chinese.I don't know whether it can help u or not.
http://space.itpub.net/17144169/viewspace-674231
Best wishes~

Similar Messages

  • Hello , I want to ask some question about ipads \  How powerful is the iPad?  How useful is it for reading books, newspaper or magazines or for surfing the web? Can you identify any shortcomings of the device?   please help me :(

    Hello ,
    I want to ask some question about ipads \
    How powerful is the iPad? 
    How useful is it for reading books, newspaper or magazines or for surfing the web?
    Can you identify any shortcomings of the device?  
    please help me

    it's less powerful than your average computer. THink of it like a netbook but with a better processor.
    It'll do fine for surfing (although if you browse a lot of flash based sites you will need to get a third party browser since safari doesn't accommodate it)
    You may do OK on reading books, papers or magazines, especially if they have apps, but the ipad's screen is backlit, so it doesn't work well outdoors and you may need to fiddle with the brightness so that you don't get eye strain (it's just like doing too much reading from a computer screen)
    I would say the biggest short comings are data transfer. Apple's preferred work flow is that everything is done via iTunes or the internet....well people dont' always have 100% reliable always on internet access so you can find yourself in a situation where you can't get things on/off the iPad.
    By and large, it's a good device for day to day stuff, but is not a computer replacement.

  • How used single ssl for tow exchange server without clustering

    how used single ssl for tow exchange server without clustering
    exchange 2003 std fron-end server
    used for add new server for owa failover or standby 

    Olivia, hopefully by now you have solved your issue but just for the sake of answering that question here so that people having the same issue can later find it I'll go through the motions:
    there are a couple of ways you can achieve this.
    A. get a certificate for free out there
    B. generate your own self signed "fake" certificate.
    certutil will certainly let you do this, here's how:
    1. First, create a file/directory layout to store your certificates
    mkdir -p /path/to/certificates/selfsignedCA2. Initialize a database for the certificate you want to create
    certutil -N -d /path/to/certificates/selfsignedCA -P "ca-"3. Create a self-signed CA certificate
    certutil -S -x -n "ca-cert" -s "cn=SelfSigned CA Certificate,dc=yourSuffix" -t CTPu -v 120 -d /path/to/certificates/selfsignedCA -P "ca-" -5Note: when prompted, select choice (5) SSL CA and 'y' for critical extensions
    4. Export the your newly created self-signed CA certificate in PEM format
    certutil -L -d /path/to/certificates/selfsignedCA -P "ca-" -n "ca-cert" -a > /path/to/certificates/selfsignedCA.pemthat should get you going
    -=arnaud=-

  • How to find navigation for TC s

    small question ..to all
    if i want to find the navigation for a particular transaction....for example i know OVK4..i dont know the navigation for this....in this case how can i find the navigation for the TCs.
    Thanks in advance.
    Raju

    Hi Raju!
    I don't know how you can use SHDB for this, but here are two other ways:
    If you have a non-customizing transaction: take a keyword from transaction text (SE93) and make a search with transaction SEARCH_SAP_MENU.
    If you have a customizing table (e.g. V_TSKM), go to SM30, fill in the view / table, press button 'customizing' (right end) (and go on with F5, without specifying a project). This should list all usages in SPRO.
    Regards,
    Christian

  • How useful is XML for accesing a server

    Suppose I have a client applet that makes a query to a server application with this small protocol:
    CLIENT: Send a date (user inputs it in his own locale format, so client applet encodes it as an integer: 2 bytes for year, 1 for month and 1 for day)
    SERVER: Send a response byte
    CLIENT:interprets response as a success / error, and shows an appropiate message to the user in his own language and locale.
    How would XML help in this?

    If you control both the client (applet) and the server, then XML is not necessairly the best solution.
    XML provides a flexible decoupling mechanisim that allows both the sender and receiver to restructure the message. This is very important when you:
    1. Intend to interface with a client you have no control over.
    2. Intend to interface with a server you ahve no control over.
    3. Intend to develop your client and your server independently.
    4. Intend to deploy updates to your client and server independently.
    If the client is downloaded from the server (as in an applet situation), the you basically control both the client and the server at the same time (in the webserver). So most of these issues don't really exist. However, if you perceive that future plans for your product would allow independent control of the client and the server, or have to interface to other clients that you do not control, then it may be better to consider an XML coupling from the beginning.
    Note that using XML is not enough, you should evaulate and plan for how the XML message should be allowed to grow so you will not design your XML message in ways that are too inflexible (preventing you from upgrading the client or the server independently) or too abstract (preventing undertanding of the message without explicit knowledge of the internals of the client and / or the server).
    One example of the "too abstract" trap is deciding to make every element in the XML message esentially the same, that is, a message of "Objects" where there is no understanding of what that object is without having the .class file around to unpack it.

  • Using Portal navigation for KM Integration in ABAP

    Hi All,
    I am trying to call the KM Navigation iview from ABAP webdynpro view. it is like implement the same functionality as currently available for Repository filters through ABAP coding. I have to create a new Folder in the KM and call the KM Navigation iview for that specific folder. I know KM has provided few new webservices which I can use to create a new folder in the KM repository but I am unable to open the KM navigation iview with the newly created folder through coding.
    I am using the navigate_absolute Portal Navigation method to call the KM Navigation iview from ABAP code. Currently it is opening iview with the folder set as root folder in the iview property but I need to open it with the newly created folder through the code. The same sort of functionality is implemented from java code by passing the Business parameter with navigate_absolute method. The problem with ABAP code is that I don't know what is the exact format of the Business parameter to be passed.
    In the java code the Business parameter is passed as
    Uri=/documents/cprxrpm/46A73F1FEED21B0DE10000000A4241A8:DFM_450_MIT3_SAURABH/RIH/47B44774254208CCE10000000A4241A8:wonder-item-01 :WONDER-ITEM-01
    Does anybody have idea how can i implement the same scenario in ABAP and what should be the format of the to be passed as Business Parameter from ABAP code ?
    Regards,
    Vikash

    There isn't specific knowledge concerning the BusinessObjectsKM in this forum - you may try over at Business Object > Integration Kit SAP forum, or open a new Support Message with SAP.
    Sincerely,
    Ted Ueda

  • How useful is CLD for job seeking?

    I dont know if it is worthwhile taking the CLD, will that be very helpful? Thanks for your answers in advance.

    I don't know if you have seen this already, but a little while ago we did a survey of CLDs to ask about what benefits there were, so that's worth considering. Benefits of Certification: Survey of CLDs
    While it's not the CLD, here are some video interviews we did with LabVIEW Architects who were attending the CLA Summit:
    How has the CLA certification impacted your career?
    Do you feel that CLA certification is worth it?
    What is the CLA Summit?
    Hope this helps,
    Mallori
    Mallori M
    National Instruments
    Global Customer Education Program Mananger
    Calculate the time you will save with NI Training

  • How use Import Utility for Migration to 10g

    Hi everybody,
    I want to upgrade Oracle 8 - 9i Databases to 10gR2 using Export/Import Method. Do I use FULL Import or TOUSER Import Method?
    1) The problem of a FULL import is the next:
    A FULL IMPORT imports objects from SYSTEM, OUTLN, DBSNMP (and this from an earlier version).
    Some objects are imported with success and some others are rejected. There are too many errors.
    2) And TOUSER option work well but doesn't import the following objects:
    TOUSER = (USER1, USER2…USERn)
    Profiles
    Public database links
    Public synonyms
    Roles
    Rollback segment definitions
    Resource costs
    Foreign function libraries
    Context objects
    System procedural objects
    System audit options
    System privileges
    Tablespace definitions
    Tablespace quotas
    User definitions
    Directory aliases
    System event triggers
    Do you have some suggestion?
    Regards,
    Azizollah

    Hi,
    I understand that now. I have to make a Full export/import because the following objects can only import by a full method.
    -     Profiles
    -     Public database links
    -     Public synonyms
    -     Roles
    -     Rollback segment definitions
    -     Resource costs
    -     Foreign function libraries
    -     Context objects
    -     System procedural objects
    -     System audit options
    -     System privileges
    -     Tablespace definitions
    -     Tablespace quotas
    -     User definitions
    -     Directory aliases
    -     System event triggers
    Regards
    Azizollah

  • How use google voice for texting so don't get charged from att???

    can't find the correct settings to avoid being charged???
    do I need to download google voice app on iphone ?

    No, it doesn't support that. I mentioned the details in your other thread. To add to the other question, you must go to Google Voice settings on the web and make sure that your messages aren't automatically forwarded as text messages. If that is checked, you will receive a text message (which will charge) and a push notification (which will not charge). As mentioned before, you should simply use push notification to get your messages.

  • HT1296 I was using the iCloud for my iPod and had recorded an important Voice Memo on the device. Before I was able to store it on my computer, the device stopped working. I have the data on the Cloud, how can I get that back to my iMac?

    I was using the iCloud for my iPod and had recorded several irreplaceable Voice Memos. It went up to the Cloud, but I wasn't too savvy with the Cloud at that point, so it wasn't syncronizing to my home computer. So, the thing is that the iPod died and the backup is in the Cloud and I would like to load the backup to my iMac to recover my data. How can I do that? Thanks

    The new device I got to replace the iTouch is a iPad and I don't see the playlist I created with previous voice memos on it at all. Is there any way to access them on the iPad? If I erase the iPad and restore it with the old back up will the Voice Memos come along and get in to my home computer or will I be out of luck?

  • How to  use data function using characterstics variable for calculation on

    how to  use data function using characterstics variable for calculation on  attribute as key figure

    Hi Gayatri
    Did you not see my answer for CASE because CASE does indeed offer the use of the BETWEEN clause, but DECODE does not. Let me give you a little synopsis of DECODE.
    In its most simple form it takes 4 values and looks like this: DECODE(A, B, C, D)
    This essentially means, IF A = B THEN C ELSE D
    The trick to solving BETWEEN in a DECODE is to work out algoriths where A = B. Because we don't know how many values are between 00 and 99, although I could guess there were 100 we could of course have 100 parts in the DECODE but that would be awful. How about if we look at it another way and say this:
    IF PART_NUMBER < 'SDK00' THEN pay_amount
    ELSE IF PART_NUMBER > 'SDK99' THEN pay_AMOUNT
    ELSE pay_amount + 100
    This statement only had 2 hard coded values, but how to make DECODE work with less than? Easy, we use the LEAST function. The LEAST function takes 2 values and returns the one with the lowest value. So I use LEAST(PART_NUMBER, 'SDK00') then whenever the PART_NUMBER is lower than SDK00 it will be true. A similar situation exists for the opposite function GREATEST. Putting all of this together then, you can do this:
    DECODE(PART_NUMBER, GREATEST(PART_NUMBER, 'SDK00'), DECODE(PART_NUMBER, LEAST(PART_NUMBER, 'SDK99'), PAY_AMOUNT * 100, PAY_AMOUNT), PAY_AMOUNT)
    In English this can be read as follows:
    IF the PART_NUMBER is greater than or equal to SDK00 and the PART_NUMBER is less than or equal to SDK99 THEN PAY_AMOUNT x 100 ELSE 0
    Best wishes
    Michael

  • How to use Data Navigation in OBIEE11g

    Hi,
    I read an article about BIEE 10g feature: Data Navigation (click on a record in Analytics report1 and corresponding drill down data show in Analytics report2). I found that there are some setting "Type: Navigate" in "Value Interaction" should be set in Tab: "Column Format" of Column properties in BIEE 10g (pls refer to: http://gerardnico.com/wiki/dat/obiee/navigation).
    However, I didn't find these setting in OBIEE 11g. How do I use Data Navigator in OBIEE 11g? Is this features is disabled?

    *1. Firstly, what means of "Column (should be filtered)?*
    The column in Criteria you should give the *Filter*
    2. Table.Column -> Column Properties -> Interaction -> Value (Primary Interaction) -> Action Links -> Add (+ Symbol in Green color) -> Action -> Click *Navigate to BI Content* -> Select the Report from the Shared folder -> OK and Save the report.
    Thanks,
    Balaa...

  • How do we use Data rules/error table for source validation?

    How do we use Data rules/error table for source validation?
    We are using OWB repository 10.2.0.3.0 and OWB client 10.2.0.3.33. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I reviewed the posting
    Re: Using Data Rules
    Thanks for this forum.
    I want to apply data rules to source table/view and rule violated rows should go to defined error table. Here is an example.
    Table ProjectA
    Pro_ID Number(10)
    Project_name Varchar(50)
    Pro_date Date
    As per above posting, I created the table in object editor, created the data rule
    NAME_NOT_NULL (ie project name not null). I specified the shadow table name as ProjectA_ERR
    In mapping editor, I have projectA as source. I did not find error table name and defined data rules in table properties. It is not showing up the ERR group in source table
    How do we bring the defined data rules and error table into mapping?
    Are there any additional steps/process?
    Any idea ?
    Thanks in advance.
    RI

    Hi,
    Thanks for your reply/pointer. I reviewed the blog. It is interesting.
    What is the version of OWB used in this blog?
    After defining data rule/shadow table, I deployed the table via CC. It created a error table and created the all the source coulmns in alphabatical order. If I have the primary key as 1st coulmn (which does not start with 'A') in my source, it will apprear middle of of columns in error table.
    How do we prevent/workaround this?
    If I have source(view) in sch A, how do we create Error table in Sch B for source(view)?
    Is it feasible?
    I brought the error table details in mapping. Configured the data rules/error tables.
    If I picked up 'MOVE TO ERROR' option, I am getting "VLD-2802 Missing delete matching criteria in table. the condition is needed because the operator contain at least one data rule with a MOVE TO ERROR action"
    On condition Loading - I have 'All constraints' for matching criteria.
    I changed to "no constraints' still I get the above error.
    If I change to 'REPORT' option instead of 'MOVE TO ERROR' option, error goes off.
    Any idea?
    Thanks in advance.
    RI

  • Hello !  pls give some ti[ps how to use bapi's for data uploading?

    hello !
      pls give some ti[ps how to use bapi's for data uploading?
    regards,
    Arjun

    Hi,
    See the below report extract:
    where it_data is having uploaded data.
    LOOP AT<b> it_data</b> INTO wa_data.
        line_count = sy-tabix.
        "Date Validation
        CONCATENATE wa_data-uplft_date4(4) wa_data-uplft_date2(2) wa_data-uplft_date+0(2)
        INTO wa_data-uplft_date.
        "READ TABLE it_ekko INTO wa_ekko WITH KEY lifnr = wa_data-vendor.
        LOOP AT it_ekko_temp INTO wa_ekko_temp WHERE lifnr = wa_data-vendor.
          IF wa_ekko_temp-kdatb <= wa_data-uplft_date AND wa_ekko_temp-kdate >= wa_data-uplft_date.
            MOVE-CORRESPONDING wa_ekko_temp TO wa_ekko.
            APPEND wa_ekko TO it_ekko.
          ENDIF.
        ENDLOOP.
        "IF sy-subrc = 0 AND wa_ekko-kdatb <= wa_data-uplft_date AND wa_ekko-kdate >= wa_data-uplft_date.
        LOOP AT it_ekko INTO wa_ekko.
          wa_data_header-pstng_date = wa_data-uplft_date.
          wa_data_header-doc_date = sy-datum.
          wa_data_header-bill_of_lading = wa_data-bill_of_lad.
          wa_data_header-ref_doc_no = wa_data-del_no.
          CONCATENATE wa_data-header_text1 '-'
                      wa_data-header_text2 '-'
                      wa_data-header_text3 '-'
                      wa_data-header_text4
                      into wa_data_header-HEADER_TXT.
          IF wa_data-indicator = 'Y'.
            wa_data_item-material = '000000000000200568'.
          ELSE.
            wa_data_item-material = '000000000000200566'.
          ENDIF.
          LOOP AT it_ekpo INTO wa_ekpo WHERE ebeln = wa_ekko-ebeln AND matnr = wa_data_item-material.
            "Collect Item Level Data
            wa_data_item-plant = '1000'.
            wa_data_item-stge_loc = '1001'.
            wa_data_item-move_type = '101'.
            wa_data_item-vendor = wa_data-vendor.
            wa_data-qnty = wa_data-qnty / 1000.
            wa_data_item-entry_qnt = wa_data-qnty.
            wa_data_item-po_pr_qnt = wa_data-qnty.
            wa_data_item-entry_uom = 'KL'.
            wa_data_item-entry_uom_iso = 'KL'.
            wa_data_item-orderpr_un = 'KL'.
            wa_data_item-orderpr_un_iso = 'KL'.
            wa_data_item-no_more_gr = 'X'.
            wa_data_item-po_number = wa_ekpo-ebeln.
            wa_data_item-po_item = wa_ekpo-ebelp.
            wa_data_item-unload_pt = wa_data-unload_pt.
            wa_data_item-mvt_ind = 'B'.
            APPEND wa_data_item TO it_data_item.
            CLEAR wa_data_item.
          ENDLOOP.
          CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
            EXPORTING
              goodsmvt_header = wa_data_header
              goodsmvt_code   = goodsmvt_code
              testrun         = 'X'
            TABLES
              goodsmvt_item   = it_data_item
              return          = return.
          READ TABLE return INTO wa_return WITH KEY type = 'S'.
          IF sy-subrc <> 0.
            DESCRIBE TABLE return LINES sy-tfill.
            IF sy-tfill = 0.
              CALL FUNCTION <b>'BAPI_GOODSMVT_CREATE'</b>   
            EXPORTING
                  goodsmvt_header = wa_data_header
                  goodsmvt_code   = goodsmvt_code
                  testrun         = ' '
                TABLES
                  goodsmvt_item   = it_data_item
                  return          = return.
              CALL FUNCTION <b>'BAPI_TRANSACTION_COMMIT'</b>
               EXPORTING
                 WAIT          = 'X'
              IMPORTING
                RETURN        =
            ENDIF.
          ENDIF.
          LOOP AT return INTO wa_return.
            WRITE: 'Messsage TYPE  ', wa_return-type,
                  /,'ID  ', wa_return-id,
                  /, 'Number  ', wa_return-number,
                  /, 'Message  ', wa_return-message,
                  /, 'Long Text  ', wa_return-message_v1,
                                    wa_return-message_v2,
                                    wa_return-message_v3,
                                    wa_return-message_v4,
                 /, 'Failed at line', line_count.
          ENDLOOP.
          CLEAR: wa_ekko, wa_ekpo, wa_data, it_data_item[], wa_data_header.
        ENDLOOP.
    Reward if useful!

  • How much data will an app like "Nike+ GPS" use if I jog for an hour?

    This app is for runners to keep track of where and how far you went throughout a jog. If I'm jogging with my iphone4s for an hour, how much data will be consumed?

    To my understanding of Nike+, it will keep all the data on your phone until you select to send it too the Nike+ website (Settings> Nike+> Send to Nike+). Or atleast that's how it's been working whenever I use it.

Maybe you are looking for

  • Can't connect new macbook to D-Link wireless network

    Just purchased a new aluminum 13" macbook last weekend. I have an existing D-Link DIR-655 wireless router with 2 Dell laptops, 2 iPhones, and 1 Sirius Stilleto connected with WAP Personal Security and MAC address filtering working just fine. I added

  • Report with custom layout - formatting conditions

    Hi, There's a report with custom layout. What I need is to format some cells depending on the data they contain(like different background color). There's a tab named "Formatting Conditions" which should be meant for doing this and it works perfectly

  • External Catalog not working in SRM 7.0

    Hi all, I am in the process of converting all SRM 4.0 Punchout Catalogs to SRM 7.0. I got a problem autologgin into one of the vendor catalog page. it working fine in SRM 4.0 system. it automatically loggin using buyer organization parameter. I also

  • How to Test if an Email Address Exists?

    So we have all been doing email address validation for awhile which I know how to do, but validation only tests if an email address is entered in the right format.  It doesn't verify if an email address actually exists.  I am creating an application 

  • Infopackage Flat File load is failing to hierarchy after upgrade to 7.4

    Hi Experts,    My system got upgraded to 7.4 and SP level 0007. After Up-gradation  my hierarchy load through Flat file is failing with short dump. Please find the dump details below. Information on where terminated     The termination occurred in AB