Reg: Arrow to navigate different contracts in adobe form

Hi,
When there are multiple contracts, multiple reports are generated and there is an arrow to navigate between the contracts  in top of PDF form how can we add a counter to show what that the user is viewing contract 1 of 6
How can we handle this.
Regards,

Thanks for the reply
No.. i'm not looking for the page numbers.
I have the 2 contract no..
For eg: for 1st contract no has the 4 pages of details and 2nd contract no has the 2 pages of details..
now i want to display in the top of 1st page of contract no:1 is 1of 2 and the top of 1st page of contract no:2 is 2 of 2..etc n of n
in adobe form, we have the navigation keys in the top for next '>'  '>|' or for previous '<'  '|<'.
Regards,

Similar Messages

  • Problem in printing amount in different currencies in adobe form

    Hi All,
    I have a requirement to print the amount as space for thousand seperator and comma for decimals.
    I have set the pattern format such that the amount is printing in below format as required.
    Locale---Italian.
    Space as thousand seperator and comma as decimal seperator.
    for example 1 234,45
    As some of the Currencies will not have decimals, now users would like to print amount without decimals. For example in my case amount  printing in KRW ( Korean currency ) is also similar to the above format which is wrong.
    for example Now amount is printing as 55 000,00. But actually it should be 550 000. Similarly for JPY currency also, as it doesnot haves decimals ( checked in TCURX table ).
    I have written some logic in the interface. below is the logic.
    WRITE:
        wa_mhnd1-wrshb to wa_item-wrshb CURRENCY WA_ITEM-WAERS.
    *READ TABLE lt_tcurx INTO lwa_tcurx WITH KEY currkey = wa_item-waers BINARY SEARCH.
      IF sy-subrc  = 0.
      IF lwa_tcurx-currdec = '0'.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      else.
       REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
        REPLACE ALL OCCURRENCES OF '.' in  wa_item-wrshb WITH ','.
    endif.
    ENDIF.
    a. when the write statement gets executed amount will be in ,. ( 1,234.45 )format. Then my logic gets executed correctly. In this company code is CH10 ( EUR ) and KR10.
    b. But sometimes after the write statement gets executed amount will be in ., format ( 1.234.45 ). In this case my logic works, but gives the wrong value. In this case company code is VN10 ( EUR )
    In both the cases currency is EUR.
    Will the decimal format change accordingly based on the company code code currency.Can anyone please tell me why write statement behaved differently.
    Do I need to change any locale in the adobe form, or any other logic to be written in interface. ?  I am trying it out from long time, but not able to fix it. I will have to fix it ASAP.
    Can anyone kindly please help me how to achieve this ?
    Thanks and Regards,
    Karthik Ganti.

    Hi Ayan,
    Thanks for your reply.
    I have already made the locale to default in adobe form and tried. In the interface I have written the logic to print the amount in particluar currency.
    WRITE:
        wa_mhnd1-wrshb to wa_item-wrshb CURRENCY WA_ITEM-WAERS.
    *READ TABLE lt_tcurx INTO lwa_tcurx WITH KEY currkey = wa_item-waers BINARY SEARCH.
      IF sy-subrc  = 0.
      IF lwa_tcurx-currdec = '0'.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      else.
       REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
        REPLACE ALL OCCURRENCES OF '.' in  wa_item-wrshb WITH ','.
    endif.
    ENDIF.
    I dont know why the above write statement is behaving differently. In one case the value is shown as 1,234.00, but in another test case it shows 1.234,00.
    In both the test cases the currency is 'EUR'. In case if the above write statement works correctly, my issue will be solved.
    Can anyone tell me why the write statement is behaving differently. Will the currency be dependent on any other factor ( for example company code,customer )
    I would like to fix this ASAP.
    Thanks and Regards,
    Karthik Ganti.

  • Adobe forms from scratch - Standard programs?

    Hi,
    I have just begun trying to implement Adobe forms from scratch at my company. Previosly we have used an external printing solution so I can't convert anything. My plan is to create a new output medium and let the users select the new type by themself. But I have a couple of questions:
    1. How do I create a new medium (Examples: Print output/Fax/Telex, as found in t-code NACT - Processing routines)
    2. I guess there are SAP standard printing programs, interfaces and forms, but I can't find them. I need to be able to print all the usual docs from orders, deliveries and invoices. All I have in NACT are old home-made (Z*) programs so if you know what SAP think we should use now, please let me know!
    We have ERP6 ehp4 on netweaver 7 ehp1 and I have created one "Adobe form" myself so I can confirm that it works. but I don't want to invent the wheel twice...
    Thanx in advance!
    Br Linus Hellsing

    Hi Linus,
    I was wondering if you had a moment to comment on an opportunity that I am having regarding Adobe forms development efforts?
    If so, please read on:
    Our offshore team has worked on a development effort to replace Smart Forms PO's and Contracts with Adobe forms. They created new output types for these Adobe forms. In testing I noticed that the only way I can get them to print - is if I go into Print Preview and print -or- use SP01 and click on the .pdf icon and print. In both cases it uses Adobe Acrobat to perform the actually printing.
    We cannot seem to get them to print using the normal SAP message utility. Our users would expect to continue to:
    1. Use the Messages button while in the PO document - and select the new output type along with Meduim= Printed Output...
    2. Then they select Further data button - to specify Send Immediately.
    3. Then they use the Communication Method tab and specify the Logical Destination (as LOCL) and click on the Check box for Print immediately.
    They get what appears to be an rambling of Adobe error lines followed by many blank pages....
    At this point I am not sure if the print program is working correctly - or if the problem is with Adobe Document Services?
    Have you ever encountered a situation like this during your Adobe development efforts?
    Any suggestions would be appreciated.
    Regards,
    Steve

  • Workflow for adobe forms

    In  adobe form when ever user clicks on submit button, then that form should be attached as an attachment and it should go for manager approval,if manager clicks on the attachment that attachment should open . i dnt know how to approach this situvation,how to trigger this workflow..
    please any one give me suggestions

    Hi TCS Team,
    Adobe Form:
    There are two different type of adobe form are available
    1. Static Form
    2. Interactive form
    1._Static Form_ : If a form which has been created by a initiator and which should not been changed by his approver/Manager while he is approving / Rejecting the request.
    Eg: Viglence clearance certificate
    2. Interactive form: If a form which has been created by a initiator can be modified by his approver/Manager for some reason while or before approving / Rejecting the request.
    Eg: PR Release: Where the approver may required more clarification on the PR.
    In General, both of the form may be used depends upon the requirements. And we have to take it as Adobe form.
    Your Query:
    "In adobe form when ever user clicks on submit button, then that form should be attached as an attachment and it should go for manager approval,if manager clicks on the attachment that attachment should open . i dnt know how to approach this situvation,how to trigger this workflow.."
    I will be explaining you one by one.
    1. i dnt know how to approach this situvation,how to trigger this workflow
    Triggering of workflow from a EP (i.e. ESS/MSS) Can be done via a RFC calls. We call this as integration of Java webdynpro with SAP Workflow.
    There are many Function module available in Standard for this purpose
    SAP_WAPI_START_WORKFLOW
    SAP_WAPI_CREATE_EVENT
    May be used for triggering the workflow.
    While Triggering the workflow you have get the PDF (ADOBE Form) into this import parameter
    IFS_XML_CONTAINER as a string value, and update the same in the INPUT_CONTAINER (EVENT CONTAINER).
    Then Pass the value to your workflow container.
    Use the following FM to write the value in task container.
    SAP_WAPI_WRITE_CONTAINER
    If the same pdf has to be displayed in approvers inbox while he clicks the attachment use the followin FM
    SAP_WAPI_READ_CONTAINER
    For Attaching the PDF form into the Workitem
    SAP_WAPI_ATTACHMENT_ADD
    And for Reading the attachment in the workitem use this FM
    SAP_WAPI_GET_ATTACHMENTS
    If you have any further clarification, please post the same.
    Thanks and Regards
    Balaji K.

  • Adobe Form translation in to different languages

    Hi All,
    Can you please guide me through the procedure/process of "how to translate Adobe forms in to a different languages".
    Thanks.

    There are two methods to translate any Adobe form.
    First method :
    login to the target language
    Go to SFP --> enter the form name
    Click on Change
    Click on Goto -> translation
    Original language will be autopopulated. Enter the target language in which you want the texts to be translated into., eg FR (French) and enter
    You will see the tree for translation objects. Expand the package name and then PDFB. Under PDFB you will find your form name --> Double Click.
    A translation editor will open up.
    Navigate to Object Menu --> Copy Source text.
    The entire XML for the form will be copied in the target language window with all static text literals highlighted in blue.
    Replace the english text (blue text) with the French text ( target language text) and save.
    Thats all. The form will be now translated, run the application and provide the target language in the URLis the target language.. sap-language=FR
    Also there is Second method.:
    1)You have to create the form in target language and attach in webdynpro layout as your original language
    2)In the context of the view define two new attributes (VISIBILE and VISIBILE_FR ) with type as "WDUI_VISIBILITY"
    3 )Now in webdynpro layout attach this form same as your English form and bind the visible property of interactive forms( both EN and FR form)  with the VISIBILE and VISIBILE_FR   attributes respectively.
    4) Now through any initial method you can set the value of VISIBILE =u2019 02 u2018and VISIBILE_FR =u2019 01u2019 for English form to visible and vice versa for Fr form
    Choose the convenient option .

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • Multiple copies in Adobe form with different header text

    Hi All,
    I have created Adobe form for Invoice and now my requirement is when we create an invoice it should generate 4 copies with different texts like original copy, duplicate copy and triplicate copy.
    I know its possible in samrtforms using the copy window and maintaing text there.Is it possible in adobe form , if yes how can we achieve this.
    Regards
    Lalit

    Are you using a custom driver program?
    If yes, then loop the function module with the number of copies you have.
    the copy name should be a variable which should be passed to the form in the loop change the value of the copy control accordingly.
    Please let me know, if you see any issues.
    Thanks,
    Rakesh

  • Different versions of Adobe Creative Suite Compatibility (CS5 and CS5.5)

    Our marketing team has two different versions of Adobe Creative Suite (CS5 and CS5.5).  We can save the CS5.5 down to an IDML document so users with CS5 can open/manipulate the file but it reduces the file size significantly.  What I do not know is if this saving down process reduces the quality of the file??  I am relatively inexperienced with these programs as I am self-taught.  Thanks for your help!

    IDML is good for repairing files.
    But IDML is not good to be used as exchange in a workflow because every export of IDML can change things in an unexpected way. So I would strongly recommend that everyone in the department involved in the workflow uses the very same version, anything else will let you struggle in a later point of time. When I have to exchange files with a client I use always their versions and avoid IDML in exchanging files in any case possible.
    Between CS5.0 and 5.5 are also several changes possible, because some bugs related to the text engine became fixed. E.g. in CS5 if you had an automatic TOC or cross reference in a text frame with 1 or 3 round corners and 3 or 1 normal corners, automatic number got shuffled in that frame, like page 345 became 543. When this was fixed some changes in the text engine have been done.

  • I need a table of the different features for Adobe Standard 9, 10 and 11?

    I need a table of the different features for Adobe Standard 9, 10 and 11 so that can advise my client which version can be packaed and deployed via SCCM. A detailed list of features for each version would be most useful.
    Regards Paul Jenkins

    See the following documents:
    Acrobat Standard 9, X and XI : http://www.adobe.com/products/acrobatstandard/buying-guide-version-comparison.html
    Acrobat Pro 9, X and XI : http://www.adobe.com/products/acrobatpro/buying-guide-version-comparison.html
    Back to version 7 : http://prodesigntools.com/version-comparison-differences-between-adobe-acrobat-x-10-9-8-7. html

  • Exported PDF looks different in Preview, Adobe Reader

    Hi,
    I'm relatively new to InDesign and experiencing all sort of problems. I'm trying to export PDF of my resume in a small size file to send it over the email. However, after exporting when I view PDF document in different applications, it looks different.
    1) In Adobe Reader in 100% view the letters in bold are "jumping". Please see the screenshot below
    2) The colors of the logo come out right when viewed in Adobe Reader. Which is 1st image:
    However when viewed in applications such as Preview or just default Mac preview with space bar. The colors of the logo and the contact details comes out completely different then in Adobe Reader.
    I export the PDF with the default settings that comes with smallest file size but I need to make sure it looks good as this resume is for my job and will be viewed most probably on the computer. The logo is linked to Adobe Illustator file in InDesign document.
    Please help as I spend about 3 hours trying to figure it out. I would really appreciate your help!
    Natalia

    Hi Mike,
    Thank you for your answer. I've tried most of the thing you recommended but it doesn't work:
    1) The file was originally created in CMYK and then I converted it to sRGB in InDesign. As well as chose transperency blend space as RGB. As for the logo then the option in Illustrator to convert the file into RGB mode seems to be disabled.
    3). Exactly what I was doing.
    I don't understand what I'm doing wrong... Is there a way to import all the links from illustrator into InDesign file?

  • How to design a single adobe form having 5 different layouts

    Hi,
    I have a requirement wherein i have 5 different layouts to be designed in a single adobe form, since i am new to adobe forms please can anybody tell me how to desgin this.
    Thanks.
    Moderator Message: Please post the questions in the right forum. Also, I suggest you take a proper class room training in Adobe forms.
    Edited by: kishan P on Nov 2, 2010 12:02 PM

    Hi Roopesh,
    We cannot change the Page Layout and Orientation dynamically in Adobe forms.
    To achieve this Create two forms with different layouts each.

  • Adobe form with 2 copies, different headers

    Hi gurus,
    I've created a form that needs to be printed in two copies. I want the header data (a simple text field) to be different each time. I wanted to see if this is possible with the following restrictions:
    The printing program cannot be changed (so no calling of the adobe form FM twice)
    Accomplish this without having to create a second master page (a copy of the first)
    I was wondering if this can be done thru scripting, or that there's a variable that may tell how many copies have already been printed so an Alternative can be used...
    Cheers,
    Marc

    Hello Marc,
         Yes, you can do it. The below method will not call the adobe form FM twice and you don't even need to create a new master page.
    If the value of header field in Master page changes each time, You need to JavaScript for this.
    So you will be having some dynamic data in design view based on which the header will be changing. So fill the value of header in the design view. And write the JavasScript code on the Header Text field of Master page in Ready Layout event as below.
    var currpage = xfa.layout.page(this);
    var fields = 0;
    fields = xfa.layout.pageContent(currpage-1, "field", 0);
    for ( i=0; i<= fields.length-1; i++ )
              if ( fields.item(i).name == "HEADER" )
                        this.rawValue = fields.item(i).rawValue;
    Here HEADER is the field in the design view which contains the value of Header. So whenever the same master page is triggered each time, the Header in the Master page is filled using this HEADER field from design view.

  • Why do I have on my computer three different versions of Adobe Photoshop: CC (64 Bit), CC 2014 and CC?

    Hello commnunity,
    I have some questions about the different versions of Adobe CC installed on my computer. Is not only with Photoshop, also with Illustrator and InDesign.
    Which of the three versions of Adobe Photoshop or Illustrator or InDesign is the latest?
    Why do I have on my computer three different versions of Adobe Photoshop: CC (64 Bit), CC 2014 and CC? Every one of them is installed in a different directory of my computer.
    Which one should I have installed on a computer with windows 7 pro 64 bit?
    Can I uninstall the older versions?
    Thank you so much.
    Alfonso

    CC 2014 should be the latest version.  You can uninstall any others if you choose to.

  • Adobe form displayed is different from that in Designer

    Hello All,
      Has anyone come across this situation before ? I have created a simple adobe form in NDS (Designer) but the deployed form that appears in IE is different. Any feedback or suggestions will be appreciated. Thank you.
    from
    Kwok Wei

    Hello All,
      I think I may have just found a way to save the form. It seems that I need to select Reload + Rebuild for the changes to be updated.  I have been all this time been selecting on "save all metadata" and then "deploy new archive and run". 
    Here is my NDS version number :
    Version: 2.0.12
    Build id: 200505230145
      Do you think its a bug ?
    from
    Kwok Wei

  • Adobe forms: Displaying work area data in different windows

    Hi,
    I have a requirement of showing work area data in different windows i.e work area which has sent from program needs to come in different windows of the form. I have created a smartform which will perfectly doing the above logic. The above work area also contains amount fields. I am also passing language 'English' or 'French', based on this i am displaying some texts also.
    But Client wants to see the same requirement in Adobe forms. Ao i am new to Adobe forms, I need some help for performing the above scenario. I am doing my research on this. But i want to know the steps which will not reduce the performance.
    In smartform, first window contains personnel no from work area and the second window contains address from work area. Then i have created a template with employee premium amount column, company premium amount column and total of that, all these from work area. So work area will contain only one row which i have to show in different window and on template.
    In Adobe forms, How can i do the same this which i have done in smart forms.
    Please suggest me any one in doing this. I appreciate your answers.
    Thanks,
    s.vikgnesh

    Hi,
    Yes as Santoosh said there is no such wiondow option in Adobe forms.
    But if you use webdynpro java/Abap we can acheive this.
    think something like this below, if it works.
    have 2 views 1st for the adobe form, 2nd view in a new window for the work area screen.
    in the adobe view have a button for the work area and respective event handler.
    in the event handler call this window, and then reload the same adobe form.
    if from the work area form if you need value to be passed to this adobe form. have a event handler for this.
    when purpose is done, close that window and set value to the required context field on the form. and reload that adobe form.
    this is a fuzzy process and time consuming, unless business has no other option we dont go this approach.
    but for sure this works, we did the same for a EHS process.
    Cheers,
    Sai

Maybe you are looking for