Adobe Form - Selection Tray using xdc file

Hi experts,
I read some forums/articles on SDN and I found that I must change xdc files in order to select tray number on my sap device.
I used the xdc editor to copy the standard file hppcl5c.xdc and insert the trays of my printer.
I used report RSPO0022 to create a record for my device type.
I put my xdc file into the directory <instance>\SYS\global\AdobeDocumentServices\lib\.
Now I try to print my adobe but it doesn't work, it doesn't create the spool number and the FM FP_JOB_CLOSE return with error usage_error.
I've SapNetweaver 7.0 Support packages 13.
Could you help me?
Thanks in advance

I solved the problem by reading this document.
XDC and Job Profile Scenarios
Scenarios provide you with examples of how you can make specific settings for
your printer or print job. You can download the document Customizing Printing Workflows from the SAP Service Marketplace at http://service.sap.com/adobe u2192
Media Library u2192 Documentation.
I used the application Eclipse to edit XDC files.
Visit http://www.eclipse.org/platform.
If it doesn'n work, use the trace of Adobe because  It can be helpful.
Regards.
Daniele

Similar Messages

  • Adobe Forms central it useful for sap Consultant

    HI all,
    Last few years in sap Consultant and i worked SAP Adobe forms this Adobe Forms Central it useful for sap Consultant

    FormsCentral does not have any integration with SAP.
    Thanks,
    Josh

  • Print Adobe Form AND Save a PDF file

    Hi Experts
    We have a situation where I need to print the output of an Adobe Form (printing only, it is not dynamic) that is generated during the dispatch process. In this case it is a Picking slip, but the same will apply to other documents. Currently, this works well - the output is produced and sent to the correct printer.
    A new requirement by the business is that they need an audit copy of this document. This document needs to be saved in a certain folder on a file server. I know I can do this by using the getPDF setting of SFPOUTPUTPARAMS, and I have done it before for other applications.
    However (and this is the question!), it seems that when I set getPDF, the print output does not appear anymore. Can anyone explain to me how to produce BOTH print output and a file copy of the PDF at the same time please?
    Thanks
    Casper

    I have found something for you, but you have to finish it for yourself:)) Please check here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/6d/bd2d828aa04eeb9451aad0d02ae9a0/frameset.htm
    Features
    Forms with different form designs and different languages are bundled together. The data in the forms can be different.
    Form bundling is supported for the following scenarios:
    ●      Print
    ●      Print and archive
    etc.
    Otto

  • Adobe Forms Error while using Webservice

    Hi All,
         I have created a interactive adobe form in abap . The adobe form has a button , on click of this button a webservice has to triggered. I have written the script to call the webservice(data connection) in FORMCALC but the webservice does not get called when I open the adobe form in my desktop and click on the button in the pdf.
    I get a error saying the "Error attempting to read from file" displays the webservice URL below.
    could someone help me resolve this issue . Is there any settings that I am missing for the interactive form to work?
    Thanks in advance
    Edited by: Sudheendra Puthuraya on Nov 19, 2008 5:58 AM

    Hi Sankar,
    this is a abap web service. I agree with you it is related to authentication.
    When I created the web service from Function module I used security profile as PRF_DT_IF_SEC_NO which would mean there will be no security.
    I also noticed that I work in my office network, the web service works fine but when I am working in my home network I get this error.
    Do you think of any config i might have missed?
    Thanks,
    Pankaj

  • Adobe Form From Excel Has Excel File Location in Form

    I took an excel sheet that we use as a form and used the adobe form wizard to convert it to a pdf form and it has the excel files
    location at the bottom of the form C:\Documents and Settings\My Name\Desktop\stsform.xls.
    How can i make it so that this does not show up in the pdf form? This is being read in from somewhere as it does not appear on the excel form.
    This may be a basic question but this is my first try at adobe forms. I am using acrobat 9 Pro.

    Hi..
    does any one here to explain how the coding to be done..

  • Adobe Form Digital Signature using WDA

    Hi,
    I have implemented Interactive Adobe Form using WDA, with one Signature Field.
    I need to set and verify the status of the Digital Signature.
    1) Is it possible to sign the Adobe form without the user selecting the Digital Id, basically what is needed to implement automatic signatures (setting and verifying)?
    2) Once the data is filled online, the form is to be distributed or downloaded. How to apply security parameters to Form in this case (like pass protected etc). From SAP documentation, I understand we need to use Adobe Policy Server. Can we install this server on the Java stack of SAP WAS. Are there any other alternatives to implement such features?
    Thanks & Regards,
    Chitrali Shah

    I realize there is quite a bit of crossover between the two topics, but becuase you want to know about digital signature and specifically offline security; this question would probably be better asked in the Adobe Interactive Forms forum:
    SAP Interactive Forms by Adobe
    However I'm not going to lock the thread, as the WDA forum you will find many Forms experts as well and might find a solution.  I just think you might have better luck in the other forum. This is perhas a rare case where double posting would be appropriate as long as you go back and update both threads with any solutions.
    It sounds like you may have already found it, but about all I can offer on the subject is the link to the latest version of the online help on the subject:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/a0677efb696bb9e10000000a42189d/frameset.htm

  • ADOBE form page hiding using formcal scripting

    Hi Experts,
    I am new to ADOBE form and currently working on invoice print output. (NOT an Interactive adobe form)
    My requirement is
    i wanted to print one main page and 5 different annexures(anexures are having different layouts so is in diff forms and contained in diff pages)
    Deppending on 'Oreder reason' (made as global variable) , i need to select appropriate annexure and print
    main page and any one of the annexure.
    so i should hide all other annexure, to achive this i used formcalc scripting.
    i tried hiding annexure 2 by following code,
    data.Annexure2::ready:form - (FormCalc, client)
    if ( data.G_F_ORDER_REASON.rawValue == "ANX" )
    then $.presence = "hidden"
    endif
    i have passed value 'ANX' to this , i could see the value of order reason printed on page Annexure2 but it is not executing (getting in to if condition) condition and not hiding the page ...
    Experts please help me...
    this way i have to hide 4 other annexures...please help me or give me some other option to achive this.
    thanks and regards
    varun
    Edited by: skyblue on Aug 6, 2011 3:30 PM
    Moderator message: please do not cross-post.
    Edited by: Thomas Zloch on Aug 8, 2011 11:29 AM

    Hi Experts,
    I am new to ADOBE form and currently working on invoice print output. (NOT an Interactive adobe form)
    My requirement is
    i wanted to print one main page and 5 different annexures(anexures are having different layouts so is in diff forms and contained in diff pages)
    Deppending on 'Oreder reason' (made as global variable) , i need to select appropriate annexure and print
    main page and any one of the annexure.
    so i should hide all other annexure, to achive this i used formcalc scripting.
    i tried hiding annexure 2 by following code,
    data.Annexure2::ready:form - (FormCalc, client)
    if ( data.G_F_ORDER_REASON.rawValue == "ANX" )
    then $.presence = "hidden"
    endif
    i have passed value 'ANX' to this , i could see the value of order reason printed on page Annexure2 but it is not executing (getting in to if condition) condition and not hiding the page ...
    Experts please help me...
    this way i have to hide 4 other annexures...please help me or give me some other option to achive this.
    thanks and regards
    varun
    Edited by: skyblue on Aug 6, 2011 3:30 PM
    Moderator message: please do not cross-post.
    Edited by: Thomas Zloch on Aug 8, 2011 11:29 AM

  • How to check how many adobe forms are in use cross systems or locally

    Hello,
    we want to check that we are not using to many adobe forms within our SAP system. Is there an easy way to get this information out of sap ?
    please guide. (TC or  Report)  
    thanks
    JR

    Each time you open a new browser window you will get a new session.
    attributes stored in one session are not accesible from the other one, so they can not be overwritten
    Regards
    Tilo

  • Send PO Adobe form as email using BBP_PO_ACTION_DEF

    Hello SRM Guru's
    I need to send my PO adobe form as an EMail....So please guid me ...how to setup the configuration using T-code BBP_PO_ACTION_DEF .
    Thanks and Regards...
    Priyank Dixit

    Hi Priyank,
    Within the Action Profile BUS2201 you need to configure a new processing type: 'External Communcation'. Within this processing type you can configure your adobe form settings and linkaging
    Form name: 'BBP_PO_ADB_NL' (standard adobe form, view/create adobe forms via txn SFP)
    Form type: 'PDF-Based Forms'
    Format: BBP_PO_ADB_MAIL
    Personalization type: Recipient-Specific Variable Replacement
    We have configured output rules via txn BBP_PO_ACTION_CONF. Setting the 'external communication' processing type as the processing type for vendor output type 'mail' (changing the default 'Smart Forms Mail').
    Note: You require SAP Archivelink for archiving purposes, without it you can/should not activate archiving.
    Kind regards,
    Tim

  • Wanna Send email thru Adobe form...using tcode VA41

    Hi Experts,
    My issue is
    I have created an Adobe form.
    Now I want to send this form thru email ...
    This adobe form has to be generated using tcode VA41 which is then attached and emailed to customer.
    How do i do that...
    Can anyone help in sorting out this issue....
    Regards,
    Vijaya
    Edited by: Vijaya B on Jul 16, 2009 3:57 PM

    Hi,
              Code a prog. to generate emails and find the user exit using tc : smod , cmod where the adobe form is been triggered in the Trasaction.
    Regards,
    kumar.

  • Adobe Forms Interactive_OFFLINE SCENARIO_Get Image Local file/path name

    Hi,
    I have requirement In adobe forms interactive. Please refer on the scenario below.
    OFFLINE SCENARIO:
    1. User Click the IMAGE FIELD --> 2. Select Image from the local drive --> 3.? (requirement to be resolve: we need to get the image filename that was selected on step #2 and pass its value to a field) -THIS ONLY BE DONE IN JAVASCRIPTING.
    Just to Iterate our issue:
    We need to get the image filename that was selected on step #2 and pass its value to a field) -THIS ONLY BE DONE IN JAVASCRIPTING
    WORK AROUND WE MADE
    1. We tried the scripting which found on the link below but only applicable when user click a button and save the filename or filepath in the image list.
    Adding attachment to form
    2. Currently we are trying to get information with the EVENT class, object and method documentation just to address the requirement said above. As of now ongoing research just to suffice the requirement.
    Your response is highly appreciated.
    Thanks,
    Choco

    Hello
    Create a form with standard layout and it should work. Once the webservice is created and maintained in SOAADMIN, make sure the user has the relevant authorizations w.r.t to webservices, so that the form can call the webservice.
    hope this helps.
    Best Regards
    Saujanya

  • How to select tray using PJL command language

    Hello, I am printing directly on the TCP port 9100 of my HP Laserjet printer with a script and would like to know what is the PJL command in order to set the tray on this specific printer. For example when I would like to print using the tray number I tried the following command: @PJL SET MEDIASOURCE=TRAY2 but it does not work, my printer still uses tray 1... Any ideas? RegardsJohn

    Hi All,
    I have created a cube using Translations(Spanish and English)! Now the cube is ready for browsing, I browsed the cube and see the Spanish measures by changing the Language to Spanish in the toolbar. Now I am integrating this cube with C#.net, the cube browsed
    by English language successfully, OK.
    Now My problem is I want to browse the cube in Spanish also, How can we change the Language(in tool bar) dynamically from Application to SSAS server? I have one flag came for language, when the user select the language in my application. Is there any way to
    change the Language dynamically in SSAS server? 
    Please send suggestions/Answers to here or [email protected] 
    Thanks in advance!
    NAGA RAJ

  • Multiple weight font selection when using STL file importing...

    I am aware how powerful the manual editor is for DSP4.2, but unfortunately a lot of the editing for my subtitles needs to be done outside of DSP. So I came across a little bit of a problem...
    When using a multiple weight font, like Kozuka Mincho Pro (and many others), there are several weights, and some don't even have a "Bold." As an example Light, Thin, Roman, Heavy, Black, etc.
    So, using the STL method of importing, how does one specify a font AND weight that does not correspond to a "Bold" version? i.e., setting "Helvetica Neue Bold" does not bring that weight up when specifying "Bold = False," and you can't possibly get "Helvetica Neue Black," under any circumstances. I've attempted to get around this, but all I get is a message saying that the font is not found, and that the default font will be used. Is it even possible to do this?
    Hand entering and altering kanji in DSP's manual editor will be a nightmare, if I can't figure a way around this (the STL file is re-loaded dozens of times for placement issues during the project, meaning manual edits would have to be re-done every time).
    Hopefully the next version will allow the user to edit the .rtf document with styles and fonts and import them as styled text the way it appears. Multiple fonts per line, so easy integration of various symbol fonts can be dealt with, etc.

    Nope, using "$FontName = Helvetica Neue Black" does not work. And you can't even do anything close to that with fonts whose weights are specified as W3, W5, W7, etc.
    I found another snippet buried in the new manual that states something to the effect that the name must be spelled exactly as it appears in the "Font Panel." If this is so, then you can only access two weights from any font, just like working with good old-fashioned windows...
    So, unless there is a DSP specific trick for the STL format, I'm going to guess it's not possible.
    And I cannot re-compile fonts with new names and data, since most of the fonts I will be working with, with this issue, are full Kanji Unicode fonts, and we would have to purchase a font-editor that, IIRC costs about a grand. I think the SysAdmin would frown over both aspects of that... ^_^

  • Convert Adobe form (PDF file) to Word file

    Hi,
    my need is in the title, i would like to convert a Adobe Form, in fact a pdf file to word file. What is the best way ? And of course is it possible ?
    Thanks for your help.
    Cheers.

    Hello,
    nothing like this cannot be done. You can generate interactive form if you need your user to fill in some more details. You can generate Word for example using OLE. There is a nice SDN contribution on generating MS Word using SAP Word OLE. Regards, Otto

  • Using Adobe Form with SRM Functionality.

    Hi Friends,
    Our client wants to achieve the total functionality of SRM Purchase Order and Shopping cart through Adobe Form.I would like to know if any of you have come across such a scenario where Adobe Form has been used to replicate SRM purchase Order and Shopping Cart functionality.
    It would be a great help to us if you kindly share your experience of the above scenarios.
    Thanks in advance.
    Best Regards,
    Koushik

    Note 1264423 - Customizing for print forms in SRM 7.0
    Summary
    Symptom
    New functionality/Enhancements provided in SRM 7.0 for print forms is only
    available in the SAP Interactive forms by ADobe and is not available in
    Smartforms delivered by SRM.
    More Terms
    PDF based forms, ADB, Adobe forms, Confirmation, BBP_CONF_ADB, SAP
    Interactive forms by Adobe, Output, SRM-EBP-CA-PRT, SRM-EBP-CGS
    Cause and Prerequisites
    All new enhancements or functionalities are supported only in SAP
    Interactive forms by Adobe which is delivered as part of the SRM 7.0. The
    Smartforms deliverd in previous verions would not have any new enhancements
    from SRM 7.0.
    So it is recommended to use the new SAP interactive forms By Adobe instead
    of the Smartforms for print and output in SRM 7.0.
    Solution
    The customizing required to switch to the new SAP interactive forms by
    Adobe are described avaiable as part of the customization documentation
    againt the IMG entries for Output:
    the documentation and the respecitive customizing can be accesed in the
    following manner:
    Step 1:
    Goto transaction SPRO -> SAP Reference IMG -> SAP Supplier relationship
    Management -> SRM Server -> Cross Application basic settings -> Set output
    Actions and output Format -> Define Actions for Document output.
    maintain the action defentions for all purchasing documents for which the
    new forms are intended to be used in the above mentioned customizing.
    Save the customizing
    Step 2:
    Goto transaction SPRO -> SAP Reference IMG -> SAP Supplier relationship
    Management -> SRM Server -> Cross Application basic settings -> Set output
    Actions and output Format -> Condition-Dependent Document Output.
    maintain the conditions for output for all purchasing documents for which
    the new forms are intended to be used in the above mentioned customizing.
    Save the customizing.
    For more details on each of the above mentioned steps access the
    corresponding documentation againt the respective customizing entry in
    SPRO.
    Release Status: Released for Customer
    Released on: 30.10.2008 11:23:10
    Priority: Recommendations/additional info
    Category: Customizing
    Main Component SRM-EBP-CA-PRT Document Output / Forms
    Valid Releases
    Software Component Release From
    Release
    To Release and Following
    SRM_SERVER 700 700 700
    regards
    Muthu

Maybe you are looking for