More then one digital signature on Form 16

Hi,
Our client want to use digital signature on the basis of Compnay code.
Presently one signature we uplaoded and the same is used fro all compnay codes.
We want to use signature on the basis of company code.
How to do the same, please help me.
We r on ECC 6.00 with SP level 42
Regards
Sanjay M.

Shyam,
I have a similar issues and looking for the <filename>.cer file to install the Trusted Anchor to validate digital signature in Adobe Interactive Forms.
Did you resolve this issue?
Can you please let me know where to get this file?
Thanks
Sundar

Similar Messages

  • Insert more then one record on a Form in a Data Block

    Hi,
    How can I Insert more then one record in the DataBlock of a Form in a WHEN_BUTTON_PRESSED trigger. In the Trigger I have given "commit" but it just saves the record once regardlessly how many times you press the button.
    Thanks in advance
    Khawar

    Hi,
    You said
    "**In the Trigger I have given (commit) but it just saves the record once regardlessly how many times you press the button.**"
    I think u want to batch mode insertion if m not wrong?
    1- Use Insert statment instead of commit and then next record.
    Begin
    Insert into <table> values (:Blk.Val1,:Blk.Val2,:Blk.Val3,:Blk.Val4);
    Create_record;
    End;
    2-Use another object say button for commit record.
    Acknowledege me
    Best regards
    Khurram Siddiqui

  • Can I have more then one email signature for my ipad2 ?

    I have 3 email accounts on my ipad2.  Can I have a separate signature for each one?  I just bought the ipad2 so it is running the latest OS

    Unfortunately you can only have one signature, even with multiple accounts.  The signature appears in the editable field so it can easily be changed.

  • Digital Signature more then one BinarySecurityToken? without SignatureValue

    Hello together,
    XI7.0 calls an external webservice using SOAP. The communication runs successfully without any warning. But! The messages must be singed and encrypted.
    Iu2019ve configured signature authentication. The signed messages can not being processed by external web service. The error is:
             <faultcode xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ns1:SecurityTokenUnavailable</faultcode>
             <faultstring>Referenced security token could not be retrieved (Reference "#sap-23")
    The output of SOAP Adapter contains 3 BinarySecurtyToken blocks, which are similar! But only one of it has SignatureValues. I mean it can be reason of the error.
    My question is:
    Is it possible that Security Tag has more then one BinarySecurityToken? The message is signed with PKCS#12 key, which contains 3 certificate chains.  But If I take another private key without any certificate chain (self-signed) I have the same problem: 3 Binary SecurityToken.
    So the question: How many Token are possible within Security Tag?? Why? If not what have I to`do?
    Here is an outout of SOAP Adapter.
       <SOAP:Header>
             <wsse:Security xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' SOAP:mustUnderstand='1'>
                <wsse:BinarySecurityToken xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' wsu:Id='sap-3' ValueType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3' EncodingType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary'>SIGNATURE </wsse:BinarySecurityToken>
                <ds:Signature xmlns:ds='http://www.w3.org/2000/09/xmldsig#'>
                   <ds:SignedInfo>
                      <ds:CanonicalizationMethod Algorithm='http://www.w3.org/2001/10/xml-exc-c14n#'/>
                      <ds:SignatureMethod Algorithm='http://www.w3.org/2000/09/xmldsig#rsa-sha1'/>
                      <ds:Reference URI='#wsuid-body-51cf5350-ab2e-11dd-9ef0-00144fa86689'>
                         <ds:Transforms>
                            <ds:Transform Algorithm='http://www.w3.org/2001/10/xml-exc-c14n#'/>
                         </ds:Transforms>
                         <ds:DigestMethod Algorithm='http://www.w3.org/2000/09/xmldsig#sha1'/>
                         <ds:DigestValue>E99gPpCexjdz7tk+wWp92r4DYNA=</ds:DigestValue>
                      </ds:Reference>
                   </ds:SignedInfo>
                   <ds:SignatureValue>SIGNATURE VALUE </ds:SignatureValue>
                   <ds:KeyInfo>
                      <wsse:SecurityTokenReference>
                         <wsse:Reference URI='#sap-23'/>
                      </wsse:SecurityTokenReference>
                   </ds:KeyInfo>
                </ds:Signature>
                <wsse:BinarySecurityToken xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' wsu:Id='sap-23' ValueType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3' EncodingType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary'> SIGNATURE</wsse:BinarySecurityToken>
                <wsse:BinarySecurityToken xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' wsu:Id='sap-23' ValueType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3' EncodingType='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary'>SIGNATURE </wsse:BinarySecurityToken>
             </wsse:Security>
          </SOAP:Header>
          <SOAP:Body xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' wsu:Id='wsuid-body-51cf5350-ab2e-11dd-9ef0-00144fa86689'>
             <ns1:Request xmlns:ns1='http://blabla.com /'>
                <a></a>
             </ns1: Request>
          </SOAP:Body>
       </SOAP:Envelope>
    If anybody has done it have an idea how to do it please let me know.
    Thank you!! Anna

    Dear Anna
    I also need to use the similar soap header to call synchronous web service from PI 7.3 dual stack.
    I am trying to achieve this through receiver soap adapter with webServiceSecurity profile.
    I have done the required config on receiver agreement but still not able to get the digital signatures.
    I really appreciate if you can provide any pointers on this.
    Thanks
    Sapna

  • Fetching The more then One Company ID by using PLSQL Table on Block B1(FORM

    I have two blocks in Form (Forms 10g) .On the Block B2 I have populated the Company Id by using the PLSQL Table.Now I selected more than two company ID from that Block ...I just want to keep the Company ID in the Temp Field on the Block B1.which I have selected on the Block B2.Any idea how can I assign more then one Company ID to That Temp Field on B1.

    This doesn't appear to have any connection to JMS or indeed to Java. Wrong forum. Locking.

  • How do I get the text to flow throughout more then one page.

    Hello,
    I am currently using LiveCycke Designer to create a scholarship for my company. I created fields for the form and I would like to insert a text to describe the scholarship. When I insert the text, it doesn't flow onto the next page. I've tried creating a subform and clicking "flowed" and "allow page breaks within content". I also clicked auto-fit for the height, but it just makes a line. For the text box, I've clicked "Expand to fit on the height". It is also a dynamic XML Form. Is there anything else I should be doing?
    I could always send the file to someone to see if they can figure it out.
    Thank you,
    Natalie

    Thank you so much !
    but the link doesn't seem to work. It says that the URL is not in the correct format for an Acrobat.com document link.
    Natalie
    Date: Wed, 12 May 2010 07:53:12 -0600
    From: [email protected]
    To: [email protected]
    Subject: How do I get the text to flow throughout more then one page.
    Here is the corrected form..Even you you set the Subform type to "Flowed" to the subform where the Text box resides, you did not set the Page1 to Flowed (which is the key)..But when I make the Page1 type to "Flowed", all your fields above the Scholrship text boxes' Subform will go one below another.. To fix this, first I have select all the fields and wrap them into a subform and then set the Page1 to Flowed..
    https://acrobat.com/#d=XQ1yfV8fCk85M7sRLD*-gg
    Thanks
    Srini
    >

  • How can I restrict more then one user to access the table?

    Hi !
    I have a problem and two solutions and I am a bit confused as to
    which one is the best one and/or can there be any better way of
    handling the problem ?
    Problem : I have to update a key field of a table when I update
    it in the form 5.0 screen. I am basically doing a maintenance of
    a table and if a certain field is updated then the change has to
    be reflected in two more tables. But the issue is that the field
    is a part of the key in those two tables. So all I can think of
    is that I need to insert new set or rows for that new value of
    the field and delete the old set of records for old values of
    the field.
    There are two ways of doing it;
    1.One option can be to explicitely define two cursors separately
    and fetch the values in them one by one and then insert the new
    records and then delete the old records in both the tables. This
    I feel will be a cumbersome process both in terms of processing
    time and the coding.
    2.Second option I was thinking can be to create two flat tables
    (without keys) and insert the values in them and update the
    changed field there and then insert the rows in the respective
    tables. Delete the old records in the main tables and delets the
    records in these flat tables. This is a bit more faster and
    easier to predict and code. This seems to be a better option for
    me.
    Any comments on these ?
    In both the cases I was thinking of making some provision so
    that more then one person can't update the table simultaneously.
    Since if there are more then one persons doing the processing
    then some inconsistency might creep into the whole process.
    This is easier to do in the second process as if I check the
    data in the flat tables and if there is some data then I can
    presume that some one is doing the processing and I can ask the
    other person to hold for a while. But in this case how can I
    stop more then two people to simultaneously check for the empty
    table and start inserting the record ?
    I was just thinking of having a sepatare table having only one
    field and this will be a key field and as the process begins the
    process will insert a fix value say 'Y' in the key field and at
    the end of the process the record will be deleted and this way
    we can restrict the user to access the process more then one at
    a time..? Since you can't have same value of the key in a table
    more then once.
    Any better way of handling it will be deeply appreciated.
    How about locking the table at the begining and releasing the
    lock at the end ? Will there be any issue in that? since I am
    inserting and deleting the rows in the same transaction.
    Comments welcome,
    Shobhit
    null

    How about performing the update IN the database using a stored
    procedure?
    By using non-database fields on your form to get the
    information, you can then call the procedure in the database to
    perform the updates. If an error occurs in the procedure you
    rollback, if necessary, and send a message or status back to the
    form. If it succeeds you might wish to commit and then re-
    execute the form's query -- using either the original key values
    or the new key values...
    null

  • How to use 'BAPI_GOODSMVT_CREATE'  for more then one row selected ???

    Hi,
    I am using bapi , BAPI_GOODSMVT_CREATE  ,  my requirement is that first perform ALV display with check boxes & then user can selsct any number of rows  & then on clicking execute button  this bapi is triggered , now my ques is that  if i am selecting rows one by one & executing , then am able to post data successfully, but if am selecting  more then one row at a time then its giving me error
    " exactly one serial no must be selected  (instead of more then two / three ) ."
    plz help me .
    this is how i am filling data in BAPi & bapi call
    FORM FILL_BAPIDATA .
      wa_GOODSMVT_HEADER-PSTNG_DATE = sy-datum.
      wa_GOODSMVT_HEADER-doc_DATE = sy-datum.
      wa_goodsmvt_code-gm_code = c_gmcode.
      LOOP AT it_final INTO wa_final.
        wa_GOODSMVT_ITEM-MOVE_TYPE = c_movtype.                 " '313'.
        wa_GOODSMVT_ITEM-material =  WA_final-MATNR.
        wa_GOODSMVT_ITEM-ENTRY_QNT = wa_final-verme.
        wa_GOODSMVT_ITEM-plant =  WA_final-WERKS.               "'DB10'.
        wa_GOODSMVT_ITEM-STGE_LOC =  WA_final-LGORT.
        wa_GOODSMVT_ITEM-BATCH = WA_final-CHARG.
    wa_GOODSMVT_ITEM-BATCH = l_charg.
        append wa_GOODSMVT_ITEM to IT_GOODSMVT_ITEM.
        clear: wa_GOODSMVT_ITEM.
      ENDLOOP.
      LOOP AT it_final INTO wa_final.
        wa_serialnumber-SERIALNO = wa_final-sernr.
        APPEND wa_serialnumber to it_serialnumber.
        CLEAR wa_serialnumber.
      ENDLOOP.
      LOOP AT it_position2 INTO wa_position2.
        wa_serialnumber-MATDOC_ITM = wa_position2-wepos .
        MODIFY it_serialnumber INDEX sy-tabix from wa_serialnumber TRANSPORTING MATDOC_ITM .
      ENDLOOP.,
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          GOODSMVT_HEADER               = wa_GOODSMVT_HEADER
          GOODSMVT_CODE                 = wa_GOODSMVT_CODE
       IMPORTING
          GOODSMVT_HEADRET              = mthead
        MATERIALDOCUMENT              = w_MATERIALDOCUMENT
        MATDOCUMENTYEAR               = w_MATDOCUMENTYEAR
        TABLES
          GOODSMVT_ITEM                 = IT_GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         = IT_SERIALNUMBER
          RETURN                        = IT_RETURN
      GOODSMVT_SERV_PART_DATA       =
      EXTENSIONIN                   =
    APPEND w_MATERIALDOCUMENT to it_GOODSMVT1 .
    IF sy-subrc = 0 .
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *MESSAGE text-016 TYPE 'I'.
    PERFORM msg_log  .
    ENDIF.

    Hi,
    Did u check the serial numbers table before calling the BAPI. Might be the case tht same serial number is assigned for all items, in this case the goods movement may be possible with same serial number for all items.
    Reagrds,
    Aditya
    Edited by: aditya on Aug 11, 2009 11:46 AM

  • Digital signature in form 16

    Hi All,
    Is there any options to display the digital signatures in employee's form 16. I have checked the hressin_f16. But, there was no digital signatures in it.
    Is there anyway to do ? Please share your experiences. Thanks for your inputs in advance.
    Regards,
    Anil Kumar

    Check note # 1168740
    Symptom
    It is now permitted to use Digital Signature on Form 16. Current Form 16
    print program does not support this functionality.
    Important Note:
    This Note contains corrections to digitally sign Form 16 in Adobe output technology. It is currently applicable for SAP Release ECC 6.00 only.
    Other terms
    Form 16, TDS certificate, Tax return, digital signature, signature, person responsible, Form 12BA, Annexure to Form 16, HINCF160, PC00_M40_F16
    Reason and Prerequisites
    Supporting a business practice which is approved by legal notification
    Prerequisites
    SAP Note 1156084 - Sum of serial no. 18(a) & 18(b) incorrect on Form 16 PDF
    Solution
    How to apply the Note:
    This Note requires manifold changes. These changes will be part of next HRSP (SP 31) planned for Release ECC 6.00. Alternatively, you can perform following steps to get the changes in the system for only Release ECC 6.00 and ECC 604 release:
    --more at marketplace.....
    Also refer to the following link:
    http://www.saptechies.com/digital-signature-for-form-16/
    Hope this helps!!

  • Sync to more then one computer

    Hello,
    this may sound like a silly question, but I was wondering if you can sync the iPhone to more then one computer.
    I have a laptop, and a iMac, both are synced to keep each others content merged and up to date.
    I want to get some of the music which is on both locations on my iPhone. in the photos and music areas .
    can this be done?

    No, not for music. The phone can only be synced to ONE music library, but contacts, calendars, and ohotos can be synced to multiple computers easily (Windows, Mac, or both, doesn't matter).
    I think it's possible to copy the files form one of your computers to the other (almost like you would do if you got a new computer and were transfering your music library to the new one) to consolidate your library all on one machine.
    -SB

  • Digital signature on Form 16 - PDFManipulation Module error

    We are trying to implement digital signature on form 16 and have followed instructions in note # 1168740. One thing that remains is the installation of 'Trusted Anchors'. The procedure for installation of trusted anchors is to copy the Trusted Anchor file (<filename>.cer) to the /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/
    TrustManagerService/trust/certificates directory.
    We have installed ReaderRights and ServerSignature. All we have is a '.PFX' file that contains the digital signature of the signing authority. This is issued by the authorized Certifying Authority (CA).
    Q. What is '.CER' file and where do we get this file from.
    When testing the server side signature test program - FP_PDF_TEST_07, we get the following error:
    ERROR CODE       :     201,501
    ERROR MESSAGE    :
    Processing exception during a "Sign" operation.#Request start time: Fri May 07 14:46:36 IST 2010#com.adobe.ads.exception.FailedCreationExcepti
    ADS: com.adobe.ads.exception.FailedCreationException: Failed to create a new instance of PDFManipulation Module, please make sure PDFManipulat
    Any tips on how to proceed further will be highly appreciated.
    Thanks

    Shyam,
    I have a similar issues and looking for the <filename>.cer file to install the Trusted Anchor to validate digital signature in Adobe Interactive Forms.
    Did you resolve this issue?
    Can you please let me know where to get this file?
    Thanks
    Sundar

  • Print more then one pdf in window

    Hi, i use print preview for printing one pdf in crm, for one pdf everything works fine, but i need print more then one pdf in one popup window, any idea how to do it ?

    Hi, i describe process i have 4 adobe forms: - agreement 1 - agreement 2 - attachment A - attachment B user click on button print preview, popup windows is show, on this popup windows user have to choose one of  two adobe form (agreement 1 or agreement 2) after choosing adobe form, form that has been selected is printed in and display in new popup windows but sometimes, depending on the circumstances i have to print form that has been selected by user and attachment A (or/and) attachment B I wonder if there is the possibility to merge this 2 or 3 pdf in on pdf ?
    I use this code:
    * Create PDF Object.
       data: l_pdfobj type REF TO IF_FP_PDF_OBJECT.
       l_pdfobj = l_fp->create_pdf_object( connection = p_dest ).
    * Set document.
       l_pdfobj->set_document( pdfdata = fp_out ).
    * Execute, call ADS.
       l_pdfobj->execute( ).
    * Get result.
       l_pdfobj->get_document( importing pdfdata = fp_out ).
    maybe i can add pdf to the l_pdfobj.... but i don't know how,
    right now l_pdfobj get only one pdf.

  • DSU Execution Error: More then one instance found for name: DVEBMGS00

    Hello,
    try to start an Upgrade from SAP4.7x110 to ECC6.0 EHP4 SR1 by running the statup.but. I recieve immediatly the error. DSU Execution Error: More then one instance found for name: DVEBMGS00.
    The System is a fresh homo.sys-copy (comming from DVEBMGS00). On the harware was running in former times an instance DVEBMGS00 but the SID was a different. I allready looked if there is still something on the host from this last installation but nothing found.
    Any suggestions
    Peter

    Hi,
    Please see the link below..Hope this will help you..
    Upgrade stuck in Pre- Processing
    DSU Execution Error
    /thread/1948457 [original link is broken]
    Regards

  • XML Publisher with more then one VO

    Hi;
    I have a requirement to show a custom PDF report on click of a button in a custom OAF page. so with the help of [http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework|http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework] I am able to prepare a xml publisher PDF report with single VO(select query) where as in my requirement I required to write more then one VO(select querys). Can anybody give some ideas how to proceed?
    GsrC.

    hi;
    i have multiple viewObject and i did what you said and i generated the XML file
    but the problem i have that
    the generated xml file was
    <Msat>
    <MasterVO>
    <MasterVORow>
         <BidValidUntil></BidValidUntil>
         <AdvancePayment>5051</AdvancePayment>
         <Duration>99</Duration>
         <PaymentType>%</PaymentType>
         <GroupName></GroupName>
    </MasterVORow>
    </MasterVO>
    *<SupplierNameVO>*
    *<SupplierNameVORow>*
    *<Segment1></Segment1>*
    *<VendorName></VendorName>*
    *<VendorId></VendorId>*
    *</SupplierNameVORow>*
    *</SupplierNameVO>*
    </Msat>
    but i want to be in this form
    <MSat>
    <MasterVO>
    <MasterVORow>
         <BidValidUntil></BidValidUntil>
         <AdvancePayment>5051</AdvancePayment>
         <Duration>99</Duration>
         <PaymentType>%</PaymentType>
         <GroupName></GroupName>
    *<SupplierNameVO>*
    *<SupplierNameVORow>*
    *<Segment1></Segment1>*
    *<VendorName></VendorName>*
    *<VendorId></VendorId>*
    *</SupplierNameVORow>*
    *</SupplierNameVO>* </MasterVORow>
    </MasterVO>
    </MSat>
    how can i do that if each <suuplier>and <master>are from differnt views and when i tried to use XML>appendChild()
    it gave me this error message
    oracle.xml.parser.v2.XMLDOMException: cannot add a node belonging to a different document
    do any one know the solution for this problem
    thx

  • Hi gurus in scripts i want to display more then one main window on the page

    hi gurus in scripts i want to display more then one main window on the page how it is to follow any body explain to me plz.

    Hi all,
        I am printing check printing from F110 with Z-form and it has been assigne to FBZP also..
        My client need to print the check information twise that means main window data two times.
        like this: 
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    Al so they want like to print same in down part of the main window.
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    For this i  have created instance main window of main window like MAIN    01,  but it is not displaying the data in instnce window data
    in the instance main window. 
    Question: Could you please let me know abt the same or good solution. How to cal main window instance , i tried with  
    /:   NEW-WINDOW      in instance main window part but it also appering in main windoe also.
    could you please let me know how to call instance main window or any other solution to get teh data like my example above.
    thx

Maybe you are looking for