Comment to Adobe (saving forms)

First of all, great job with Adove LiveCycle Designer.
Ive downloaded the demo version and am loving it so far. As for all products, they are never perfect; this one is pretty close though.
Comment: Not being able to save form values via Adobe Reader is a huge "minus"!
Background: The forms we have (right now in word format) are usually about 15-40 pages long. Our clients dont fill out this form in one step. They usually cant fill out the form in one run if they wanted to. The different sections require input from the whole company and usually get passed around.
Again, I love the product. I am not sure if we can use it though, without this saving ability. We cant require our clients to purchase Adobe Pro just to fill out our forms.
All the best,
Kevin

This is always a hot topic, and lots of people comment about how they can't do a local save using the FREE Reader program. I always find it funny when people compare it to their Word forms, as they always neglect to mention the significant amount of money they pay MS for that ability to save.
I'm not saying this to argue, just to make a point. I've always thought there should be a better way to enable smaller companies that cannot afford the enterprise solutions currently available to do this. Luckily, there soon will be, as Acrobat 8 will provide the ability to enable save rights in a PDF. So while it won't be completely free, one license of Acrobat 8 will suffice.
As yet, i'm not sure about any dependencies that may exist with this (ie: if the users will HAVE to be using Reader 8+ to take advantage of this), but I think this is a good step in the right direction.
Chris
Adobe Enterprise Developer Support

Similar Messages

  • Need help with Adobe Interactive Form Saving

    Hi Gurus,
    I need your help with Adobe Interactive form saving.
    I have written the code in pre-save event to prompt a message when user didn't enter any value before saving. The form data should not be saved upon clicking save (Just prompt the message and exit form the form). Can u please advice me how to do this.
    Regards,
    Srini

    see the link: http://forms.stefcameron.com/2008/04/
    it says:
    preSave: Failed validations will not prevent the form from being saved however Acrobat/Reader will issue a special warning message, after issuing the validation error message, to inform the user that the validations failed. Iu2019m guessing this is because the user may be saving the form to continue filling it at a later time so the save canu2019t be completely prevented.
    regards,
    BJagdishwar.

  • Adobe LiveCycle Form Not Saving Data

    I have designed dozens of Adobe LiveCycle forms and have extended rights (enable usage rights in adobe reader).  My problem is that sometimes the form is not saving the data for end users.  One of my end users even updated Adobe Reader, but still nothing is working and he is becoming increasingly frustrated.  Any other suggestions.

    Make sure all your fields have a binding set even if it is just their name.
    For instance, click on a field that isn't saving, in the Object palette, under the Binding tab make sure the Data Binding is set to Use Name.
    Hope that helps.
    Kyle

  • Hi, I was working on a PDF writing comments using Adobe Reader on a Mac.  I clicked save and got a 'cannot save' message.  I then clicked save as instead, Reader froze and my PDF disappeared.  The only version saved has only my first comment.  Does Adobe

    Hi, I was working on a PDF writing comments using Adobe Reader on a Mac.  I clicked save and got a 'cannot save' message.  I then clicked save as instead, Reader froze and my PDF disappeared.  The only version saved has only my first comment.  Does Adobe Reader save to temporary files that I can access in order to recover my work?  Is there any other way to recover it?  Thanks!

    Hi @Pat Willener,
    since I got the same problem as pdfprincess I hope you can help me. The 'Automatically save document changes to temporary file...' is enabled in my adobe reader.
    A file I worked (commented) on a lot crashed. When I reopened the file, adobe reader didn't ask if I want to restore my changes in this file, as it is written on the help.adobe.com page. Is there any possibility to restore the changes manually from the temporary file?
    Thanks in advance - it is really important for me to restore these changes!!

  • Saving Adobe Interactive Form into a Server Path in Webdynpro.

    Hi Forum,
                     I have an Adobe Interactive Form as UI element in my webdynpro View. This form is available in the context attribute in Binary Format. I can read the form from this attribute as Byte Array only. I want to save this file in to a folder located in the Portal Server (ex : path :
    usr\jc00\j2ee\........\temp\myfolder).
                  I am trying  with the following code :
      IWDAttributeInfo attributeInfo = wdContext.getNodeInfo().getAttribute(IPrivateTestCompView.IContextElement.PDF_SOURCE);
           IWDModifiableBinaryType binaryType =(IWDModifiableBinaryType) attributeInfo.getModifiableSimpleType();
           IPrivateTestCompView.IContextElement element =     wdContext.currentContextElement();
           binaryType.setMimeType(WDWebResourceType.PDF);
           //if a file in the 'FileResource' attribute exists
           if (element.getPDFSource() != null) {
                try {
                                         String ext=binaryType.getMimeType().getFileExtension();
                                    String fileName="PriceUpdateForm1";
                          byte[] b = wdContext.currentContextElement().getPDFSource();
                          File files = new File("C:
    usr
    sap
    EP7
    JC00
    j2ee
    temp
    HTI
    "fileName"."+ext);
                          try {
                                                           FileOutputStream out = new FileOutputStream(files);
                                                           out.write(b);
                                                           out.close();
                                                                                              } catch (FileNotFoundException e) {
                                                            //TODO Auto-generated catch block
                                                           e.printStackTrace();
                                                           wdComponentAPI.getMessageManager().reportSuccess(e.getMessage());
                                                 } catch (IOException e) {
                                                           //TODO Auto-generated catch block
                                                           e.printStackTrace();
                                                           wdComponentAPI.getMessageManager().reportSuccess(e.getMessage());
                          element.setPDFSource(null);
                      } catch (Exception e) {
                           throw new WDRuntimeException(e);
    it is giving me the error :-
    java.lang.Exception: Incorrect content-type found 'text/html'
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99
    Can any one tell me what went wrong and how to convert the ByteArray into PDF and save it on to network path.
    Any help will be highly awarded........
    Thanks
    Ramesh.

    Hi,
    Please refer this, Page 7-8
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1bbc91c3-0401-0010-91bc-a25b2a3dff19
    Regards,
    Eric

  • Saving an Adobe Interactive Form without dialog in background

    Hi'
    I hope someone here can help us.
    Our client uses an R/3 system, version 4.6C, where data for the Interactive form is generated.
    We use an RFC call to send the data to a NetWeaver system.
    The RFC generates our Adobe Interactive form in the NetWeaver system.
    We need to save the generated PDF file onto a harddrive in this background processing ( in the RFC ) immidiately after the file has been generated.
    Any ideas as to how we save the file?
    Regards,
    Karin.

    Here's one way I could think of doing it. Not sure if it's the most efficient. There may be some function modules out there....
    You write a small program to print an Adobe form from the RFC.
    Before you call Job open (CALL FUNCTION 'FP_JOB_OPEN'
    ), set the following parameters of
    sfpoutputparams.
    Set the outputparamaters to suppress the dialog
    utputparams-nodialog = 'X'.
    Set to print to a dummy printer
    outputparams-dest = 'LP01'.
    Set a spool request
      outputparams-REQNEW = 'X'.
    Then you can call a program like rstxpdft4 to download the PDF file.
    Regards,
    Lavaughn

  • Problems with Adobe Acrobat Form

    Hi there.
    I have successfully created a form using Acrobat 9. I added to the media folder of a website that I'm building and added a link from a page to this Adobe Acrobat Form Questionnaire. The trouble is when I test it on FireFox and Safari on my Mac the form loads, I fill it out and press submit and it opens Mail and gets ready to send the attached form... all working perfect... I then go to test it in Windows XP using Explorer and Firefox and it opens the Acrobat document... allows me to fill out the form, asks me for what email method to use... but then says "The Operation is Not Permitted".
    This is sooo frustrating.... can someone tell me what I'm doing wrong here. The website is good to go at this stage... but this issue is preventing me from going live with the website. Can anyone help..??
    Any comments most welcome... below is the test site for the website...
    http://www.creativedesign.ie/metpro_test/pages/technical_services.html
    Click on the bolded word "Questionnaire".
    Yours sincerely,
    Anthony

    I'm having a similar problem. I've created several forms in LiveCycle Designer ES 8.2 that will be used by our company technicians to gather and submit important equipment inspection data.
    During development, the forms were edited many times in LiveCycle Designer and were then re-opened in Adobe Acrobat Pro to "Extend Features in Adobe Reader", to enable saving copies of the completed forms. I also set the initial view in Acrobat Pro as I'm unable to find a way to do it in LiveCycle Designer. Consequently, this back and forth process between LiveCycle Designer and Acrobat has been carried out many times on each of the forms. I'm not sure if this is something that should be avoided?
    Anyway, the forms were tested and re-tested by myself and colleagues at work on company computers in Adobe Reader 9 to ensure there were no problems. Everything worked great until today. When I attempt to open the forms now, I get a prompt that says:
    "This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document."
    This has never happened before. The forms open in Adobe Reader 9 on my personal computer without a problem.
    Any suggestions? I'm new to LiveCycle Designer and don't have a clue what the problem could be.

  • How to binnding the data in the adobe interactive forms for making a table?

    Hi, experts,
    Function:
    Through the sharing context node between adobe interactive form and a WDA for ABAP, display the data of the sflight_node in the ADOBE.
    version:
    Acrobat Reader 8.1.0
    currently both of the SAP-ABA and SAP-BASIS SP level: 9
    ADS : Successful.
    The following is my action:
    1.     Create a interface (Z_SFLIGHT_INTF) with a attribute node (SFLIGHT_NODE) that type is "sflight"  using the transaction code "sfp"
    2.     Create a form (Z_SFLIGHT_FORM) using the transaction code "sfp" with the interface Z_SFLIGHT_INTF.
    3.     Trag the sflight_node in the Z_SFLIGHT_INTF to the form( Z_SFLIGHT_FORM).
    4.     Open the layout tab in the form(Z_SFLIGHT_FORM), and create a table(table1). Click the table created just now, select the binding tab in the object tab, and in the Default Binding, select the SFLIGHT_NODE under the Z_SFLIGHT_FORM.
    Problem 1:
    Do you tell me whether is right for binding the context SFLIGHT_NODE using this way? If bind 3 context attributes in the sflight, how can I do it?
    5.     Create a WDA for abap (ZZ_02_SFLIGHT), and create a view(MAINVIEW) using transaction code "se80" in the sap-gui with adobe interactive form. Set the templatesource(Z_SFLIGHT_FORM) in the  adobe interactive form properties and saved, and then, datasource is "MAINVIEW_Z_SFLIGHT_FORM" automatically.
    6.     But I only found the attribute SFLIGHT_NODE under the context node(Z_SFLIGHT_NODE), and  I don't found the NODE ( SFLIGHT_NODE ) context in the context tab in the WDA for abap so that I don't set data to the context NODE (SFLIGHT_NODE).
    Problem 2:
    Do you tell me what can I do it so that I get the node SFLIGHT_NODE rather than attribute in the WDA for setting the data to the CONTEXT NODE (SFLIGHT_NODE)?
    Thanks a lot.
    Best regards,
    Tao

    Hi, experts,
    You can reply back to me via e-mail if you think we should discuss this internally at [email protected] or [email protected]
    Thanks a lot.
    Best regards,
    tao

  • Error message while clicking PDF Preview of a ADOBE interactive form

    Hi -
    I am creating an ADOBE interactive form having Tables, few text fields and E-mail submit button. The scripting language used is FormCalc.
    Whenever I am clicking on PDF Preview to see the form layout and to check other functionality, I am getting an error message:
    Error message -
    Error: syntax error near token '|' on line 1, column 14.
    Script failed (language is formcalc; context is xfa[0].form[0].data[0].Mainpage[0].Subform3[0].Table2[0].Row1[0].RATING[0])
    script=this.isnull || (this.rawvalue >= -32768 && this.rawvalue <= 32767
    I checked my scripts and there is no syntax error in that. My form is also working absolutely fine except getting this error message pop up whenever I try previewing my form.
    Can you please tell me, what can be the possible reason.

    I tried everything, but couldn't figure out the reason for error. I wrote the script again, but the error is still coming.
    Here is a part of my script. I have written this script on Email submit button in preSubmit event, to check if the RATING field value is less than or equal to 3. depending upon this condition, I am making the COMMENT field as mandatory. The same script is repeated for all the RATING & COMMENT fields.
    if (data.GyanMainBodyPage.Subform2.Table1.Row1.RATING1 <= 3)
    then
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatory = "error"
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatoryMessage = "Please fill corresponding comment"
    else
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatory = "disabled" 
    endif

  • Adobe interactive form size double

    Hi all,
    I'm very new to Adobe form area and we have faced an issue that pdf generated from adobe form is much bigger when it is interactive form (fillable flag set to 'X') The size increases more than double when it is an interactive.
    Just wondering what would be factors to this problem and is there anything we can do to reduce the size of interactive pdf.
    Regards,
    Pan

    Even with upgrade I was still having problem, so what I did was...
    I created new new interactive form.
    I deleted old interactive form from the layout and recreated one.
    When I went to adobe design form, I just imported old form (it automatically retained all settings)
    and saved it and activiated it... and It worked.
    It wasn't the best solution, but since I only had one interactive form, it didn't take that long to do it (probably total of 10 minutes.)

  • Data Passing Problem with Adobe Interactive Forms

    Hello all,
    I am trying to create a Guided Procedure to implement an offline Adobe Interactive form. This form is based on the standard Requisition Request form used in MSS for e-Recruiting.
    I've copied the standard form and updated the layout to ZCI using the appropriate transaction (not manually). After that, I've changed the Interface and layout. But to get the Form in the portal you need to have a .xpd file. Therefore, I've tested the form in preview mode, saved a copy as a PDF file and opened this copy in the standalone Adobe Lifecycler Designer. In the standalone version you are able to save the form as a PDF (not possible using transaction SFP).
    My question 1 is if this is a wrong approach and there is a better way to retrieve the xpd file.
    Next to that, I wrote a RFC function to retrieve data in the backend. This function is working and now I try to pass the data to the Form in the GP (using prefilling). The data is never passed, any points that I need to check there. The data used to export is a structure that contains a number of table types, because Adobe has issues with importing tables it seems. The form is working correctly in the backend.
    Points will be rewarded for helpfull awnsers!
    Kind regards & thanks in advance...

    Check double post

  • Drop down in dynamic table in the Adobe Interactive Form (Web dynpro ABAP)

    Hi All,
    I have scenario use drop down in dynamic table in the adobe interactive form (Using the button the dynamic table row will be increasing and decreasing).
    Assume I Add five rows dynamically in the dynamic table. The Last column contains Drop down.
    I have button in the adobe form.
    Button Name = u201CSAVEu201D
    Button type    = SAP Submit button (Native type u2013 I am Using ZCI).
    While clicking save button, I need to store the dynamic table datau2019s to back end system. I can able to store the data to back end system. After form data getting saved those particular values need to display in the adobe form. 
    Here I am facing a problem.
    I cannot able to view as a default value in the drop down, which I have selected some values after save operation I am not getting any values in the drop down as a default.
    Example:
    The dynamic table contains 5 rows (Each and every row Drop down contains one to ten values).
    1)     I have selected second value in the Drop down (ROW1)
    2)     I have selected fourth value in the Drop down (ROW2)
    3)     I have selected fifth value in the Drop down (ROW3)
    4)     I have selected seventh value in the Drop down (ROW4)
    5)     I have selected third value in the Drop down (ROW5)
    I press the save button that particular Drop down value gets saved in back end system and that particular values want display in the Drop down as a default value.
    How to resolve this problem.
    Regards,
    Boopathi M

    Hi,
    Solve the problem .
    I have created the New node for dropdown. also i have one node already for table.
    The new node i bind to dropdown, the table same for table.
    Its working fine
    Boopathi M

  • Saving form last modified in LiveCycle Designer as PDF version 1.4

    I have a PDF fillable form that was last modified/saved in LiveCycle Designer. The PDF is currently version 1.7, but I need to reduce it to version 1.4 (for compatibility reasons). The way I normally do this is to open the PDF in Acrobat and use the optimizer to save it down to version 1.4, but with this form I'm getting a message that says "The PDF document contains an Adobe XML form. Such files cannot be optimized." I downloaded the trial version of Designer ES4, but I'm not having any luck taking it down to version 1.4. Does anyone know if  it's possible to save down this kind of PDF to version 1.4?

    LiveCycle PDFs aren't normal Acrobat PDFs, they're an XML file with a wrapper - that's why you can't optimize them.
    You can't save to specific PDF versions, but you can change the target version of the form from Designer. I'm not sure what options Designer ES4 gives you but under the Defaults tab of File>Form Properties you can change the Target Version - I'm using ES2 can can change the compatibility back to Acrobat 7.0.5 (PDF 1.6).

  • Recover comments in Adobe Reader 11.0.2

    Hello,
    I recently made the huge mistake of closing an open pdf document in Adobe Reader 11.0.2 without saving my last 300 comments. As far as I have understood, and found out, the AutoSave folder is automatically deleted when the program closes. However, I have defeated this hurdle by using EaseUS Data Recovery Wizard. Through this, I was able to recover a file called 1.tmp from the AutoSave folder.
    So, that has left me with my original pdf file intact (missing it's last 300 comments), and a file called 1.tmp.
    Now 1.tmp is only 313 kb, and the entire book is 85 581 kb, so obviously it isn't the entire book. But when I open 1.tmp with notepad, get something like what you see below. This is just a tiny piece of the complete file. And in this textfile, I can still see all the comments I am missing.
    So, my question to you: Can I somehow merge the 1.tmp file with the original file to import all my comments again ? Because obviously they are still there in my 1.tmp file.
    I really really hope some of you have some hints for me how to manage this. Oh, and before somebody asks, I have tried to open 1.tmp in Adobe Reader, no luck.
    Thanks in advance
    SandMan
    1.tmp cutout:
    %PDFUpdate-1.6
    %âãÏÓ
    3418 0 obj
    <</AP<</N 1560 0 R>>/C[1.0 1.0 0.0]/Contents(Hele avsnittet er tungt å lese. Kan det deles opp i ihvertfall 2, så blir det litt lettere ?\rBør også vurderes for en litt mer omfattende omskriving.)/CreationDate(D:20130513144644+02'00')/F 28/M(D:20130514104050+02'00')/NM(8b448b2d-c5fb-4ddc-8028-eb5584fafa07)/Name/Comment/P 531 0 R/Popup 3419 0 R/RC(<?xml version="1.0"?><body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:APIVersion="Acrobat:11.0.1" xfa:spec="2.0.2" ><p dir="ltr"><span dir="ltr" style="font-size:10.0pt;text-align:left;color:#000000;font-w\
    eight:normal;font-style:normal">Hele avsnittet er tungt &#229; lese. Kan det deles opp i ihvertfall 2, s&#229; blir det litt lettere ?&#13;B&#248;r ogs&#229; vurderes for en litt mer omfattende omskriving.</span></p></body>)/Rect[280.668 330.103 298.668 348.103]/Subj(Sticky Note)/Subtype/Text/T(-SandMan)/Type/Annot>>
    endobj
    3434 0 obj
    [3435 0 R 3436 0 R 9428 0 R 9429 0 R]
    endobj
    3437 0 obj
    [3438 0 R 3439 0 R 9430 0 R 9431 0 R]
    endobj
    9432 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
    endobj
    9433 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
    endobj
    9434 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP true/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op true>>
    endobj
    9435 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
    endobj
    9436 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
    endobj
    9437 0 obj
    <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
    endobj
    9438 0 obj

    I have tried that, and Reader only tells me the file is not recognized as a pdf and can therefore not be opened.
    Tried pretty much everything I can think of now, but to no avail.
    As I see it, as long as I have the original pdf and the tmp file (placed in the AutoSave folder), I should be able to force Reader to reopen the autosave file and give me all my comments back.
    Maybe there is some corruption in the autosave file, and that is what is causing the problem. Since the file was recovered after deletion, I have no guarantee that the tmp file is 100% ok.
    The way I see it, Adobe Reader shouldn't delete the AutoSave folder when you close it normally. Wouldn't it make more sense if it only deleted files older than 7 days, or when the total size of the AutoSave folder exceeded a preset maximum ?
    I mean, it's pretty normal to be working with comments in Adobe Reader, at least when you proofread a ton of documents, magazines, books, etc. on a daliy basis, and it really sucks when you loose a days worth of work in the blink of an eye...
    Anyway, that's my view of the world.
    SandMan

  • How to store adobe Interactive form PDF in archive link?

    Hi everybody,
    I had create a WebDybpro Abap that contain an Adobe Interactive Form, now I must store this Interactive Form into Archive Link like a PDF document.
    I succeeded to save the PDF document on the archive link but after this operation, when I open this document saved, it doesn't show me the data but only the Interactive Form structure. The only data that file PDF saves are those I passed to Interactive Form during at the event initialization, but it lose all others datas that I inserted on the Interactive Form before to save.
    There is one mode to save also these datas or I can store only data that I load at the initialization event?
    I hope in your fast help.
    Regards.
    Davide.
    To follow the code that I use for Archive my Interactive form like PDF document.
    Salvataggio nell'ArchLink ********************************************
    Ricavo il PDF Source
      DATA: elem_context    TYPE REF TO if_wd_context_element,
            stru_context    TYPE        wd_this->element_context ,
            item_pdf_source LIKE        stru_context-pdf_source.
    get element via lead selection
      elem_context = wd_context->get_element(  ).
    get single attribute
      elem_context->get_attribute(
        EXPORTING
          name =  `PDF_SOURCE`
        IMPORTING
          value = item_pdf_source ).
      DATA: l_ref_cmp_usage TYPE REF TO if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_zcentral_person( ).
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL.
        l_ref_cmp_usage->create_component( ).
      ENDIF.
      DATA: l_ref_interfacecontroller TYPE REF TO
                                      ziwci__wdr_ess_central_person.
      l_ref_interfacecontroller = wd_this->wd_cpifc_zcentral_person( ).
      l_ref_interfacecontroller->store_adobe_document(
        ar_object    =  'ZHRDETRAZ'        " Toaom-ar_Object
        doc_type    =  'PDF'                    " Toadv-doc_Type
        object_id    =   objid                    " Sapb-sapobjid
        pdf_source =   item_pdf_source    " Xstring
        sap_object =   'PREL'                  " Toaom-sap_Object  ).
    METHOD store_adobe_document.   ***********************************************
    Converto la XSTRING del PDF in tabella binaria
      DATA: l_tab  TYPE TABLE OF tbl1024,
            lenght TYPE i.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer        = pdf_source
        IMPORTING
          output_length = lenght
        TABLES
          binary_tab    = l_tab.
    Calcolo la dimensione del documento
      DATA: doc_id TYPE saeardoid,
            size   TYPE i,
            lineno TYPE i,
            length TYPE i.
      DESCRIBE TABLE l_tab LINES lineno.
      size = lineno * 1024.
      DATA toaom_fkt  TYPE TABLE OF toaom.
      CALL FUNCTION 'ARCHIV_METAINFO_GET'
        EXPORTING
          ar_object  = ar_object
          sap_object = sap_object
        TABLES
          toaom_fkt  = toaom_fkt.
      CALL FUNCTION 'SCMS_AO_TABLE_CREATE'
        EXPORTING
          arc_id   = 'ZP'
          doc_type = doc_type
          length   = size
        IMPORTING
          doc_id   = doc_id
        TABLES
          data     = l_tab.
    Create link to business object
      CALL FUNCTION 'ARCHIV_CONNECTION_INSERT'
        EXPORTING
          archiv_id             = 'ZP'
          arc_doc_id            = doc_id
          ar_object             = ar_object
          mandant               = sy-mandt
          object_id             = object_id
          sap_object            = sap_object
          doc_type              = doc_type
        EXCEPTIONS
          error_connectiontable = 1
          OTHERS                = 2.
    ENDMETHOD.  ********************************************************************

    Hi Davide,
    I have a requirement where I just need to SAP HCM Archive Adobe form in External repository.
    Since you are using the archiveLink functionality.
    Can you please help me how you did?? What configurations need to be maintained for this?
    I am new to this. I did some Rnd on it and found that it can be achieved using HRFORM_HRF02 Business Add-In in the SET_ARCHIVE_INDEX method.
    But I have no clue how to do it?
    Can you please help me?

Maybe you are looking for

  • Ipod sometimes charges and sometimes doesnt. Is Software the problem?

    I am having problems with my ipod mini. On some days it charges and on other days it "fake charges". By "fake charges" I mean : leaving it to charge on my computer via usb cable overnight and it did not completely give me the charge sign. I would unp

  • Oracle 11g XE not working with oracle BI publisher 10g after enabling ACL

    Hello, I previously work with oracle 10gXE and Oracle BI publisher 10g and it work fine. now i install oracle 11g XE and try to configure it with oracle Bi Publlisher, it show this error "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", l

  • My ipod disconects after updates, but I want to use it for data

    Hi there! I'm not sure how to make my ipod stay connected so that I can load data files onto it after it is done updating music files. Any tips? Thanks! LKM

  • New form16

    Hi All, we are working on sap 4.7 version. in my system new form 16 is not comming and CIT address are not comming plse tell if sap provide  Notes & Patches related to this issue . Thanks in advance.

  • Premiere Pro CC 2014: Glitched screens?

    I'm trying to make a stop motion video for a class at school and my view screens keep glitching. They'll look normal for about a half second - barely long enough to see a photo - then go back to these weird glitchy "images" I'm wondering if this is b