DAVXchg Transport Calendar availability

Hi,
we have configured then DAVXchg Transport in Collaboration for connection to the Calendar functions of our MS Exchange Server.
Our System: NetWeaver Portal 7.00 SP15 on Linux (amd64) 2.6.16.53-0.16-smp
Outlook Web Access-Version: 8.1.291.1
The calendar functions are working fine beside one Error:
If we call the availability check for a date the following exception occurs
com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException: Error occurred while processing the response
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.getXmlDocument(DAVXchgCalendarTransport.java:1400)
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.GetAvailabilityData(DAVXchgCalendarTransport.java:1265)
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.getAvailabilityInfo(DAVXchgCalendarTransport.java:1214)
at com.sap.ip.collaboration.gw.impl.framework.groupware.GroupwareManager.getAvailabilityInfo(GroupwareManager.java:492)
at com.sap.ip.collaboration.gw.impl.manager.calendar.CalendarSOImpl.getAvailabilityInfo(CalendarSOImpl.java:519)
at com.sap.ip.collaboration.gwui.api.GWUtils.getAvailability(GWUtils.java:243)
at com.sap.ip.collaboration.gwui.api.htmlb.composite.availabilitycontrol.AvailabilityControl.fetchAppointmentInfo(AvailabilityControl.java:1374)
at com.sap.ip.collaboration.gwui.api.wdf.availability.Availability.render(Availability.java:77)
at com.sapportals.wdf.layout.VerticalLayout.renderControls(VerticalLayout.java:43)
at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.WdfCompositeController.internalRender(WdfCompositeController.java:697)
at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:665)
at com.sap.ip.collaboration.core.api.ui.wdf.portal.WdfController.buildComposition(WdfController.java:90)
at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:406)
at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sap.ip.collaboration.core.api.ui.wdf.portal.WdfPortalComponent.service(WdfPortalComponent.java:39)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
at java.security.AccessController.doPrivileged(AccessController.java:231)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(AccessController.java:207)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
exception is chained. Original exception -
java.io.IOException: Parsing an empty source. Root element expected!
at com.sap.engine.lib.xml.parser.XMLParser.onEncodedDataReaderEOF(XMLParser.java:2881)
at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.onEncodedDataReaderEOF(AdvancedXMLStreamReader.java:433)
at com.sap.engine.lib.xml.parser.readers.EncodedDataReader.read(EncodedDataReader.java:171)
at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.read(AdvancedXMLStreamReader.java:143)
at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.addInputFromInputStream(AdvancedXMLStreamReader.java:292)
at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:222)
at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.getXmlDocument(DAVXchgCalendarTransport.java:1388)
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.GetAvailabilityData(DAVXchgCalendarTransport.java:1265)
at com.sap.ip.collaboration.gw.impl.transport.davxchg.DAVXchgCalendarTransport.getAvailabilityInfo(DAVXchgCalendarTransport.java:1214)
at com.sap.ip.collaboration.gw.impl.framework.groupware.GroupwareManager.getAvailabilityInfo(GroupwareManager.java:492)
at com.sap.ip.collaboration.gw.impl.manager.calendar.CalendarSOImpl.getAvailabilityInfo(CalendarSOImpl.java:519)
at com.sap.ip.collaboration.gwui.api.GWUtils.getAvailability(GWUtils.java:243)
at com.sap.ip.collaboration.gwui.api.htmlb.composite.availabilitycontrol.AvailabilityControl.fetchAppointmentInfo(AvailabilityControl.java:1374)
at com.sap.ip.collaboration.gwui.api.wdf.availability.Availability.render(Availability.java:77)
at com.sapportals.wdf.layout.VerticalLayout.renderControls(VerticalLayout.java:43)
at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.WdfCompositeController.internalRender(WdfCompositeController.java:697)
at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:665)
at com.sap.ip.collaboration.core.api.ui.wdf.portal.WdfController.buildComposition(WdfController.java:90)
at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:406)
at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sap.ip.collaboration.core.api.ui.wdf.portal.WdfPortalComponent.service(WdfPortalComponent.java:39)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
at java.security.AccessController.doPrivileged(AccessController.java:231)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(AccessController.java:207)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
Any suggestions ?

Hi,
      Please click below link.
Transportation of Factory calendar
thanks
krishna

Similar Messages

  • MSS Team Calendar available for Employees

    Hello Colleagues,
    We have a requirement to make the "Team Calendar" available to employees view own team data.
    Is that possible using just customization and/or iview changes? Or it requires development?
    Another solution we've been thinking is creating a "Team User" and assign it to the MSS role in the Portal, and put it in the same hierarchical level as the Team Manager is, and give this user access to the team, in order to make the employees able to see the team calendar whenever they need by logging in as "Team User".
    Any comment or suggestion is appreciated.
    Thanks,
    Marco

    Team calendar is available as standard for al the employees in his leave request service!
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/80/7d6641df6c7f47e10000000a1550b0/frameset.htm
    it uses standard evalaution path like Orgass in ESS to show all his team members in his org unit
    You can change this as well
    check table v_ptreq_team
    No development is needed for this only mere customisation

  • Calendar syncing cannot be enabled because there are no calendars available.

    I have iCloud calendars and a google calendar, but iTunes says I have no calendars. Endless loop. How do I break out of this?

    I tried this but when I go back to check Sync Calenders I get this message:
    "No calendars available.  Calendar syncing cannot be enabled because there are no calendars available. Do you want to open Calendar and create a calendar now?"
    When I open calenders it show I have two calender On My Mac.
    The same applies to Sync Contacts.
    I have tired Restore iPod but that did not make any difference.  This problem occurs across all logins on my Mac.
    I've Reistalled OS X but that did not help either.
    Thank you for your  suggestion.

  • Exchange Calendar availability not working after upgrading to Mountain Lion

    After upgrading to Mountain Lion cannot longer see calendar availability on my Exchange account, before upgrading it worked ok - anyone has the same problem?

    Had the same problem on 2 Macs (iMac and MBP) after downloading ML last night, could not access my Exchange calendar via iCal. Deleted the accounts from iCal, then reloaded them, now all seems to work

  • Transportation Calendar depends on route - how can this be configured?

    APO GATP - Transportation and Shipment Scheduling
    Hello,
    how can a transportation calendar - depending on the route - be considered?
    When we change the route (e.g. in VA02 sales order change) and trigger an ATP check the correct transit time (TRAN) is considered. (Because we set up different lead times (TRAN) depending on the route in the condition technique.)
    But the transportation calendar is maintained in the transportation lane (delivering location -> transportation zone (of the ship-to)).
    Only one t-calendar can be assignd.
    How could another t-canlendar (depending on a route) be considered?
    Have a nice weekend,
    Michael

    We have no idea... because we don't know anything about your device or OS...
    Quoted from  Apple's "How to write a good question"
       To help other members answer your question, give as many details as you can.
    Include your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information.
    Provide the version numbers of your operating system and relevant applications, for example "iOS 6.0.3" or "iPhoto 9.1.2".
    Describe the problem, and include any details about what seems to cause it.
    List any troubleshooting steps you've already tried, or temporary fixes you've discovered.
    ÇÇÇ

  • Commit events are not broadcast because no JMS Transport is available.

    Just set up a new WebLogic 10.3.2 domain and I am seeing this while starting the Admin Server:
    <Mar 1, 2010 6:37:03 PM CST> <Error> <Security> <BEA-000000> <Commit events are not broadcast because no JMS Transport is available. Remote L2 caches will be out of sync.>
    anyone have any idea what this is and what's causing it?

    Hi,
    I followed the instructions given under " Configure the RDBMS security store " ( Step 6 ) and restarted my Server. :-
    +6. In the section labeled Server Synchronization Configuration, specify the appropriate settings for JNDI and JMS so that the RDBMS security store can cache database information in memory correctly. If the RDBMS is running in more than one JVM -- for example, the domain has multiple servers, or other Oracle products are sharing the same RDBMS store with the new domain -- these caches must be synchronized to ensure the integrity of the security data.+
    To configure server synchronization:
    +1. Specify a JNDI user name and password. This can be any valid user in the security realm who has access to JNDI.+
    +2. Create a JMS topic. You may reuse an existing one, if desired. For information, see Configure topics.+
    Caution: Failure to configure JMS notifications in a multiserver domain in which the RDBMS security store is configured may result in a security vulnerability.
    +7. Click Save.+
    +8. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.+
    Not all changes take effect immediately—some require a restart (see Use the Change Center).
    However, I still see the same error :-
    *+<Error> <Security> <BEA-000000> <Commit events are not broadcast because no JMS Transport is available. Remote L2 caches will be out of sync.>+*
    Am I missing something ?
    Thanks,
    Sandeep Seshan

  • Exchange online and Exchange 2010 on-premise calendar availability

    I am running a hybrid exchange 2010 on-premise and online exchange environment.  The online exchange users cannot see calendar availability of anybody on premise.  The on-premise users can see the online exchange availability.  I can see the
    calendar if the calendar is shared, but trying to setup a meeting or calendar appointment still shows the unavailable through all days.
    All of the users are using office 365 for outlook on premise and exchange online.  If it is only working one way, could it be an autodiscover issue where it is not configured correctly on our on-premise exchange 2010 or online exchange?  Which
    side would be causing the issue?

    I have done a little more research and ran the following in powershell:
    [PS] C:\Windows\system32>Get-FederationInformation -domainname weiman.com
    RunspaceId            : f4af09c7-134a-4fe7-95c0-acd120c63949
    TargetApplicationUri  : outlook.com
    DomainNames           : {Weiman.onmicrosoft.com, weiman.com, Weiman.mail.onmicrosoft.com}
    TargetAutodiscoverEpr : https://autodiscover-s.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    TokenIssuerUris       : {urn:federation:MicrosoftOnline}
    IsValid               : True
    [PS] C:\Windows\system32>Get-OrganizationRelationship | FL
    RunspaceId            : f4af09c7-134a-4fe7-95c0-acd120c63949
    DomainNames           : {herbertstanley.com, weiman.com, Weiman.mail.onmicrosoft.com}
    FreeBusyAccessEnabled : True
    FreeBusyAccessLevel   : LimitedDetails
    FreeBusyAccessScope   :
    MailboxMoveEnabled    : True
    DeliveryReportEnabled : True
    MailTipsAccessEnabled : True
    MailTipsAccessLevel   : All
    MailTipsAccessScope   :
    TargetApplicationUri  : outlook.com
    TargetSharingEpr      :
    TargetOwaURL          : http://outlook.com/owa/herbertstanley.com
    TargetAutodiscoverEpr : https://pod51043.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    OrganizationContact   :
    Enabled               : True
    ArchiveAccessEnabled  : True
    AdminDisplayName      :
    ExchangeVersion       : 0.10 (14.0.100.0)
    Name                  : On Premises to Exchange Online Organization Relationship
    DistinguishedName     : CN=On Premises to Exchange Online Organization Relationship,CN=Federation,CN=WEIMAN,CN=Microsof
                            t Exchange,CN=Services,CN=Configuration,DC=herbertstanley,DC=com
    Identity              : On Premises to Exchange Online Organization Relationship
    Guid                  : 26b4ec5d-fe93-473e-b451-1f9aa2e94ebb
    ObjectCategory        : herbertstanley.com/Configuration/Schema/ms-Exch-Fed-Sharing-Relationship
    ObjectClass           : {top, msExchFedSharingRelationship}
    WhenChanged           : 1/13/2014 1:25:54 PM
    WhenCreated           : 12/17/2013 1:04:32 PM
    WhenChangedUTC        : 1/13/2014 7:25:54 PM
    WhenCreatedUTC        : 12/17/2013 7:04:32 PM
    OrganizationId        :
    OriginatingServer     : gemini.herbertstanley.com
    IsValid               : True
    I am not sure why we have that value for the OriginatingServer.  That server is a backup domain controller, not the server that houses the on-premise exchange.
    I then ran the set-OrganizationRelationship and get the below error.
    [PS] C:\Windows\system32>Set-OrganizationRelationship -Identity weiman.mail.onmicrosoft.com -targetapplicationUri outloo
    k.com -TargetAutodiscoverEpr https://pod51043.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    The operation couldn't be performed because object 'weiman.mail.onmicrosoft.com' couldn't be found on 'gemini.herbertst
    anley.com'.
        + CategoryInfo          : NotSpecified: (0:Int32) [Set-OrganizationRelationship], ManagementObjectNotFoundExceptio
       n
        + FullyQualifiedErrorId : F2215CB2,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOrganizationRelations
       hip
    How do I change the originating server to be my exchange server?

  • Does the SNP optimizer takes into account transportation calendars (time streams)?

    Hello,
    We're trying to limit the days when a transportation lane can be used by including a transportation calendar(time stream) to the means of transport. The receipt days on certain locations, depend on the source-target location relationship so we don't want to do this through shipping/Receipt calendars at the location Level (/SAPAPO/LOC3).
    Example:
    Source A - Target X     Receipt days ( Monday-Tuesday)
    Source A - Target Y     Receipt days (Friday-Sunday)
    Source B - Target X     Receipt days ( Monday-Wednesday)
    Source B - Target Y     Receipt days (Thursday-Friday-Saturday)    
    We've tried this in an heuristic scenario, and it works. But when we run the optimizer, it doesn't seems to take into account the transportation calendars; it just creates distribution orders every day depending on the demand at the target location.
    Does anyone knows if the optimizer run should consider transportation calendars, or this functionality is only for heuristics and/or CTM?
    Is there another recommended way to model it?
    Cesar

    Hello Ada,
    As you said, the calendar of the transportation resource overrules the transportation calendar (time stream)
    I tested after removing the transportation resourced and it now uses the transportation calendar.
    However, if a transportation lane has a lead time greater than 24 hours, we need that the system only ships on a specific day from the location source and receives the goods on the next day at the target location.
    For this example,
    Source A -  Target B;  Lead time (48 hours)
    Shipping is allowed on Monday – Receipts should be on Thursday
    if we set Monday through Thursday as working days or periods in any of both types of calendars (resource or time stream) at the means of transport, the system will plan shipments every day from Monday to Thursday, instead of only shipping on Mondays.
    Do you know if its possible to have the behavior mentioned above (shipments on Mondays, receipts on Thursdays)?
    Best regards

  • Different transportation calendar in a transportation lane?

    The transportation calendar in the transportation lane is considered when an ATP check is done in APO (e.g. for a sales order).
    Is it possible that more than one transportation calendar (depending on different criteria, e.g. shipping point, shipping condition) can be assigned to a transportation lane?

    Hi ael9999,
    As of std functionality of maintaining this, only one calendar can be assigned.
    For location specific calendar, you can assign warehouse calendar on
    transaction /sapapo/loc3 under calendar tab.
    You can try out the below BADIs
    /SCMB/BIF_LDM_TRL002QR of enhancement spot /SCMB/BIF_LDM_TRL
    /SCMB/BIF_LDM_TRL001QR of enhancement spot /SCMB/BIF_LDM_TRL
    Regards
    R. Senthil Mareeswaran.

  • Transportation calendar

    We have a vendor V and location L setup in a transportation lane for product P. In mean of transport, we defined a time stream id as transportation calendar. The time stream id has only Monday in it.
    Now my problem is that we are getting orders that other than Monday.
    Is there a setting somewhere that overwrites the time stream id?
    There is also no calendar setup in vendor master.

    Hi,
          Thanks for the reply. We don't have any setup in vendor or receiving location. The reason being there are products that need to be delivered only on Mondays and also products that need to be delivered on other days as well. So we defined a Transportation lane with these materials and in the means of transport, we assigned the time stream id in transportation calendar.
    Strangely, there are about 10 materials in that transportation lane. Only for few materials, the Purchase requisitions and POs are being created on days other than Mondays. I can see that in the product view RRP3. The rest of them are good.
    I am wondering why this is happening.

  • Can the route consider the transportation calendar in APO?

    Hi GATP experts,
    the transportation calendar is normally part of the transportation lane.
    Is it also possible to assign the transportation calendar to the route?
    Thanks for help.

    No it is not possible.
    Development is necessary.

  • "No calendar available"?

    I just upgraded to 10.4.6 from 10.3.9, and I'm trying to set up iSync for my Palm Tungsten E. It's always worked fine in the past, but now iSync doesn't seem to find any of my iCal calendars.
    When I select my Palm device in the iSync window and check the Calendars box, I get a message that says "No calendar available: Calendar syncing cannot be enabled because there is no calendar available to push on the device. Do you want to open iCal and create a calendar now?" It's an odd question, because just launching iSync seems to launch iCal as well. I have several calendars in iCal, and I've used them to sync in my pre-10.4 past.
    When I attempt a sync, I get a message saying that "inconsitencies" have been found in my information and the next sync will take longer. (The next sync only results in the same message, as does the one after that, and the one after that ...)
    Checking the HotSync log in HotSync Manager for my latest, I find the line, "iSync Conduit: received NULL message, disconnecting..."
    Any idea what I'm doing wrong?

    I had the same problem, and then it wentr away and synced error free, but didn't sync any of my ical or address book items. What a pain!!!

  • Is A Jewish Calendar  available for iCal

    Is A Jewish Calendar  available for iCal

    terpliss,
    Thanks!  Will I need to resubscribe to this in 2016 (the end of the time frame)?
    My guess is yes.
    I downloaded the 2 different Jewish calendars on my phone directly (not on ical and transfer them) and now I can't delete them.  Any ideas how?
    Is your calendar synced with any calendar program? If so, you may have to go to that program on your computer to delete the old subscriptions. If not, you may just have to live with them, since I am not conversant with removing them from the iPhone without a computer interface.

  • Transportation Zones available in Standard SAP system

    Hi,
    My requiement is to default some transportation zones using middleware application during customer creation using BAPI....
    I want to know whether there is any one transportation zone which is available in standard SAP for all countries.
    please post your views
    Thanks in Advance
    Muthu

    Hi
    Pl. check the transaction OVR1 and OVL7.
    Hope this is what you are looking for.
    Regards
    Amitesh

  • Calendar availability

    Since installing Mavericks I seem to have lost a feature of Calendar ie the ability to mark my status as free or busy .. its simply disappeared and not offered as an option. This is causing havoc when I want to show may availabilty to other people. Any clues what is going on and how to get it back??

    Welcome to the Apple Community.
    Calendars > Window > Availability Panel.

Maybe you are looking for

  • Server Error 500 with windows 7

    hi, Im trying to migrate a web site from Windows XP to windows 7. My web site worked on XP, but when I try to run it in W7, I cant connect to my oracle Database! This is the connection string (perfectly working in XP) <% Dim conOracle, OraSession Dim

  • Is my 30 iPod Classic Dead ?

    My 30GB iPod Classic is completely dead.  It no longer is recognized when connected via USB. It will not take a charge from a wall charger, and it does not respond to the reset (Menu/Select Buttons).  I also disconnected/reconnected the battery in th

  • Color is washed out and the type is fuzzy

    The color on my HP Pavillion 15 Notebook PC appears washed out. In addition, despite trying several settings on the "clear type", my type seems to be fuzzy nd difficult to read. I've already tried adjusting the color on the advanced settings to no av

  • Difference between component & assembly backflush

    Hi Gurus.....Could some one please explain what exactly makes the difference between a component & assembly backflush in REM. Also can some one explain if the assembly backflush would be applicable only for a single level or multi level BOM component

  • Adjust the depreciation amount in posted period

    Hi Experts, I've changed one of my asset depreciation key from 20% to 10% straight line method. The changes is done in period 6. I have run AFAR for this changes. Let say my planned depreciation was 1000 (for 20% dep. key) and now the new depreciatio