Validity link

Dear all
I have created class ,chara, value and maintain validity of document at time of creation of DIR.But that validity is used for disply purpose but it can not control the document.
ex: valid from --30 june 2009
      valid to -
21 july 2009
IF I am putted same validity like above in DIR . System should not allow to acess the DIR . after finishing the  validity (means today)
tell me how to link to DIR ?
Kindly help

Hi Harish,
from my point of view the date in the classifcation characteristic is not having any effect on the access permission for the
document info record. To restrict the change permission or the access to some documents which validity has epired I think you need to implement a special authorization check by using BADI DOCUMENT_MAIN01 (method BEFORE_READ_DATA or AFTER_READ_DATA) or DOCUMENT_AUTH01.
With this BADI implementation a check could be done to verify if the 'valid to' date is in the past and if it is then the document info record should not be acessed in change mode.
I hope this information could be useful for you.
Best regards,
Christoph

Similar Messages

  • Please provide a valid link to download SAPWidgetFoundation.jar/zip

    Hi,
         I am willing to develop some widgets to display R/3 information for End Users.
         I have already downloaded the following tools:-
         1. eclipse-jee-europa-winter-win32.zip
         2. SAPWidgetDevelopmentTools - zip file.zip
         Please let me know the relation between above 2- downloaded tools by me.
    Please provide me a valid link to SAPWidgetFoundation.jar/zip, so that I can start working on Enterprise Widgets.
    Also, How I can use NWDS 7.0 SP19 for development of widgets?
    Regards,
    Tushar.

    Hi,
         Any inputs for the question?
    Regards,
    Tushar

  • When I click or type in a valid link, I get the message "The URL is not valid and cannot be loaded." I have to reload/refresh the page one or more times until the same page loads.

    This happens with small sites as well as major ones such as amazon.com. It happens frequently with many different websites both when typing in a URL or clicking on one from search results or other pages. If I am opening it in a new tab, the page is blank and the correct URL shows in the address bar even though it didn't load. When I get the message "The URL is not valid and cannot be loaded" I have to click okay and then click on the link again or click refresh. Sometimes it loads on the 2nd try; other times I have to refresh multiple times to get it to load.
    Anyone know what is causing this or what will help?

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Error_loading_websites (Error_loading_some_websites)

  • Community Portlets not rendering valid links

    I've created several of the Community portlets in an organization other than the Community Sample, and when they render, the links to get to the different communities are not valid. When I click on them, I just go back to the same page. For example:
    http://myserver:8080/portal/dt?=jdo__MyTestCommunity_Container&com.sun.portal.desktop.current.membership=jdo__MyTestCommunity___owner____jdo__MyTestCommunity___member&com.sun.portal.desktop.temporary.membership=NONE
    It appears that the container attribute is missing after the "?". Has anybody seen this before, and if so, any solution. Thanks.
    Message was edited by:
    GDCTG

    Hi GDCTG,
    Some thoughts.
    * make sure that you have the Portal Desktop Community Service attributes set for the user's organization and every role that the user belongs to. The attributes and default values are:
    CommunityHomeContainer=CommunityHomeContainer
    CommunityCreateContainer=CommunityCreatePortlet
    CommunityParentContainerURLParameter=CommunityParentContainer.selectedChannel
    Here's an example of setting the CommunityHomeContainer attribute using the psadmin utility,
    /opt/SUNWportal/bin/psadmin set-attribute --adminuser amadmin --passwordfile passwordfile
    --dn  "o=EnterpriseSample,dc=sun,dc=com" --portal portal1  --component desktop
    --attribute-name CommunityHomeContainer CommunityHomeContainer* add the Sun Java Web User Interface theme and JavaScript utilities to the portal desktop parent container.*
    Specifically, add the:
    - Tag Library URI
    <%@ taglib uri="/tld/portletSetupTags.tld" prefix="pui"%>- Sun Java Web User Interface Theme tag and JavaScript utilities to the HTML HEAD as follows:
    <HEAD>
    <pui:setupTheme themeName="defaulttheme" supportedLocales="en,en_US"
    sessionDataStrategyClass="com.sun.web.ui.portletSetup.PSSessionDataStrategy"/>
    </HEAD>hope this helps, dean.

  • Validation link not in email

    I've started using my iPad mini yesterday. Now, in my mailbox, I have about 15 emails asking me to validate my email adress. I'm fine with validating- but there is no link provided in the email. I have tried looking at the source code, but theres no link there, either. Since the emailadress is hosted on my own server, I've tried forwarding it to an second email adress on Gmail, but nothing there. I've also tried opening it in different browsers (Firefox, Safari, IE and Chrome), none work.
    Is there any other way for me to start validating?

    fenomina wrote:
    I keep asking for new password reset and there is no email reply. Then I exceed the reset amount for the 24 hour period. I keep checking the spam folder and still nothing. It's like groundhog day.
    I have been experiencing the same problem for about 5 days and it's driving me mad! I receive a reset code, which takes me to Microsoft account p/w reset, but I simply want to access a SKYPE account!

  • Validating links (xrefs) to HTML files

    I use (unstructured) FrameMaker 7 and WebWorks to create an HTML help system, thereby creating HTML files. I have another help system that is displayed in the UI that links to the help system files. Currently, I manually maintain the UI files, writing in HTML and manually verifying the links.
    I'd like to use FrameMaker to manage the second help system. I'd like to be able to validate my links to the HTML files. I can't figure out how. I've tried Hypertext markers like this:
    gotolink /help/topics/Login.html
    (and that path does indeed exist)
    And I've tried this format:
    message URL file:/help/topics/Login.html
    Frame tries to validate the first format but stops when it determines that file is not a Frame file. Frame doesn't seem to validate the second format.
    Is there a way to validate links to HTML files? Sorry if this is a clueless question...

    Well ... I've just checked some source files of mine, and can now confidently say that I linked to external files with the message openfile command, which then leaves the PC to work out what application to use for the file you're pointing to.
    Here's an example: message openfile ../eBooks/gateway.fb2 provides a link to an .fb2 file, and since I have a program on my PC to read .fb2 files clicking on the link opens the file in the correct application. message openfile proposal.htm opens proposal.htm in my default web browser.
    With the message openfile command, FrameMaker cheerfully accepts any target file you try to specify. For a quick check that you've specified the target correctly, hold down Ctrl and Alt before clicking on the hyperlink: the cursor changes to a pointing hand when you're over an active link.
    Oh, and before each three-monthly release of my biggest documentation set I used to create a list of hypertext markers (Special > List of ... > Markers, then Hypertext) to give me a single file where I could click diligently on each link and make sure it was correct.

  • Please send me a PERMANENTLY valid link to the lat...

    I don't have time to hunt around every 1-2 months for your latest version. Many people have this problem. Please make this installer easy to find on your website or allow me to choose the msi installer from your upgrade prompt window, that would be kind of you.
    Thanks for a solution here.

    No hunting is required.  It's easily accessible and has been in the same location for over 2 years.  Only two clicks away.  
    From Skype.com :"Downloads" - "Get Skype for Windows Desktop"
    - or - 
    From Skype.com :"Download Skype" - "Get Skype for Windows Desktop"
    - or -  
     (direct link)
    http://www.skype.com/en/download-skype/skype-for-windows/downloading/

  • Is this a valid link for Adode?

    https://adobeid-na1.services.adobe.com/ims/jump/1428953431362-fb87166c-e5ea-423c-974d-44fa d65c31a4
    Suppose to be for tutorials for Adobe Illustrator

    thanks for all the replies....
    it compiles and here is the run time error that i get
    Exception in thread "main" java.lang.NoSuchMethodError: main
    also the book is Complete Java2 Certification study guide 2nd Ed Sybex
    chapter 1, page 26, question 3.
    which of the following sig. are valid for the main() method entry point of an application
    a> public static void main()
    b> public static void main(String arg[])
    c> public void main(String[] args)
    d> public static void main(String [] arg)
    e> public static int main(String [] arg)
    so the answers shud be b,d and not b,d,e right?
    thanks

  • What is a valid link in the media controller?

    I have the device tree entries below. When I query the entries i my /dev/media0 I get
    Desc 0: video_cap output 0 with pads: 1 links: 0
    Desc 1: video_cap input 1 with pads: 1 links: 1
    Desc 2: 43c40000.switch with pads: 3 links: 0
    Desc 3: 43c20000.tpg with pads: 1 links: 1
    Why are some of the links 0? In particular, I think the "video_cap output 0" is connected to the tpg and that seems it should be 1? Or, is the "video_cap input 1" connected to the tpg? I can't really make sense of what input/output refers to in respect to what that means for the xlnx,video node.
    tpg@43c20000 {
    compatible = "xlnx,v-tpg-6.0", "xlnx,v-tpg-5.0";
    reg = <0x43c20000 0x10000>;
    clocks = <0x2 15>;
    ports {
    #address-cells = <1>;
    #size-cells = <0>;
    port@0 {
    reg = <0>;
    xlnx,video-format = <0>;
    xlnx,video-width = <8>;
    tpgout: endpoint {
    remote-endpoint = <&videocapin>;
    switch@43c40000 {
    compatible = "xlnx,v-switch-1.0";
    reg = <0x43c40000 0x10000>;
    clocks = <0x2 15>;
    #xlnx,inputs = <1>;
    #xlnx,outputs = <2>;
    ports {
    #address-cells = <1>;
    #size-cells = <0>;
    port@0 {
    reg = <0>;
    switchin0: endpoint {
    remote-endpoint = <&videocapout>;
    video_cap {
    compatible = "xlnx,video";
    dmas = <0xc 0x1>, <0xc 0x0>;
    dma-names = "port0", "port1";
    ports {
    #address-cells = <0x1>;
    #size-cells = <0x0>;
    port@0 {
    reg = <0x0>;
    direction = "input";
    videocapin: endpoint {
    remote-endpoint = <&tpgout>;
    port@1 {
    reg = <0x1>;
    direction = "output";
    videocapout: endpoint {
    remote-endpoint = <&switchin0>;
    axivdma@43000000 {
    compatible = "xlnx,axi-vdma-1.00.a";
    reg = <0x43000000 0x10000>;
    xlnx,flush-fsync = <0x1>;
    xlnx,num-fstores = <0x3>;
    #dma-cells = <0x1>;
    linux,phandle = <0xc>;
    phandle = <0xc>;
    dma-channel@43000000 {
    compatible = "xlnx,axi-vdma-mm2s-channel";
    interrupt-parent = <0x3>;
    interrupts = <0 90 4>;
    xlnx,datawidth = <0x10>;
    dma-channel@43000030 {
    compatible = "xlnx,axi-vdma-s2mm-channel";
    interrupt-parent = <0x3>;
    interrupts = <0 91 4>;
    xlnx,datawidth = <0x10>;
    };

    I take it for the link in the navbar of the page you're on. However in iWeb the like is still active but just refreshed the page. In some sites the link would be disabled but the color would indicate that's the page you're on.
    OT

  • Firefox fails to load valid url from my desktop or from other links. after the failure it says try again and this always works 100% of the time. WHY??

    have many valid links on my desktop to locations I go to often. There is nothing wrong with the th links but about 20% of the time the connection will fail and I get a TRY Again message. It always connects 100% of the time on the second try. This occurs on 8 0r 10 different sites on a regular basis.

    Something you can try is resetting it all Settings > General > Reset > Reset all settings. Or go to Settings > Store &amp; sign out &amp; log back in. Another thing you can do is restore your ipod. This has happened to me but the only thing i did was that i created a new account but try doing the things above i just told you. :)

  • How do I  create more than one CSS style for text links?

    Hello,
    Just like the title says, I need help with creating more than one CSS text link style in Dreamweaver CS4. For instance, I want the navigation on the website I'm building to have a different text link style than a link in some part of the body copy. I've been playing with Dreamweaver for a while and can't find any way to do this. If it's even possible to do this, I would really appreciate any help.

    Yes it is possible but as you have failed to provide a valid link to your site, I will tell you in general Terms:
    1) First create a class or an ID to to your Nav bar;
    2) Now style your navbar in such a way that these styles will only apply to your nav bar.  To do this, you start your style by doing something like this:
    ul#vavigation {.........}
    ul#navigation a {.........}
    ul#navigation a:hover {.........}
    ul#navigation li {.........}
    your html code might look like this:
    <ul id="navigation">
         <li><a href="#">Home</a></li>
         etc etc .........................
    </ul>
    hth

  • Set image link to a file which not yet exists

    Hi to all,
    I'm working with InDesignCS2 on Mac and Windows.
    Is it possible to set an image link to a file which does not exists yet.
    I have document with some JPG files in low resolution.
    Later, if the document layout is finished, I want to
    change the image links of the document to corresponding PSD files.
    E.g.
    The document is layouted with the imges image1.jpg, image2.jpg, image3.jpg.
    Now a want to change the links to corresponding PSD files image1.psd, image2.psd, image3.psd.
    BUT: the PSD file do no exist on the current working place.
    The images image1.psd, image2.psd, image3.psd exist on a destination working place.
    The document with the missing PSD links will be copied to the destination working place,
    in the some folder where the PSD file are placed.
    If I open the document on the destination working place the links set on the first
    working place should be satisfied now.
    Now it should be possible to print the document with the hires PSD images.
    My question:
    How can I set a link to an image which does not exist yet?
    The name, the path and the format are known.
    Please let me know, if you have an idea how to do that.
    Thanks.

    I might be proven wrong but I don't think you can link to a picture file that's missing.
    That would be an interesting feature actually - but probably too smart.
    What you could do instead is to use a dummy picture file to be replaced later in your production workflow.
    Something I did a long time ago was to create a text frame with the full path written in there.
    Then I was making a snapshot of this text frame.
    Then I was replacing the text frame by a picture frame - same size, position, etc.
    Then I was placing the snapshot within this picture frame...
    At the end I had a link to a temporary picture file that was displaying its full path to the layout artist - providing a valid link to a real picture, to be switched to the real one later in my customer production workflow.
    This is a classical case actually - and I'm sure there is dozens of solutions implemented out there . . .
    HTH
    Best regards
    Patrick Perroud

  • Captivate 7 is not capturing system audio, and the software has a broken link

    The Problem:
    Captivate 7 is not capturing system audio. When I start a screen recording, the line with "System Audio" and its checkbox are eternally grayed out. Next to the grayed out words is a link that says, "Why is this disabled?"
    The lnik goes to:  http://www.adobe.com/go/cpaudio
    Which is not a valid link, so Adobe's site redirects me to blogs.adoble.com/captivate which is ZERO help. Both browsing and the search bar bring no answers.
    The Device:
    Apple Macbook Air, Mid 2013, running OSX 10.9.2.
    What I've done already:
    Obvsiously I have set Captivate 7's preferences to capture system audio, and have set System Settings -> Security and Privacy -> Privacy -> Accessibility to allow Captivate to control my computer.
    I have also tried clicking the Mic icon, Selecting Source with the System Audio icon and that doesn't record system audio either. It acts like it is recording system audio, but when I stop recording I get a popup that says, "Cannot record system audio. Ensure that you are playing audio on your computer [Okay]"

    It's a wierd one.
    One thing to try, and this fixes a lot of things, trash your preferences.
    http://www.digitalrebellion.com/prefman/
    DM

  • In need of a link to the online  iPod Updater 2005-11-17 1.0

    I have done google searches and all of the results point me to 1.1. Does anyone have a valid link for iPod Updater 2005-11-17 for Windows?
    Thanks

    I have done google searches and all of the results
    point me to 1.1. Does anyone have a valid link for
    iPod Updater 2005-11-17 for Windows?
    Thanks
    It should be on the CD that came with your ipod. If you're using Windows (don't know about macs), the updater installer keeps the previous versions which should be in your Start button.
    The original updater that came with most ipods may have an earlier date, but it's the same 1.0. Each updater services multiple ipod models, so just because the updater date changes, it doesn't necessarily mean that anything changed for your particular ipod. There's only been one update for the ipod 5G which is 1.1. Any version you have before that one will be the same.
    Check out your CD.

  • Email validation technical error

    I am unable to validate the MyBT account, when I get emailed out the validation link it seems to be missing something, https://www.bt.com/customeraccount/yourprofile/sec​ure/consumer/validateemaillink.do?security_code= ,
    and just results in an error, can't get onto my bills and payments because of this.. it's been like this for about a week now, any ideas?

    Hi
    I am sorry to see you are having problems with your BT Service
    I suggest you contact live chat at this link they should be able to help you
    http://bt.custhelp.com/app/contact/c/2902/?s_intci​d=con_intban_sanda_contact_us_chat_from_forums
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

Maybe you are looking for

  • REP-56055 Max Connect......URGENT!!!!!

    Hi, Am getting this max connect error quite regularly and having to restart the reports server. I have the max connect parameter set to 40 and there is only me running reports one at a time. Is there anything else that maybe tiying up connections? An

  • Airport Blank, Time displayed is wrong, spinning wheel of death›

    Hi Guys This is the second time this has happened in the last 3 days. My airport icon along the top toolbar is blank, even though clearly i am on the internet right now and it's working, and also the time is 50mins out. I went into System Preferences

  • VO Extention error

    Hi, i am using apps 12.1.3.i want to create a tengient varible by extending the VO.but when i extend the vo at 4 stape(attribute mapping) gives the error. The error is:*Each row in the Query Result Columns must be mapped to a unique Query Attribute i

  • Object in array list

    Is it possible that object can be store in array list. package{ // Importing object from flash libary     import flash.text.TextField;     import flash.display.Sprite; // Creating class      public class Show extends Sprite {      //Attribute     pri

  • Changing Resolution but staying in Windowed Mode

    Hello, I've been looking at the Java API and found the brilliant GraphicsDevice / DisplayMode classes and managed to switch resolutions with that. What I need is just to change the resolution, not putting a frame as an exclusive window. Can I do this