Can a stamp have fields for input

I have Adobe Acrobat 7.0 Professional and
would like to create an AP stamp with fields to designate invoice classification and allow for digital signatures.  Is this possible?

A digital signature field in a stamp would lose it's meaning as soon as it's applied.
You can create dynamic stamps that include form fields. The content of the fields can be updated at the time the stamp is applied. If you want to prompt the user for information, you have to use either the app.response method or use a custom dialog, both done via JavaScript. You cannot enter info directly into the form fields that are present on a dynamic stamp. For more information, there are a number of tutorials in creating dynamic stamps. This will be one you want to read: http://acrobatusers.com/tutorials/2007/02/dynamic_stamp_secrets

Similar Messages

  • How can i find the fields for &DOPOS_CPY-WRBT1(I13.0)&

    Hi All,
    In sapscripts, what is the meaning for (13.0)?
    how can i find the fields for &DOPOS_CPY-WRBT1(I13.0)&?
    Thanks.

    meaning for (13.0) is write to form this variable's 13 character non decimal and 0 character decimal places.
    shortly not write decimal places.
    DOPOS_CPY-WRBT1 is exist in form caller program. check in abap program not in sapscript.
    take care
    Çağatay

  • Disabling the Qty field for Input for Sub items in Sales Order and Delivery

    Hi..
    I have a requirement, where by we need to disable the qty field vbap-kwmeng for input for sub items of the BOM.
    I am planning to use the user exit USEREXIT_FIELD_MODIFICATION...in the include MV45AFZZ for sales orders.
    But i need to disable the input only after the BOM Explosion and item category determination in the sales order.
    Can i Use the same exit ?? what additional conditions i need to take into account.
    also we need to disable the delivery quantity field also for the sub items of this sales bom.
    I see that this User exit is not available in delivery procesing.  How to acheive the required functionality in the delivery processing...
    your advice is much appreciated in this matter.
    Regards
    Srini

    hi,
    Route is determined
    1.Country of Departure & Departure Zone taken from Shipping Point
    2.Country of Destination & receiving Zone from Ship to party
    3.Shipping condition from CMR
    4.Transportation Group from MMR
    5.Weight Group which is optional.
    Check the above.
    Route is determined in delivery.
    ASHA

  • Can't edit narrator field for audiobooks in iTunes

    I noticed a new "narrator" field in iTunes for the Audiobook media kind, but I can't edit it.
    Also, I can't seem to edit the "Remember playback position" and "Skip when shuffling" options. I can fix the second issue by changing it to Music media kind, checking them, and changing it to Audiobook over again; however, seeing as there is no "narrator" field for Music, I can't use that workaround.
    I am using iTunes 12.1.0.50.

    Grey text when you look at the content and lock symbol at the bottom of the screen simply shows that your iPod is set to "automatically update songs and playlists". . If you want to access your iPod directly, play it through your iTunes, connect it to a second computer etc. you just need to change the update method to "Manually manage songs and Playlists" in the iPod preferences. Managing Your Songs Manually
    One thing to remember about manually updating though is that the iPod also has to be manually ejected before the "Do Not Disconnect" message will go away. Safely disconnect iPod
    For info: iPod 101
    The iPod offers three ways to transfer music from your computer. You can select one of the following update modes from the iPod Preferences menu in iTunes (Edit=>Preferences=>'iPod' tab):
    1) Automatically update all songs and playlists. This is the default mode, in which your entire music library, including playlists, is automatically synced to your iPod. If the music library on your computer exceeds the iPod storage capacity, you are prompted to select a different update method.
    2) Automatically update selected playlists only. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer.
    3) Manually manage songs and playlists. You can also choose to transfer music to the iPod manually. This allows you to drag and drop individual songs and playlists from iTunes to the iPod.

  • Can't not choose field for filter in recordset dialogbox

    I deveop website by DreamweaverMX. I have some problem with
    dynamic page for ASP when I click binding-->recordset if I
    choose field for filter or choose URL Paramiter when I test webpage
    It say "The page cannot be displayed" If I choose filter is "None"
    webpage can be show.What happend? Please help me for solve this
    problem.
    Best Regards,
    Nisarat

    When you added the Filter parameter in the dialog bow, did it
    test successfully at that point (by clicking on the Test button)?
    Did it prompt you for the value of the variable you want to filter
    by?
    If so, maybe that variable is undefined or null in the web
    page when you browse it on your web site.

  • Can we create a field for Variance?

    Hi Experts,
    My client wants to see the following in SAP Business one 2007A PL:08
    1 - A variance column that will calculate the difference between the A/P Invoice Price and the PO price. This could be a dolar amount or a %. How do I do this? Can I define an UDF for this?
    2 - A flag at AP invoice stage where it will alert saying that the A/P invoice price is different than PO price. How do I create alerts?
    3 - Lock certain fields in the header information of Item Master Data, Business Partner Master Data etc. How do Lock a specific field. Users are changing too much of information randomly.
    Thanks

    Hi Arun,
    Try this
    SELECT distinct T0.[CardCode], T0.[CardName],
    T4.[ItemCode], T4.[Dscription],
    T5.[DocNum] [PO#], T4.[Price] [PO Price],
    T3.[DocNum] [GRPO#], T2.[Price] [GRPO Price],
    T0.[DocNum] [AP Inv#], T1.[Price] [AP Inv Price]
    FROM OPCH T0 
    INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry
    inner join PDN1 T2 on T2.DocEntry = T1.BaseEntry and T2.LineNum = T1.BaseLine and T1.BaseType = '20'
    INNER JOIN OPDN T3 ON T2.DocEntry = T3.DocEntry
    inner join POR1 T4 on T4.DocEntry = T2.BaseEntry and T4.LineNum = T2.BaseLine and T2.BaseType = '22'
    INNER JOIN OPOR T5 ON T4.DocEntry = T5.DocEntry
    For Browse
    Regards,
    Bala

  • Hiding and Protecting Fields for Input in SRM 4.0 (BSP) Shopping Cart

    On the Shopping Cart transaction(s) BBPSSC01 to BBPSSC03, the HTML templates are under ITS SERVICE BBPACCOUNT, and the main HTML template is called saplbbp_pdh_acc_2000_1. We want to grey out the G/L Account field and hide the business area field.Is there any other way to satisfy this requirement besides making an actual change to the HTML/BSP page and publishing. After researching this for quite a while I could not find another mechanism to grey out or hide fields. If the page has to be changed it looks like they have a code check if the field is disabled, can we simply set that field to true and the field will be Greyed Out and protected from input?
    SAP ECC 5.0 WAS 6.40
    Thanks

    Rb,
    Did you come up with a solution to your problem? I am wanting to do exactly what you have described in your message. The only way that i can think of is:
    To create a Screen Variant using transaction code SHD0 for those transaction codes i.e. BBPSC01 etc.
    SAP ECC 5, WAS 6.4, SRM server 5 / EBP 5

  • Deactivating the field for input

    Hi friends,
    I want to deactivate ( to make it read only) a field in standard Tcode for specific company codes.
    ( For example I want to deactivate company code field in ME22n -> Org data tab )
    We have around 20 company codes and this change should be done for only one company code.
    Using transaction variant we can deactivate it but change applies for all company codes.
    Plz suggest how can we do this. Also suggest whther we can use field exits for same.
    Thanks,
    Madan Shinde

    Hi
    You can achieve this by using an implicit enhancement
    in the class CL_BASIC_MODEL_VIEW_MM,
    Method MODIFY_SCREEN.
    There LOOP AT SCREEN and modify the SCREEN.

  • How Can we create parameter field for BP Group on Crystal Report

    Hi,
    I have something wrong:
    I want to create parameter field on Crystal report to select multiple cardcode group, I use for that :
    @Select * from ocrg
    but when I execute the report the fiel don't give any thing to choice BP Group, it is a null fiel ?
    Any Idea how can I do this otherwis
    Ps: I want to precise group to display it.
    Thanks in advance
    Cdt
    Malika

    Hi Malika.....
    Try this simple query report in Crystal with Parameter as CardGroup....
    Select T0.CardCode, T0.CardName From OCRD T0
    Where T0.GroupCode='{?GroupCode@Select * from OCRG}'
    Take above query in command window.
    GroupCode@Select * from OCRG
    Take above condition in parameter window and then try to run in SAP.
    You can see how CFL gets generated and you get values of CardGroup......
    The above is only example.......
    Regards,
    Rahul

  • How can i find  out field for a particular component type

    hi,
    how can i find out for particular component name is belongs to this field.....that means REF_DOC_NO componemt is belongs to xblnr field ..../.if we know only component type ...how to find the field...
    plz tell me
    thanks&regards,
    kalyan

    keep the cursor on component
    press F1
    select technical information
    you will find the field name and table or structure name
    regards
    sateesh

  • Can't Expand Database Fields for Query

    I am having a problem creating a Crystal Report based on a BEx query. I use the SAP menu to Create New Report from Query using the MDX driver but I am not able to expand the Database Fields so that I can select them and add them to the report.  I'm able to create a report with a similiar BEx query with no problems. Any suggestions?

    If your purpose is to simply point to a different database (but otherwise want the exact same report), don't bother going through the database expert.  When you run the report, it should ask for the database logon credentials.  Just change the database as well as the user id and password.  In Crystal Enterprise (or BOE), this change can be made permanent through the CMC.
    HTH,
    Carl

  • Why Can't we have JCanvas for developing Custom LightWeight Components?

    Well!
    I am Sandeep - [email protected]
    I am developing a application for showing images
    and Every time I read a new Image ,
    I have to resize the Window 'MANUALLY'
    so that it appears .
    I am showing it on JPanel which is in JScrollPane
    I have tried all invalidate - validate() and repaint()
    on JScrollPane and JPanel also .
    I tried shuffling size of main JFrame also but failed.
    I have resize the JFrame manually to make Inage
    Appear.
    So I created new Object of 'myclass extends JPanel'
    and put it in JScrollPane as setViewportView(...)
    well I dont like to create new object of my
    JPanel-subclass.
    Can u help me.
    Also I tried to use Canvas but as my application
    is in SWING , it overlaps so i want some thing like
    JCanvas ?
    Do we Have It?

    if you're calling the methods on Toolkit to load the image, pass in the component as the ImageObserver. This way when the image is finished loading, it will repaint itself.

  • Time Stamp Delta field for Generic Data Source

    Hi Experts,
    I have a requirement to create a Generic Data Source based on view. This view on PA0006 and PA0105 tables.
    Will you please suggest me which field i have to take as delta field.
    Thanks In Advance.

    Also, make sure that whenever a new record is created in those tables, field AEDTM is getting updated with system date else you will miss new records in delta unless there is a change in those newly created records.
    Regards,
    Gaurav

  • Set specific rows in ALV grid ready for input

    Hi everyone,
      I have a question about how to set specific rows in ALV grid ready for input.
      I know that I can make some columns ready for input before the ALV displayed,but I have no idea how to make specific rows displayed in the ALV ready for input.

    Hello Aaron
    For editable columns we can use the fieldcatalog (LVC_S_FCAT-EDIT = 'X') but for rows you need to define editability on cell level.
    The required steps are documented in sample report BCALV_EDIT_02. Below I point out a few crucial points:
    *§1.Extend your output table for a field, e.g., CELLTAB, that holds
    *   information about the edit status of each cell for the
    *   corresponding row (the table type is SORTED!).
    DATA: BEGIN OF gt_outtab occurs 0.  "with header line
            include structure sflight.
    DATA: celltab type LVC_T_STYL.
    DATA: END OF gt_outtab.
    *§3.Provide the fieldname of the celltab field by using field
    *   STYLEFNAME of the layout structure.
       gs_layout-stylefname = 'CELLTAB'.
       CALL METHOD grid1->set_table_for_first_display
             EXPORTING i_structure_name = 'SFLIGHT'
                       is_layout        = gs_layout
             CHANGING  it_outtab        = gt_outtab[].
    Note: in the sample report only field SEATSMAX is editable. In your case you need
    to fill CELLTAB for all fields in a row.
    *§2.After selecting data, set edit status for each row in a loop
    *   according to field SEATSMAX.
      LOOP AT gt_outtab.
        l_index = sy-tabix.
        refresh lt_celltab.
        if gt_outtab-seatsmax ge 300.
            perform fill_celltab using 'RW'
                                 changing lt_celltab.
        else.
            perform fill_celltab using 'RO'
                                 changing lt_celltab.
        endif.
    *§2c.Copy your celltab to the celltab of the current row of gt_outtab.
        INSERT LINES OF lt_celltab INTO TABLE gt_outtab-celltab.
        MODIFY gt_outtab INDEX l_index.
      ENDLOOP.
    ENDFORM.                               " SELECT_DATA_AND_INIT_STYLE
    NOTE: LVC_T_STYL is a SORTED table type. Thus, take care that you are using the
    INSERT ... INTO TABLE statement and not APPEND (because then nothing is appended
    to the CELLTAB itab).
      IF p_mode EQ 'RW'.
    *§2a.Use attribute CL_GUI_ALV_GRID=>MC_STYLE_ENABLED to set a cell
    *    to status "editable".
        l_mode = cl_gui_alv_grid=>mc_style_enabled.
      ELSE. "p_mode eq 'RO'
    *§2b.Use attribute CL_GUI_ALV_GRID=>MC_STYLE_DISABLED to set a cell
    *    to status "non-editable".
        l_mode = cl_gui_alv_grid=>mc_style_disabled.
      ENDIF.
      ls_celltab-fieldname = 'SEATSMAX'.
      ls_celltab-style = cl_gui_alv_grid=>mc_style_disabled.
      INSERT ls_celltab INTO TABLE pt_celltab.
    Regards
      Uwe

  • CUSTOMER_ADD_DATA_CS open for input in display mode

    Hello,
    I have activated this BADI succesfully, I am linking into my subscreen correctly however the fields are always open for input. Do I have to control this in my abap or is there some way you use I-activity in SET_DATA?
    Regards
    Fiona

    Hi Fiona,
    In method GET_TAXI_SCREEN specify the screen and a Z program to control the fields for input.
    Eg:
          E_SCREEN = '0100'.
          E_PROGRAM = 'ZBADI_CUS_ADD_DATA'.
          E_HEADERSCREEN_LAYOUT = 'V'.
    Create a new program ZBADI_CUS_ADD_DATA to control the display and additional functionality.
    Please specify the code as mentioned below based on the screen group assigned.
    Eg Code:
    MODULE status_0100 OUTPUT.
      IF sy-pfkey CA 'A'.
        IF sy-tcode EQ 'VD03' OR
           sy-tcode EQ 'XD03' OR
           sy-tcode EQ 'FD03'.
          LOOP AT SCREEN.
            IF screen-group1 EQ 'CUS'
              screen-input = 0.
              screen-output = 1.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDMODULE.
    Revert back for any further clarification.
    Regards,
    Babul.

Maybe you are looking for