Need Help in Digital Signature

Hello,
We want  to implement digital signature functionality for
1.Bid invitation creation/Bid creation process
2.File signing for documents uploaded in C-folder.
It would be better if you could share documents about how to implement digital signatures.
Please note my yahoo ID : [email protected]
Thanks & regards,
Avinash

Hi ,
If you wish to use your own texts/mono/signatures when outputting a purchase order, proceed as follows:
1. In the step Adjust Form (Layout Set) for Purchasing Documents, check to see at which points you can store your own texts in the standard form MEDRUCK.
2. Enter the texts in accordance with your requirements using the SAPScript editor. To do so, choose SAPscript Standard Texts.
Assign unique names to your texts (e.g. names containing the key for the purchasing organization).
3. Choose the desired text type (e.g. texts for document item) under Document Printout: Purchase Order.
4. Create a new entry and enter the following data for it:
Print operation (e.g. new printout or printout of changes (change notice))
Purchasing document type and item category
Text object, text ID and the text name
Print sequence in which the text is to be outputted
In the standard system, the purchasing form is called "MEDRUCK". MEDRUCK is a multi-purpose form controlling the output of RFQs, POs, outline agreements, delivery schedules, reminders/urging letters, rejection letters, change notices, and order acknowledgment expediters.
Changing the Purchasing Form
Prerequisites
Before you make any changes to the standard form, you should consider the following.
Change Existing Form or Create New One?
You can either change the standard form or create a new form by copying the standard one.
When you change the standard purchasing form, you must first create a correction number, because changing the standard form represents a customer modification. Thereafter, the system maintains both your changed version and the SAP version of the form.
If you create a new form, you must assign it to the appropriate message type (PO, rejection letter, etc.) before the system can use it for printing.
Its recommend that you always create your own form. This makes it easier to distinguish between your customized form and the standard form provided by SAP.
Hope ths helps
please reward points
Sunil

Similar Messages

  • Need help making digital signature field read only if required fields are null

    Using Adobe LiveCycle Designer, I have a digital signature field.  I want to prevent users from being able to digitally sign the pdf if any required fields in the pdf are null or blank.  I'm a newbie to scripting so any detailed help would be greatly appreciated.  The required fields in the pdf include radio buttons, check boxes, text field, etc.  I appreciate any help anyone can provide.
    Thanks

    Exactly how you check a field for being empty depends on what type of field it is. For text fields, you should get the field's value as a string and compare it to an empty string, something like:
    var val = getField("Text1").valueAsString;
    if (val) {
        app.alert("Field is not empty");
    If there is a default value that needs to be changed, you would compare to the default value:
    var f = getField("Text1");
    var val = f.valueAsString;
    if (val !== f.defaultValue) {
        app.alert("Field value is OK");
    For check boxes and radio buttons, you'd compare to the string "Off", which means none in the group is selected.
    For dropdowns (combo boxes) and list boxes, there is normally one value selected, so you would have to get the value and check against the default value (or something else) to see if the field is properly filled in.
    You could place the script there, but I usually use a separate button that I encourage the user to click in order to check the field. The problem with using the Will Save event is you can't prevent the save from happening.
    The script can loop through all of the fields (and test all required ones), or you could set up an array of field names to check.

  • Need Help Locking Digital Signature Field

    I am working on a form with a number of sections to be completed by various departments. When a section is completed, I have a digital signature set to lock the fields related to that section. The form is sent to the next department and so on… Locking the form fields with the digital signature works just fine. The problem I have it that when viewing the form in Acrobat 8 Pro, the digital signature can be right-clicked on and cleared. This unlocks all the related fields and makes the form free for editing.
    Is there a way to lock the digital signature to prevent using the “Clear Signature” function?
    Thanks for any help,
    Richard

    George,
    Thanks for the quick reply.  Upgrading to Acrobat 9 may be an option.  If not, is there a way to lock these fields with scripting?  Or applying a password after signing?
    Thanks again,
    Richard

  • Need help with Digital Signatures Please

    HI Folks,
    This is probably a really ignorant question but.....I have
    users who download packaged files to run on their own PC. Have run
    into the problem of the security warning - Publisher could not be
    verified....and providing the choice to run, or cancel the file.
    Suggestions?

    keithgcampbell wrote:
    > HI Folks,
    >
    > This is probably a really ignorant question but.....I
    have users who download
    > packaged files to run on their own PC. Have run into the
    problem of the
    > security warning - Publisher could not be
    verified....and providing the choice
    > to run, or cancel the file. Suggestions?
    >
    On your web page warn users that this happens or buy a
    digital signature
    and sign your files?
    Andrew Poulos

  • Need Help W/ Different Signatures & Accounts Using Mail Program

    Hi all!
    I have 2 questions:
    1) Say I send an email from [email protected], but I also have an account with [email protected] in this mail program with a separate mailbox. When I compose my new email address from the mailbox for [email protected] address, the account selected is [email protected], instead. I know there is a way to fix this, but I can't figure out how to do it.
    2) I have different signatures for each of my multiple email addresses in my Mail program. Is there a way to make each one the automatic signature for the account it is being sent from?
    I am using the 1.3.11 (v622/624) version of mail on my G4 Mac Mini.
    Thanks for any help anyone can give me!

    Hi,
    I'm back trying to get some much needed help. Now I'm getting this message when trying to open Premire Elements 3.0 from my C drive. I get the message "Sorry a serious error has occurred that requires Premier Elements to shut down. We will attempt to save your current project." When clicking on OK or the closing X it shuts down. I tried the advice that I received in this forum. I tried deleting "workingset.prsl" . Instead of deleting it I dragged it out of the "Styles folder and onto my desktop. I didn't delete it for fear that I would cause myself more problems. This way if it didn't work I could put it back into the "Styles folder which I did because it didn't work. I'm desperate now. I'm making a video of our 50th wedding anniversary that I have been working on for over a year and now I can't get it opened.
    Larry

  • I need help with validating signatures.

    I have Adobe Acrobat X and Reader 9 and need help with how to validate signatures.
    I have a document that I am emailing to all employees that require the signature; but, when the form is emailed back, it states that the signatures requires validating.

    Or, is the validation something I do once the form is emailed back to me?
    I guess a subquestion would be, how to establish/manage trusted certificates with reader or acrobat 8. 

  • Need to implement Digital signature

    Hi,
    We are trying to implement digital signature for the client.
    As per the requirement ,Digitally signed document will be sent to the statutory bodies.
    Please guide me how to implement digital signature in SAP with smart card stored private key ,since we already have 3 rd party tool to read digital signature through Card reader,certificate issued by NIC.
    Please suggest pre-requisites and methodology for this.
    Regards,
    Nageswara Rao

    Hi All,
    Please suggest Pre-requisites and methodology for this.

  • Need help with Digital Certificates when used with Adobe Acrobat

    Hi,
    I need some urgent help for one of my project. Any help or
    guidence would be very much appreciated...
    I am using Digital Certificates with Adobe Reader 6.0 and
    above and currently if I want to install the process it requires
    around 2 steps. Below are the steps.
    Once the install now button is clicked.
    Step 1. Click on set contract set.
    Step2. Click on first un check box, Adobe 7.0 or Adobe 6.0
    Step3. Click OK,
    Now the Question or issue is, I want to make the above
    mentioned steps 1 to step2 automated, once a user downloads this
    Digital certificate over the Web. Else if I can pre-select the 2
    steps for the ease of the user.
    Any help to get this automated would be much
    appreciated......Do let me know if anybody has any further
    questions...
    Pls help...and thanks for helping in advance..much
    appreciated...
    Cheers
    Ashish

    Hi Ashish,
    Since the title of your post refers to Adobe Acrobat, and the
    mention of RoboHelp is conspicuously absent, I suspect you are in
    the wrong forum. You probably need the Acrobat forum instead.
    Regards,
    Anne

  • Need help with Digital 8

    Using iMovie 11.
    I have imported and edited my Digital 8 movie but have no idea whatsoever how to save/export it. There is no DVD drive on here so I would like to save to a format to store on a hard drive and play on TVs.
    Should I
    Export Movie:   Medium, Large, HD720, HD1080
    or
    Export using Quicktime:  Movie to - Avi, DV Stream, MPEG 4, Quicktime Movie
    Then which options:
         DVPAL, DV/DVCPRO-NTSC, DVCPro50-NTSC, H.264, Mpeg4 video.
    Any suggestions greatly appreciated.
    Overwhelmed

    In order to play the video on a TV, you need a device connected to your televison.  You need to figure out what device you are going to use to play it back on the TV before you can pick the format. 
    In the future, you probably don't want to edit interlaced video on iMovie 11.  iMovie 11 removes the interlacing and reduces your resolution.  iMovie 6 is a better option if you can still find it. 

  • I need help with my signature (using a logo)

    Hey, does anyone know if you can customise the signature in the email to make it an active link?
    I am using a logo and it would be cool if it was linked 2 web and even had the option to add social media links into this.
    I have looked through Tools, Account Settings and have not seen any option to edit the image to make it a link, or add additional images for social media?
    Please help! :)

    The easy way is to use Thunderbird to compose your signature. Just start out as if you were composing an HTML message, and use File|Save As to save it as an HTML file, then nominate that file as your signature.
    Now, when composing your sig, and you insert the image containing your logo, the image properties editor offers an option to attach an URL, making it a clickable link. I'd also check the box to attach the file to the message, so your message is self-contained and doesn't rely on access to a web server for the image content, and more importantly, means you can't accidentally send a link to a private file which your correspondents won't be able to see.

  • Need help to fix Signature: RtlEnterCriticalSection

    I have the signature above on my Firefox crashes. I'm only able to open in Safe Mode. When not in safe mode, when I try to open Firefox I get an alert box with the message below before Firefox shuts down and takes me to the submit a crash report screen. Alert message:
    Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.

    Hello manojyd,
    The problem is it could be a huge list of things that is causing the issue.
    Let's start by stress testing the system and seeing if it gets too hot.
    How to Stress Test your Hardware for Stability and Heat Problems with Prime95
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • Need help with Digital Camcorder compatibility!

    I am looking to buy a digital video camera but I am not sure if they are "compatible" with my iMac. My friend just bought the JVC - Everio Digital Camcorder - Model: GZMG330HUS. It comes with Windows software and the manual has a brief mention of how to Backup-Up the video files onto the Mac but no mention of the video format being compatible with Mac. Anyway we tried plugging it into the Mac to see how it responded, and it did not, except that it saw it as a device that we could access the video files to copy then to the Mac hard drive. The Video files have an extendion .MOD and .MOI. Tried double clicking on the MOD (the video itself) and the Mac gave the message that no application exists to run it.
    I really want iMovie to recognize it so I can edit the video and make movies to sent to family.
    So, my question is whether any of you have tried this? Is there a solution to get this type of camera to be recognized by iMac? Are there other suggestions for compatible cameras in the $400 range (like this JVC is)?
    Thanks in advance.

    I had an issue with a JVC customer service rep that caused me to return a JVC camcorder that would not work with my iMac. I have since purchased the Panasonic PV-GS320 mini/dv camcorder.
    Fantastic video and absolutely no problems. Recognized through iMovie, iDVD and FCE HD 3.5 via firewire. How-ever, you will have to purchase a firewire cable as it is not supplied with the camcorder.
    Also in your price range, around $350.00.
    Hope this helps.

  • Need help with digital audio out on qip7232

    Have seen lots of posts about digital and optical outputs from the QIP 7232. I want to run a digital, stereo, 2 channel LPCM signal out to a stereo receiver. There are posts on this forum that say that both outputs are disabled by Verizin. There are other posts that suggest various settings that could be tried but none of these have been  confirmed to work. I have set the output to Stereo in the regular menu. I have set the output to LPCM in the hidden menu. Still, no audio output. I do have analogue output from the stereo left and right but want to get digital. Can anyone help ? Does anyone have either the digital or optical outputs working? Thank you Jim {Edited for privacy}

    toslink cable will also work with MBP.

  • I need help setting my signature up in mail...

    I have tried many different tutorials etc but cannot do the following to my automatic signature in mail...
    I would like to add my company logo with a link to the website and also my twitter, facebook and linkedin logos with links to the profiles in my signature in mail can someone tell me how this is done please?
    I can set it up so the images dont appear but thats it! can anyone please help?

    The easy way is to use Thunderbird to compose your signature. Just start out as if you were composing an HTML message, and use File|Save As to save it as an HTML file, then nominate that file as your signature.
    Now, when composing your sig, and you insert the image containing your logo, the image properties editor offers an option to attach an URL, making it a clickable link. I'd also check the box to attach the file to the message, so your message is self-contained and doesn't rely on access to a web server for the image content, and more importantly, means you can't accidentally send a link to a private file which your correspondents won't be able to see.

  • Need help with digital photos that turn fuzzy in Final Cut Pro 5

    I read the whole thread on using still pictures in FCP 5 without finding a solution to the problem I am having these days. The digit pictures I am using are all around 1632 x 1232 pixels (230 dpi), they are about 43.8% after I drop them onto the timeline and I zoom in to no more than 75%. I don't know why dark colour edges in the pictures look pixelated. The picture quality (sharpness) also does not look not as good as it appears in the viewer. I tried resizing them in photoshop before bringing them onto FCP but that does not improve the picture quality. I also tried various video filters: Shift, de-interlace, but without any satisfactory result.
    Thank you in advance for any suggestions on this issue.

    It's almost to start guessing because you seem to have tried everything. But we can't tell if you applied these changes or filters properly without watching you or your output.
    My main problem is pixelated edges especially when there is a big contrast in colour. <</div>
    this could just be what you're stuck with. DV and MPEG2 are terrible codecs for hard edges. Professionally produced DVDs are carefully encoded using bigger-badder tools than you have at your disposal.
    Don't resize your images in PS, just bring them in full size and scale them locally in FCP. An image that is 1kx1k will only display about one-fourth of the image in the Canvas at full size because the Canvas only displays about 500x700 pixels.
    The scaling algorithm in FCP totally blows but it's a video app and should not be compared to PS. You do not need Photoshop scaling quality, wasted energy. What you DO need is proper motion blur for your moves, a bit of Gaussian to hide the inevitable artifacting.
    Open the manual and look up rendering options and render settings and realtime settings. The FCP5 settings offer some interesting options with meaningless descriptions.
    bogiesan

Maybe you are looking for

  • Customer fields problem

    Hi experts I inserted a customer field in shopping cart item structure INCL_EEW_PD_ITEM_CSF_SC and now I am able to see it in shopping cart creation, the problem is when insert some information in this customer field it is imediately cleared, and I c

  • Reducing jar size

    Hi are there any other ways to reduce the filesize of a jar file? currently my jar file is nearly 900kb! half of the file size comes from my java class files. i have about 15 java class files and they all total up to nearly 500kb alone without the im

  • Virtual box with R

    Hi everyone, I'm trying to learn R and ORE. I downloaded a VM (sample App BI) from oracle and tried to install ORE on it. I found out it was i686 when ORE needs 86_64x. does any one know of a Virtual Box for learning R ? Ideas? Thanx

  • VMB5000.kext error message

    Since purchasing my iMac in 9/09, I have gotten the following error message when downloading almost every update from Apple: "/System/Library/Extensions/VMB5000.kext was improperly installed and cannot be used. Please try reinstalling it or contact t

  • Trouble uninstalling Boot Camp

    A few weeks ago, I installed Boot Camp which partitioned my drive accordingly. I then tried to follow the steps I derived from 2 different forums to create a Windows XP boot disk from my Virtual PC disks. I could not get this to work, so I never inst