Block Shipping dates from calendar to assist Inventory count

Hi Experts,
This is in regard with blocking 3 days for shipping. Client wants to do an inventory count (for a particular plant) and so he wants that no shipment should happen on those 3 days from the plant (in SAP also). So he wants to block those 3 days for shipping.
However, orders can be placed on these days.
Can you please guide me how to proceed on this? Is this related to any change in shipping calendar or factory calendar or any other setting?
Kindly advise,
Thanks,
Anurag.

Hi Rishi,
Thanks for the help !
Yes we use GATP, and yes we want to prevent committed date/ planned PGI date fall between these 3 days.
I went to customizing in APO MAster data > Maintain Planning Calendar (Time Stream).
It is maintained - working time calendar (with gaps) & interval as weeks (Mon-Fri each week).
Could you please guide me which setting should I do do block these 3 days here? Shall I remove these days from Buckets or how?
Kindly advise. And thanks again !
Thanks,
Anurag.

Similar Messages

  • Need to convert  Date from calendar to String in the format dd-mom-yyyy

    Need to convert Date from calendar to String in the format dd-mom-yyyy+..
    This is absolutely necessary... any help plz..
    Rgds
    Arwinder

    Look up the SimpleDateFormat class: http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
    Arwinder wrote:
    This is absolutely necessary... any help plz..For you maybe, not others. Please refrain from trying to urge others to answer your queries. They'll do it at their own pace ( if at all ).
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    ----------------------------------------------------------------

  • Get date from Calendar Promt

    Hi Experts,
    Is it possible to get date from Calendar Prompt when operator is "greater then or equal to". In this setting I can not set presentation variable for prompt, why? There is other way to get selected date?
    Thanks in advance for any suggestion
    Regards,
    Esk

    Eskarina wrote:
    Hi Experts,
    Is it possible to get date from Calendar Prompt when operator is "greater then or equal to". In this setting I can not set presentation variable for prompt, why? There is other way to get selected date?
    Thanks in advance for any suggestion
    Regards,
    EskThe reason the Set Variable piece disappears is because a presentation variable cannot contain multiple values. If you want to perform a calculation on a date to filter your report, do this:
    1) Keep the Operator as "is equal to/is in."
    2) Now set your PV to what you want.
    3) In your report, build a CASE statement or use the TIMESTAMPADD function to make whatever calculation you want.
    Example: Let's suppose you wanted to filter your report for all Sales Dates "greater than or equal to" the prompt selection. You would set the date prompt to "equal" a date a user selects and then save it to your Presentation Variable, say pv_SalesDate.
    Now in your report on your Sales Date column, put a filter like this:
    tablename."Sales Date" >= '@{pv_SalesDate}'
    This will achieve what you are looking for.

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

  • How to pass scheduled ship date from istore

    we need to set request date as sysdate and instead of request date,we need to pass scheduled ship date from iStore.
    Is there is any solution for these requirement.

    Hello Rahuljith,
    The request date can be entered by the user in the iStore UI and the schedule ship date can be populated by -
      Using the OM Defaulting rules, set the profile option "ASO: OM Defaulting" to yes and setup the OM Defaulting rule for the Schedule Ship Date.
      Or setup Quoting User Hooks (Doc ID:373923.1) to populate the schedule_ship_date in OE_ORDER_LINES_ALL at place order ( ie use Submit_Quote_POST).
    Regards,
    Debbie

  • Retriving data from Calendar Server

    Hi All,
    I am trying to retrieve data from Sun java Calendar . I know we can do that using WCAP commands. But i need to write a code in C to retrieve the data. i could not find a CSAPI to retrieve the data. Then i learnt that CSAPI's are used to modify and enhance the server functionality.Does that mean we cannot retrieve data like events and todos form the calendar using CSAPI's. If yes Is there any other way to retrieve data from calendar server other than WCAP ?
    Thanks and Regards,
    Eklavya

    Hi,
    lmeenakshy wrote:
    Is there any way of retrieving the data from the calendar server using the HTTP methods.Is GET method an appropriate one to use on the calendar server.GET IS the method. You can see an example here:
    http://en.wikipedia.org/wiki/Web_Calendar_Access_Protocol
    Is there possibility of typing the HTTP request on the URL tab and getting information from the server?Using a web-browser will not get the desired results due to the calendar server port detecting that a web-browser is in use and not responding in the same fashion (providing a calendar express interface instead).
    You can use something like the perl LWP::UserAgent module to send through the necessary commands.
    Could you please tell me the sequence of steps to be followed to for me to use HTTP methods to get the data from the calendar server?(i do not want to use the WCAP commands).I suggest you do some more research. Saying you don't want to use WCAP commands but want to use HTTP methods are contradictory statements.
    Regards,
    Shane.

  • How to properly read data from one DAQ-assistant and write simultaneously with another DAQ-assistant (which is inside a loop)

    Hello.
    I'm a newbie working on my Master's thesis conserning a project that is based on old G-code made by another newbie so bear with me.
    I need to create a sequance of output controls. For this I'm using a for loop that eventually creates two triangular ramps during a period of 90 seconds. I've confirmed that this function works properly by measuring the actual output of the DAQ-decice (NI USB 6353).
    The problem is the following: During this controll-cycle I need to simultanously collect data from the same DAQ-device. At this point there is only one DAQ-assistant output-block in the main loop of the program and all the signals are derived from it to where they are needed.There is a case-structure (the bottom case structure in the picture) that contains the functions needed to collect the data during the test cycle. However these two actions, outputting data and inputting data, are not synchronized in any way which may be the reason why I get the 200279 error or alternatively the 200284 error during the test cycle. I've tried changing the sample rate, buffer size and the timeout time as adviced but nothing seems to help.
    What would be the simplest way to solve this problem?
    Help is greatly appreciated!
    Attachments:
    problem.jpg ‏206 KB

    Thanks for quick reply.
    However, I did try it (see the picture) but I still have a problem: I only get 100 samples / channel during the test sequence (all from the first seconds of the sequence) in total even though I've set the data aqcuiring DAQ-assistant as "continous" and "samples to read = 95k" and rate is 1000Hz.
    Edit.
    And lastly, I have trouble adding this "extra" DAQ-assistant to the vi. because I get an error about a resource (The 6353) being reserved, even though I connected a false constant to the "STOP" -input of the main DAQ-assistant.
    Attachments:
    is_this_what_you_meant.jpg ‏212 KB

  • Getting Dates from Calendar List

    If I input year as 2005 and month as Feb, I need to get list of all dates available in that year and month.
    How to get it from Calendar List?

    If I input year as 2005 and month as Feb, I need to
    get list of all dates available in that year and
    month.Calculating the days in the month for the particular year is not difficult. Once that is done, the logic is simple!
    Take a look at http://www.servletsuite.com/jsp.htm. It has some tags I suppose!
    How to get it from Calendar List?Would you be clear on what you really want?

  • Howto block mobile data from 3720?

    I'm using 3720 as emergency/backup phone and my subscription does not include mobile data, which is then very expensive.
    Is there any way to block gprs data usage from the phone?
    Solved!
    Go to Solution.

    Hi toke_lahti
    Thank you for posting! 
    General packet radio service (GPRS) is a network service that allows mobile phones to send and receive data over an internet protocol (IP)-based network.
    To define how to use the service, select Menu > Settings > Connectivity >Packet data > Packet data conn. > Select When needed. 
    If my post helped you, please don't forget to click on the "White Star" and if it resolved your issue click on "Accept as Solution"

  • Block payroll data from cost center for all users except HR team

    Hello Expect,
    Could any body please advise me  how can I restrict some HR data  in cost center view from FICO,CRM,SRM and other team,
    Now when other team see cost centers it display all data booked there but my client want to restrict some HR data from them
    In my project there are 151 roles that can display cost center dat including HR data,
    Now my requirment is how can I restrict only HR data belongs to a cost center
    I mean to say they should be able to see all cost center data exept a cost center containing HR data.
    Please advise how to get solution
    Thanks and Regards

    Hi,
    in  T.code PFCG do to the role of the appropriate usr to whom u want restrict cost center.
    Hope this helps.
    Reagrds
    S.Ravi

  • Sql query to bind data from grid and print total count and amount total when date changes

    SELECT SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,SUM(SLTXN.CALC_NET_AMT) AS AMT,ACT.ACT_NAME,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODE
    GROUP BY SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,ACT.ACT_NAME
    ORDER BY SLHD.VOUCH_DATE 
    i want to print total quatity and total sale in grid when data changes
    like
    date amount quantity
    01/02/2013 1200 1
    01/02/2013  200 1
    01/02/2013  1400 2 // date changes here 
    02/03/2013 100 1 
    02/03/2013 50 4
    02/03/2013 150 5 // date changes and so on

    this query only print all the data from table i want total quantity and total amount of daily sale in same grid when ever date changes
    You may add the date filter to Visakh's query:
    SELECT SLHD.VOUCH_DATE,SUM(SLTXN.CALC_NET_AMT) AS AMT,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODEand SLHD.VOUCH_DATE = @yourdate --passed from the front end application
    GROUP BY SLHD.VOUCH_DATE
    WITH CUBE
    ORDER BY SLHD.VOUCH_DATE
    Having said, each time when you select the date, you query the table would be expensive method. May be you can filter the date within your dataset already populated if you have entire data in the dataset.

  • Alert from the system when inventory count is going on for a bin or materia

    Hai Consultant ,
    Our customer is asking for whether the system can identify what are all the materials in a particular bin has been scheduled for delivery while performing inventory count . Please help me out in this
    Thanks and Regards
    Sunil

    Sunil -
    Few queries related to this issue...
    1. Is batch management is used?
    2. If yes, While creating delivery batches get auto picked or you are assigning manually?
    As if the PI is going on in WH and delivery gets created, stock under count is not applicable to pick for delivery. the stock in LS24 with 'X' as status will not get picked in delivery, so no question of getting stock picked for delivery.
    On the other hand, if the delivery gets created and stock got picked, it is under 916 sto type. For 916 also you are carrying PI?
    As a consultant i feel you should convience this to your client on this issue.
    Please confirm me to dig more on this.
    Regards
    Amol

  • Shipping Date & Factory Calendar

    Our factory calendar is set up to block of weekends & holidays correctly.  However, when entering sales orders, if we enter a requested delivery date for the customers order to ship on a holiday, the system does not push the date out to the next business day we are open.
    Based on searches in the forum I checked the TVST table and see that the shipping point has the correct factory calendar associated with it.
    Unfortunately the control of the set up is in Switzerland so I need to tell them exactly what to look for if we need to fix something.  Could anyone provide me with guidance where to have them look (or which other tables I could check).
    Thanks in advance.
    Regards,
    Kristine

    Hello,
    We had a similar issue in Italy.
    Check the calendar attached to the Sales Org is any.
    Also, another check you can do is to create the delivery for the sales order and check if the delivery date is on the week-end or is it been pushed to the next working day as the calendar for the shipping point is set with week-end as holidays.
    For checking the calendar, one can use SCAL transaction.
    Cheers
    Gaurav.

  • Can Not Remove "with" Data from Calendar Event Details

    I currently have a Palm Tungsten|E2. For a short time I used to sync it with my work computer; this was before they replaced the computer (lease was up) with a new one where it was locked down and I could not reinstall the Palm desktop. Since then I have been syncing it with my home computer that runs MS Vista. Just recently I have noticed that when I create new Calendar events on my Palm, they all get a new "With:" data line (and a user from my old job) after sync'ing with my home computer. Selecting this "With:" entry brings me to a screen that allows me to select from a list of people I may "Done", "Reply", or "Reply All" to; although selecting either reply only causes a fatal error that requires a soft reset (button on back of machine). Looking at the event through the desktop software shows no data point so that it may be cleaned.
    I would like to know why my desktop software is adding this person to a "With:" data point to all new entires I create on the Palm hardware, how do I turn it off and keep it from doing it in the future.
    Steve
    Post relates to: Tungsten E2
    This question was solved.
    View Solution.

    Are you sync'ing the new device to the same username in Palm Desktop as an older device?
    If you are, this will cause problems on the new device. When you sync the device, it saves the device settings, 3rd party apps, preferences, etc. in the backup folder in the username folder on the PC. When you sync the new device it copies the contents of the backup folder for the old device to the new device. This will cause corruption in the settings for the new device thus causing erratic behavior of the new device.
    The best way to preserve your data is to export the data in each category in Palm Desktop to a seperate folder on your PC.
    Create a new folder on your PC somewhere that is convenient. Name it something like Palm Desktop Data. Click on the link below and follow the instructions on that page for the export procedure.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=28734
    Make sure you select all for the range in the export window.
    With the data saved in the folder you created, make a copy of that folder and save to a flash drive, cd-rw or external hard drive.
    Anytime you make a change in Palm Desktop, export the data that was changed to that folder and save again to the external media.
    With this process you can always import the data back into Palm Desktop anytime you have a problem with the data in Palm Desktop or if your computer/hard drive/device crashes.
    Looks like you may need to hard reset your device and rename your backup folder. Go to http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=887 and follow the directions to do a hard reset. Next before you hotsync your data back over you will need to rename your backup folder, to do that go here;
    XP
    C:\program files\palm or palm one\[hotsync username]\ and rename your backup
    folder to backup.old
    Vista
    Start-->documents\Palm OS Desktop\[hotsync username]\ and rename your backup
    folder to backup.old
    Then hotsync to your current hotsync name and all your contacts, calendar,
    tasks, and memos will come back over.
    Show file extensions for XP or Vista
    XP
    If you can not view file extensions on your PC I would like you to open a
    folder go to Tools-->Folder Options--> View (tab) and under show hidden
    files and folders uncheck hide file extensions for known file types.
    Vista
    Open control Panel go to Folder Options--> View (tab) and under show hidden
    files and folders uncheck hide file extensions for known file types.
    Post relates to: Palm i705

  • Data from ODS and a Inventory cube

    Hi Guys,
    We have an Inventory Cube zic_c03, and ODS which has some detailed information like batch level information.
    There is a MultiProvider on top of these two.
    My question is can we use a cube on top of the ODS and feed that into the Multi Provider.
    Will that improve performance on queries.
    What are the drawbacks or repercussions I need to understand first.
    Thanks a lot in advance for your help.

    Hi Murali,
    Yes, if you load into a cube from your ODS you can improve performance.  I typically load data that can be summarized into the cube and cut out document numbers, line items, etc...  If you need the detail, then just jump to a query off of the ODS objects' MP.
    The drawbacks are that you no longer get all of your detailed information at the cube level.
    Thanks,
    Brian

Maybe you are looking for

  • First back up with TM....kernal panic

    last night, i installed a laCie 500GB USB2 Ext. HD to use with time machine. i reformated the drive and went to bed. this morning i woke to my fans running to beat the band and the command lines of a kernal panic. i restarted and then restarted time

  • Adobe Acrobat Pro X download for Mac

    I need help finding out how to download Adobe Acrobat Pro X? I bought it on CD with my CS6 but I cannot find those disks.  I bought a new computer and want to put it on there, but I cannot find it anywhere on line to download.  I can find the Pro XI

  • For outdoor chargers do people just resign themselves to lightning/micro usb converters?

    I was at a big electronics store in Akihabara yesterday and while they must have had a selection of 500+ different cases for the iPhone 5, there were no portable chargers specific for the iPhone 5. They had zillions of chargers, but they all required

  • AP541N-E-K9 2.4Ghz and 5 Ghz at same time

    Hello Everyone, I'd like to set up a 2.4Ghz and a 5Ghz SSID at the same time, using one Cisco AP541N-E-K9. But I can't figure out any way to do so. Is there a possible way? Kind Regards

  • How to see partition has been created ?

    Hello , I have made a query for the partitioning of the table as per the accounting year , as 08-09,09-10. I have done only 2 partitioning. Now as i want to set the partitioning for 10-11 year, i am doing that from a front-end(Developer 2000) forms.