Reg Control Parameters of Adobe forms

Hi,
   I am have a issue with adobe forms, the purchase order in me22n changing the values and saving the PO has to go as an PDF attachment to the Vendor mail . But it is not happening but the PO is Processed sucessfully. The vendor mail is checked and it is correct and the type of medium to the Output is External Send which is for the email. The form is copy of  Standard Adobe form and the program is also std copy of SAPFM06P. In the driver program is any coding is required for the controlling parameters of form so that mail will happens.
    Plz help me out in this issue.
Regards,
Narasimha

Hi Narsimha,
I think the standard program may not have functionality for sending mail .
Check for nast-nacha value, see the code below
CASE gs_nast-nacha.
    WHEN gc_nacha-external_send.
*     Proccess communication type
      cs_outputparams-getpdf = gc_true.
      cv_device              = gc_device-email.
    WHEN gc_nacha-printer.
*     Print
      cv_device                    = gc_device-printer.
    WHEN gc_nacha-fax.
*     Fax
      cs_outputparams-getpdf       = gc_true.
      cv_device                    = gc_device-fax.
  ENDCASE.
After fp_jobclose write these lines
CASE lv_device.
    WHEN gc_device-fax
      OR gc_device-email.
*  Code to send PDF file as mail attachment should be written within these lines
      PERFORM send_data using lv_pdffile.
  ENDCASE.
The Driver Pr
>
Narasimhulu wrote:
> Hi,
>    I am have a issue with adobe forms, the purchase order in me22n changing the values and saving the PO has to go as an PDF attachment to the Vendor mail . But it is not happening but the PO is Processed sucessfully. The vendor mail is checked and it is correct and the type of medium to the Output is External Send which is for the email. The form is copy of  Standard Adobe form and the program is also std copy of SAPFM06P. In the driver program is any coding is required for the controlling parameters of form so that mail will happens.
>
>     Plz help me out in this issue.
>
>
> Regards,
> Narasimha

Similar Messages

  • Archivelink Parameters for Adobe Form

    Hello,
    I am trying to Archive outbound correspondence (SAP Adobe Form) to a content repository that I set up for Inbound correspondence using Archivelink.
    Archivelink is configured and working for Inbound corresponence that resides on my local drive, however I am unsure how to send a form outbound using the Import Parameters in the Adobe Form generated Function Module. 
    I am trying to test this using a SAP standard delivered form: (F140_ACC_STAT_01) (function module: /1BCDWB/SM00000012).
    Can someone please help me with specific values needed for the Parameters to get Outbound archiving to work properly?
    Some of the below params are obvious (i.e. langu, country, etc). However, some are ambiguous even after reading any documentation that I have found (i.e. Function, sap object, ar_object, object id). I tried to drill down on the params data el. to find value tables, but had no luck.
    Here is are my related objects:
    Business Object = BUS1006, Cont. Repos = Z1, Document Cl = 'PDF', Doc Type = 'ZBPDOCTYP' (w/pdf doc cl), Link tbl = 'TOA01'.
    Here is the FM structure, can you please tell me how to fill it based on your experience and the above given values?
    /1BCDWB/DOCPARAMS
           LANGU       =
           COUNTRY   =
           FILLABLE   =
           DYNAMIC   =
           DARATAB
                 FUNCTION  =
                 MANDANT  =
                 DEL_DATE  =
                 SAP_OBJECT  =
                 AR_OBJECT  =
                 OBJECT_ID  =
                 FORM_ID  =
                 FORMARCHIV  =
                 RESERVE  =
                 NOTIZ  =
           REPLANGU1  =
           REPLANGU2  =
           REPLANGU3  =
    Your help is greatly appreciated. Thank you.
    Kind Regards,
    Jason

    Hi,
    Do you want to know what values have to be passed to the following parameters:
                 FUNCTION  =
                 MANDANT  =
                 DEL_DATE  =
                 SAP_OBJECT  =
                 AR_OBJECT  =
                 OBJECT_ID  =
                 FORM_ID  =
                 FORMARCHIV  =
                 RESERVE  =
                 NOTIZ  =
    If yes? Then I could help a lil bit here:
    MANDANT = client (by default its taken as the logon client)
    DEL_DATE = date of deletion of the Outgoing document stored
    SAP_OBJECT = Business object = BUS1006
    AR_OBJECT =  Document type = ZBPDOCTYP
    OBJECT_ID = would ideally be the document number (has to be passed by the calling application)
    RESERVE = document class = PDF
    I am not sure of the FORM_ID and FORMARCHIV.
    Generally the function module ARCHIV_CREATE_OUTGOINGDOCUMENT is called for creating the ArchiveLink documents. Applications like MM, FI call this function module. This is further called by the function module CONVERT_OTF_AND_ARCHIVE. If you could check these function modules, it might be of some help.
    Best Regards,
    Sindhu Sreedharan.

  • About the controls used in adobe form central

    can i use multiple controls in a single line in adobe form central. like if i want to use a grid along with that a text box in a single line then is it possible to do so. if yes then plz telme how?

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Reg : Offline Process In Adobe Forms

    Hi All,
    I just to know want to know how the off line process work in adobe forms, with some real time examples and also i want to know how the data has been transformed to Sap when the user fills the form in off line. Is it possible to import all the paper works to adobe forms as like in the One Note Concepts.Please Clarify me on this concepts as am new to Adobe Forms.

    check here
    https://www.sdn.sap.com/irj/sdn/adobe

  • Reg. barcode printing in adobe form

    Hi experts,
          I want to display barcode in adobe form.
    I am using code128 standard barcode.
    My requirement is to display the humanreadable format in barcode(text that displays with barcode) with 16 font size and
    it should have format DTAPxxxxxxxxxx.i.e DTAP should be the prefix and remaining should be dynamic.
    However i didnt find any option in adobe form to the same.
    Request you all to tell me the solution for this problem..
    Thanks in advance,
    Swathi..

    Hi,
    Declare a variable of character type and concatenate DTAP and Bar code value into that variable.
    Later print that in required bar code format.
    Try this.

  • Reg: Label printing in Adobe forms

    Hi All,
    I am working on Adobe forms for printing labels. For that I have created 10 content areas on the master page and properly aligned all the fields such a way that they fit into the content area exactly.
    I am having two subforms with names subform1 & subform2. I have wrapped all fields in subform2 and placed it in the subform1.
    Properties of subform1 : I have set it as flowed and set after as 'Go to next content area'
    Properties of subform2 : I have set it as positioned and set after as 'Continue filling parent'
    The problem here is when I am trying to print 10 labels, all the labels are printed on one page and another empty page is getting displayed. Please provide me some hit for avoiding this blank page. [The data in the labels are exactly fitting into the content area]
    let me know if you eed any other information.
    Thanks,
    Raveendra.P

    Hi Gold,
    I am not very sure...but with the easy solution you gave for my problem...I think one label will be printed per page. Please correct me if I am wrong.
    I think when we use subform..we will set it as flowed and when data exceeds it moves to next page
    Also give me some hint why empty page is getting displayed in my case.
    Edited by: ravee on Jan 12, 2010 1:56 PM

  • Reg : Heading display in Adobe Forms

    I have Created an appln using Adobe Forms.
    In Body Pages Data is displayed with Heading. I have given Flowed Option for mulitple pages display.I want the Heading
    to be reflected in all the body pages.
    I  don't want to display it in Master Page bcos I am displaying some text in first body pages continued by the table.
    Any option is there for getting Heading in all the Table display pages only. Thnks in advance...

    Hi
        Go to the Table in the body page  -> then select the Header row only -> right click on the header  row -> Go to Palletes -> Object -> Under pagination tab -> Check the check box Include Header Row in Subsequent Pages .
    Then save and active it. Try this one. I think it will solve your problem.
    Thanks
    Sriiiiiiiiiiii(Srikanth)

  • REG: Hiding Objects in adobe forms

    Dear Experts,
    I am working on interactive forms. I have some queries which are as following:
    - I am designing an adobe template with a subform to be diplayed when required else not. I tried the visibility option but it seems it has to be done using Scripts.
    - In the scripts editor, I am using a script to make a particular sub form invisible:
    xfa.form.Vn_DataSource.pageSet.Page1.SubForm_AlertStamp.presence="Hide"
    -This is giving me error like:
    accessor-unkown if I keep it at datasource and run it at the initialize.
    -If I keep the code at the particular subform and run it at initialize, it gives me an error like:
    Invalid enumerated value: hide
    I am unable to understand where to keep my code or whether I need to do some modifications in the script?
    -I am using FormCalc.
    Also, Is it possible to have a attribute of type integer and call it in the script to check if it is 0, I need to display the subform else not.
    I hope I am clear with my queries. Helpful answers will be appreciated.
    Thanks in advance,
    Regards,
    Gaurav.

    Hi Reema,
    Thanks for your reply, but when I am using the following code:
    xfa.form.Vn_DataSource.pageSet.Page1.SubForm_AlertStamp.presence="hidden"
    It's giving me an error like:
    Script failed: Accessor xfa.form.Vn_DataSource.pageSet.Page1.SubForm_AlertStamp.presence is unknown.
    I am writing this code at the node initialize and I tried writing it at the sub form also. Can you please suggest me why I am getting this error? Is that a code error or I am writing it at a wrong place?
    Thanks in advance
    Warm Regards,
    Gaurav

  • Reg shifting field in Adobe Forms

    Hi All-
          I am working on Adobe.I have a requirement that at top I will have a table and after that some text will come.
    when i am fixing position of downword Text and the no of rows increasing in Table,its overlap on lower level data.
    plese provide me solution for that.
    Thanks-
    Ashutosh

    As stated above, you will have to implement subforms. this can get a little tricky if you have content you want positioned on a form along side flowed content.
    Generally, my PDF is a combination of positioned and flowed subforms because when you make a subform flowed, it will squish your fields/data all together.
    There are 2 types of flowing forms - western text and top to bottom. Top to Bottom will squeeze your fields right underneath each other.
    Western Text will wrap your fields from left to right.
    If you go this route, a tip is to make use of spacing options in your Layout to force space between your fields.

  • Duplicate Rows Control in Interactive ADOBE FORMS

    Hi All
    I have an offline interactive form, I need to control the duplicate data when user enters.
    like,
    I have a table with 3 columns, once the user enters the data in first row and different data in second row and third row with same data as first row... LIKE
    COL1          |       COL2       |        COL3
    101             |       ABC        |         XYZ
    102             |       EFG         |          PQR
    101             |       ABC        |           XYZ
    HERE ALL 3 COLUMNS ARE DROPDOWN LISTS... PLEASE REPLY IF ANY ONE KNEW THE ANSWER.
    Thanks - Kr

    Hello experts,
    I am using Livecycle designer version 8.0 and do not have the 'Launch URL' UI element. So I have to resort to using a text field and a button with a script to launch the URL. Something like
    xfa.host.gotoURL(url.rawValue, true);
    This works for a web URL but this is not opening any network shared folders. Is there any way to achieve this?
    Secondly, I want it to open in a new window and not in the same browser window/tab that the form is in.
    Any inputs on this would be really helpful.
    Kind Regards,
    Amith
    Edited by: Amith Menezes on Dec 21, 2010 6:26 AM

  • Reg : Fillable attribute in adobe form

    Hi all,
    i would like to have a clarification ..
    when i set
    fp_docparams-FILLABLE = 'X'. i am not getting the pdf simply i m getting a error message "ADS : Start time ...."
    and when i set
    fp_docparams-FILLABLE = 'N' i m getting the pdf and able to enter the value in the text field .. but not able to save..
    should i apply any SAP note reg this.. If anybody knows plz let me know..
    Rgrds.

    Please ignore this Question.. this already runs in another thread..

  • Reg Pop up in adobe form

    hi , Iam raising an error message using
    xfa.host.messageBox("error message");
    when i get the error message pop up...it has title..WARNING :JAVASCRIPT WINDOW.
    But I want to remove this  title....
    So any idea ...hiow to remove this?
    or any other procedure to raise POPUP with our own title
    regards
    Arjun

    Hi Arjun,
    You can use the following JavaScript to get UserDefined Title or password protect popup box (i.e. popup box input field becomes password field) for the Pop-Up Box.
    Response Box i.e app.response Method
    It takes the following Input Arguments:
    1. Argument   :  Description
    2. cQuestion  : Main Response Box text
    3. cTitle         : Window Title of Response Box
    4. cDefault     :  Initial value of input text box, also value returned if no changes are made
    5. bPassword : Causes text entered into input box to be obscured by asterisks (*)
    6. cLabel       : Short text string placed in front of input box
    Sample Code:
    var cRtn = app.response ();
    NOTE: In the sample code if you donot add the cLabel then the input of the popup box is simple text and it will not become password field.
    Please review the Acrobat site:
    http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/popup_windows_part2/
    Regards
    Pradeep Goli

  • Strange behaviour of Adobe Forms

    Hi Experts,
    I am using webdynpro Java with AIF on  NW2004s SP9, Adobe Reader 7.0.9 with NWDS 7.0.09.
    AIF is working fine when I access using Local area network and I am facing strange behaviour of AIF using dial-up access. I am not able to retrieve the parameters of Adobe forms when I access using dial-up connecting through VPN to portal server. whatever values I entered in Adobe UI fields where not showing up in webdynpro application. Same application is working fine with LAN and able to retrieve all parameter values of Adobe UI elements.
    Dial-up is connecting at 50kbps speed and Adobe forms size is around 300kb.
    Grab your points with correct answers.
    Regards,
    Madhan

    hi,
    you should have administration authorization on local PC ( IE activeX should be enabled.)
    check below sap note
    834573  -
    766191
    Regards
    Shridhar Gowda

  • Missing Webdynpro activex control tab in Adobe Layout

    Hi,
    Can anybody tell me the reason for missing Webdynpro activex control tab in Adobe Form Layout?Only few tabs such as standard,ISR are available?Not all tabs are visible.
    Regards,
    Rohini.M

    Hello,
    The WebDynproActiveX objects are actually xfo files stored in a folder locally. Path looks like the following: C:\Documents and Settings\<user_name>\Application Data\Adobe\Designer\en\objects\
    There should be a WebDynproActiveX folder containing all the xfo representing the objects. If you don't have them, download an install again the latest version of the LiveCycle Designer.
    Regards,
    Francois

  • Version Control for adobe forms

    Dear All,
    We have a situation where we already go live with version 0 of our adobe form. Now, we have an enhancement to the form i.e.: some new functionalities and new field. Previously we have tried to transport the new changes to the production without any version control and those processes that have been already started prior to the new changes encounter error when the user continues the process.
    I am wondering how do the version control works and any documentation on how to configure it?
    Thanks in advance
    Regards,
    Bryan

    Hi Brian,
    Here is some information that I found in the IMG on Create ISR Scenario...
    Create ISR Scenario
    Use
    In this IMG activity, you create an ISR scenario that has a one-to-one relationship with a form scenario. To be able to use a form scenario in a process, one ISR scenario must exist for each form scenario. The ISR scenario and the form scenario must be linked with each other. You make this setting in Customizing for HR Administrative Services in the IMG activity Link ISR Scenario with Form Scenario.
    In the form scenario, you define primarily the basic set of form fields and their processing through the backend services. In the ISR scenario, you specify the definition of the user interface. You also specify which form is used for the display and how the layout of this interactive form is designed. You use interactive forms based on Adobe software to create and process the forms.
    ISR scenarios and form scenarios are version dependent. The version numbers of the ISR scenario are assigned automatically. Note that a form scenario must have exactly the same version as the linked ISR scenario. For this reason, you should always create a new version in the ISR scenario first and then use the same version number when you create a version in the form scenario manually.
    Note
    If an ISR scenario or form scenario (with an existing version) has already been used in a productive process, you should not change the configuration. If you want to make changes to a process or an ISR scenario or form scenario, you should always create a new version, and only ever use that new version in the future. In this way, processes that have been started can be concluded with the old version and new processes can be started simultaneously with the new version.
    This is from the Create Form Scenario documentation...
    Create version
    Form scenarios are version dependent, which means that there is at least one version of each form scenario. Versions are linked with processes. Since processes can vary, you must also be able to adjust the associated scenarios. To be able to provide different forms for process variants, you create versions.
    You can still process and change an existing version at a later point in time. Once a version has been used to execute a process, you should not make any more changes to this version; instead, you should create a new version.
    The form scenario and the (linked) ISR scenario are both version dependent. They must always have exactly the same version numbers. Note that the version number of the ISR scenario is generated and cannot be entered manually. When you create a new version in the form scenario, you therefore have to use the version number generated in the ISR scenario.
    If you have already made extensive Customizing settings for the form scenario and want to create a new version based on the settings, you should use the IMG activity Manage Form Scenario.
    Hope this helps...
    Cheers,
    Kevin

Maybe you are looking for

  • Drop Down - maintaining Order of the List Problem

    Hi, I have a Drop Down where the Code is   <h:selectOneMenu styleClass="alignRight" id="myDropDown"                        value="#{myBean.yCode}"                        onchange="submitPageX();"                        title="select any one in this m

  • Problem registering sim in USA for iPad

    I have come from Australia for holiday & brought my iPad to use for navigation etc. Bought an AT&T sim in New York city but cannot activate account for access to 3G. When I log into AT&T site & try to fill in details, the drop down windows will not a

  • IPhone refuses to join my network

    My iPone won't join my home network. It'll join any other open network I throw at it, except mine. I tried renewing the lease, turning Wi-Fi off and on and power cycling the phone. I thought this was a router issue, but my friend's G3 iBook joins my

  • Count all rows in user_tables

    Hi, Any one could help me to write a pl/sql procedure to get the total number of all the rows of user_tables? Thanks!

  • Configuration vendor evaluation

    Dear MM consultants I am facing problem in configuration of vendor evaluation. In Vendor evaluation 1) define weighing key i.e-1- equal weighting, 2 - unequal weighting 2)define criteria . here I created 1-price, 2-quality, 3- delivery, 4-service In