How To Create A Calendar

Hello everybody,
I programmed some dynpros, where I used date-textfields. Everytime you click in one of those fields, a little calendar opens, where you can choose the date.
So my question is: is there any possibilty to use this calendar without its textfield? I want to create a dynpro which contains this calendar permanently without clicking in a textfield and so on.
Thanks for your held and best regards!

Hi , Check below coding..
DATA : help_infos LIKE  help_info,
       dynpselect TYPE TABLE OF dselc ,
       dynpvaluetab TYPE TABLE OF dval.
help_infos-call      = 'V'.
help_infos-object    = 'F'.
help_infos-program   = 'RSSYSTDB'.
help_infos-dynpro    = '1000' .
help_infos-tabname   = 'DATS'.
help_infos-fieldtype = 'DATE'.
help_infos-fieldlng  = '10'.
help_infos-spras     = 'E'.
help_infos-menufunct = 'HC'.
CALL FUNCTION 'DD_SHLP_CALL_FROM_DYNP'
  EXPORTING
    help_infos         = help_infos
IMPORTING
  SELECTION          =
  SELECT_VALUE       =
  RSMDY_RET          =
  TABLES
    dynpselect         = dynpselect
    dynpvaluetab       = dynpvaluetab

Similar Messages

  • How to create a calendar layout in jdev 12c?

    In jdev  12c,
    When drag and drop a data control into jsf page, in the popup menu->Create, there is no Create a calendar choice.
    How to create a calendar layout in jdev 12c?
    Thanks.

    Timo,
    From a  reference doc of previous version of jdev/adf, it said :
    http://www.oracle.com/technetwork/cn/java/calendar-091799.html
    Expand the Data Controls accordion and drag the collection that represents the view object for the activity created above (FodCalEventVO) and drop it as a Calendar.
    But in Jdev 12c.--cannot find the Create Calendar choice.
    In jdev 12c can drag and drop a calendar component from the component palette, but do not now how to bind it to view objects.
    Thanks.
    BAO

  • Can any one give me hint how to create(dsplay) calendar in jsp 1.2

    can any one give me hint how to create(dsplay) calendar in jsp 1.2
    friends
    i wants to display calendar (not the date) in tabular way please give me hint how to create it

    Hi,
    i would just add my question cos it looks similar , how can i add calendar of the whole year and let the user browse and select it
    thanX in advance

  • How to create a calendar for two years in GL

    how to create a calendar for two years in GL

    Hi,
    - Login into Oracle EBS and select a responsiblity with GL Superuser drants (e.g. General Ledger Super User)
    - Navigate to Setup + Financials + Calendars and open the GUI Accounting (Navigation for R12)
    - Query the used calendard (used from jour Set of Books/ Ledger via the GUI
    - Enter for each Period (= Period Type 13, 16, 18,...) one Record, have a look to the existing data, used the same logic.
    In the GUI, defined the calendar for 2 Years
    Dirk

  • How to create custom calendar in webdynpro ABAP.....(WDA)

    Hi,
    How to create custom calendar in Webdynpro Abap ?.
    Regards,
    Narasimha

    The best way I see here is to develop your custom calender in any of the UI technologies supported like Flash (flex) or HTML5 (or maybe even SilverLight? not sure) and embed it in your WD view. You can also handle interactions between the embedded component and the WD controller.
    Regards,
    Raghavendra

  • How to create a calendar on iOS 7?

    How to create a calendar on iOS 7? I want to use dayforce to upload my work schedule onto my iPhone but I can't create a calendar on my phone... Help?

    Check the App I mentioned above.
    To add a normal Calendar go to Settings > Mail, Contacts, Calendars > Add Account > Other > Calendars and select what is appropriate for DayForce.

  • Anyone has ideas how to create Google Calendar as an embedded web applet

    Hello...
    Anyone has ideas how to create Google Calendar as an embedded web applet in CRM On Demand? I would like to create an embedded web applet to show up the user's Google Calendar. I may have users Google credentials saved in its user record of CRMOD.

    This can be enabled with InBound SSO implementation where your CRMOD Credentials and Google Apps Credentials are mapped.
    if it would help consider reading something on OpenSSO on SAML for this requirement
    Regards.
    Deepak H Andeli

  • How to create a calendar activity in accessibility mode ?

    I didn't find any way to create a calendar activity in accessibility mode. Since it shows blank list of days in calendar component for a month.
    It seems to be a bug in ADF calendar component. Please suggest if there is any alternate way to support this.
    Thank you so much.

    Timo,
    From a  reference doc of previous version of jdev/adf, it said :
    http://www.oracle.com/technetwork/cn/java/calendar-091799.html
    Expand the Data Controls accordion and drag the collection that represents the view object for the activity created above (FodCalEventVO) and drop it as a Calendar.
    But in Jdev 12c.--cannot find the Create Calendar choice.
    In jdev 12c can drag and drop a calendar component from the component palette, but do not now how to bind it to view objects.
    Thanks.
    BAO

  • How to create a calendar category

    I do not know how do create a new calendar category
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    The Pre / Google don't really support categories.
    If you wish to have separate categories what you can do is in Google create a separate calendar within your email account for each "category."
    E.G.
    You have your email address [email protected] and then you have your calendars (business, personal, etc.)

  • How to create common Calendar hieracrhy?

    I need to create a repository to support the following busines scenario.
    My customer has a Supportcall Handling system and he wants a report to show him the volumes of Supportcalls in the following format. A Supportcall logged on Monday, first responded on Monday, resolved on Wednesday and finally closed by the customer on Friday should be listed in the report as follows:
              Mon     Tue      Wed      Thu      Fri
              Date1     Date2     Date3     Date4     Date5
    New Calls          1     0     0     0     0
    1st Response     1     0     0     0     0
    1st Resolution     0     0     1     0     0     
    Customer Closed     0     0     0     0     1
    I have the following physical tables at my disposal
    Table: FACT_SUPPORT_CALLS
    CALL_NUMBER
    CALL_ENTRY_DATE_ID
    FIRST_RESPONSE_DATE_ID
    FIRST_RESOLUTION_DATE_ID
    CUSTOMER_CLOSED_DATE_ID
    CALL_TYPE
    CUSTOMER_TYPE
    Table: DIM_CALENDAR
    ID_CALENDAR
    DAY
    DAYNAME
    WEEK
    MONTH
    YEAR
    I’ve created 4 measures (New Calls, 1st Response, 1st Resolution & Customer Closed) in the BMM layer by creating logical columns (with Aggregation-rule = Count) and mapping them against the Physical table using a Case statement:
    i.e. CASE WHEN FACT_SUPPORT_CALLS.CALL_ENTRY_DATE_ID <> '-1' THEN 1 END
    Next I need to provide a Calendar hierarchy, so that the user can start at i.e. year level and drill-down to day-level as shown in the example.
    In the Physical Layer I’ve created 4 aliases for DIM_CALENDAR
    DIM_CALENDAR_CALL_ENTRY
    DIM_CALENDAR_FIRST_RESPONSE
    DIM_CALENDAR_FIRST_RESOLUTION
    DIM_CALENDAR_CUSTOMER_CLOSED
    and I created joins between each relevant DATE_ID and DIM_CALENDAR (I.E. DIM_CALENDAR_CALL_ENTRY.ID_CALENDER = FACT_SUPPORT_CALLS.CALL_ENTRY_DATE_ID)
    But how do I create 1 Calendar hierachy which combines/joins these four calendar dimensions?
    What is the best way to achieve this?
    Thanks in advance for any suggestions.

    Thanks for the tread.
    I would like to confirm one thing. We currently have the same issue where we have more than one date in a set of data. Currently we have 8 time dimensions set up for the various dates in the data. Its very confusing though.
    Any way of only having one time dimensions, but still being able to get the different dates?
    Regards
    Andre

  • PSE9 - how to create photo calendar portrait A4

    How do I create a photo calendar orientated in portrait A4 rather than the available landscape orientation? I have Photoshop Elemenst 9. Thanks!

    When you choose Print locally by default the size is of A4 paper size so you do not have to worry about the same. Also the calendar is created in the Portrait except for 1st page which is landscape as it is the start page kind of.
    Here are the links for more understandign on how you can create a photo calendar using PSE:
    http://help.adobe.com/en_US/photoshopelements/using/WS2fa0b309bba5bdb1126b450123098ffce0-8 000.html
    http://tv.adobe.com/watch/learn-photoshop-elements-9/creating-a-calendar/
    Let me know ifyou have any comments.
    Thanks,
    Garry

  • How to create resource calendar with Cal server 6.1

    We are running the JES 2004Q2 release of Cal server and we are looking at creating some resource calendars (meeting rooms mainly). The documentation seems a little sparse on this...
    Part of it suggests that we have to run commadmin to create the resources and then either csresource or cscal to create the actual calendar. However, we don't use commadmin to create users (as recommended by Sun) as it can't create users in a particular OU. Can someone who uses resource calendars tell me how they created them?? I'm lost...
    Ideally, a ldif of a working resource calendar would be handy to have a look at - and some info on how to create the actual calendar!
    Thanks

    Hello,
    Wnen you create web service on first page move the slider to set to the develop service.

  • How to create a Calendar page

    Hi gurus,
    i'm starting with Apex and I would like to create a Calendar in an Apex page.
    in this calendar I will show info about events and a link to a register page.
    any idea how can I do this?
    Thank you.

    Apex calendar regions are pretty straight-forward; at least I didn't see any challenging requirements in your post. If you don't want to just go for it, there's a sample Apex packaged application called Events that uses calendar views. You could install that and look under the hood.
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html#EVENTS
    Personally I think you could create a calendar region much more quickly than using Matt's suggestion of generating your own HTML. I think that's a lot of what Apex is for, making it so we don't have to write sys.htp.p...
    But what do I know?
    Good luck,
    Stew

  • How to create a Calendar Class in Universe.

    I want to create a Calendar class which will further contain Year,Quarter,Month,Day,Week Objects which can be used at report level.
    In our database we have different dates in " DD/MM/YYYY:hh:min:ss " format.
    I would like to know if this can be used to create a new Calendar Object or do I need a different table in DB like Calendar look up table provided in sample efashion universe?
    Help appreciated.

    Hi,
    Sorry for the delay in coming back - I had no access yesterday.
    I am not sure what you mean. If you have a lookup table, then you create views/aliases of this table for each of the dates you want to use it for.
    So f your transaction record contains original date and paid_date
    you would create a
    original_date_view as select * from calendar_lookup
    paid_date_view as select * from calendar_lookup
    these views could then be joined to the orginal_date and paid_date fields in your transaction table.
    In the universe you would then expose 2 classes, which contained the same objects.
    Original_date
    Date,
    Day,
    Month,
    Year
    etc
    Paid_date
    Date,
    Day,
    Month,
    Year
    etc
    If you are not using the lookup then you would have to code each date object based on the transaction date field
    So Day in orignal_date would be to_char(txn.original_date, "dd")
    while Day in Paid_date would be to_char(txn.paid_date, "dd")
    Hope this helps
    Alan

  • How to create a calendar using Xcode 4.5

    I am new to xcode and trying to create a calendar in one of the tabs in a tab based application. I dont know what needs to be added in the view area, but from my searching net I have come to know that using eventkit.h one can create a calender. So I added Eventkit.framework in my Framework folder.
    Then in calendarviewcontroller.h
    #import <EventKit/EventKit.h>
    #import <UIKit/UIKit.h>
    @interface CalenderViewController : UIViewController
    @end
    and in .m I somehow found out to insert following
    -(IBAction)AddEvent:(id)sender{
    EKEventStore *eventDB = [[[EKEventStore alloc] init] autorelease];
    EKEvent *holidayEvent  = [EKEvent eventWithEventStore:eventDB];
    holidayEvent.title     = [self.item customValueForKey:@"title"];
    holidayEvent.startDate = startDate;
    holidayEvent.endDate   = endDate;
    holidayEvent.allDay = YES;
    [holidayEvent setCalendar:[eventDB defaultCalendarForNewEvents]];
    NSError *error;
    [eventDB saveEvent:holidayEvent span:EKSpanThisEvent error:&error];
    if (error == noErr)
        [self sendDidFinish];
        return NO;
    else
        [self sendDidFailWithError:error];
    but I dont know what needs to be added before this code in .m file.
    Kindly suggest

    from my searching net I have come to know that using eventkit.h one can create a calender. So I added Eventkit.framework in my Framework folder.
    That code fragment does not create a calendar, it adds a calendar event to the default calendar.
    If you need a visual calendar control, Cocoa does not include that. Various 3rd-party controls are available to provide a calendar UI. I recommend selecting one based on your specific requirements. For example, this one has a similar appearance to the Calendar app.
    https://github.com/klazuka/Kal
    You probably have two broad requirement areas: (1) Manage the calendar and event data, which can be done with Event Kit. (2) The user interface to view the calendar and event data, which can be custom developed, optionally using a 3rd-party library.  Be sure to fully understand your requirements before selecting a 3rd-party control.
    If you are a new Objective-C developer, expect a learning curve.

  • How to create a calendar that is *not* in iCloud?

    Hi,
    In the Calendar application, it seems I can only create iCloud calendars. Is there a way to create a calendar that does not get copied to the internet?
    Rob

    That's not there. So the question is, can I enable that somehow?  About Calendar reports that this is version "7.0 (1841)".

Maybe you are looking for

  • "bc4j.xcfg" file not in classpath  (and not in JAR file)

    Hi, this is a very similar problem to one reported today. I have created a JClient application that connects to a DB and displays some info in a JFrame. Running the application through JDeveloper, all is fine. But, if I create a jar file and run it d

  • 2 Cheques assigned to 1 document - Vendor Payments

    Hi all, At our end, while posting one payment, 2 Cheques have been assigned to one payment document. Doc. No.:- 150000577 Co. Code:-  3000 Fiscal Year:-  2011 Posting Date:-  09.01.2012 Amount:-  Rs. 180/- Chq. No. 305760 & 305763 have been assigned

  • Multiple User FTP with semi-Isolation

    So I have a bit of a conundrum that general walkthroughs don't seem to cover. So I have a machine running Windows Server 2012 with IIS8. There's no AD or anything fancy. I have 3 types of users for my machine: Administrators, Users, and a usergroup I

  • Finding my published site

    When I publish a site and try to find it from another computer I can't. I am using the address as it appears after publishing it. Am I missing something. I do have a .mac account.

  • Replacing Lion with Snow Leopard

    Four months ago I downloaded the OS X Lion through the App Store. I have nothing but problems with Safari ever since. I have to reconnect to my wi-fi network every time I start the computer. For some reason it won't remember my preferences. Here is m