Incoming Payment Check No. field not editable directly

SBO 2007A, PL 42
Banking >> Incoming Payments >> Payment Means
When I am entering an incoming check from a customer, on the Payment Means window, I can't click in the Check No. field and enter data, but if I tab over it to it from the amount field, I can.
Is this by design or a bug? What's the point of it?

Hi Cindy
It works fine on mine .Is that you are having problem when you enter incoming payment at first time or when you are trying to edit .
It is working fine on mine .I can put check number .
What patch level you are in ? which SBO version
Thank you
Bishal

Similar Messages

  • XLR - Incoming Payment - Open Balance field not found

    I'm trying to build an aged debtors report in XLR and the last piece I need is the Open Balance (ORCT.OpneBal) on an Incoming Payment that was made on account. I've not been able to find this field in XLR. Does anyone know if its available from inside XLR, and if so, what its called?
    Thanks
    Edu

    There is no Open balance available in XLR.  To get aged debtors report, you can use invoice and credit note field.  Payment is only part of formula.  I don't think it holds enough information to create this kind of report.
    Thanks,
    Gordon

  • How to make fields not editable in screen

    Hi gurus,
    I have a table and i need to make some fields not editable depending on the values of other fields of the table .
    Example :
    my table have these fields : begin_date, name.
    If the begin_date < sy-datum  -->  then the field  ' name' should not be editable.
    Tankyou.

    Hi,
      OK. I did some code and was able to get the results as you want. Created a table YTESTHV with two fields YYDATE and NAME. Generated a two screen maintenence for the table. Screen 2 - Overview screen, screen 3 Detail screen.
    Overview screen.
    PBO.
    PROCESS BEFORE OUTPUT.
    MODULE LISTE_INITIALISIEREN.
    LOOP AT EXTRACT WITH CONTROL
      TCTRL_YTESTHV CURSOR NEXTLINE.
       MODULE LISTE_SHOW_LISTE.
       MODULE DISABLE_FIELDS.
    ENDLOOP.
    MODULE DISABLE_FIELDS
      move extract to YTESTHV.
    if YTESTHV-yydate > sy-datum.
       loop at screen.
        if screen-name = 'YTESTHV-NAME'.
         screen-input = '0'.
         modify screen.
         else.
         screen-input = 1.
         modify screen.
        endif.
        endloop.
    endif.
    Details screen PBO.
    PROCESS BEFORE OUTPUT.
    MODULE detail_init.
       module change_mode.
    module change_mode
    if YTESTHV-yydate > sy-datum.
       loop at screen.
         if screen-name = 'YTESTHV-NAME'.
           screen-input = 0.
           modify screen.
         endif.
       endloop.
    endif.
    When YYDATE is greater than sy-datum field NAME is display only.
    Regards,
    Himanshu

  • F110 Automatic payment checks printed system not updated

    Hello Gurus!
    Original Invoice is entered using FB60.
    When Automatic payment run (F110) is run, every thing looked normal except for the check numbers for that rundate/id combo the check numbers started at 1 (through 11, not in the range allowed).
    And the status screen has only two lines:
    Parameters have been entered
    Payment proposal has been created
    Missing are:
    Payment proposal has been edited
    Payment run has been carried out
    Posting orders: xx generated, xx completed
    However checks have been printed and most of them are cashed as well. Bank highlighted the exceptions to the positive pay when the check numbers are not on the positive pay file.
    There is no check informaton to be found on the system, in F-58 no open items were found. FBL1N for the vendor shows the line as open and overdue.
    How can I correct this? What are the options.
    Thanks in advance.
    Swami

    After reading variuos notes related to AP payables, note number 444989 is identified
    as the one that came close to a solution to this problem. That note explains how to reuse the payment proposal.
    "Check whether or not the payment run generated any payment documents.To do this, create, for example, a document list and restrict to the document type for payment documents and the posting date of the payment run.
    If no payment documents were generated, then delete the outputs via the menu option: 'Edit > Payments > Delete output'.Afterwards, you can plan the payment run again."
    So after the output is deleted, payment proposal is run again and system generated checks with new good numbers.

  • Payment check amount field

    Hi;
    I've already made a Z for payment check and works fine, but we have notice something when preview the checks in the spool, some checks in the amount (in numbers) field "*****999,999.99" sometimes it´s moves like this:
    1) example                                    "......******999,999.99"
    2) example                              ".............******99,999.99"
    3) example                                   "....******999.99"
    and so....
    in DEV we made a lot of test printing in paper the payment check an worked fine, but the problem is in QAS.
    How can i get that the amount doesn´t move in the sapscript...?
    Thanks on advance,
    David Fúnez
    Tegucigalpa, Honduras
    Edited by: David Funez on Feb 23, 2012 9:27 PM
    Edited by: David Funez on Feb 23, 2012 9:27 PM

    Hi David,
        create a SIGN aligned tab for that amount field. The tab is nothing but the position in the form from where the printing of that particular field should start.
    This should solve your problem.
    Please revert if you still face any problems.
    Regards,
    Praveenkumar T.

  • Incoming Payment Check endorsement

    Hi Experts,
    My client wants that the Incoming payment means Check,  the endorsement field is defaulted to "Yes", is it possible that way?
    Thanks and Regard,
    Lean

    Hi Lean,
    Create FMS 
    Select 'Y'
    Assign on Endors field, make it auto refresh om Amount field & tick mark on Display Saved User-Defined Values.
    Thanks,
    Srujal Patel

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

  • IH01Functional Location field NOT EDITABLE

    Hi,
    We are facing a problem when we enter IH01screen, it shows functional locationa field as NOT editable.
    But with some other user ID its editable.
    We have checked the roles and authorizations but its fine.
    Kindly guide.
    Regards
    DM

    Hi Deepak,
    you must be using 4.7 or above versions.In that case you need to set the Parameter ID
    PM_TREE_INACTIVE as X in your user settings through SAP easy access      System>User Profile>Own Data 
    Try this and confirm if u still face problem
    Regards
    Manish

  • AP Invoice Tax Amount Field not editable

    Hi all,
    The tax amount (LC) field on the AP Invoice field is not editable. What tax setup do I need to do to allow the tax amount to be editable. All of our sales transactions are tax exempt, however, we need to pay tax to some of our service vendors.
    Thanks,
    Jane

    Hi,
    It is Standard SAP B1 behavior, Tax Amount is editable in Purchase Documents and not editable in Sales Documents.
    You have to frame the tax formula to match the amount correctly.
    Do you want to enter in your own tax amount?
    Did you check the form settings for Tax amount?
    It is not a problem, its standard SAP B1 behaviour so you can click the link(Orange) button of row level Tax amount
    and open the define  tax amount distribution window. put the tax amount in the row level and update.
    Thanks,
    Madhan.

  • Incoming payment linked to invoices not reconciling

    1 incoming payment of $900 dated 1.8.08 has been linked to 3 AR invoices (dated in July), in the incoming payment window. 
    The 3 invoices have been pauid in full (NO part payment where made).
    When running the customer aging report dated 16.9.08, the incoming payment receipt of $900 appears, but the 3 invoices appear to have been reconciled.
    Why could this be occuring?  How can I reconcile the invoices against the payment correctly?

    Hi,
    Please check for the Business Partner, for whom the Invoice were raised, the following :
    1) Goto the Banking Module > Bank Reconciliation and Statements and Manage Previous Reconciliation
    2) Enter the Business Partner and check the reconciliations.
    When you highlight the row the details of the reconciliation are shown in bottom half of the window.
    If you find the Invoices and the Payments, the same are reconciled.
    However, there can be a chance that there is/are Credit Memo raised for the Invoices which are paid by that Incoming Payment and you need to Manually reconcile the transactions together,
    Please confirm about the Credit Memos for the Invoices linked in that Payment.
    Hope it helps.
    Regards,
    Jitin

  • Field Not Editable

    Dear All,
    I got msg when i make manual change in my Order header level Goods recpt tabBATCH field.
    I want to make it not editable then how can it be possible?

    Hi Maulik,
    That's what I had asked you in your earlier thread?And reply too regarding this query.
    [Standard SAP Message|Standard SAP Message]
    And if I am not wrong, you want to restrict that manual Batch creation, correct or nor?
    If yes then there are some other ways by which you can control it.
    - Transaction Variant
    - User Exit
    - Authorization control.
    Regards,
    Dhaval

  • BROWSER BASED PI SHEET INPUT FIELDS NOT EDITABLE.

    Hi Gurus,
    I am working on browser based PI sheet. I am able to generate PI sheet but input fields for Browser based PI sheet are not editable. I can not post my entries in T. Code:CO60.
    This is happening to all recipe Groups also.
    Please give inputs. Thanks in advance.
    Regards,
    Pradeep

    Hi Dhawal,
    I am using process Instruction Type 0 (Universal Type) for Process Instruction Category.
    I am using browser based PI sheet. It is getting generated but I am unable to Put information in Input
    fields to post data.
    When I see error logs I get following Error:
    Data transfer to the server: data contains error.
    I am not using PI category 7 in master Recipe.
    Same settings I am using in another client and it is executing. But for this server I am facing Problem.
    Can I have your contact no. so we can discuss in detail.
    Pradeep
    9820969465
    Edited by: PRADEEP on Mar 20, 2009 4:54 PM
    Edited by: PRADEEP on Mar 20, 2009 4:56 PM

  • Post an incoming payment ( check ) against an invoice

    Hi
    I am trying to post an incoming payment ( cheque ) against an invoice. I keep getting no matching records found ( odbc error -2028 )
    Has anyone got a simple example I could use as a comparison please ?
    Thanks
    Regards Andy

    I had a similar problem.  Just make sure you have the proper Invoice number and that everything exist in SAP
    This error means that to create your incoming payment, the SDK needs everything created prior to make an incoming payment.   Exactly as if you would do it in SAP
    So just make sure everything is there and that you refer to the right Invoice
    Good luck

  • How to make entriesinto table with out first field not edited

    hi everyone,
    I'm new to SAP ,the task provided to me is to display the data in the display fields when the particular cell in table is selected
    at the same time a button is provided make new entries into the table by clicking a button
    but when iclick the new entry button the row which is already selected getting erased temporarily
    but when i update the new record and save it it is also shown along with new record
    the code i used is here below
    method onactioncreate .
    DATA:
          node_expenseset                     TYPE REF TO if_wd_context_node,
          elem_expenseset                    TYPE REF TO if_wd_context_element,
          stru_expenseset                    TYPE if_exp_main=>element_expenseset .
    *   navigate from <CONTEXT> to <EXPENSESET> via lead selection
        node_expenseset = wd_context->get_child_node( 'EXPENSESET' ).
    *   @TODO handle not set lead selection
        IF ( node_expenseset IS INITIAL ).
        ENDIF.
    *   get element via lead selection
        elem_expenseset = node_expenseset->get_element(  ).
    *   @TODO handle not set lead selection
        IF ( elem_expenseset IS INITIAL ).
        ENDIF.
      clear stru_expenseset.
    *   get all declared attributes
        elem_expenseset->set_static_attributes(
          exporting
            static_attributes = stru_expenseset ).
    *  data:
    *    node_expenseset1                    type ref to if_wd_context_node,
    *    elem_expenseset1                    type ref to if_wd_context_element,
    *    stru_expenseset1                    type if_exp_main=>element_expenseset1 .
    ** navigate from <CONTEXT> to <EXPENSESET1> via lead selection
    *  node_expenseset1 = wd_context->get_child_node( name = if_exp_main=>wdctx_expenseset1 ).
    ** get element via lead selection
    *  elem_expenseset1 = node_expenseset1->get_element(  ).
    ** alternative access  via index
    ** Elem_Expenseset1 = Node_Expenseset1->get_Element( Index = 1 ).
    ** @TODO handle non existant child
    ** if ( Elem_Expenseset1 is initial ).
    ** endif.
    *clear stru_expenseset1.
    ** get all declared attributes
    *  elem_expenseset1->get_static_attributes(
    *    importing
    *      static_attributes = stru_expenseset1   ).
    endmethod.
    here both table and drill down report are binded to same node
    can any one send me the code to clear only drill down report contents
    thanks & Regards
    Madhu

    Hi madhu,
    Try the following code to create new entries in the table on action of the create button
    DATA:
          node_expenseset                     TYPE REF TO if_wd_context_node,
          elem_expenseset                    TYPE REF TO if_wd_context_element,
          stru_expenseset                    TYPE if_exp_main=>element_expenseset .
      navigate from <CONTEXT> to <EXPENSESET> via lead selection
        node_expenseset = wd_context->get_child_node( 'EXPENSESET' ).
      @TODO handle not set lead selection
        IF ( node_expenseset IS INITIAL ).
        ENDIF.
      create new element
        elem_expenseset = node_expenseset->create_element(  ).
    *Bind the element to the node 
      node_expenseset->bind_element(
                   new_item = elem_expenseset
                   set_initial_elements = abap_false
    *set the created element as lead selected
      node_expenseset->set_lead_selection( element = elem_expenseset ).
    Edited by: krishna chandra on Nov 29, 2010 1:30 PM

  • CRM Fiori Apps - My Leads, My Opportunity - some fields not editable

    Hi,
    In CRM MyLeads and My Opportunities, display part is working fine. We are able to get the list of Opportunities and Leads. But when I try to Edit a Lead or an Opportunity, I am not able to type in anything to the "Name " field and in Leads even when I select a date it doesn't get displayed in the date field. And the "Name" field is marked mandatory as well.
    We have the below note to be applied only for SPS04 right? We have CRM EHP2 SP06. Is the problem becasue we havent applied this note??
    Back-end server (SPS04)
    1997580
    Employee responsible set as blank
    Thanks
    Vishnupriya

    Hi Vishnupriya,
    It seems that mandatory notes are missing. It is better you to apply the SP02 and notes.
    UIX02CRM SP02:
    2077150 - Corrections for Fiori App: My Leads
    2076439 - Corrections for Fiori App: My Opportunities
    2075836 - Corrections for Fiori App: My Tasks
    2073429 - Corrections for Fiori App: My Appointments
    2069769 - Corrections for Fiori App: My Appointments
    GBX02CRM SP02:
    2081930 - CRM Fiori: Unable to delete a participant in My Opportunities or My Leads app
    Regards, Masa
    SAP Customer Experience Group - CEG

Maybe you are looking for

  • Contabilização para retenção de PIS/COFINS/CSLL

    Temos um processo configurado no SAP, usando a configuração standard do SAP: retenção de impostos na compra e venda de serviços Utilizamos a configuração com base na MP135 e LC116, orientados na nota da SAP 1706309 (que consolidou a 664855, 916003 e

  • Initiall SharePoint Server 2013 setup -- unable to manage new User Profile Service Application

    During initial farm setup, creating an initial User Profile Service Application works fine.  However, once it's created, I cannot 'manage' it through the Manage Service Applications page in central admin. I get a generic error (Sorry, something went

  • Site name and populating header data in dashboards

    Hi All, Can anyone advise me how i may populate the "site name" field in the column headers on a dashboard? At the moment i have servers added from various sites and differing OU's in AD. But, when i add the site field in as a column, they are all bl

  • How to set a BCS field in document library via PowerShell?

    Hi, In my  doclib there's a BCS field named "CUSTOMERS3". When I set it as: $item["CUSTOMERS3"]="BADO" I see the text "BADO" in "View All Properties". But if I click on "Edit Item" button in the toolbar I see the proper picker empty. How should I set

  • BorderManager - Where do we go from here ?

    Good Afternoon, I have recently been experiencing some problems with our BorderManager Server, which has kicked off some debate about what to do now that BM is reaching it's projected End Date for General Support. I would like to pose the question to