Digital Signatures in Transaction Code CO60

Dear All,
Can any body help me for the Transaction CO60 to Automate the Digital Signatures Using a Custom program
It is appreiciable for early response
Thanks & regards

Hi,
In Task Description Tab, you can insert a graphic as a Digital Signature coding the condition you need.
Regards,

Similar Messages

  • Digital Signatures in sap workflow at transaction level.

    Hi Experts,
    How to show the digital signature at task level approval in workflow, I have requirement as below.
    For example purchase requisition approval workflow. We have 3 level of approval process for PR, if first level approves it the work item need to go to second level approval with first level user signature (Digital Signature) same like third level also.
    Can we display the digital signature at transaction level.

    Hi,
    In Task Description Tab, you can insert a graphic as a Digital Signature coding the condition you need.
    Regards,

  • Excel 2013 crash - related to digital signature?

    This is a cross-posting of a thread originally started in Microsoft Answers (Office- Excel) forum, advised to post in this forum by MS support engineer Mohan Suryanarayan (link to other forum: here).
    I have a VB macro in file A (which otherwise contains only several Excel Tables with named ranges). My digital signature (for signing code) is attached to file A.
    As the macro executes, the Open file dialog is called up so that the User can select a secondary file to open (file B or C).
    Files B and C contain several sheets with formulas and Excel Tables, and also their own extensive VB macros. My digital signature is also attached to files B & C.
    The remainder of the macro in file A simply executes an update of the Excel Tables in the secondary file, before saving & closing it.
    I have been finding that during execution of the file A macro, Excel crashes and closes all open Excel files.
    If I remove the digital signature from the secondary files then the macro in file A executes with no problem.
    The macro was written in Excel 2007 and on a different laptop, with different digital signature, and used to have no problem at all. When a new laptop was purchased a new digital signature was obtained and placed into all of the files.
    Execution of file A is a critical process - I need help with stopping the crash, while maintaining a digital signature in the secondary files (so that their own macros can execute).
    Event Viewer error shows the following:
    Faulting application name: EXCEL.EXE, version: 15.0.4667.1000, time stamp: 0x543d366c
    Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x5447696f
    Exception code: 0xc0000602
    Fault offset: 0x011aafdd
    Faulting process id: 0x2d58
    Faulting application start time: 0x01d01e17eafcd0bb
    Faulting application path: C:\Program Files\Microsoft Office 15\root\office15\EXCEL.EXE
    Faulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    JL Latham replied:
    Tom, all I can give you is relatively non-information.  I haven't experienced that type of behavior even in Excel 2013 with digitally signed macros in multiple workbooks.  But my digital signature is a commercial one from DigiCert, not
    self-cert.  I'm not even sure what piece of Excel or Office processes the digital signature (that is, whether it is mso.dll or not).  But your whole process has more moving parts than most of mine involving multiple workbooks do - I quite often turn
    off .EnableEvents when doing things like that just so event driven macros in the other workbook(s) do not execute.
    Do the macros in the 'B files' have to execute during all of this processing in file A?  If not, have you tried turning interrupts off:
    Application.EnableEvents = False
    before starting to work with the B-files?  Maybe something in them, such as a Worksheet_Change() or other event triggered process is messing things up?
    If you do use  Application.EnableEvents=False, remember that you MUST re-enable that later in the code with Application.EnableEvents=True to get responses to things like button clicks, changes in a worksheet or other event driven processes
    to run 'normally' again.
    Have you looked at this discussion:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/excel-2013-crashing-immediately-when-attempting-to/ea2ab100-5525-4a0d-a3cf-6977319f954f
    Sounds very similar to yours - original signature created in 2007, and crashing in 2013.  Some suggestions were made, but whether they fixed the issue or not is unknown: OP never came back and said "fixed it" or "didn't fix it".
    I replied:
    In answer, the secondary B files don't execute any part of their macros during the A file process, and I hadn't included an EnableEvents = False within the file A code. However, I have just tried it to check if it made any difference and unfortunately it didn't.
    I had read the thread you gave a link to before posting, and also the sub threads given within that one, but didn't see anything I thought of immediate parallel other than an Excel 2013 crash.
    The way I read the linked thread was that a User added a signature in Excel 2007 and when they tried to open the file Excel (2007?) crashes, although other people using Excel 2013 can open it (not clear whether it means others can open the one with
    the 2007 signature or without it).
    Anyway, the differences in my situation are that:
    (1) my B-files were originally created in Excel 2007 on a different laptop to current and had their own signature attached. I maintain a 'stock' of B-file versions, some of which have the old signature and some the new. If I run the A-file macro
    on one of the B-files with the old signature then it executes ok;
    (2) I am able to open the B-files ok, no matter whether the signature in them derives from the old laptop with Excel 2007 or the new laptop with Excel 2013;
    (3) the macros within the B-files execute ok (this includes any versions of the B-files which still have an old signature attached, by removing the old signature and replacing with the new and executing on the new laptop);
    (4) the offending operation which triggers the crash (when the B-files have the new signature attached) is a Resize of the Excel Tables within the B-file. I understand that I may eventually have to find a workaround for this operation but initially
    I want to sort out the signature issue (I'm reasonably sure the signature issue is not a red herring where the Resize is the 'real' problem).
    Regards, Tom

    Hi,
    According to your description, this issue occurred with some particular files that stored in SharePoint site. Did the user  download the file to local disk to print?
    Based on the event log >>Faulting module name: EXCEL.EXE<<, it does not show the root Faulting module. Thus, please try to follow this KB to do general troubleshooting:
    https://support.microsoft.com/en-us/kb/2758592
    Then, if you have used "printer status application", please go to Device settings -> Installable options -> Printer Status notification and select disable.
    If this issue still exists, we may need to collect the App crash dump file:
    https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
    You can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Digital Signatures and Workshop Papers

    Guys,
    Also posted [here|http://www.sapfans.com/forums/viewtopic.php?f=7&t=317491]
    Has anyone used digital signatures in PM workshop papers?
    If so, how do we load the digital signatures, and what code is used to import them into the workshop papers
    Thanks in advance
    PeteA

    Hi Amber,
    The work is based on the finalization and imminent publication of the
    wsse Oasis spec. This is targeted for WLS 8.1 SP3, and you can contact
    our outstanding support organization, reference CR134931, for details.
    Regards,
    Bruce
    Amber Osterman wrote:
    >
    I recently attended the webinar on Web Services interoperability w/ .NET. The
    presenter mentioned that digital signatures and encryption did not work w/ Workshop
    8.1. Is it fixed in 8.1 SP2? Also, are there any interoperability issues w/
    NET and Workshop using digital signatures and encryption.

  • Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code

    I get this message when I check the Device manager for my Ipod
    Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)
    How do I resolve this I have reinstalled iTunes but it still doesn't recognise my ipod

    I reinstalled Itunes a couple of times.  I unistalled all programs that I never use, I updated all of my drivers, Windows swept my computer and found no problems.  I have a yellow causion lite when I look at the USB-port with the phone connected.  All other devices work without a problem.

  • Digital Signatures for mutliple company code

    Hi,
    Our client have multiple company codes & they want to use digital signature for all the company code and there be individual authorised digital signatory for each comp code.
    Now the question is , whether we have procure different digital signature for individual company codes & if so how system will identifies which authorised ditigatl signature should be assigned to respective company code...?
    => We are not able to download Adobe Form local & aslo is it mandatory to have digital signature to download Form 16 on a local system.
    System details : ECC 6
    SP Level : 38
    Thanks & Regrads,

    Digital Signature is person specific
    You have to take the Digital signature ( A number assigned for each signatory with the tool),from an authorized services provided by NSDL
    In a single company code if you have 2/3 signatories , first you need to make groups based on the signing authorities, in combination of PA/PSA/EG/ESG/BA etc
    The form 16 is to be generated on the above criteria applicable.
    3 file of form16 will be generated and send accross to 3 signing authorities
    The signing authority can open the form using the tool ,digitial signatory software install and can authenticate the form16.
    As per NSDL form16 is now not an statuory doucment. Its just an Tax Information of an Employee.
    which is not required to be attached with your ITR's also
    So why do you require the Digital signature to be printed on the form16 . Pls check this up with your finance team
    Thansk & Regards
    Hemant V. Mahale

  • Issue in Digital Signature Logs in DSAL Transaction

    Hello,
    Please help me resolve one of my issue regarding digital signatures in sap.
    As per my company requirement we want that logs should be generated in DSAL Transaction in SAP.
    We are using SIGN_SIGNATURE_CREATE bapi for creating the digital signature of the user.
    Now when this bapi runs and returns the digital signature successfully then also we are not getting any
    success logs in DSAL transaction.
    So please let me know what are the necessary configurations required so that we get logs in DSAL transaction
    weather digital signatures successfully generate or if some exception occured.
    Please reply ASAP.
    Regards.
    Abhinav Goel.

    Are you sure the Digital Signature Log isn't updated? Make sure you select the correct Application and Signature Object in the selection screen of DSAL. At least interface IF_DS_RUNTIME updates the log, even for non-standard strategies/applications/objects.
    Update: I checked the function module SIGN_SIGNATURE_CREATE which isn't a BAPI and it's not even released. It appears to be a low level API, I suggest you look into using IF_DS_RUNTIME instead.

  • How to skip digital signature for sap qa11 t-code in bdc

    Dear all,
            I am doing usage decision for sap QA11 t-code through BDC...when I am doing bdc recording, it asks for digital signature(user password) through a
    pop up..how to skip that digital signature in BDC or any other solution..
    Please provide your valuable suggestions..
    Thanks..
    Warm Regards,
    Nellai Muthu..

    Dear all,
            I am doing usage decision for sap QA11 t-code through BDC...when I am doing bdc recording, it asks for digital signature(user password) through a
    pop up..how to skip that digital signature in BDC or any other solution..
    Please provide your valuable suggestions..
    Thanks..
    Warm Regards,
    Nellai Muthu..

  • Windows cannot verify the digital signature for the drivers required for this device. Code 52

    Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52).
    I have reinstalled, uninstalled, the whole 9 yards.

    See the driver topic of:
    iOS: Device not recognized in iTunes for Windows
    I would start with:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Including digital signature in any application/transaction!

    Hello,
    i try to include the digital signature functionalty into a non predefined application. For example in co11n.
    I read "700495" and the included implemetation guide!
    Has somebody any further information to implement this functionality into an existing programm/ta?
    Some further information about the interface DS_API in package DS would be helpful too!
    I hope for help!
    Thank You!

    Again, without an explanation of the benefit or benefits you are trying to gain, it is really hard to to suggest an approach. "Digital signature" can mean a lot of different things to different people, depending on what you are trying to accomplish.
    It could be as simple as adding a signature column to the table and having a BEFORE INSERT OR UPDATE trigger that called dbms_obfuscation_toolkit.md5 to generate an MD5 hash of the data. This wouldn't do anything to ensure that the data hadn't been modified, however, since the signature would simply be recalculated every time. It would, however, allow you to verify that the data didn't suffer a "bit hit" in transit after the signature was applied.
    Depending on your goals, solutions can get significantly more complicated from there. How complicated, again, really depends on the particulars of your requirements. Particularly, I would be interested in what benefits you would want from a digital signature approach that you wouldn't get from auditing-- that would give me an idea of the level of complexity you would really need.
    Technical people may not be able to decide things like this on our own, but it is our responsibility to let the business know what the most efficient approach to solving their business needs is. If you understand that the business needs to accomplish x, and they have suggested a less efficient way to accomplish that task, it is the technical team's responsibility to go back and explain the options. Business users, in my experience, are generally overjoyed when you come back and say that they can get the functionality they are after at half the cost with minimal development effort.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Digital Signatures in DMS

    Hi All,
    Can anyone pls help me in understanding how to implement digital signatures in DMS.
    I have used status network in which for one of the status I have set doc status as RELEASED and also I have used this option "SignStrat" for which following is the error msg "you must set an audit indicator and lock status for digital signature"
    My requirement is while changing every statuses system shud ask for digital signature/approval only then it has to change to next status.
    Please provide me necessary inputs.
    Thanks
    Manoj

    Hi,
    As per your requirement, Do the following configurations.
    Transaction Code : SPRO
    IMG Menu     -> Cross-Application Components -> Document Management -> Approval -> Define Authorization Group
    Define Authorization Group
    Define Individual Signature
    Define Signature Strategy
       Assign Individual Signature
    Transaction Code: DC10,
    Goto Define document types,
    Select the appropriate Document Type,
    Goto Define document status,
    Select the appropriate Status,
    In that screen,
    Enable the "Content Version" attribute.
    Select the "status type"  as "S"
    Do these confgurations and let me know in case of any issues.
    Regards,
    MRK
    (pls reward points if useful)

  • Implementing digital signatures for Form 16

    I have configured ADS for my development ECC. I need to configure digital signatures for Form 16. Please can anybody guide me how to go about this. I am unable to find a proper document.

    I am following the below mentioned steps for Digital Signature implementation in form 16 HR,but i am stuck in step 3,can anyone guide me through.
    Transaction code: STRUST
    1. Select the newly created ‘SSL Client SOAPClient’
    2. Select Edit -> Create Certificate Request
    3. Copy the Request and sign it (SAPNetCA)
    a) Select Edit -> Import Certificate Response and save
    b) Double click and select ‘SSL Client SOAPClient’ option to load the certificate
    c) Add ‘SSO_CA’ and ‘SAPNetCA’ to Certificate List and save
    Regards,
    Rohit

  • PE51/Form Editor for Payslip - Need to Include a digital signature

    Hi,
    I have the digital signature of the Manager of HR,  and I need to include it in the payslip automatically.
    The payslip was made by using de PE51 Form Editor, and I can´t find the way to include it.
    I need to Know if there is a posibility to do this, using the PE51, or if I need to re-do the form in Sapscript.
    Thanks for your answers.
    Susana Quiroz.

    I believe you do have to put it in a SAPScript form.  I do not recall any way to put it directly into your HR Form through PE51.  Our rem statement is printed using a combination of a SAPScript and an HR Form, so our electronic signature is just included in the SAPScript. 
    You might want to check your config to see if you already have a SAPScript assigned to your payment method.  It is under:  Financial Accounting --> Accounts Receivable and Accounts Payable --> Business Transactions --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Method/Bank Selection for Payment Program --> Set up payment methods per company code for payment transactions.

  • Digital Signatures for PM orders

    Hi!
    Requirement: I am supposed to implement the usage of Digital Signatures in PM orders. The requirement is such that every time a PM Order is created, a couple of users must sign it off using digital signatures with the user's logon password. Similar operations must be done when the order is to be changed etc.
    So, to achieve this, I followed the SAP AG Digital Signature Rel 6.2 Implementation Guide Ver3.0 . In a sample report as illustrated in the guide I used the objects cl_ds_runtime if_ds_runtime and if_ds_sign etc.
    I followed all the steps listed there and right now through my report I am able to get a popup where the user has to enter his password and if he does not ti throws an error message. So far so good.
    Now, my assumption is this: I will have to write a similar code and call the DS tool (these classes etc.)  and make the user digitally sign the order through an enhancement. Am I correct in my understanding? Also Is there any other simpler way to achieve this? Currently the break point is not getting triggered in the only exit that seems to be available for this transaction.
    Also, I created a set of signatures using ELSIG00 and Authorization Groups using ELSIG01. How do I assign these to the USERS? Otherwise the creation of these authorization groups and assigning of the individual signatures etc. would be rather pointless.
    Any help would be greatly appreciated. I am kind of under a tight deadline and have gone through a lot of docs.
    Needless to say points will be awarded for helpful answers.
    Thanks a lot.
    Regards,
    Ramkumar.
    Message was edited by:
            Ramkumar Venkatasubramanian

    I am not sure as how would get it. Please try in this way and we use it.
    The signatures are scanned and are uploaded in SAP as a image file and are called back into the program as an image based on the required conditions.
    I mean similar as the logo works.
    Shreekant

  • Digital Signature for SAP Script

    Hi ABAP Gurus!
    Is it possible to implement the Digital signature in SAP Script.
    If the printer has properties to print Signatures.
    Any one implement succesfully digital signature in SAP Script.
    Your suggestion and guildlines will be apprecaited.
    Thanks!

    Hi Reddy,
    What I did was a image signature. Scan the signature into a image file, upload it to system via transaction code SE78.
    Call the image to be printed on your form with the below code
    BITMAP 'ZMY_SIGNATURE' OBJECT GRAPHICS ID BMAP TYPE BMON
    Is this applicable to you?

Maybe you are looking for

  • On Windows Server 2012 R2 the "Show my desktop background on Start" is grayed out

    Hi As shown below, the new 8.1/2012R2 function "Show my desktop background on Start" is not available on Windows Server 2012 R2. I have tried multiple solutions: - Activate OS (In Win 8.1 - the feature is unavailable when Win8.1 is not activated) - I

  • Issue in Purchase Order approval

    Hi All, I am facing an issue in purchase order approval process . Need suggestion from your end. Purchase order approval gor failed in the work flow stage 'Get PO Attributes'. I could find that this is because one of the line distribution has quantit

  • Pos to ecc integration

    Hi       presently i am working in retail project,where i need to integrate pos to ecc6.0, so my client asked for presentation about xi,how xi will enhance his process so that he can go for implementing xi.so i want to address about the following iss

  • Your pdf coverter product does not work as you promised

    no discussion to it, I bought the pdf converter program it does not do as advertised

  • Rank only summary rows from group by rollup

    I would like to rank only the total rows generated by a group by rollup, but not rank the rows within each group by bucket. Furthermore, I'd like to order by rank in descending order and include the unranked rows within each group. My query looks som