How to add CCs when sending a document for e-signature?

In this tutorial, learn how to use digital signatures or the EchoSign service to copy others when sending a document out for electronic signature. The cc feature is a way to allow others to see the electronic signature progress without signing authority.

Hi,
This one's tricky, so tricky that I think it's not possible using Oracle built-in XML DML functions.
Even XQuery Update cannot do it (for now) because, likewise, the prefix is always redeclared at child level.
The only thing I can think of is XSLT (or maybe DOM manipulation) :
SQL> select xmlserialize(document
  2           xmltransform(
  3             xmltype('<A xmlns="namespace" xmlns:def="myns_namespace"/>')
  4           , xmltype(
  5  '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6     xmlns:def="myns_namespace"
  7     xmlns:ns0="namespace">
  8    <xsl:template match="ns0:A">
  9      <xsl:copy>
10        <xsl:element name="def:B"/>
11      </xsl:copy>
12    </xsl:template>
13  </xsl:stylesheet>')
14         )
15        indent
16      )
17  from dual;
XMLSERIALIZE(DOCUMENTXMLTRANSF
<A xmlns="namespace" xmlns:def="myns_namespace">
  <def:B/>
</A>

Similar Messages

  • How to add our own sender mail id for cl_bcs

    Hi all,
      CONSTANTS:
        gc_subject TYPE so_obj_des VALUE 'ABAP Email with CL_BCS',
        gc_raw     TYPE char03 VALUE 'RAW'.
      TRY.
          "Create send request
          gr_send_request = cl_bcs=>create_persistent( ).
          "Email FROM...
          gr_sender = cl_sapuser_bcs=>create( sy-uname ).
          "Add sender to send request
          CALL METHOD gr_send_request->set_sender
            EXPORTING
              i_sender = gr_sender.
          "Email TO...
          gv_email = '[email protected]'.
          gr_recipient = cl_cam_address_bcs=>create_internet_address( gv_email ).
          "Add recipient to send request
          CALL METHOD gr_send_request->add_recipient
            EXPORTING
              i_recipient = gr_recipient
              i_express   = 'X'.
          "Email BODY
          APPEND 'Hello world! My first ABAP email!' TO gv_text.
          gr_document = cl_document_bcs=>create_document(
                          i_type    = gc_raw
                          i_text    = gv_text
                          i_length  = '12'
                          i_subject = gc_subject ).
          "Add document to send request
          CALL METHOD gr_send_request->set_document( gr_document ).
          "Send email
          CALL METHOD gr_send_request->send(
            EXPORTING
              i_with_error_screen = 'X'
            RECEIVING
              result              = gv_sent_to_all ).
          IF gv_sent_to_all = 'X'.
            WRITE 'Email sent!'.
          ENDIF.
          "Commit to send email
          COMMIT WORK.
          "Exception handling
        CATCH cx_bcs INTO gr_bcs_exception.
          WRITE:
            'Error!',
            'Error type:',
            gr_bcs_exception->error_type.
      ENDTRY.
    1) Im using this method to send email, But my requirement is to create the my own sendor mail id in the above program instead of using the username.
    2) I need to increase the subject length from 50 to 100char.

    Hi Shashank,
    For the second query.....
    You could refer this post:-
    http://scn.sap.com/thread/1276196
    data l_ref_send_request      TYPE REF TO cl_bcs.
    data     l_sub type string.
    *Subject of the email 
       TRY. 
           CALL METHOD l_ref_send_request->set_message_subject 
             EXPORTING 
               ip_subject = l_sub. 
         CATCH cx_send_req_bcs. 
           RETURN. 
       ENDTRY. 
    Thanks,
    Sharath

  • When I send a document for signature, two emails are sent to my client and myself.  How do I make sure only one is sent?

    When I send a document for signature, two emails are sent to my client and myself. How do I make sure only one is sent?

    Hi Mark,
    I checked your account at the backend and found many transactions sent out.
    In order to narrow down the issue and search we need to know the specific transaction detail for which you faced this issue.
    1. Signers email address
    2. Senders email address
    3.Name of the document
    4. Date it was sent.
    Do not post the information here. Send me a private message
    Also let me know which 2 mails did you receive? Could you please share the subject line for the same.
    Regards,
    Rave

  • How to add blank page to existing Document In Adobe Dc

    how to add blank page to existing Document In Adobe Dc Pro

    Hi thashrifs16749461,
    You can add a blank page using Adobe Acrobat DC by following the below instructions :-
    1) Open your existing pdf document in Acrobat DC.
    2) Choose the 'Organize Page' option form the Tools pane on the right as shown below in the screen shoot.
    3) Now at the top you will see all the tools to Organize the page, Click on 'Insert' & select 'Blank Page' from the drop-down to insert blank pages.
    *Shortcut : If you are using windows computer you can use ' Shift+Ctrl+T ' key to insert blank pages.
    In case if you experience any issue or have any query please let us know. We will be happy to help you.
    Regards,
    Aadesh

  • How to add inventory when inbound individual purchasing, not Cost of goods sold?

    Hi, Experts,
    I'd like to add inventory when inbound individual purchasing for sales order.
    Usually it adds cost of goods sold, but for client requirement, i hope i can change it to inventory instead.
    I've seen some description how to do it before, but i can't find it now...
    Could you help me or tell me where the description is?
    Thanks in advance.

    are you eventually looking for this one: Valuated Sales Order Stock Configuration - ERP Financials - SCN Wiki

  • Can you send a document for Shared Review once you've applied an electronic signature?

    Hi! I'm having troubles sending a document for shared review, I need 3 people to digitally sign it and then send it on a shared review. I keep getting this error message however:
    'The document you have chosen cannot be sent for shared review or collaboration because its current security permissions do not allow modifications. Please choose another document or change this document to allow modifications.'
    I'm not sure how I can 'allow the modifications' - where's this option?
    I've tried 'File/Save As/Reader Extended PDF/Enable Commenting & Measuring' but this didn't help.
    We can't use stamps for signing as we want to be able to verify signatures.
    Any suggestions on what the issue may be?
    Thanks in advance!
    Mel

    thanks George for your response. Basically what we do in our engineering company is have the author and supervisor sign a document (verfiying that its at a good enough level) to go out on review, and if its something that needs to go to our client for review there'll be a 3rd approver signature before it leaves our office - then the client will put it on shared review amongst their staff.
    when we're having a play around with this trying to get this to work, we aren't going in and locking the document after any of the signatures. but I'm also not sure of what you need to do to 'enable' a document before initiaiting the send for shared review process. Are you able to give me a step by step on how to set this up - and how to see if a signature field is 'preconfigured to lock a document' - that actually might be the root of the problem!
    Sorry I'm not a huge whizz on adobe, I haven't had to use it for a review process in quite a while but my current company is wanting to go electronic.
    Thanks for your help!
    Regards,
    Mel

  • Please send sample document for understanding the requirement for reports

    Hi
    Can some body send sample document for the understanding the requiremets of reports in BI
    I nee to prepare sample document for understanding the requirement.
    please help on this.
    Regards,
    Anand Reddy

    hai experts,
            please  share the code how to enable the selections  at the rsa3 level ,if the generic extractor is based on function module.
         thanks in advance

  • How to add a new universe in population for Predictive Analysis

    Post Author: izhar
    CA Forum: Performance Management and Dashboards
    Hi all members I am working on BOXI R2, SP2 I have to ask that, How to add a new universe in population for "Predictive Analysis". Currently i can only view universe of "Direct Customers and Direct Products"
    Any member please help me hereRegards Izhar

    Hi Anne,
    It really depends on how your portal is set up. And there are 101 ways this could have been done.
    I've used the Home Page Framework as an easy to define and extend framework to show applications. I've used it both for ESS and MSS, Using the HPF requires that an application has an iView in the portal.
    The main point to be made here is that this is not a Web Dynpro ABAP specific question - but rather one about MSS portal implementation - you would probably be better posting a question in either one of the ESS/MSS or Portal forums.
    As it is not a WDA specific question, I'd ask that you kindly close this thread and reopen in another forum.
    Thanks for your understanding, it would be nice to be able to answer all questions in all forums (perhaps with some sort of tagging system) but currently forum rules are that questions must be specific to the forum posted.
    Thanks,
    Chris

  • Stored procedure : how to call SP in sender JDBC adapter for mysql

    HI friends ,
    we have JDBC---->XI--
    >SAP  scenario. For some business requirement, we have to call STORED PROCEDURE , please let me know how to call  SP in sender JDBC adapter for mysql .
    Thanks
    mojib

    Hi Mojib,
    Please create a sample stored procedure like this which contains select statement and in communication channel give
    wite stored procedure name only to sql query statment and in update statement write <test>.
    I am executing this stored procedure successfully.
    Create Proc GetResultX As
    Begin
    Select * From TESTX
    End
    Execute statement for stored procedure is :
    Exec GetResultX
    Regards
    Laxmi Bhushan Jha
    Rewards point if found usful
    I have given same answer to one of the same  thread

  • How to add a feild as key combination for existing condition table

    Hi all,
    please any body can inform me about how to add a feild as key combination for existing condition table ex 901 having the key combination of sales organisation and material
    for this cond. table,how  to add a new feild ex:price list
    iam unable to add it in change mode of v/03.(even after removing this 901 table from Acc.seq.)
    Edited by: rajendraprasad vasam on Apr 25, 2008 10:08 AM

    mr.Rajendra
         I you have the access key - you can copy the 901 table and create a new table along with your required field. v/03
    Or
    in the access sequence for the condition type - add 1 more step and add your field.
    ie 10 - 901
    and in 20 - your required field
    regards,
    Reshmi
    Edited by: reshmi bhaskar on Apr 25, 2008 10:21 AM

  • How to include attachments when sending PO as email

    Hi!
    I have seen this question in several forums, but no solutions to it, I therefore try to post it as i new question here:
    When I send a PO to a supplier via email the attached files is NOT sent. Does anyone know how to do this? The PO itself it sent successfully without problems, but without the attachement(s). I often need to send attachments together with the PO to the supplier.
    Regards,
    Thor-Egil

    Hello,
    For this, you need to have SAP - DMS (Document management system) configured in your system.
    SAP DMS are for storing documents such as CAD drawings, Materials pictures etc.
    With the document management system, users will be able to view the documents with ease within their SAP systems.
    Installing the SAP DMS requires a little bit of planning on how you want to do it.
    You have to give a little thoughts to stuff such as :-
    1.  The total numbers of documents that will be store monthly.
    2.  The average file size of each documents.
    3.  The capacity of your present R/3 system.
    4.  Your present network bandwidth.
    5.   Document Archiving Strategy.
    6.   Backup and Recovery Plan.
    Additional purchasing of hardware are required, especially if you have large amount of documents to stored.
    With this in mind, you can then decide on how you want to do it.
    You can do this in a few ways :-
    1.  Import the documents into the R/3 system.
    2.  Use an external document server.
    3.  Have a dedicated PCs where all the documents are stored.
    Most companies that intend to used DMS will opt for Option 2 as they does not want to overstretch the R/3 database.
    Options 1 requires you to setup the conversion interface.
    The conversion interface allows R/3 to automatically covert your files and import it into the R/3 database.
    Here is a simple example of storing documents into your PCs, just to have a feel how the SAP DMS works:-
    For those using Citrix, you have to set this at the Citrix Server where the SAPGUI is located.
    Configure SM30 - V_TDWE_C1
    Put this command in your autoexec.bat
    SET HOSTNAME=PC1234
    Restart your pc.
    You can create/manage your documents in transaction code CV01N / CV02N
    Assigning Documents to a Material Master Record
    Access a material master record in Create or Change mode, and select Basic Data.
    To create links to documents, choose Additional data -> Document data.
    The Link to Documents dialog box appears.
    Assign one or more documents to the material.
    If you do not know what the document number is, you can search for it using the search help or by choosing Find document.
    When assigning a document to a material, you have the following options:
    1. Viewing the document by choosing it in the Link to Documents dialog box.
    2. Viewing any originals of the document by positioning the cursor on the document and
      choosing Display originals in the Link to Documents dialog box.
    To return to the Basic Data screen, choose Continue.
    Save your data. 
    Ref: http://www.sap-img.com/sap-dms.htm
    Regards

  • How to add Service item in  PR Document using BAPI_PR_CHANGE

    Hi Folks,
    I am using BAPI_PR_CHANGE to change existing purchase requisition document. By using this FM, i am able to add new item in PR document.
    Now my requirement is to add services and limits at item level details.
    But when i saw the parameter list of this FM, i am not able to find any parameter where service details or limits can be passed.
    So does it mean that, its not possible to edit service details at item level of PR by using  FM BAPI_PR_CHANGE?
    Or if yes then how can we do it.
    If No, then what could be the alternative to change the service details of the item.
    Regards
    PG
    Edited by: PG on Aug 30, 2010 6:32 PM

    Hi,
    I just realised that, this question can be asked in specific forum of MM.
    Regards
    PG

  • How to add attachment (URL) to parked document inbackground?

    Hi guys,
    I wonder how it is possible to add the URL (of external document) to parked document in the background (with BAPI)?
    After I park document (for example with transaction FV60 or MIR7) a small button (called Services for Object) appears in the left upper corner (on the left side of the transaction heading) and when I click on it I can select option (Create External Document URL). That way I can manually add the link to external document.
    But the thing I need is to add that URL in the background (through BAPI).
    Actually I am doing the following thing: In one other BAPI I need to call BAPI for parking incoming invoice, and in that same BAPI I need to add URL to external document.
    So, what I would like to know is: which BAPI's, or API's or whatsoever are used for creating these attachments, so that I can call them in the background (with another BAPI).
    I would appreciate any kind of help because the project is running, and I can't find any solution for this problem.
    Thanks for help!
    Karlo

    Hi karlo Smojver,
    I am also facing same issue can you please explain me how do you resolved.
    Thanks,
    Sudarshan

  • How to add line items to Accounting Document posted through MIRO ?

    I need to perform Additional posting when Posting through MIRO transaction..i tried with INVOICE_UPDATE BADI but this was not useful...Please let me know if there is any way to add additional posting to Accounting Document created through MIRO.
    If any user exit , BADI ot BTE present?

    Hi,
    Check the BTE's:
    00001020     POST DOCUMENT:       Prior to final checks             SAMPLE_INTERFACE_00001020
    00001025     POST DOCUMENT:       Final checks completed       SAMPLE_INTERFACE_00001025
    00001030     POST DOCUMENT:       Posting of standard data     SAMPLE_INTERFACE_00001030
    00001050     POST DOCUMENT:       Accounting interface           SAMPLE_INTERFACE_00001050
    Thanks & Regards,
    Harish

  • Photosmart C7280 -how do I scan and send a document or photo using windows7 home premium?

    I have a 7280 photosmart. I am older generation computer illiterate-please can someone tell me how to scan and send a document or photo using windows7 home premium (64)

    Hi scotka
    I know this is a few weeks ago but I see no one replied. You'll find information on how to scan in the manual (~ pg118). Any hassles just let me know....
    http://h10032.www1.hp.com/ctg/Manual/c01102249.pdf
    Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

Maybe you are looking for