Adobe form: all employees  list in a single pdf----URGENT

Hi experts,
I have one adobe form, which is giving output correctly.
input : 10 employees.
output in pdf : pdf is coming in output.if i want to save the file, each employee data is storing in a separate file.
my requirement : i need to save all the employees data into one pdf file.
Thanks in advance
Correct answers will be rewarded.
dasrreddy
Edited by: dasr r on May 7, 2008 3:12 PM

Hi,
you mighit be calling the function module FP_JOB_OPEN and FP_JOB_CLOSE in the loop as follows.
loop at employee.
FP_JOB_OPEN
FP_JOB_CLOSE.
endloop.
Instead of this write as follows.
FP_JOB_OPEN
loop at employee.
endloop.
FP_JOB_CLOSE.
Thanks,
NN.

Similar Messages

  • Need sql query for all employees list which are having lessthan maximum salary of manager in same departmnet;

    HI
    I want a sql query i.e., all employees list which are having lessthan maximum salary of manager in same departmnet;
    my table is like this
    employees
    EMPLOYEE_ID                               NOT NULL NUMBER(6)
    FIRST_NAME                                                   VARCHAR2(20)
    LAST_NAME                                 NOT NULL    VARCHAR2(25)
    EMAIL                                     NOT NULL          VARCHAR2(25)
    PHONE_NUMBER                                              VARCHAR2(20)
    HIRE_DATE                                 NOT NULL        DATE
    JOB_ID                                    NOT NULL           VARCHAR2(10)
    SALARY                                                           NUMBER(8,2)
    COMMISSION_PCT                                          NUMBER(2,2)
    MANAGER_ID                                                  NUMBER(6)
    DEPARTMENT_ID                                             NUMBER(4)
    if need the department table
    departments:
    DEPARTMENT_ID                        
    NOT NULL NUMBER(4)
    DEPARTMENT_NAME                      
    NOT NULL VARCHAR2(30)
    MANAGER_ID                                    
    NUMBER(6)
    LOCATION_ID                                   
    NUMBER(4)

    Try this:
    select
       employees.last_name || ', ' || employees.first_name “Employee”,
       employees.salary “Emp Salary”,
       sub.salary “Mgr Salary”,
       employees.department_id  “Department” 
    from
       employees,
       (  select
          mgr.department_id dept,
          max(mgr.salary) salary     
       from
          employees,
          employees mgr      
       where
          employees.mgr = mgr.employee_id      
       group by
          mgr.department_id) sub   
    where
       employees.department_id = sub.dept      
       and employees.salary < sub.salary
    Jeff

  • Adobe Forms - Drop Down list

    Hello,
    I have two drop down list(s) in my adobe form.
    1) Employee Group
    2) Employee Subgroup
    Employee Subgroup drop down list is populated dynamically depending on Employee Group selected on form.
    Now the issue is :
    If the current value of EMp Grp = 01 and EMP sub grp = 07
    Now if Emp Group is changed to 02, EMP subgroup drop down is again built in backend. So the EMP subgroup gets new set of values BUT with additional row (value = 07) of previus EP subgrp.
    So the values are:
    81
    82
    83
    07  (This is old value which should not come)
    How can i delete this value using script and in which event?
    Regards,
    Ashish Gupta

    Hi Ashish,
    On Change event of the EMPgrp Dropdown say DD1 for EMPSubgrp DD2 write the code:
    if (DD2.rawValue ne null)
    then
    DD2.deleteItem(DD2.selectedIndex)
    DD2.rawValue = ""
    endif
    And make sure this script runs before the new values in the DD2 are fetched.
    Regards,
    Vaibhav

  • Webdynpro for ABAP - interactive Adobe form - drop down lists not working

    Hi all,
    I'm trying to create an interactive form for a client using webdynpro for ABAP and I've viewed the demo "Create SAP Interactive Forms by Adobe with Web Dynpro for ABAP" by Thomas Jung, but when I implement it the form following similar steps the form is not interactive.
    In the properties of the "InterativeForm", I've tried clicking the "enabled" flag both on and off.  I've also tried setting the "displayType" property to both "ActiveX" and "Native".  But none of this worked.
    I though my problem might be with Adobe reader so I switched from 8.0 back to 7.0 but this didn't make any difference either.
    The system we are using is NW04s WAS 700.  Any hints would be greatly appreciated!
    Thanks,
    -tom

    Thanks for the suggestion Dezso.  I've downloaded a newer version of ACF as indicated by the OSS note and installed it.  I'm still having the same issue.
    My basic question is what options should I be using in the form and on the InteractiveForm component?  It looks like because of the evolution of the product there are multiple options available.  I recall reading somewhere that as of a certain SP level we should have ZCI (zero client install) available.  The would be our preference.  It will be a support nightmare if each user needed a manual download of ACF.exe installed.
    Should I click the "enabled" flag on the InteractiveForm object?  When I create the form should I use the "Native" drop down list or the one from the "Active X" tab?  I would like to use the "List Box" control on the form as well but it is only available in the "Standard" tab.  So does that mean I can't get the selections from a "List Box"?
    Thanks,-tom

  • Interactive Adobe Forms - Description in list box in Display mode

    Hi All,
    We are working with Adobe Interactive Forms.
    There is a list box for States that is bound to the REGION field in IT0006.
    When I choose a value in the combo box for Stateu2026 and click on Check and Send all fields become readOnly and are displayed for reviewu2026 in this step the combo boxes display the actual value instead of the text (eg shows the 2 character code for a state instead of description)u2026 how can I make sure that the  form displays the description even in the readonly mode?
    In the Binding properties, I have set Item Text as "text" and Item Key as "key". This does not work. Is there any other setting to be made?
    Regards,
    Priya

    have you tried using a drop down box instead? I have several drop downs I use on 1 form - they're all bound directly to the backend and work fine.
    Edited by: robert phelan on Sep 22, 2009 4:36 PM

  • Installed Adobe now all files try to open as PDF

    Anyone know how to set system to return to automatic open using proper software rather than auto PDF attempt?

    If you are in Windows, you may want to try this:
    http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • Multiple Adobe Forms Output in single Adobe Form

    Hi Experts,
    When we login to portal a list of applications will be available in a table, each record contains details of the application. when we click on first field of any record in that table it will display one adobe form. Under the table i have a button print, suppose if i select some 5 records in the table and when i click that print button then all the 5 adobe forms output should display as a single adobe form with page breaks. I mean after completion of first adobe form output, the next adobe form output should start in a fresh page. i could able to display single adobe form but the problem is with multiple adobe forms output in single form. Any inputs will be greatly appreciated.
    Regards,
    Venkat

    Hi,
    The only way to solved your issue is to change your forms and give it all necessary information in several table . Like this you can manage break page depending of content.
    For example, you form interface contains one header structure and a table of item . If you want to have several form into one result , change the interface by passing an internal table of header information . Then in the layout you have to use the different table to get the result you want .
    Unfortunately there is no solution actually with AdObe Forms in SAP to merge several PDF into one .
    Hope this help you.
    Regards

  • How to get prefilled drop down list in Adobe form from WebDynpro context

    Hi All,
    We all know that we can have dropdown list in webdynpro which can be automatically populated by the context node collection.
    How can we have the same functionality in Adobe form drop down list. I tried to bind the node attribute to drop down list in Adobe form but it shows me only first element. I am not able to see all the elements in the dropdown but if I am doing same thing for WebDynpro DropDown list I can see the complete List.
    Anybody with Solution?

    Hi Ricky
    I have started a thread for this problem and got an answer for it already. Unfortunately I did not have the time to check it out yet; have a look over there:
    https://mail.cirrus.ch/exchweb/bin/redir.asp?URL=https:///community [original link is broken]
    I appreciate if you tell me whether it worked for you.
    Andreas

  • ListBox control in Adobe forms

    Hello experts,
    I have Adobe Interactive Form where I'd like to design standard Adobe List Box control having some predefined enumeration for list of items in it. On time of  submission of the form the following XML is sent by Adobe Acrobat Reader where 'ClassificationList' is a name of my ListBox.
    <form1>
    <Name>x</Name><Description>x</Description><ClassificationList /><ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList><value>cat22</value></ClassificationList>
    </form1>
    Is there any possibility to avoid representation of 'ClassificationList' field in XFA format, but sent the field as field 'Name' is sent? I.e. in form of merged selected text box items into plain text. For example, 'selectedItem1; .. ;selectedItemN'.
    Why does not the PDF send just something like this '<ClassificationList>cat22</ClassificationList>' for the ListBox?
    BR, Sergei
    Message was edited by: Siarhei Pisarenka

    Hi Sandipan,
    In Wd ABAP scenario, SAP is not supporting dynamically created rows from adobe forms. It will accept a single row only. We can overcome this situvation in 2 ways.
    1. Make the "Add Row" button as a submit button. Each time when you add a row in adobe form, save the row in R/3. It can cause performance issues.
    2. At the time of form download, it should contain an invisible table with n no: of rows. Just before submit, enter the values in the dynamic rows into the invisible table. At R/3 end, you will get all values from that table.
    Thanks & Regards,
    Sanoosh

  • Calling the Adobe form in a workflow step for Approval

    Hi All,
    We are creating a PCR scenario using Adobe forms for "Employee seperation". This form will require 7 subsequent approvals from various agents which is to be handled using a workflow.
    I had gone through the ISR cookbook and managed to create a scenario. I have also assigned it to a PDF form and a dummy workflow. Now from my PCR iview i am able to submit the form for my scenario which also triggers the dummy workflow(through the BUS7051-CREATED event).
    Right now this dummy workflow just sends a mail(by sendmail step) to the first approver. Now i want this workflow to send a workitem to the first approver for approval of this form which will have to appear in his UWL. When the approver double clicks on the workitem in UWL he should be able to view the form along with Approve/Reject/Cancel buttons. I am not aware how to do this. My questions are,
    <b>Is this handled by a decision step or an activity?
    If it is an activity step which Task/Business object method is used to handle this?
    If it is a decision step how do we make the Adobe form also to be displayed along with approve/Reject buttons?</b>
    We are using ECC5.0 and EP6.0.
    Thanks in advance for any help.
    Prasath N

    Hi Rajasekhar,
    The UWL issue has been resolved now and i am receiving the workitems in my UWL. But i am getting the following error when i am trying to execute the workitem from my UWL.
    <b>Service cannot be reached
    What has happened?
    URL http://xxxxxxxx.xxxx.xxx.xxx:8000/webdynpro/dispatcher/sap.com/pcui_gp~isr/IsrFormApprove call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system xxx with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:DALSPHSB_HSB_37-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    </b>
    I have done the following configuration settings in SWFVISU transaction :
    Task : TS500000075
    Visualization Type : WebDynpro Java
    visualization parameter: Application
    visualization Value: IsrFormApprove
    visualization parameter: Package
    visualization Value: sap.com/pcui_gp~isr
    Is there anything else that i have missed out in the configuration?
    Message was edited by:
            prasath natesan
    Message was edited by:
            prasath natesan

  • Adobe form/reader  error

    Hi
    We are working on PCR forms in MSS and having some issues with certain forms.
    I am UNABLE to select any option in the PCR Adobe form's DROPDOWN LIST
    BOX and any Adobe form which has a dropdown list comes up with an error
    message "message limit exceeded. Remaining n errors not reported" when 'n' could be any number.
    We are on EP 7, ECC6.0 (NW2004s) and Adobe Reader 7.0.8
    I tried this with and without the xACF component, still having the same issue.
    Any recommendations on how to solve this?
    Thanks
    Regards
    Michael

    Hello Michael,
    All the PCR forms are ZCI ased forms. Hence, working with or without ACF does not make a difference. Most probably, you are missing the dynamic mapping for the DDLs. Please open the form in the designer and select the DDL. Under the "Object" > "Binding" tab, click on the "Specify Item Values" link. This will popup a "Dynamic Properties" window. Could you please tell me what do you see there ? If you have not changed this dynamic property you will see the following entry: "$record.sap-vhlist.<b>REPLACE_THIS</b>.item[*]". You need to replace the "REPLACE_THIS" portion with the appropriate context structure here for the DDL under consideration. For example, if you have a context structure as follows:
      [code]Context
             DDLData (dataSource node)
               ValueHelpDDL (attribute of type String mapped to DDL)[/code]
    Your SOM expression should look like:
    [code]$record.sap-vhlist.ValueHelpDDL.item[*][/code]
    Now, let us take a more complex context structure:
    [code]
    Context
             DDLData (dataSource node)
               MyDDLData (internal node)
                 DDLDataItems (one more internal node)
                   ValueHelpDDL(attribute of type String mapped to DDL)
    [/code]
    In the above case your dynamic binding should be as follows:
    [code]
    $record.sap-vhlist.MyDDLData\.DDLDataItems\.ValueHelpDDL.item[*]
    [/code]
    Notice how the "<b>\.</b>"s are inserted in between to separate the context structure. Make sure that the node names are correct. When the changes are done, please redeploy the application and try again.
    Note: Please do not change anything inside the "DO NOT MODIFY" section. If you think that there is a bug or a problem with the code, please report it to SAP immediately. That way we can avoid any potential conflict.
    Best Regards,
    Krish

  • Adobe form printing on letter head as background

    Hi,
    I have developed BANK letter in HR  using adobe forms.
    Now user want to get PDF  on letter head .
    How to get background as letter head. I want to select differnt letter head PDF depends on company code (BUKRS).
    Where to write condition checking fo rcpmpany cod waise letter head .
    Please do reply.
    Its urgent.....

    Hi mrudul,
    as usual in programming, you got different ways to solve the problem. So if you work through the content here on SCN you will find a lot of examples how to decide between different letter heads. The easiest solution (and might be the best) is to pass the necessary data via the interface and do not add any condition in the form itself.
    How to create a dynamic field and all the stuff is very basic knowledge, so I think you do not need any explaination how to do that. If so I refer you to the official documentation provided by SAP.
    If you have some minutes please work through this blog Before You Ask - Just another guide and phrases like "urgent" or "do reply" are just not necessary to get an answer
    ~Florian

  • Examples for converting multiple form output to single pdf

    Hi all ,
         I need sample code or examples for converting multiple smart form outputs (more than 1)  to single pdf. Can someone provide that? Reply  ASAP 
    Thanks & Regards,
    Pavan.

    Hi,
    check this:
    [How to merge multiple spools into single PDF file?;
    [Merge multiple PDF Files;
    [https://www.sdn.sap.com/irj/scn/advancedsearch?query=multipleformoutputtosinglepdf++]
    hope u'll get some idea.
    Regards,
    Sneha.

  • Submitting Adobe Form by E-Mail

    Hope someone can help me
    I have an entry form for an event created in Word and converted into an fillable Adobe Form, all of which works OK. I now want to add an option to submit by email before I add the form to the webpage.
    I have done this previously and it worked OK, and there was an option to Submit Form next to the option to Highlight Existing Fields (in the purple toolbar). When this was clicked, it opened up a Send Form window where you could enter your email address & full name. This was perfect, and what I want again......
    The problem is I cant figure out how to do this. The only thing I can find online is how to add a submit button, but when I do this it asks you to select if its a web email or outlook, and then asks you to save the form.
    Can anyone help please? Ive tried searching online to find a solution to no avail
    Thanks
    Neil

    Add a button and attach a "Submit form" action to its Mouse Up event. You yourself don't need to have an email address set up in order to do that.
    As the target URL enter this code (replace the dummy address with your own, of course):
    mailto:[email protected]

  • 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..

Maybe you are looking for

  • I've deleted all my pictures, videos, AND disabled iCloud backup. Why does it still say my iCloud storage is almost full?

    My iPhone 4s says that I only have 44.5 MB of my 5 GB left on iCloud. To fix this, it said to delete some data (which I did, 206 photos and 11 videos to be exact), and it still says I only have 44.5 MB left. I disabled iCloud backup, made all my back

  • OSB DB Poller deleting the record when there is a failure

    Hi All, My project consists of below OSB services.. DB Poller -> Proxy service A -> Proxy service B DB Poller is JCA Based and it should delete the polled record after the complete flow is successful. If there is any error in my OSB Proxy services, t

  • Center Button Will Not Work???

    Hi everybody, Here is my problem: my select/center button on my 3rd generation iPod nano is not working. I went to itunes on my computer, and clicked restore, now on my iPod it's stuck to the language setting. What do I do? Message was edited by: Nic

  • How do I get iMovie to stop shortening my clips...

    I clicked on something accidentally that is causing my clips to shorten and I don't know how to undo it. Help please!! It took a 3 minute music video down to 2:11 and I had to go back through and try to lengthen the correct clips to get it back to wh

  • Condition details in Sales order using a BAPI

    Hi, I am using BAPI_SALESORDER_CREATEFROMDAT1 to create a SO. I want to add the condition type, condition value and condition currency. I think the table input ORDER_ITEMS_IN is used here. But confused with the fields. Can u help me figure out which