T.code: expiration date for a material

Hi,
I would like to know the expiration date for a material.
Do you know the T.code?
Thanks
Dede

As per my knowldge there is T.code to show expiry date of material.
If material has maintained as abatches those batches has only expiry date.
Only you can view in  material validity start.
Edited by: Sridhar Jayavarapu on Mar 24, 2009 4:18 PM

Similar Messages

  • ALE/IDOC:The group data for the material CS94163AOOO is locked by ECPUSER

    Dear All,
    I have extended the idoc for MATMAS and getting -The group data for the material CS94163AOOO is locked by ECPUSER
    error on receving ( production ) server.I have written BDC in Z-function module to upload the data for extended segments after calling IDOC_INPUT_MATMAS01  function module.
    When the same scenario executed in development server the material is not getting locked and idoc is posted successfully.
    Please guide to resolve the error.
    Thanks,
    Sanjay Deshpande.
    Edited by: sanjay_123 on Nov 1, 2009 4:41 PM

    Hello,
    Can you pls try to use ENQUEUE_E_TABLE or FM specific to lock/unlock MARA table during Idoc creation.
    and put some WAIT statement before creation.
    CALL FUNCTION 'ENQUEUE_EMMARAS'
    EXPORTING
    MODE_MARA = 'S'
    MANDT = SY-MANDT
    MATNR = 'CS94163AOOO'
    X_MATNR = ' '
    _SCOPE = '2'
    *_WAIT = ' '
    _COLLECT = ' '
    EXCEPTIONS
    FOREIGN_LOCK = 1
    SYSTEM_FAILURE = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Then write code for creation of MARA
    Unlcok now like this
    CALL FUNCTION 'DEQUEUE_EMMARAS'
    EXPORTING
    MODE_MARA = 'S'
    MANDT = SY-MANDT
    MATNR = 'CS94163AOOO'
    X_MATNR = ' '
    _SCOPE = '3'
    _SYNCHRON = ' '
    _COLLECT = ' '
    ~Pramod
    Edited by: PKUPADHYAY on Nov 1, 2009 5:40 PM

  • Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down).

    # Question
    Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down). I tried to understand but different javascript file gets different Expires date value when it is being cached. Please help me as I tried lot and could not get proper answer for this. Thanks in Advance.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • 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

  • Legal Control data for a Material in Foreign Trade View.

    Hi All
    We are facing the  problem for updating the Legal Control data for a Material in Foreign Trade View.
    Is there any BAPI for doing that ?
    Please guide me.
    Thanks in Advance
    Regards
    Kiran K Vadrevu

    We figured this out.  We used SM30 to find table / view V_T604F  and add a value for country US.
    Edited by: MacaryD on Feb 4, 2010 5:13 PM

  • Got GCU awhile ago, never got my welcome coupons from store or email also expiration date for GCU?

    Hello, I got GCU unlocked memebership awhile ago. I didn't receive my coupons for like the buy 2 get 1 used games and the guide coupon. Also where can I see the expiration date for my GCU?

    Hi lukebb90,
    As Mike alluded to above, you should receive the Welcome Packet right when you join Gamers Club Unlocked (GCU), usually within 2-3 business days! You definitely should have received your Welcome Packet by now and it sounds like you’ve done your due diligence in ensuring it’s not in your inbox.
    I’m going to send you a private message with some further information about this, so please be sure to keep an eye on your inbox. You can check your private messages by clicking the small envelope on the top right of the screen while logged into your account.
    Thanks for posting and you’ll be hearing from me shortly!
    Brian|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Shelf life expiration dates for finished goods

    Hi,
    Is there any opportunities with in SAP to block the finished goods once it reaches the
    self life expiration goods AUTOMATICALLY.Our business requirement is particularly interested in this requirement.ONLY FINISHED GOODS,BLOCKING AUTOMATICALLY.
    UPON EXPIRY OF SHELF LIFE EXPIRATION DATE.
    With regards,

    Hi Charu Bela,
    Thanks for your reply.
    I checked your reply and found with OMJ5 settings for movement type 101 in production goods receipt,if material master data is maintained in Shelf life details in plant storage, then production date field will prompt.
    Moving forward,Once i give the production date here for any finished goods,then,I believe system will calculate the SLED (Self life expiration date ) automatically,right? accordingly system will block these finished goods.
    Also,In ware house management how these kind of materials are handled? Is there any specific transaction codes in WM?.
    Also,If you know specific tables for SLED ,Kindly help to understand.
    Your answer is appreciated.
    With regards,

  • How can I display the password expiration date for a user

    I have created a GUI (using PrimalForms) which runs powershel scripts to pull information like user ID, email address, last logon ec. for the helpdesk to help establish the validity of some user claims of "it worked yesterday" and the like.
    I have been asked to add the password expiration date, but I am struggling to get the code for this addition.
    Does anyone know how I can include this, and have it in a human readable format?
    The current scripts (there are 3) allow the helpdesk staff to search on user ID and display name, the third provides the last logon, it was impossible to include this in the other scripts so I added an extra search button and called it good. An example of
    these scripts is below (please note, PrimalForms needs a slightly different syntax in order to get the results displayed, but the core script is standard PS, I use Powershell 3.0)
    $results.Text=Get-ADUser -Filter "sAMAccountName -eq '$($EntryBox.text)'" -Properties DisplayName, sAMAccountName, mail, extensionattribute5, PasswordLastSet, PasswordExpired, PasswordNeverExpires, buMemberOf, telephoneNumber, msExchOmaAdminWirelessEnable, whenCreated, whenChanged, enabled, AccountExpirationDate | select givenName, surname, DisplayName, sAMAccountName, mail, extensionattribute5, PasswordLastSet, PasswordExpired, PasswordNeverExpires, buMemberOf, telephoneNumber, msExchOmaAdminWirelessEnable, whenCreated, whenChanged, enabled, AccountExpirationDate | Out-String
    $results.Focus()
    for info:
    $results.text is the window in the GUI results are displayed  in
    $entrybox.text is the text box the helpdesk staff use to input the user ID or display name of the account they are querying
    $results.focus simply tells the script to put the results in the results.text window
    The screenshot below shows the current setup, this is purely to put the above information into perspective. Obviously some of the information displayed has been removed/redacted along with our logo.

    Hi,
    Here's an example you can build from:
    $maxPasswordAge = 120
    Get-ADUser USER -Properties PasswordLastSet |
    Select SamAccountName,
    PasswordLastSet,
    @{N='PasswordLifeRemaining';E={$maxPasswordAge - ((Get-Date) - $_.PasswordLastSet).Days}},
    @{N='PasswordExpirationDate';E={(Get-Date $_.PasswordLastSet).AddDays($maxPasswordAge)}}
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • How To Change Default Expiration Date for Portal User in Linux and Windows?

    Hello,
    I have a couple of environments I recently installed:
    1. Oracle Application Server 10 Release 2 (10.1.2) SEOne on Windows
    2. Oracle Application Server 10g Release 2 (10.1.2) Enterprise Edition on Linux
    I heard the portal and orcladmin user passwords will expire in about 60 days. I want to prevent this from happening. How can I set the expiration date to never expire for both these users? Or at least give me some warning?
    I heard that you can do this through the Oracle Directory Manager. However, I am unsure as which server to enter on the field. I've used the following:
    <servername>.hostname.com/389
    <DBname>.hostname.com/389
    They say 389 is the default port. Since I did not really
    Does anyone have any ideas?

    You have the answer in yours hands:
    Search for "60 days" in the forum
    How can I enfore Password Expiry Without Lockout?
    for instance.
    For the servername, it's the name of your server and the port is depending of your platform (have a look to $ORACLE_HOME_INFRA/install/portlist.ini) and
    chech the value for: Oracle Internet Directory port
    Patrick.

  • How to set the Expiration Date for a task which is been assigned explictly.

    Hi,
    When I assign a task to myself and not work on it for couple of weeks the task is getting released automatically into the original unassigned pool. The TaskActionHandler WSDL is causing that to happen. I don't want a task to be automatically released into the pool when I don't work on it for couple of weeks, how can I make that happen? TaskActionHandler is something which comes with the BPEL so I can't change the way how it behaves. Do I need to set the expiration date or duration explicitly when a task is created?then how do I do that?
    If anybody could let me know how to make TaskActionHandler not to release a dehydrated task, I would be glad.
    Thanks,
    Mythili.

    Hi,
    Make AUTO RELEASE a restricted action for the task by adding the following line:
    <restrictedAction>AUTO RELEASE</restrictedAction>
    to the <restrictedActions> tag in the task configuration file.
    Works effectively.
    Alternatively, you can specifiy the auto release durations on a per task priority basis. There is more on that in the BPEL Dev Guide.
    Hth, Sjoerd

  • Stock transfer are not showing correct expire date for Shelf life subcontracting

    Hi Gurus,
    We have shelf life active for PPDS. We had added 5 characteristic to have min and Max shelf life in APO so that data will be considered during pegging.
    Self life works perfectly fine for production plant where based on manufacture date min shelf life is considered.
    LOBM_APO_SL_MIN
    LOBM_APO_SL_MAX
    LOBM_APO_SL_UTC
    LOBM_VERAB
    LOBM_HSDAT
    Question is for sub contracting process stock or inventory date is giving back dated where when we run planning run stock is getting expired.
    Can any one help in getting stock correct expire date instead of 1982---- some thing like this.
    Thanks in advance
    Thanks & Regards,
    Rajesh Kumar

    When you plan subcontracting in SNP following is generated.
    Object                             Source                                   Destination
    Sub Con PR (Header)       Sub contractor                       Plant
    PR/STR (Child)                Plant                                     Subcontractor
    PR (Child)                       Child Mat Vendor                    Plant (or direct to Sub Contractor)
    Usually first and third items will get converted to Purchase orders and will vanish as and when Goods Receipts are posted against them.
    The second order may not get converted in SAP.  Tis will remain in the system.  But in the next planning run, these will be deleted if the quantities have been already fulfilled.
    Regards
    Nitin Thatte

  • To change the classification data for a material using BDC

    I have to update clssification data for material in MM02 using BDC so when i record the transaction MM02 using SHDB i am not able to see the value assignment window which i a able to see when i am changing using MM02 transaction directly. So can anyone have an idea regarding this ?
         I have even tried updating classification data using a BAPI BAPI_OBJCL_CHANGE but i am not getting desired results....can anyone suggest me what are the parameters need to be passed to the BAPI. Thanks in advance for your help....

    Hi Nagarjuna,
                       <b>BAPI_OBJCL_CHANGE</b>  :  This BAPI changes an existing classification, or creates the classification if it does not yet exist. The classification is defined by the required entry fields for the object key (ObjectKey), object table (ObjectTable), class name (AllocDetail-Class_Num), and class type (AllocDetail-Class_Type). The default value for the optional date field (KeyDate) is the system date, on which all classifications become valid. The new characteristics and/or values are transferred to different tables according to data type. Numeric, time, and date characteristics are transferred to table AllocValuesNumNew, character and boolean characteristics are transferred to table AllocValuesCharNew, and currency characteristics are transferred to AllocValuesCurrNew.
    The object key (OBJECTKEY) must be transferred in internal format. This means before conversion exits. For example, a material number must be transferred with leading zeros.
    If the BAPI runs without errors, table Return contains no messages of type "E".
    Assignment created:  message CL735
    Assignment changed:  message CL737
    Assignment not changed:  message CL738
    This BAPI only changes the parameters of an existing assignment (or creates a whole new assignment), but it does not delete the assignment to a class and replace it with an assignment to another class. If you want to reassign an object, the old assignments must be read with BAPI_OBJCL_GETCLASSES and deleted with BAPI_OBJCL_DELETE, then the new assignments must be created with BAPI_OBJCL_CREATE.
    The information transferred by this BAPI replaces all old information. An empty field means "delete entry!", not "no change".
    This BAPI does not change the database. To change the database, call BAPI BapiService.TransactionCommit afterwards.
    You can only use this BAPI for objects that are not classes!
    This BAPI only processes assigned values for classification - not for configuration.
    Reward points if helpful.
    Regards,
    Hemant

  • Bolivia: expiring date for issuing billing document

    Hi gurus,
    there is a singular requirement in Bolivia which consists of a date in which a certain billing document has to be issued according to several variables, e.g, the number range issued by the Local tax agency.
    Is there in VBRK a field which could fit such requirement? if not, is there any standard field which could be added to VBRK? Otherwise, there is no more option than configuring a header text where user can update this date or as per standard texts in SO10 which can be called from the billing form, bearing in mind that this "expiring date" lasts at least for one year.
    thanks!
    VL

    In VBRK, as for as date fields are  concerned, to my knowledge all fields (pricing date, billing date etc) would be filled in from a predecing document and no date field would be left with blank which I am not sure as right now, I dont have access to SAP.  Nevertheless, there would be some unutilized fields which you can check and make use of that.  Having said this, you can achieve this with the help of billing exit.
    G. Lakshmipathi

  • Where can I see my expiration dates for the licenses i own?

    I can view the licenses i own, but i don't see the expiration dates of the subscriptions anywhere.

    There is NO serial number if you subscribe, none at all, and you shouldn't need it. If you sign in with the SAME Adobe ID, it knows what you paid for and gives you access.

  • Expiration dates for upgrades like studio8 to cs3

    Although i love to have the newest products, if i can manage a couple of years extra with the current set, why not.
    Currently i have dreamweaver studio 8, i want to upgrade eventually to cs3 / cs4.
    My question is, and i searched for it, how are the expiration dates set for version to version upgrades?
    Where can i find info on how and what?
    Can i get a notification if it's almost not upgradable anymore etc.
    Anyone has any tips? I don't want to end up buying full versions while i could pay a upgrade price...
    Thanks.

    To upgrade to CS4, then MX2004 is the oldest upgrade version at the moment, but this does not necessarily mean that you will be able to upgrade to CS5 (or whatever it will be called), form Studio 8. The upgrade policy is decided by Adobe and in my experience 2-3 version older than the current is the industry norm.
    I normally leave it for a max of 2 versions between upgrades.
    For info on Adobes current upgrade policy go the the Adobe store - select the product you wish - select 'upgrade eligibility.
    PZ

Maybe you are looking for

  • Dreamweaver CS3 Trail Wont start

    When I open Dreamweaver I get the standard screen about entering a serial # or try for 30 days. When I click 30 days and continue I get "A problem was encountered while trying to load the trail period for Adobe Dreamweaver CS3" continue takes me back

  • Photos won't delete from hard disk

    I try to delete photos from within lightroom and i get the message "the photo could not be moved to the trash." Any thoughts?

  • Notifications in Universal worklist

    Hi all, In the Universal worklist we would like to display the notifications whenever a document is updated or modified in Knowledge management. I have gone through the  SDN links and help documentation but still I am not clear.Please guide me step-b

  • Will a Built-in Modem pulled from a Dual 867mhz work in my DP 500 Mhz  Mac

    Will a Built-in Modem pulled from a Dual 867mhz work in my DP 500 Mhz (Gigabyte Etherent) Mac? The info on the modem is: UO1MO85.00 The connectors are compatible, but I wasn't sure if the modem itself was. I'm looking to start faxing with my computer

  • Live Paint Help on CS5!

    I have uploaded a sketch and put it through Live trace. Everythings fine until I get to the Live Paint part. I click on the paint bucket and I try to fill in the inner parts of the vector. It doesn't fill in through. It tells me to pick a symbol or s