Offline adobe forms:  No vendor specified

Hi experts,
I follow chapter 11.2 in  "SAP interactive forms by adobe" book (ISBN:978-1592292547):
  1. I have a web service. It has been calling by web system and windows mobile, and works well.
  2. create a interface in ECD
  3. create a form, create a new connection, import the WSDL file of ECD web serice, and drag&drop, save, active
  4. download the sample code of generating PDF from sap-press.com, create a program, save, active
  5. run the program at step 4, select  the form name at step 3,input the pdf file name, execute, but I got the error message:
"No vendor specified"
I trace the program at step 4, it has exception at l_pdfobj->execute( ).
Thanks

Even I had encountered this in many demo programs . This not the actuyal message, put a break point at the statement MESSAGE and you will see that the actual message is something different.
If  you cannot easily locate the line in the code that is issuing this message  use the below steps
1. Goto menu Breakpoint sin debugger and  Breakpoints At
2. Choose statement and  enter "MESSAGE"...
Pls dont mind the extra information on the debugger steps...if you already aware

Similar Messages

  • Issue while uploading a offline Adobe form

    Hi i`m working in Offline Adobe form.I`m able to send a form  to vendor and he is able to recieve and download the form.But while uploading the form some "Runtime uncaught Exception occurs".
                                  The Exception is CX_FP_RUNTIME SYSTEM and trigger  location of  Exception is
    CL_FP_PDF_OBJECT..I couldn`t resolve that...Plz help me out...

    Please specify when the error occurs. According to my experience, the problem can be that the transformation (XML data --> ABAP variable) has found some unexpected character. If my guess is right you need to debug this trasnformation and remove the unwanted character before the transformation starts.

  • Offline Adobe Form Issue

    Hi Experts,
    I have a requirement to add few fields in my offline adobe form (ZCI Layout) which is getting called from webdynpro abap (via UI element "FileDownload").
    The new fields has been added in the context node of WebDynpro and the population logic is all written in the appropriate method. Now the same needs to be added in the Adobe form as well.
    So can you please help me with how to update the XML interface for the Adobe form.
    I have already refreshed DataView but its not working.
    Thanks a lot in advance.

    Please specify when the error occurs. According to my experience, the problem can be that the transformation (XML data --> ABAP variable) has found some unexpected character. If my guess is right you need to debug this trasnformation and remove the unwanted character before the transformation starts.

  • Offline adobe form

    Hi All,
    I have a new requirement where we need to create Vendor using adobe forms. The requirement is given below:
    1. Need to create offline interactive adobe form for vendor details. For this, we need to send the form to the vendor to fill out and he will transmit the filled form back.
    2. The above filled out to be processed with the data provided and can be written to the system. Once details are filled in, Vendor needs to be created in SAP either real time or in batch (something like xk03 transaction).
    Please help me out how this can be done using adobe forms.
    Thanks,
    Vinod

    Hi Vinod,
    Go through the following blog :
    [/people/shruti.rathour/blog/2008/02/07/uploading-sap-interactive-form-on-the-abap-webdynpro-view]
    This will clarify all your doubts.
    Only change the scenario according to vendor creation instead of sales order creation.
    Reward points for helpful answer.
    Regards,
    Vaibhav Tiwari.

  • How to change co-ordinates of an internal table in page 1 & 2 using offline adobe forms?

    Hello All,
    How to change co-ordinates of an internal table(main window data) from page 2 onwards in offline adobe forms. For e.g., I need to print my internal table around 3-4 lines along with header&footer(only 1st page)in page 1. From 2nd page onwards Internal table should print header and use remaining page til end.
    Thanks in advance for your help.
    Thank you,
    Janakiram.

    Issue resolved...need to use content area option to achieve the same.
    Thanks,
    Janakiram.

  • How to SAVE the images in the offline adobe form pdf

    Hi All,
    Actually I am working offline adobe forms.In my one of the requirement user want to upload the images in the final output pdf form. For this requirement I added Image Field in the layout. So, now I am able to upload the images from desktop but I am unable to save the uploaded images in the pdf form.
    Please let me know is there any parameters need to pass for this requirement.
    Please help me ASAP and your help will be appreciated.
    Thanks,
    Ravi.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

  • Integrating Offline adobe form in Portal

    Hi All,
    I created offline adobe form using SFP tcode.
    This form needs to be integrated in Portal. When user logs in, he/she should be able to open this form.
    Can offline adobe form can be integrate to portal directly? or do we need to create the Webdynpro applications only for poral?
    Please let me know whether we can integarate offline adobe form to portal directly. If not why?.. I don't know about portal.
    Thank you!
    Prasad

    Hi Deepika,
    This discussion thread is all about integrating a WebDynpro application which contains adobe form into portal.
    I assume your requirement is different which needs to upload an offline adobe form into portal.
    There are documents available to explain this functionality in detail. Please note down the following.
    1) For uploading adobe form should be XML schema based.
    2) There should be a webdynpro application with uploader UI element which has been integrated into the portal.
    3) On form upload, you will get all the data associated with the form within webdynpro
    Thanks & Regards,
    Sanoosh

  • Update data of pdf (offline adobe forms) to sap system By Inbound E-mail

    Hello,
    I am trying to update data in PDF (offline adobe forms) to Sap system by Inbound E-mail. Kindly give some suggestions for scenario to do this task.

    Hi,
    There ia a good information for your requirement.
    Please check the below link.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/c0c139d3-3eae-2910-01a1-d253f2587b0e&overridelayout=true
    Thanks.
    Uma

  • INBOUND MAIL PROCESSING in SAP for Offline ADOBE FORM Concept

    Hi to all,
    Please can anyone tell me, what INBOUND MAIL PROCESSING in SAP for Offline ADOBE FORM?
    What is concept and how to use it, is any program need to write for that or only need to configure it.
    I have searched the SDN, but only get topic how to configure inbound mail processing.
    I am new to this area; please any one put some light on it.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Hi Pavneet,
    Inbound processing of an offline adobe form consists of several things -
    a) an email id to be created on the server (to accept the mail & process the adobe form - this needs to have the right roles)
    b) the smtp config needs to be done by basis
    c) the abap developer needs to create a handler class that gets called when an email is recd in SAP. This handler class has 3-4 methods (first to read the mail and extract the pdf, convert data in pdf to the abap variable, process the form to do the specific function in sap (which will vary from requirement to another).
    I found this blog very useful when I was getting my adobe form done -
    /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
    Hope this helps.
    Cheers, Liz
    (ps: you might get more help in the adobe form specific forum in sdn)

  • Dropdown list in offline Adobe forms based on Particular plant number

    Hi All,
    Actually I am working on the offline adobe forms. In one of my requirement User will enter the Plant number after that user click on Submit button then the data in Function/Area and Equipment fields will come in a drop down list based on the particular plant number(User entered plant).
    So. for this requirement I will create the one RFC function module, from that FM I create one web service and configured in SOAMANAGER and finally integrated into the adobe form.
    Now my question is user enter the plant number after that user click on Submit button then the total list in the both fields will come in a drop down list for the particular plant?
    Your help will be appreciated.
    Thanks,
    Ravi.

    Hi Lennart,
    Here are a few comments/hints:
    1. To access the data value of a form field use the rawValue attribute
    2. Not sure which event you are using, try using the change event, if you are using it your script doesn't work since the updates did not happen and you are using the wrong attribute
    3. the change event has an attribute newText that can be accessed as follows: xfa.event.newText
    Cheers
    Juergen

  • SSO authentication in offline adobe form

    Hi,
    I have a scenario wherein I'm  submitting an offline Adobe form . Now, I want the system to automatically pick up the windows credentials with which the user has logged in and use those to submit the form to SAP.
    Please explain as to how to achieve the above.
    Thanks and Regards
    Nidhi Jain

    Hi Nidhi Jain  please did you find any solution ?

  • Data Validation in Offline Adobe Form

    Hi,
    I need to validate some data through SAP tables in offline Adobe form .Please let me know how do we acheive this.
    Ricky

    Hi Liz,
    Thanks !
    First For populating data into Adobe Form we need to create a Webservices or what else.
    Second My validation included Material Numbers,Serial Numbers etc.
    About the requirment.........I have to send a offline Adobe form to person and he/she will make entries into that form (No Connection through SAP System ).
    Then after it will revert to respective person for further edition and submitted to SAP System(SAP Connected)
    Please advise the same.
    -Ricky

  • Offline adobe form closes automatically on Vista while its works in XP

    Hi Experts,
    I have a problem in which the 100 % offline adobe form is not working on vista machine while the same is working in XP. The form closes automatically on vista machine using acrobat reader 9.3 version while the form is trying to load data from a webservice to populate the dropdowns. It is working fine in all XP machine with Acrobat reader 9.0.
    The form are created using ALC 8.1 and Interactive form element has display type = ActiveX.
    Please can you provide some solution to the problem, does any setting like buffer size etc needs to be added/increased on vista. I had asked user to downgrade the acrobat reader version to 9.0 on vista machine to eliminate one factor and waiting for result.
    Regards
    Deepak

    Hi Chintan,
    Thanks for the advice. I had already asked the user to downgrade the adobe reader version.
    I know that ZCI is available for the release currently being used and should be used, but the forms were designed some 7-8 months back and currently UAT is going on, so I need to fix this issue quickly.
    I had already planned to move the forms to ZCI after UAT.
    Now, the single forms behave differently (some fields/pages visible/hidden and populated accordingly) based on the input provided by user. There are 39 different scenarios in which the forms runs.
    Now for the user on vitsa, the form is working for 10-15 scenarios but the adobe reader closes automatically for other scenarios. The only thing I can think of is that data volume for non working scenario is more to be populated in the forms. While all the scenarios are working fine in XP machine.
    Have you faced this kind of issue, looks like buffer/memory issue on vista machine as the adobe reader closes without showing any error to the user?
    Regards
    Deepak

  • Offline adobe forms using webservices-how to print table data

    HI,
    i have created offline adobe form using webservices which call rfc to pull the data ...to get inspection lot details ...
    iam getting header data....but iam not able to get multiple line items of the table data ..here in scenario there are 4 line items but only 1 line item is getting displayed in the form...
    is there any need to handle seperately to display  tables data in offline adobe forms if we call from webservices
    Tousif
    Moderator message: please have a look in the dedicated forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on Jan 18, 2011 3:08 PM
    << Moderator message - New question asked, so this is locked >>
    Edited by: Rob Burbank on Jan 18, 2011 10:19 AM

    This is oofline adobe form which is created throgh webservices
    Edited by: tousif_ig on Jan 18, 2011 3:19 PM

  • Authorization check for an offline Adobe form

    Hi folks,
    Quick ques - Is there a way I can validate whether a user has the authorization to enter data on an offline Adobe form ?
    The form is going to be generated and sent to users. So when the user is ready is to fill data, there is no connection to SAP.
    Any ideas?
    Thanks for your help!
    Rds, Liz

    Hi Liz,
    Password encrypted forms are not supported by SAP but you can try with other options like putting inputs fields for user and validating them but that would not be an encrypted one.
    Password Encrypted Forms are supported from the Adobe LiveCycle ES versions 8.2 and it is a standalone tool and not supported by SAP.
    Pl refer to the following links for more information:
    [Re: Password protected PDF file;
    [pdf with password encryption;
    [Setting a security method in Adobe forms;
    Thanks and Regards,
    Jhansi Miryala

Maybe you are looking for

  • Problem with Maps in Mavericks on Macbook pro

    I just installed OS X 10.9 Mavericks on my Macbook pro 2010 mid model. Install processes were good with no problem. After Install, I opend Maps application. I found my Map is not load whole map image. like this picture. Can any one help me from this

  • How to Handle PF Status in ALV  report ?

    Hi friends i wanna handle my own PF Status in my report how can i handle it ? please help me? regards satish

  • Connect problem with db link and scheduler_jobs on 10.2.0.4.0

    hello guys i have got this problem, i hope someone can help me to understand and solve it. I have a pl/sql procedure where is referenced a table on a db_link. I own all the grants needed, and if i recall it in an anonymous block, it seems to work. i.

  • Sender File Adapter-Content conversion for a tab delimited file

    Hi all, I have a FIle to IDoc scenario, where the File is with the structure Header,Detail,Trailer. Header and Trailer are with fixed field lengths, whereas the detail records are tab delimited.(Functional spec says delimited by H'05'). I have given

  • Doubt in select in to statement

    In employees table employee_id first_name last_name are columns. Written Following pl/sql and it compiles fine create or replace procedure passEmp(employee_id number,colname varchar2) as sname varchar2(50); begin select colname into sname from employ