Adobe form - change particular row into bold

Hi all,
I have a requirement in adobe form, which i need to change the font into bold for the particular row in a table. For example i am displaying table which has two columns if the first columns values starts with 'A' then that particular row should be bold .Could you please help me to achieve this .
Thanks in Advance.
Col1           Co12
eeee           123333
www          545454545
AAA           44545454
eee              5454
ADS            4545        
sdd               fdfd
Regards,
satish

check here: Re: Dynamic change of font in table
Otto

Similar Messages

  • Adobe Form - Change default Window measurement Configuration

    Hi All
    I 'm a new in SAP and am learning how to use Adobe Form (I know a bit about SmartForm but M manager wants me to write report using Adobe Form) and I need help.
    I'd like to know how to change the default setting of the window measurent from inches to mm. At the moment, all my window dimensions are in inches - and i don't know how to switch them to mm - Please tell me how - Thanks

    I found it

  • Changeing the rows into columns..

    Hello Experts,
    I have a one requirement which is display rows as columns
    for Example:
    material
    plant
    quantity
    amount
    1000
    100
    30
    60
    200
    50
    100
    300
    60
    120
    2000
    200
    50
    100
    300
    60
    120
    400
    32
    64
    3000
    100
    40
    80
    400
    20
    40
    I need output like this below..
    material
    100
    200
    300
    400
    1000
    30
    50
    60
    90
    100
    120
    2000
    50
    60
    32
    100
    120
    64
    3000
    40
    20
    80
    40
    I created the ALV table dynamically using at end of event..
    but I am getting the
    material
    100
    200
    300
    400
    1000
    30
    50
    60
    90
    100
    120
    2000
    60
    32
    120
    64
    3000
    20
    40
    the values are missing ..?
    I wrote like this:
    LOOP AT lt_final INTO ls_final.
        ASSIGN COMPONENT 'matnr' OF STRUCTURE <dyn_wa> TO <fs1>.
         <fs1> = ls_final-matnr.
         ASSIGN COMPONENT ls_final-vkorg OF STRUCTURE <dyn_wa> TO <fs1>.
         <fs1> = ls_final-qunaty.
         ASSIGN COMPONENT ls_final-vkorg OF STRUCTURE <dyn_wa> TO <fs1>.
         <fs1> = ls_final-amount.
         AT END OF matnr.
           APPEND <dyn_wa> TO <dyn_table>.
           CLEAR : <dyn_wa>.
         ENDAT.
       ENDLOOP.

    I have written a snippet whose output is:
    Take a look at the snippet.
    TYPES:
    BEGIN OF ty,
      a1 TYPE char10,
      a2 TYPE char10,
      a3 TYPE char10,
      a4 TYPE char10,
    END OF ty,
    BEGIN OF ty2,
      a1  TYPE char10,
      100 TYPE char10,
      200 TYPE char10,
      300 TYPE char10,
      400 TYPE char10,
      no  TYPE char10,
    END OF ty2.
    DATA: lt TYPE TABLE OF ty,
          ls TYPE ty,
          lt2 TYPE TABLE OF ty2,
          ls2 TYPE ty2,
          lr TYPE REF TO cl_salv_table.
    FIELD-SYMBOLS: <lv>   TYPE char10,
                   <ls2>  TYPE ty2.
    *material   plant   quantity  amount
    ls-a1 = 1000.
    ls-a2 = 100. ls-a3 = 30. ls-a4 = 60.  APPEND ls TO lt.
    ls-a2 = 200. ls-a3 = 50. ls-a4 = 100. APPEND ls TO lt.
    ls-a2 = 300. ls-a3 = 60. ls-a4 = 120. APPEND ls TO lt.
    ls-a1 = 2000.
    ls-a2 = 200. ls-a3 = 50. ls-a4 = 100. APPEND ls TO lt.
    ls-a2 = 300. ls-a3 = 60. ls-a4 = 120. APPEND ls TO lt.
    ls-a2 = 400. ls-a3 = 32. ls-a4 = 64.  APPEND ls TO lt.
    ls-a1 = 3000.
    ls-a2 = 100. ls-a3 = 40. ls-a4 = 80.  APPEND ls TO lt.
    ls-a2 = 400. ls-a3 = 20. ls-a4 = 40.  APPEND ls TO lt.
    TRY.
        LOOP AT lt INTO ls.
    *     index 1 for filling quantity in a3 field
          READ TABLE lt2 ASSIGNING <ls2>
              WITH KEY  a1 = ls-a1
                        no = 1.
          IF sy-subrc NE 0.
            APPEND INITIAL LINE TO lt2 ASSIGNING <ls2>.
            <ls2>-a1 = ls-a1. <ls2>-no = 1.
          ENDIF.
          ASSIGN COMPONENT ls-a2 OF STRUCTURE <ls2> TO <lv>.
          <lv> = ls-a3.
    *     index 2 for filling quantity in a4 field
          READ TABLE lt2 ASSIGNING <ls2>
              WITH KEY  a1 = ls-a1
                        no = 2.
          IF sy-subrc NE 0.
            APPEND INITIAL LINE TO lt2 ASSIGNING <ls2>.
            <ls2>-a1 = ls-a1. <ls2>-no = 2.
          ENDIF.
          ASSIGN COMPONENT ls-a2 OF STRUCTURE <ls2> TO <lv>.
          <lv> = ls-a4.
        ENDLOOP.
        cl_salv_table=>factory(
          IMPORTING
            r_salv_table   = lr
          CHANGING
            t_table        = lt2
        lr->display( ).
      CATCH cx_root.
    ENDTRY.

  • LOV on Form changes DB row values

    I add a lov to a form and experience that the lov does not retain the value coming from the DB row but overrides it with what ever the lov presents first. A very strange default behavior, but what does a newbie know. Can anyone sugesst how to correct this behavior. Many thanks!

    Nicholas,
    How did you "add an lov to a form", exactly? Did you create a new item on the page like maybe a select list with the Source Type set to Database Column and the Source Used attribute set to "Always..."? If so, your LOV query may not be returning values that match those in the table.
    Scott

  • PCR adobe forms: change logo

    Hi All,
    We are implementing MSS PCR scenarios and the requirement is to replace the SAP logo with the company one.
    To do this, we can take a copy of the standard form 'ISR_FORM_SPEG' to 'ZISR_FORM_SPEG' and change the logo.
    Now, can we assign the custom form for a standard scenario definition in QISRSCENARIO (replacing the standard form)? Is this setting sufficient to trigger the custom form instead the standard one?. Is there any further settings or configuration we need to make it work.
    What is the best way to make this change. Please share your experience.
    Appreciate your help!
    Note: We are on EP 7.0 and ECC 6.0.
    Thanks
    Karthik

    answered

  • Adobe Form Section is Not Showing When Value is Selected from Dropdown List

    Hello Experts
    We have this issue where an ADOBE FORM is embedded in a WEBDYNPRO APPLICATION. 
    When selecting a value from the dropdown field in the ADOBE FORM, some particular section in the ADOBE FORM is not shown.
    Here's the ADS and NW versions that we were using.  We are running on EHP5 landscape.
    - ADS - 7.3 SPS 3
    - NW 7.3 SPS 3
    PS. The same program is working in EHP4 correctly.
    Any idea on how to resolve this issue?

    This is a custom built form, the thing is we just upgraded our system to EHP5 and we are in the test phase. The same form works in system in EHP4.
    Based on the dropdown list selection, there are some sections in the form which are hidden previously will be shown now. when you change the country in the dropdown the new sections appear. The sections will not be visible before you select the couuntry from dropdown.
    Should I upgrade my Adobe live cycle designer version to a higher one?
    Thanks

  • 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

  • Web Dynpro & case sensitive selection of Adobe Forms

    Hi Community
    how can I solve this issue:
    I have a Web Dynpro View with a button. Clicking this button generates a Adobe form and displays it.
    So long everything's fine.
    Here's my problem:
    There are 4 different case sensitive forms in dependence of the user's selection. How can I solve this?
    The form is assigned to the view via layout, so do I have to create 4 views,related to the amount of forms? And additionally the pdf's are displayed in dialog windows, so do I have to create 4 windows additionally where I have to embed a view for each of them?
    Is there any other way to solve it? It looks for me like a not very nice solution.
    Thanks in advance,
    Tan

    Hi Tan,
    Solutions that i am proposing may not be the best solution but you need to take a call on the best one:
    Solution 1 :
    1. Try Creating only one view and one window for pop up ( in addition to your existing view with button )
    2. in the view add an interactive form and bind it to one of the form.
    3. in WDDOMODIFYVIEW method , depending on the situation try to change the mapping to this interactive form
    4. This embedded view in the pop up window is always called, only based on the conditions the adobe forms changes.
    Solution 2:
    1. in your view add 4 Interactive forms , bind them to different nodes as per its mapping requirement
    2. create 4 Visibility context attributes , bind them with each of the forms
    3. depending on the condition , hide or make visible the adobe forms.
    4. show this view in the pop up window.
    My suggestion would be to go with Solution 2 , since it does not involve dynamic modifications at runtime.
    Regards,
    Ashish Shah

  • Adobe form central shutting down.

    Hi
    I am not very happy regarding the way adobe form central has been announced its shutting down, I have received no email regarding this issue only notification on log into my account.
    there are no support or option to contact adobe regarding this matter.
    I am a fully paid subscriber to the annual service and adobe are closing Form Central in June - My subscription is paid for a full year until dec 2015.  I expect at the very least adobe to address annual subscribers and the fact they will no longer be providing a service mid way through their paid year.  Combined with the fact i have many active forms.
    The service from adobe when it comes to this sort of issue and support has been unacceptable.

    Hi!
    Many competitors of FormsCentral are checking these forums to help support the displaced users. I'm among them, with JotForm. =)
    Our founder wrote a review of how the closure was handled, if it's of interest:
    https://medium.com/design-of-a-technology-business/how-to-handle-a-saas-product-shut-down- 9ee92b5f6ec3
    The best news is they gave everyone six months to make alternate plans. The blog announcement includes some alternatives, which we were happy to be included on.
    FormsCentral is retiring | Adobe Acrobat Blog
    JotForm just announced today that we have a one-step Import Wizard, which will migrates all your Adobe forms and response data, into our system. It just takes a minute. We expect it's by far the easiest migration tool available, should you choose to use our service long term.
    FormsCentral Alternative: Import Your Forms and Form Responses to JotForm
    Best of luck finding an alternate service, and we welcome your feedback.

  • Read mutliple dynamic rows of a Table in Adobe Form into GP's context

    Hello All,
    I have a GP scenario where in user inputs multiple rows of data in a table which is on an Interactive Adobe Form.
    I want to read those values entered dynamically and passed between callable objects.
    Please could you suggest on this? If you post any sample code that would be of great help.
    Best Regards,
    Suyukti B N

    Hi Tamas,
    I checked the mentioned form and, as this table is setted as TABLEROW and some of its cells are static, is not possible to change the column size in the layout or even though changing it directly in the XML file, cell by cell. I was trying it.
    For example, choose the Cell6 of TABLEROW[0] and click on tab 'XML Source'. You will see this statement:
    <draw colSpan="3" h="16.3166mm" name="Cell7" w="22.225mm">
    You can try to change the value 'colSpan' according to your requirement.
    This table size is not modifiable because it was developed to it.
    I believe that Diego's suggestion can help in this case, if you are having problems to print the entire table on the page.
    Regards,
    Lucas Comassetto.

  • How do you change a "row Label" in form central into an interactive text box?

    How do you change a "row Label" in form central into an interactive text box?  I need to leave some of the row labels plank so that people using the form can add some of their on labels.  Can this be done and if so how?

    I'm not quite sure I understand your question. Respondents (fillers of the form) cannot edit the label of a field.
    Randy

  • Changing font size(bold) or color of a particular row in ALV Grid Digplay

    Hi Experts ,
    I am having a requirment to highlight some particular rows in ALV Grid Display . To achieve this i need to change font size or make it bold or change color of that row .
    Please give me some inputs .
    Thanks in Advance.
    Vijyeta

    Hi
    Coloring An Entire Row
    Coloring a row is a bit (really a bit) more complicated. , you should add an additional field to your list data table. It should be of character type and length at least 4. This field will contain the color code for the row.
    First you have to declaration of our list data table u201Cgt_listu201D.
    DATA BEGIN OF gt_list OCCURS 0 .
    INCLUDE STRUCTURE SFLIGHT .
    DATA rowcolor(4) TYPE c .
    DATA END OF gt_list .
    Adding the field that will contain row color data
    As you guess, you should fill the color code to this field.  But how will ALV Grid know that you have loaded the color data for the row to this field. So, you make it know this by passing the name of the field containing color codes to the field u201CINFO_FNAMEu201D of the layout structure.
    e.g.
    ps_layout-info_fname = <field_name_containing_color_codes>. u201Ce.g. u2018ROWCOLORu2019
    You can fill that field anytime during execution. But, of course, due to the flow logic of screens, it will be reflected to your list display as soon as an ALV refresh occurs.
    Try this link also:
    Possible functionalities in ALV
    Regards
    Neha

  • Changing row or cell background and Font size in the table in Adobe Form

    Hi Experts,
    I have a problem in the Adobe Forms (Non-interactive). I have developed a form in which a table is displayed dynamically. I wanted to highlight some rows depending upon the cell value.
    Kindly help me regarding this .
    Thanks,
    -R.S-
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 3, 2011 5:54 PM

    hi,
    you have to use a script for the tableline like formcalc or javascript to implement that logic.
    regards,
    christian

  • How to change the Field Symbol, so Adobe Forms takes it as a Table?

    Hi guys,
    I created an Field Symbol, in a Interface which I use for Adobe Forms. The type of the Field Symbol is STANDARD TABLE, and this field symbol I fill with data from another program.
    But the problem is that in adobe forms, this Field Symbol is taken as TEXT FIELD and not as Table... and this shows me a Dump because it can't convert Internal Table to type C (the dump is like that).
    What I need, is how to change the Field Symbol, so Adobe Forms takes it as a Table?
    I looked at Adobe Form, and found this:
    The Type Category of the Field Symbol is DICTIONARY TYPE and I think I need to change it to Internal Table as shown in the right picture.
    Does someone have any idea?

    Hello Taly,
    To what i understand your requirement, you need to pass data from Field symbol to internal table in Adobe form.
    You have done it correct partially. I have replicated your scenario and steps are below -
    1) Create a Z structure
    2) Create Z Table Type
    3) Create Adobe Interface with Table & Field Symbol. Also do coding as shown to assign the internal table populated in driver program to filed symbol.
    4) Design Form as -
    5) Code driver as -
    *& Report  ZR_AF_FS_1
    REPORT  zr_af_fs_1.
    DATA: fm_name           TYPE rs38l_fnam,
           fp_docparams      TYPE sfpdocparams,
           fp_outputparams   TYPE sfpoutputparams,
           it_kna1           TYPE ztt_fs_1.
    * Sets the output parameters and opens the spool job
    CALL FUNCTION 'FP_JOB_OPEN'                   "& Form Processing: Call Form
       CHANGING
         ie_outputparams = fp_outputparams
       EXCEPTIONS
         cancel          = 1
         usage_error     = 2
         system_error    = 3
         internal_error  = 4
         OTHERS          = 5.
    IF sy-subrc <> 0.
    *            <error handling>
    ENDIF.
    *&---- Get the name of the generated function module
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'           "& Form Processing Generation
       EXPORTING
         i_name     = 'ZAF_FS_1'
       IMPORTING
         e_funcname = fm_name.
    IF sy-subrc <> 0.
    *  <error handling>
    ENDIF.
    *-- Fetch the Data and store it in the Internal Table
    SELECT kunnr name1 name2 adrnr FROM kna1 INTO TABLE it_kna1 UP TO 15 ROWS.
    * Language and country setting (here US as an example)
    fp_docparams-langu   = 'E'.
    fp_docparams-country = 'US'.
    *&--- Call the generated function module
    CALL FUNCTION fm_name
       EXPORTING
         /1bcdwb/docparams        = fp_docparams
          it_data                   = it_kna1
    *    IMPORTING
    *     /1BCDWB/FORMOUTPUT       =
       EXCEPTIONS
         usage_error           = 1
         system_error          = 2
         internal_error           = 3.
    IF sy-subrc <> 0.
    *  <error handling>
    ENDIF.
    *&---- Close the spool job
    CALL FUNCTION 'FP_JOB_CLOSE'
    *    IMPORTING
    *     E_RESULT             =
       EXCEPTIONS
         usage_error           = 1
         system_error          = 2
         internal_error        = 3
         OTHERS               = 4.
    IF sy-subrc <> 0.
    *            <error handling>
    ENDIF.
    6) Output -
    BR.

  • 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

Maybe you are looking for

  • How can I erase all phantom iCal data from my iPhone/Flat Panel Mac?

    Tried many ideas and Apple Genius could not even help me. Here is the scoop... I created an iCloud account then synched my iPhone to my Flat Panel. Suddenly my iPhone showed up to six duplicates of iCal events (often a week or two later than the actu

  • Cannot Drag and Drop Computer Name onto saved unix command

    I am using ARD 3.3. When trying to drag a computer from Scanner to a Unix command on the sidebar, it does not populate in the task. You have to manually open the command, and then drop into the Computer list. Deleting the com.apple.remotedesktop.plis

  • Graph contextual menu question

    This is probably basic, but I am trying to understand how Graph contextual menus function. In a typical XY Graph, we have the option to modify the (runtime) contextual menu, which is something I am increasingly doing to extend the functionality of th

  • [MapViewer] Ugly borders

    When MapViewer creates a image, there's a black border on both left and rightside of the map. Why is this, en can I remove this border? It's very ugly when the background of the map is the same color as the background of the html-page tnx.

  • Open Hub Third Party

    Hi Gurus, 1. I am creating an Open hub destination as Third Party. mentioning my RFC destination as my SRM system RFC Name. but my question is where this file will be saved in my destination system. What is the physical path name? Thanks in advance.