OMJ5(set expiration date chk) there is no plant code that i am created

Hello. guys
I'm doing IMG...
But, there is problem.
in IMG - Logistic general - Batch Management - Shelf Life expiration Date
- Set Expiration Date Check (OMJ5).
there is only one plant code. (that code is 0001.)
why there are my plant code that i made. (Actually, I create 2 plant code. (copy as from 0001)
what is wrong??
plz, help me~ thanks!
Edited by: KeunChan Lee on Jun 15, 2010 1:41 PM

You can maintain the same as under:
IMG>Materials Management>Inventory Management and Physical Inventory-->Plant Parameters
Create New entries here or you can copy the same from already existing entries. Herein tick the BBD/Prod. Date for enabling SLED.
Hope this helps you out.
Enjoy SAP,
ParagM

Similar Messages

  • HT5188 Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Script Add bulk user with CSV, and set expiration date

    After importing the AD module, the line:
    Set-ADAccountExpiration -identity JohnDoe -timespan "365"
    Works just fine, but how would you automate this with a script that would read a csv-file. The -identity cmd dosen't seem to like my $SAM setup. Perhaps it's a better way to get-aduser and pipe it to set-accountexpiration. Is there a swift way to add the
    expire date to the user I just created with my CSV-file?
    Thanks!

    Thank You!
    You're very welcome.
    -AccountExpirationDate parameter of New-ADUser only seem to work with -DateTime, a specific date, while -TimeSpan is optimal for this solution.
    You can use Get-Date's AddDays method to generate a datetime object for use in this situation, see the code I'm posting below for an example.
    Now on to the next challange to warn me when they reach "32" days before expiration. Was thinking of running a Task Scheduled bath file that could collect number of days left and report it if below the mentioned days.
    Here's one method you can use for finding these users:
    $cutoffDate = (Get-Date).AddDays(32)
    Get-ADUser -Filter * -SearchBase 'OU=Users - TEST,DC=domain,DC=com' -Properties AccountExpirationDate |
    Where { $_.AccountExpirationDate -and $_.AccountExpirationDate -lt $cutoffDate }
    Just so you're aware, we generally try to keep threads to a single question.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Set expiration dates for Secure Zone Memberships

    We run an online exercise company offering memberships with access to exercise videos so users can exercise online - we sell memberships by the week, month, or month to month memberships. We also sell a beginner courses. The site has been built in Adobe Muse, integrated with Business Catalyst.
    For the time-based memberships we have inserted a snippet of code in Business Catalyst that limits the amount of time members have access to the secure zone where we keep the videos - this is tied to the form members fill out when they purchase. The issue is that when the entire Muse site is republished or just the page with the form - the code disappears. So we have to go into each form and reinsert the code. This has been going on for quite some time. Below is most of the code we've been using - which we found in Business Catalyst Forum Section a couple years ago:
    function setExpiryDate( )
    var dat=new Date();
    dat.setDate(dat.getDate() + 8);
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun", "Jul","Aug","Sep","Oct","Nov","Dec")
    var pretty = dat.getDate() + "-" + monthname[dat.getMonth()] + "-" + dat.getFullYear();
    document.getElementById("ExpiryDate").value = pretty;
    };setExpiryDate( );
    We are looking to 'permanently' anchor the code in the form.

    Hi
    If you are using BC secure zones then you can setup the expiry date from BC end only, regarding the code that you are using , I believe you are trying to use specific form for secure zone sign up and limiting the expiry date.
    Regarding form code being stripped off, are you submitting the form once from site front end and then also code is stripped off ?
    Please include site url in your response.
    Thanks,
    Sanjit

  • Is there a program or code that i can use to 'Double press the Command Key to open LaunchPad"

    Programs or codes or anything to be able to do this

    Here's one you can check out to see if it fits your needs. There's a free version that will OCR one page at a time and a modestly priced version that has no limitations.
    https://www.macupdate.com/app/mac/33501/pdf-ocr-x
    Walt

  • How to use "By Experssion" setting Expiration Date "

    I'm trying to use the "By Expression" choice under the Expiration and Escalation Policy of BPEL Human Task Editor to set the expiration time stored in a global variable, as shown below:
    <globalConfiguration>
    <expirationDuration duration="bpws:getVariableData('Review_1_globalVariable', 'payload', '/task:task/task:systemAttributes/task:expirationDuration')" type="XPATH"/>
    </globalConfiguration>
    But this is not working for me.
    Additional info related to this follows:
    The 'Review_1_globalVariable' holds an expiration duration time of 'PT1H' (one hour from current time), which I provide as input from the console when I run the instance, and I copy it to this globalVariable as part of the AssignTaskAttributes phase of the Human Task.
    The big picture of what I'm trying to set up in the expiration policy is that after the expirationDuration for the "Group Vote" expires, the task gets assigned back to the initiator. I have this policy working when I use the "Fixed Duration" of say, 5 minutes at the global routing policy and 2 minutes for the assignees of the "Group Vote" (under advanced). But the problem I'm having is to use a XPATH expression to set the duration times given by the front end application.
    Can anyone help me with the use of an expression to set this policy?
    Thanks,
    Message was edited by:
    call

    Use a JFormattedTextField with a SimpleDateFormat in parameter.
    Denis

  • Using weblogic.servlet.FileServlet - can it set expiration date to '0' and not cache the page?

              Hi!
              I'm using WebLogic 7.0.2 and using the weblogic.servlet.FileServlet to serve up
              various
              pages (HTML, Word, Powerpoint). If I change an HTML file and access it agin things
              are find
              since the default expirationdate for it is '0' - however if I change a Word file
              and reaccess it
              again I see the previous version of it. I have to clear out the cache and view
              it again in order
              to see the changes. Is there a way to use the weblogic.servlet.FileServlet and
              force no
              caching or a reload with every access?
              Thanks!
              -Lori
              

              Well I never heard anything so I just created a servlet that inherits from the
              weblogic
              FileServlet and puts in the expirationdate in the header before passing it on
              to the
              super class. It works fine.
              "Lori Ronning" <[email protected]> wrote:
              >
              >Hi!
              >I'm using WebLogic 7.0.2 and using the weblogic.servlet.FileServlet to
              >serve up
              >various
              >pages (HTML, Word, Powerpoint). If I change an HTML file and access
              >it agin things
              >are find
              >since the default expirationdate for it is '0' - however if I change
              >a Word file
              >and reaccess it
              >again I see the previous version of it. I have to clear out the cache
              >and view
              >it again in order
              >to see the changes. Is there a way to use the weblogic.servlet.FileServlet
              >and
              >force no
              >caching or a reload with every access?
              >Thanks!
              >-Lori
              

  • Is there a DIAdem Script command that can automatically create folders/directories in Windows?

    Hi there!
    I need to automatically create folders/directories in the Windows file system? Is there a DIAdem Script command to do this (like the way you do it in DOS/Unix or even Matlab (mkdir command)? Thanks!

    Hi,
    there are two ways to create folders within a DIAdem script:
    Call FolderCreate("d:\New Folder")
    Dim fso
    Set fso = CreateObject("Scripting.FileSystemObject")
    Call fso.CreateFolder("d:\New Folder 2")
    Christian

  • Are there Lync Optimized Softphone headsets that don't create a dialtone when you turn them on?

    We're deploying Lync voice in an office and we're going to deploy headsets that can connect to Lync Phones and the computer. So far I have tried two headsets and both of them create a dialtone as soon as you push the PC button. If you don't make a call,
    Lync then hangs up and the headset turns off. This is great unless you plan on using Skype or listening to a quick audio clip with the headset, in which case, you have to turn off Lync for the dialtone to not come up.
    I'm a little confused after doing some searching. Some say this is a feature, which makes me think it will happen on every device, others seem to think its a bug and has been fixed on some devices (mainly the Sennheiser DW 2, which is too expensive for this
    project).
    So my question is: Is it every device? Does it hold true for just USB/Phone devices? Or do headsets that only have USB do it also?

    I use the Plantronics Voyager Legend UC and although I get a dialtone if I push the button on the headset, if I just want to listen to a file I don't need to push that button. I just set the headset as my output device in Windows and it just plays straight
    out them.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • HT204023 There is no access to personal hotspot in the general setting / cellular data on my iPad mini?

    There is no access to personal hotspot in the general > setting / cellular data on my iPad mini?

    Verify that your carrier supports Personal Hotspot for your device and that you have Personal Hotspot enabled on your cellular plan:
    From Here  >  http://support.apple.com/kb/HT3574
    Personal Hot spot
    iOS System Requirements  >  http://support.apple.com/kb/HT3574
    Understanding  >  http://support.apple.com/kb/HT4517
    Trouble Shooting  >  http://support.apple.com/kb/TS2756

  • Pre-order & Authorization Expiration Date

    On July 11th I placed a pre-order with ToysRUs.com for an item that will be released on October 16th. However, according to my PayPal account, the authorization expiration date for that order is August 10th. Toys 'R Us will not allow me to change my payment method and a PayPal rep has told me that they cannot change the authorization expiration date. The PayPal rep told me that Toys 'R Us, on the other hand, can change the authorization expiration date. Is there anything else that I can try to resolve this issue? I really do not want to lose my pre-order! I don't understand why Toys 'R Us accepts PayPal for pre-orders at this point...

        Hi Mochita - We want to see that iPhone in your hands as soon as possible! We should have set the proper expectation when you called to discuss the order. The original order could not be modified so it had to be cancelled. We are unable to control the ship time on the second order as it is being recognized as a new order at 5:30AM. I apologize for any inconvenience. If needed the second order can be cancelled as well however we are unable to guarantee availability on launch day.
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Expire date for user in the system

    HI ,
    There is a place when we can defined expire date for user in the system ,
    something that similar to role that provided to user from 24/02/2010 - 25/02/2010 .
    i search in su01 and not found anything .
    any idea?
    Regards
    James

    hi james,
    i thin k you can do it in su01 logon data tab--->valid through (in validity period).
    Hope this will help you.
    Thanks,
    Tanmaya

  • Setting Current date to calendar control when the page loads

    Hi all ,
    I am using a calendar contol i want to set its value to current date,
    is there any method to do that ? Please help

    This might help
    http://blogs.sun.com/roller/page/divas?entry=calendar_component_tips

  • When I set up my Macs, there were 2 sign names - 1 I created and the other was Ghost. The Apple store says that takes up 50% of my hard drive. Can I kill Ghost? Do I just delete it?

    When I set up my Macs, there were 2 sign-up names - 1 I created and the other was "Ghost". The Apple store says that takes up 50% of my hard drive. Can I kill "Ghost"? Do I just delete it?
    Thanks for your help!

    Hello Blisshous,
    It sounds like you have a user account named Ghost, that you want to delete all content from and remove from the computer. This article will help you do that named:
    OS X Lion: Delete a user account
    http://support.apple.com/kb/PH3867
    Choose Apple menu > System Preferences, and then click Users & Groups or click Parental Controls.
    Click the lock icon to unlock it, and then type an administrator name and password.
    Select the user account you want to delete, and then click Delete below the account list.
    Do one of the following:
    Select “Save the home folder in a disk image” to save the folder as a disk image in /Users/Deleted Users/.
    Select “Don’t change the home folder” to leave the home folder in /Users/.
    Select “Delete the home folder” to remove it from the computer. If you want to prevent programs that read raw data from retrieving any files, select “Erase home folder securely.”
    Click OK.
    Keep in mind, if you remove the user and delete the data, without Time Machine you will not be able to restore any data from it in the future.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • EWS: How can I retrieve password expiration date?

    Hi,
    I am using EWS API's in web application. Can you please tell me how can I get the exchange account password expiration date?
    I tried this:https://code.msdn.microsoft.com/office/Exchange-2013-Get-the-date-3a92c007
    But no luck, please help.
    Thanks,
    Prashant Mahajan

    Hello Prashant,
    Good Day..
    Request you to please try the below command.
    Get-ADUser -identity username -properties *
    For More Info:
    http://oxfordsbsguy.com/2013/11/25/powershell-get-aduser-to-retrieve-password-last-set-and-expiry-information/
    Regards,
    Praveen
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts @ Techrid.com

Maybe you are looking for

  • Using internal table data in difrent programs

    hi .. I am running a program that does many things and I need to use the data in one of the internal tables in another program. You may say why? Because I need to make sure that the first program runs successfully then I need to generate a report wit

  • Using php include for password protection

    Hi all, and as usual I am also new to RH. I am running a password protection site using php include. I have published my WebHelp project but was trying to change the htm file to php and include the php include and I keep receiving this error - "whlst

  • Media Files Offline Help

    Hi Guys, Wonder if anyone could help me with this slight problem? Using Encore Cs4 and Premiere Cs4, sending the project from Premiere, using the Dynamic Link. Create the Dvd Project in Encore, burn onto disc, no problem. But when I close Encore and

  • Need help restoring Safari

    I decided to delete Safari completely off of my Mac and planned to only use Mozilla Firefox in the future. My husband didn't appreciate this and wants Safari back. I've tried going to Apple Support and downloading both Safari itself and the Safari up

  • Where is the artwork stored?

    Simple simple one.... After you add the artwork in itunes.. what happens if you move the library? Is the artwork stored in the actual library file or where!?!?!?! Just cannot see where the image files are stored... Does thatmake sense? Thanks in adva