Adobe form - Text field not getting saved.

Hi All,
We created an application in which user will enter the data and submit it . The details entered in the screen will be saved in the Ztable.
Our problem is when the user enters the data in the TextField UI of the adobe form it is not getting saved in the table. In development its working fine.
In production for few users it is getting saved and for few users it is not getting saved.
We are not able to find out the root cause of the problem.
Any help will be appreciated
Best Wishes
Idhaya R

Hi Idhaya,
As you said it is working for few users,
Then you need to check Adobe reader installed for users who are having problem.
Hope it helps.
Regards,
Arun

Similar Messages

  • Inbound Idoc - Date fields not getting saved

    Hello,
    I have created inbound idoc scenario in SAP. I receive Idoc from non SAP system to SAP system.
    then data from IDoc is saved into different tables, for that I have written one function module (attached to process code)
    One of the segments in IDoc type has date as a field. It is of type sy-datum.
    When I receive Idoc in SAP only date fields are not getting saved in tables.
    Is anything specific need to be done for date fields? please advice.

    check which format you are getting into sap and make sure you are coverting in into required format.

  • Adobe Interactive Form text field not editable

    Hello,
    I created an Adobe Form using transaction SFP and placed a textfield on the body page.
    I then created a Web Dynpro application using SE80, placed Interactive Form container on the view. I also checked the flag 'Enabled' and provided the templateSource as my Adobe Form name.
    When I test the WD application, the text field is not editable.
    Can you please advise what needs to be done?
    Thanks
    Sagar

    Hi...
    Place the following code in domodifyview
    data:
        lr_interactive_form type ref to cl_wd_interactive_form,
        lr_method_handler   type ref to if_wd_iactive_form_method_hndl.
      check first_time = abap_true.
      lr_interactive_form ?= view->get_element( 'INTERACTIVE_FORM' ).
      lr_method_handler ?= lr_interactive_form->_method_handler.
      lr_method_handler->set_legacy_editing_enabled( abap_true ).
    Thanks
    Gopal.

  • Contract item customer fields not getting saved from ITS side??

    Hi there,
    I have had to add "account assignment" details to a contract item (3 fields: account assignment, G/L account and cost center)...
    All is going fine....in fact the 3 fields have been added on the contract item level in function group BBP_CTR_UI_ITS screen 4100. I followed the instructions in SAP note number 458591 "user defined fields: preparation and use"...
    The 3 fields I added where "generated" down to SAP table level and now appear in table BBP_PDIGP...
    Also when I create a contract from transaction BBP_CTR_MAIN and fill my 3 new fields in on the item level all works fine when I release the contract...the contract item gets created and the 3 new fields appear nicely in table BBP_PDIGP....so from the GUI side all is PERFECT...
    I have worked on the ITS side of things quite a bit but now I clearly don't understand something...
    I go to "internet service" BBP_CTR_MAIN - template SAPLBBP_CTR_UI_ITS 4100.....I have added my code and my 3 fields display perfectly on the web page....for each contract item.....
    As I said I can make the contract with the 3 new fields filled perfectly via the GUI (transaction BBP_CTR_MAIN)....and if I VIEW that contract on the web it also displays perfect with the 3 filled in fields....
    If I COPY that contract.....and save the new one, the 3 fields are still fine, all saved.
    NOW COMES THE PROBLEM:-)
    If I create a new contract from the web, fill in my 3 fields on the contract item level THE 3 FIELD VALUES SEEM TO NOT GET POSTED BACK AND SAVED IN THE SRM DATABASE...
    I have tried everything from using FIELD-GET, FIELD-SET...the note I mentioned above mentions some BADI's that I could possibly use:
    BBP_CUF_BADI_2 (modify screen methods etc)
    BBP_DOC_SAVE_BADI
    All I really want to try understand is how interaction between the user clicking on the web page and the SAP GUI screen flow is really happening.....I mean I see in function group BBP_CTR_UI_ITS there are a number of function modules with ITS in them, are those function modules just called when the user is clicking on the web (via ITS etc) - I would assume so...
    Bottomline is I need what is happening in the SAP GUI to happen on the web as well.....it is almost there, I just need a push in the right direction so that I can grab the fields from the web page, in the most standard way possible.
    Thanks for the help, I am very curious to see how this sort of solved.
    Regards
    Lynton

    He Yann,
    We are running SRM 3.0, EBP 4.0 - support pack 8
    Thanks for the help
    Lynton

  • Offline Form - Data not getting saved.

    Experts:
    I am working on Adobe Offline Form.
    When I do some changes to the offline form and save it , the same data is not getting saved.
    After saving, if I close the form and reopen it again, I am not able to see the data.
    What could be the reason?
    Thanks
    Rajeshwar

    Same question was asked less than 2 days ago. And prior to that, it's been asked about 50 times now. Learn how to SEARCH before posting AND then you will get help.

  • Added new fields in vendor master in xk01 but data is not getting saved

    Hi experts,
    To add new fields in vendor master i have followed the following steps :
    1.) Appended a structure ZRTGS in LFA1 table with required fields and activated
    2.) Added new button in xk01( vendor master ) using spro -> logistics-general -> business partner -> vendors ->
    control ->adoption of customer's owaster data fields -> prepare modification free-enhancement of vendor master record
    Created a screen group ZR and defined label tab pages with function code ZRTGS and saved entries
    3.) Created a implementation for BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS.
    4.) Created a program with my own subscreen for the required fields
    The button is getting displayed in XK01, XK02 and XK03 respectively. Whenever the button is clicked the subscreen with
    the fields is also displayed. But whenever i try to save the data in either XK01 or XK02 it is not getting saved in to the
    database table LFA1.
    Request your help in this regard.
    Thanks in Advance.

    Hi,
    You may need to check this include .
    EXIT_SAPMM06E_008  -->Import Data from Customer Subscreen for Purchasing Document
    Thanks,
    vamshi

  • Changes in Texts in custom editor not getting saved in QM02 tcode

    Hi Expert,
    I am working on a screen exit in QM01. I have created a editor box(like the description box under Description tab in QM01) using class cl_gui_custom_container and cl_gui_textedit. I am able to create and display the text I type in the box alongwith other standard changes but if I try to change and save the text only in the custom text box, it is not getting saved. I debugged and found out that the standard does not recognize any change in the custom controller box.
    Please suggest.
    Thanks in advance,
    Sangeeta.

    Hi Sangeeta,
    After doing changes which method are you using to capture the text in the text editor ?
    There is a method GET_TEXT_AS_R3TABLE in class CL_GUI_TEXTEDIT . in that pass 'X' to ONLY_WHEN_MODIFIED parameter,
    Hope these may resolve your issue.
    Regards,
    Kumar M.

  • Custom fields in Source of Supply screen - not getting saved

    Hello Experts,
    There is a requirement to create 2 customizing fields on Souce of Supply (SOS) screen of Shopping Cart in SRM7.0 and has to be updated in the Backend system (PR,PO etc).
    I have created CUST1 and CUST2 in the standard include - INCL_EEW_PD_PARTNER_CSF (Customer Enhancements to Partner in Doc.) which is being used in the structure /SAPSRM/S_CLL_WD_SUPPLIER (CLL structure for SOS).
    But while creating Shopping cart, these customizing fields are not getting saved and not transfered to backend.
    NOTE:
    1. I refered SAP Note - 672960 , but it has no information abt SOS enhancement.
    2. I have enhanced the backed system accordingly to show these 2 customizing fields in PR and PO.
    3. Webdynpro component for SOS screen is - /SAPSRM/WDC_DODC_SC_I_SOS, and the structure used   is /SAPSRM/S_CLL_WD_SUPPLIER.
    Awaiting the correct answer from you all
    Thanks and Regards,
    Prabhu

    Hello All,
    I'm facing exact same problem.
    Steps followed:
    1. Configuration from SPRO
    Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extension and Field Control -> Configure Customer Fields -> Define Customer fields on item Level -> Append for Customer Fields on Shopping Cart Item
    2. Add new fields in Webdynpro: /SAPSRM/WDC_DODC_SC_I_SOS
        View:V_DODC_SC_I_VENDOR
    Still i'm not able to get proper results.
    Please help.
    Thanks in advance.
    Yogesh

  • Item text is not getting updated in Payment document generated through F110

    Hi all,
    After generating the payment document via Transaction Code u2013 F110, system is not updating the Text field in the payment document with the text that we have entered in the Invoice (MIRO or FI Invoice).
    While processing the document via transaction code u2013 F110, in the layout shown for the Invoices to be considered for payment (screen of u201CEdit Proposalu201D), text is not getting updated. When we pressed F1 at the Text field (Which is blank) we came to know that it is a u201CItem Textu201D with u201CTable u2013 REGUEu201D /  u201CField u2013 SGTXTu201D.
    In BSEG (SGTXT field) as well as BSIK (SGTXT field) we are getting the Invoice document with the text maintained in it via MIRO or FI invoice.
    But while processing the invoices through Tcode - F110, in the layout of Edit Proposal (Table - REGUE / Field - SGTXT) we are not getting the u201CText fieldu201D but getting the other data such as Doc. No.( Table - REGUE / Field - BELNR), Fiscal Year (Table - REGUE / Field - GJAHR) etc for processing the proposal which is getting shown in BSEG as well as BSIK.
    In case of manual payment (F-53) we can input the text manually hence that will get updated in payment document but this thing is not possible with F110.
    Can anybody guide me on getting the ItemText (Not Doc. Header text) in FI payment document after F110 execution?
    Regards,
    Shridhar

    Hi Suresh,
    Thanks for the prompt reply. We will be obliged if you guide us in that respect since F110 is a Std. SAP code.
    Have you refer OSS before arriving at the conclusion of developing ABAP program since the Item Text is a std. field of Std. Tcode - F110. Same should had been get updated while making the payment in reference to the Invoice which haves item text in it ?
    Regards
    Shridhar
    FICO

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • File not getting Saved on Application Server

    Hello All,
    We created a file in "Automatic Payment Transactions (F110 Transaction)" and are able to save the text file on Local drive. But for our e-banking requirement we need to store this file on our application server. The configuration settings in OBPM4 are already done and now system is picking the default application server path while saving file in "Payment Medium - > DME Administration" transaction. The problem is - although the system is picking the required path of application server but file is not getting saved. The error coming is: File <path> could not be opened (Message Number: FZ231).
    We have checked for 777 authorisations (OS authorisations) for the folder.
    Please suggest that what can be done to resolve th issue.
    Regards,

    What exactly we need to check in Payment program? We are not able to save the file on application server. There is no problem while saving the same in local drive.
    Regards,

  • Document type created not getting saved

    Hi all,
    In DC10 I created document type and saved but its not getting saved?
    I gave document type as CD and description as COREL DRAW and tried to save it, but its not getting saved and asking to fill the required fields so I filled
    Version no. Inc as   1
    class Type  as      017
    and class  as     cl0001
    and in Field selection:
    Class data as display
    document status as *Display and then tried to save but the save option is in hide mode.
    what is a characteristic and why do we require and how to give the naming convention or numbering to it?
    Because I cant see the previously created chars?
    Please answer
    Thx

    Thanks Aby for answering
    how to name the class and class type ?
    I can see the class types but not class, is it a number or any other name ?
    How to create character and what is the naming convention?
    if I created a class and class type and character for a document type in DC10 then will they be shown in display screen CV03N?
    Thx

  • Bom item data - Document assignment not getting saved in table STPO

    Dear All,
                  As per out customer requirement, they want to display assigned drawing documents of Bom items in CS11. But it is not reflecting in cs11 eventhough we have assigned documents in Bom item detail overview Document assignment tab page. Moreover this is not getting saved in table STPO.
                   Waiting for solutions
    Thanks & Regards
    Dhananjay Kulkarni

    Please understand my customers requirement,
                               Presently they are assigning drawing document of each mat in material master. And if they want to see the drawing of each component of bom through Bom maintenance then they double click on component in bom, goes to mat master then additional data then document data and then drawing. In this way they need to open minimim 5 windows, which they want to make minimum 2 windows.
              In bom they are having more than 300 components. This is not possible to define document as component with item category D of so many components. One more idea I given to them is to club all drawings in one document and define that document as component with item category D, but in this way they can't identify  the individual drawing with part name.
              One more idea I given to them is to assign drawing document of individual component in item overview - Document assignment tab page from where they can open the drawing but it needs to open minimum 3 windows. So they are ready to assign drawing document in item overview - Document assignment tab page but they want, it should reflect in CS11 document column, from where they can easily open the drawing document.
              One more thing I observed that, assigned document to item overview - Document assignment tab page is not getting saved in Table STPO. I can't see this field content in STPO, which may be the reason that it is not reflecting in CS11.
             Is anything missing from Document management system?
    Please think and reply friends it's Urgent.
    Thanks & Warm Regards
    Dhananjay Kulkarni

  • Formatted Text Field for getting Date

    I need a text field to get Date. does anyone know where I can find such a thing?
    all it needs to do is allow the user to type a date in dd/MM/yy format.
    10x.

    in a jtable it has a problem - when I press tab to exit the field the date is not changed.
    i set the on focus lost behaviour to commit, but still not working.
    also, it allows me to enter 4823749823/02/02 - and it translates it to the right format - I'm interested in something more fixed - allows to enter only 2 digits for day, 2 digits for month,2 digits for year.
    the relevent code I'm using is:
    // a cellEditor that uses a formatted text field that holds a Date object
    public class JFormattedDateCellEditor extends DefaultCellEditor {
    public JFormattedDateCellEditor(final JFormattedTextField textField) {
    super(textField);
    textField.setFocusLostBehavior(JFormattedTextField.COMMIT);
    textField.setHorizontalAlignment(SwingConstants.RIGHT);
    textField.setFont(JUtility.theFont);
    textField.setBorder(null);
    textField.addFocusListener(new FocusAdapter() {
    public void focusLost(FocusEvent e) {
    if (textField.getValue() == null) {
    textField.requestFocus();
    delegate = new EditorDelegate() {
    public void setValue(Object value) {
    textField.setValue((java.util.Date)value);
    public Object getCellEditorValue() {
    return textField.getValue();
    //to set the cell editor:
    column = collectionsTable.getColumnModel().getColumn(CollectionFrame_collectionsModel.DATE_COLUMN);
    column.setCellEditor(
    new JFormattedDateCellEditor(
    new JFormattedTextField(
    new DateFormatter(
    new SimpleDateFormat("dd/MM/yy")))));

  • When I download software updates why do they appear on the desktop (and in devices) and not get saved to the HD (I click install to HD but they don't go there)

    when I download software updates why do they appear on the desktop (and in devices) and not get saved to the HD (I click install to HD but they don't go there)

    Double-click the white Adobe Reader Icon to open a new windows.
    Double-Click the "Adobe Reader X Installer.pkg" file inside.
    If it has already been installed it will notify you and say that it has been installed already.
    If you no longer have those files go here to get the latest version of Adobe Reader.
    http://get.adobe.com/reader/
    Let me know how that all goes and if you have any hang ups.
    ON TO THE NEXT POINT OF INTEREST
    It sounds to me from researching the other white 'icon' you have that you are trying to install a copier by the brand of Rico Aficio.
    Possibly the Aficio 2090/2105.
    If so the install CD/Driver download for that copier must have also wanted you to install Adobe Reader to view the User Guides/ Documentation included.
    If you are trying to install said device then double click the white icon labeled Ricoh_Aficio...double click the installer file inside of that.
    It should run a setup/install window like Adobe Reader did then go from there. If it has already been install also you can go to your System Preferences -> Printers to see if it installed correctly and is working properly.
    You can get to system preferences by clicking the Apple icon very upper left on your screen and selecting it from the drop down.

Maybe you are looking for

  • Changes made to a cube

    I have added two characteristics to a cube - they share a dimension with another characteristic. The cube is loaded from a staging ODS Before the changes were made the % of transferred to received records at the cube level was about 70%.  Now the rat

  • Using GoPro Video in PrEl 7

    After some experimentation, this is what I think I'm going to do, was looking for a sanity check: My GoPro creates 1080P MP4 files. I chose 1080P since it's the only setting where the narrow field of view option is available on the GoPro. 1. Use GoPr

  • Could not save because file was already in use or left open

    I am have several problems with Adobe Photoshop CS4. I call up Adobe for help, I pay 50.00 or 60.00 for their help with these situations that I am having. Adobe concludes the phone call saying they are closing the case cause the problem has been reso

  • Essbase Studio - SmartView - Drill Through Error

    Hello! I'm creating a drill through report using Essbase Studio 11.1.1.2. Built the Context, the Report Content and Associations. Perform an ad-hoc analysis via SmartView. Perform a Hyperion | Drill Through Reports and the follow error occurs: Unable

  • Permission problem installing Photoshop 7.0

    I had Photoshop 7.0 installed on an XP that crashed and had to re-built (new hard disk? I don't remember). Anyway I lost all the apps I had, and I'm trying to get PS 7.0 re-installed. I have the original CD complete with the serial number right on th