I want to create a script to enter text for me

I dont want to remember my long library card number when I am on their site.  I want to create a script to type it for me.  I want to associate the script with a hot key.  How do I do this?I

Assuming the library site is a webpage, use 1Password. It will do the job for you and securely. Been using it for years for just this kind of thing.
https://agilebits.com/onepassword/mac
You have to pay for it but there's a full 30 day trial so you can see if it works for you before parting with the cash.
(Disclaimer: NO, I'm not assoc'd with the company, just a very satisfied user of this s/w for several years).

Similar Messages

  • I want to create RFC FM to enter data for employee in table pa0001

    hi everyone,
    i want to create either a RFC FM or a BAPI to enter employee data in table pa0001.
    is there any other way to enter the employee data?
    so plz help me by sending regarding RFC/BAPI creation.
    thanx in advance.
    from
    jigar bhatt

    Hi jigar,
    1. HR_INFOTYPE_OPERATION
    2. This is the FM to put data
      in infotype 0001 (pa0001 table)
      as well as other infotypes also.
    3. But this is a simple FM
       (not rfc enabled)
    4. For your requirement,
       u can create a Z FM,
      which is rfc enabled,
      and inside this Z fm,
      call the HR_INFOTYPE_OPEARATION
    5. Also consider the parameters of this FM,
       while defining your z FM.
    regards,
    amit m.

  • My client want to create realease strategy based on plant for PO

    Hi all,
    1.My clients want to create realease strategy based on plant for PO. Kinldy let me know the the possibilites and steps.If it is not possible let me know the reason so that I can explain to the client
    2.how can I take print of credit note and MIRO kindly let me know  T,code.
    hope to hear back from you all....
    Thanks&Regards,
    chand

    Hi chandysrm ,
    You can creatye Release strategy for plant specfic.
    Create charetestic (CT04) for plant : CEKKO-WERKS.
    Assign with Class (CL02) --032
    Create Rel. Group , Rel. Code & Rel. Strategy.
    create rel. strategy for each different plant.
    In classification view give the plant code.
    [http://wiki.sdn.sap.com/wiki/display/ERPSCM/RELEASE+PROCEDURE]
    [PO Release Resetting after Value Reduction;
    [Separate release procedure for PO and PO under contract]
    [release procedure for contract]
    [release procedure for contract]
    Credit note print out : MR90.
    SAM
    Edited by: Saminathan Gopalan on Jun 9, 2010 10:39 AM

  • I want to create a new customized screen layout for responsive HTML5  output. I don't want to use the ones present in the gallery. What are the steps to do so?

    I don't wish to use the ones already present in the gallery. They do not meet my requirements. Therefore, I want to create/design my own screen layout for the responsive HTML5 output. Please let me know the steps to do so. How to create a SLZ file, what is the code that I need to write. What are the components that I need to create to have a complete screen layout to be used in a responsive HTML5 output.

    That would require inline formatting and I doubt that is an option.
    If I am following you, the header area is full width of the screen so I cannot see how it can be broader, Perhaps you mean deeper? A screenshot might help here. The change would be made in the layout.css file.
    That would be a change in the layout.css.
    I suspect that too is controlled by the layout.css.
    To make the changes you would have to go into the layout.css and modify that. As you will see, it is a very complex CSS and that is why I said creating you own layout is not easy. Hopefully when Willam is available again, he may be able to give you some more specific information.
    I think Willam will confirm that if you cannot read the existing CSS to make those changes, then creating your own skin would be beyond your capabilities. Please do not take any offence there, I am simply emphasising how complex a task it is to create a skin from scratch. It's not one I would take on.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How we enter text for materials in purchase order smartform

    hi guru
    how we enter text for materials in purchase order smartform
    my requirement is create smartform for purchase order.
    in this i have to create item-text, by using which tcode we can give item data
    plz give more expalnation for this plzzzzzzzzz

    Hi,
           You can use read_text function module for readind text of material and store this value in internal table later pass this internal table to smartform will solve your problem.
    otherwise there is direct option for text element property that is include text u can use that also
    Regards
    Gagan

  • I Want to create a formulated form in Dreamweaver for a Muse site

    Hi,
    The form I want to create is more of a survey where each answer has a value and the values are calculated and displayed on the Page after pressing submit.
    How???
    Thanks

    Hi Ben, I just sat through this and not as helpful as I hoped.
    I need each answer to have a value and at the end a score to be provided.
    I can do this with Google Forms but not display the answer.  I have seen this form in action so I know this works, I just want to know how to do it.
    Hopefully there are some more ideas out there

  • Creating shell script for cloning

    Hi,
    I am cloning 11.5.8 instance. For copying of files from source to production I use rcp command. I want to create shell script that copies the files and lwhen it is complete send an email to my rediffmail account.
    There are 2 problems:-
    1. How to track if rcp commaind has completed.
    2. How to send out an email. I tried to send an email using sendmail but it gave me an error "stdin: Value too large for defined data type".
    Please help.
    Thanks & Regards,
    Neeraj

    Hi Neeraj,
    I'd suggest using the exit code from the rcp command to drive your email step. For most commands in Linux, and exit code of 0 indicates success, and in most shells, the environment variable $? stores the exit code of the most recent command. So, you could do something like this:
    rcp source_files target_location
    if [[ $? -eq 0 ]]
    then
    echo "Huzzah\!" | mailx -s "RCP from source to target successful" your_username@your_host
    else
    echo "Bummer.  Got exit code $? from rcp" | mailx -s "RCP from source to target failed" your_username@your_host
    fiThe preceding advice is offered with three disclaimers:
    1) I don't know which shell you're using (ksh, bash, csh?) -- my code snippet assumes ksh, but the principles should be the same in any shell
    2) My morning coffee has not yet taken effect, so I may be completely wrong about something important :-)
    3) The code above is untested, and will probably not work in any shell without modification.
    Despite all that, hopefully this will put you on the right track.
    Regards,
    John P.
    Message was edited by:
    jpiwowar (minor clarification)

  • Creating Plugin Script

    Hi Friends,
    I want to create plugin script for algorithm ,can any one pls explain me doubts to crate this plugin
    1.In Plugin Script How can i get the soft paramenters (like in service script we have schema containts local variables(parms) for getting values from ui)
    2.how can we include new hard parameters into Algorithm entity(should we place use=input/output)
    My Requirment is the plugin script should take accountid and return boolean value by validating contracted quantity.
    i tested this requirment with one simple ui and service script which use Bussiness Service .how can i convert service script to plugin script
    For creating plugin script i am taking Ratecomponet as algorithm entity.here how can i get accountid and how can i send boolean value as a result.
    thanks&regards
    sivaram

    Your requirements are a bit confusing, when you say "contracted quantity", are you referring to the Contract Quantity defined on the Service Agreement (if maintained)? OR since you have mentioned Account, is the "contracted quantity" defined on the Account as a Characteristic?
    If the latter then you don't need any Algorithm or Plug-in Script to do the task, you can configure Rate Component Eligibility - Criteria Field as 'Characteristic' and specify Account as the Characteristic Entity and choose the characteristic type. Also, use Rate Component Eligibility - Criteria Comparison and specify the logical operator for comparing the retrieved "contracted quantity" on the Account. Alternatively, you could also configure a SQ Rule having SQ Algorithm of type 'Characteristic Value' and retrieve the "contracted quantity" from the Account. In this case you can then have Rate Component Eligibility - Criteria Field to be 'Service Quantity', select the SQI defined on the SQ Rule and do the comparison.
    If the former, you need to define a SQ Rule (also configured on the Rate Schedule) to fetch the Contract Quantity of a specific type on the SA and assign it to the SQ Array of your choice.
    In either case you don't need a custom Plug-in Script / Algorithm (I assume Rate Component - Criteria Field spot/entity).
    Nevertheless, if you still want to define an Algorithm for Rate Component - Criteria Field entity, you should keep following points in mind (considering your requirement):
    - Account Id is not available in the given script schema, although SA Id is available, hence you'd need a Business Service to retrieve the Account Id from the SA Id.
    - After evaluation, you need to return a boolean for following"output" parameters, either true or false:
    parm/hard/isSingleCriteriaFieldValue
    parm/hard/singleCriteriaFieldValue
    parm/hard/isCriteriaFieldFound- Thereafter, compare the boolean value under Rate Component Eligibility - Criteria Comparison and set the "If True" and "If False" conditions as per your requirements.

  • How can I create a new game enter account with the same iTunes account

    I Created a separate gamec enter account for my two sons, I'd like to create one for my wife but I can't find a way to do it under ios8 can somebody help? Thanks

    Go to the System Preferences>Users.
    Click the lock if and enter your password, if necessary.
    Then click on the "+" symbol below the accounts list.
    From the "New Account" menu, select"Administrator" and fill in the rest of the information.
    And finally click the "Create Account" button.
    Done. A new Administrator user account.

  • Wanting to create a second website

    Just wondering - I have already created one website but would like to create another one - first was for business but the second would be for family. WHen I do that through File>New Site is my "original" site dismantled.....? May sound silly - I wouldn't assume it would - but I want to make sure before I go ahead and chance losing all the "business" info that I created thus far! Any input is greatly appreciated...as well does anyone know if or how I can put a paypal icon that will work on the site - sorry I'm not a computer person by any means and this is all new to me!
    Thanks in Advance! Melissa

    Jeannie_b:
    Welcome to the Apple Discussions. If any of the sites you want to create are commercial types of sites for ecommerce you would be best served by using a commercial hosting service like HostExcellence, GoDaddy, etc. Those servers will be more reliable, faster and have ear-to-ear customer support. That's because MobileMe has a lot of server side overhead for managing the social networking features of MMe.
    You can certainly use your MMe account(s) to create the site first to try it out before moving the site to a commercial server.
    However, the following iWeb features will not be available when using a 3rd party server:
    Features Unavailable When Publishing to a Non-Mac Server:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    As far as getting the site noticed by search engines you'll need to so some additional work as described in Roddy's site on his SEO page which you may have already found.
    OT

  • How to create a second OracleBIApplication in WebLogic for OBIEE 11g?

    I want to create a second OracleBIApplication in WebLogic for OBIEE 11g. The default one is called "coreapplication". I can create a new one but it doesn't show up in Enterprise Manager. Anyone can help?

    I have been trying to create a second OracleBIApplicatino in WebLogic for OBIEE 11g without success. I don't want to end up installing it twice as it is going to consume a lot of resources and also because I want to have a single WebLogic Domain. Has anyone faced the same situation?
    What about deploying the "analytics" web application as a new web application with a different context-root (e.g. analytics_test)? I am also trying but I can't make it work. Anyone available to help?

  • How can I create a frame around a text?

    I think everything is in the title. I want to create a frame around a text.
    Thanks

    If what you want is a solid line around the text, set the text in a text box. In the Graphic Inspector click on Stroke and choose Line. In the little menu below that click the arrows and choose the type of line (or dots/dashes) you want. Choose the color (if other than black) and then the weight of the line— from the pt menu. Instead of line you can choose frame, but these don’t always look good with text. To allow some space around the text, go to the Text Inspector and adjust the Inset Margin to your liking.
    You can also set text in a shape by inserting a shape from the menu, double clicking in the shape and typing.
    Walt

  • How to create the IView and Roles ,User for WebdynPro Application in Portal

    Hi,
           I have one simple webdynpro application. i want to create the user,Role and Iview for my webdynpro application in the Portal . after that i need to assign the roles to the user and i want to see the different output for each user depends upon the Role.
      Can anyone give me Tutorial page(PDF) or Guide me How to do?
             Thanks in Advance
    Regards
    Ramkumar

    Hello Ramkumar,
    following please find the link to available documentation in SAP Help Portal:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/fa080514793ee6e10000000a1553f7/frameset.htm.
    Regards,
    SAP AG
    Gesine Raith

  • How to enter text into text box in Pages '09

    When I manually select a text boxes in Pages, I can paste text into them. I can move from text box to text box using System Events to keystroke tabs but have not figured out how to get Applescript Editor to make the pastes. I am trying to use Applescript Editor to enter text into a pages document that is formatted for labels.

    I have downloaded template U-0089-02_P.doc from Avery, 14 boxes displayed in two columns of seven rows.
    Once you have clicked in the upper left box, the following script should enter text into every box, from left to right and top to bottom.
    tell application "Pages"
    activate
    tell application "System Events"
    keystroke "Box 1"
    keystroke tab & tab -- to go to the next column
    keystroke "Box 2"
    keystroke tab -- to go to the next row
    keystroke "Box 3"
    keystroke tab & tab
    -- and so on
    end tell
    end tell
    The problem is that I don't know how to enter the upper left box from the AppleScript Editor.

  • Create PR header text for local PR only

    Dear all,
    I want to create a new PR header text which is used for local PR ONLY.
    I used tran. code SE75 to craeted a new text ID for PR. After created, the new header text item appeared in all PR types. May I ask how to do if I wan this PR header text appeared in local PR only.
    Many thanks foe all of your ideas.
    Thanks
    Sunny

    Hi,
       As of my knowledge, the PO / PR texts CANT be created for a particular document type - It will be applicable for all document types in standard SAP. If you want the text to be visible for particular document type only, then you have to go for development.
    Regards,
    AKPT

Maybe you are looking for