Dimension 1 Cost centre field is not able to edit in Incoming payment for Down payment Request

Hi Exports,
I am facing an issue on selecting Cost centres in Incoming payment screen.
Issue: While I am booking the payment entry for Down payment request, I am not able to select first Dimension cost centre in Incoming payment rows for down payment request document, the Second dimension is able to select and update. the field is in non-editable mode (only on specific document row)
Setup:
1. Two Dimension are enabled
2. In Separate Columns - Both Cost Centres are in separate column
The above issue is only for Down payment request, for other documents (Invoice) I am able to select and update cost centre
Please find below snap shot for reference
Kindly check and let me know the solution
Regards,
Kiran

Hi Gordon,
Thanks for your reply.
Yes agree, The Down Payment request is not a financial document but the Cost centres are able to select in Down payment request rows, no issue at all in this case.
In Incoming payment screen it is necessary to select Cost centres because it has financial implication using down payment request with related to currency difference or Bank charges (both are Expense accounts) and DR assignment is mandatory in this case.
And you have to notice one thing in above issue, I am able to select second dimension cost centre and it is allowing to edit and update the cost centre on respective row. Only issue is specific cell (dimension 1 cost centre) is not able to edit.
Even I am not able to process payment entry without selection of Cost Centre on first dimension, the system is blocking and displaying the error message "DR Assignment is mandatory on Dimension 1 for specific account"
Looks like bug, please clarify
SBO version: 9.0 PL 11
Regards,
Kiran

Similar Messages

  • Clearing Customer down payment for down payment amount not equal to Customer Invoice amount

    Dear All,
                   Below process are posting Customer transaction directly via FI without SD cycle.
                Customer down payment = 102 INR
                Customer Invoice = 103 INR
    While doing Customer clearing w.r.t Invoice system has cleared the down payment document but posted an open item in Customer account with clearing document number  of value Rs 102  .
    Concern:-
                   1) How 1 INR difference will be countered , via receipt payment from customer from bank account ?
                   2) In case we have defined tolerance limit of 5% for Customer and this come to be > 1 INR ,does SAP provide clearing Customer items
                       automatically via any Standard Customer clearing process based on rule defined  ?
    Pls suggest
    Regards
    MJ

    Hi,
    the information of the exchange rates used for down payments, is
    stored in table TCURR ( exchange rates)
    For the request down payment the actual exchange rate of table TCURR
    or the rate of document header is taken.
    When this down payment request is payed, also the exchange rate of
    the actual day (TCURR) is taken.
    That´s why the amount in the bank posting in local currency result
    from translating the foreign currency amount at the current rate,
    instead of resulting from the total of the local currency amounts
    from the settled items.
    Regards,
    Attila

  • Not able to edit the Debit memo request after cancelling Billing document

    Hi,
    This is a process in SD/Customer service.The issue is even after cancelling the billing document we are not able to edit the item details in debit memo request..Pls suggest how we can edit the item details after cancelling the billing document
    Best Regards
    Jay

    Hi Jay,
    Yes, the whole sales document could not be deleted as well.
    Sorry for the misleading answer.
    As per the long text of error V1006, the document cannot be completely
    deleted because further processing has already taken place. Even though
    you have cancelled the subsequent documents, if you refer to the
    document flow, the subsequent documents might have already been created
    The cancellation of these does not delete the request.
    Please have a look at table VBFA in transaction SE16 and you can see
    that the subsequence documents are still displayed.
    What you can do is to enter a reason of rejection for all items to
    prevent further processing of the request.
    Please refer to Note 147028, you don't need to apply
    this note, please refer to part of "NOTE:...".This is a restriction
    of the system.
    For order-related billing, it is not possible to delete the sales
    document, even if the subsequent invoice has been cancelled.
    You have to reject the items.
    Cheers,
    Alex

  • How to assign search help for custom cost centre field in SRM 7.0

    Hi Experts!!
    We are currently working in SRM 7.0.As per our business requirement, in account assignment tab we need to use a custom
    cost centre field (ZCOST_CENTRE) instead of standard cost centre field.It is observed that for standard cost centre field there is a standard web-dynpro search-help assigned where it will return the F4 search help values from backend.
    Can any one of you please help me how can I assign the search-help for the custom cost centre field. Is there any FM to call the backend cost centre search help for custom field or any other way how can I achieve this?
    Thanks in advance.
    Regards,
    Kalyani

    kalyani,
    i can see your requirement in below way..
    as it just reads: you need to assign the standard cost center help to a z cost center field in component /SAPSRM/WDC_UI_DO_ACC.. which actually is fetched though the component /SAPSRM/WDC_UI_BACKEND_SH
    so, if you see the component controller of SAPSRM/WDC_UI_DO_ACC you will see the component
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH                        
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH     INTERFACECONTROLLER
    so you can replicate the same functionality for your z field.
    but can you clarify one thing.. why are you going for this z field in place of standard field ?

  • Add cost centre field in va02

    Dear friends,
    How to add cost centre  fields in transaction va02 on screen? is it possible using user-exit?
    or is there any steps to create user-exit?
    Thanks,
    regards,
    Vishal Bhagwat.

    Hi Vishal,
    Your requirement could be implemented using a user-exit:
    Hope the below  reply helps:
    Transaction Code - VA02 Change Sales Order
    Exit Name Description
    SDTRM001 Reschedule schedule lines without a new ATP check
    V45A0001 Determine alternative materials for product selection
    V45A0002 Predefine sold-to party in sales document
    V45A0003 Collector for customer function modulpool MV45A
    V45A0004 Copy packing proposal
    V45E0001 Update the purchase order from the sales order
    V45E0002 Data transfer in procurement elements (PRreq., assembly)
    V45L0001 SD component supplier processing (customer enhancements)
    V45P0001 SD customer function for cross-company code sales
    V45S0001 Update sales document from configuration
    V45S0003 MRP-relevance for incomplete configuration
    V45S0004 Effectivity type in sales order
    V45W0001 SD Service Management: Forward Contract Data to Item
    V46H0001 SD Customer functions for resource-related billing
    V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
    No of Exits: 15
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Kindly Award Points If You Find The Reply Helpful.
    Cheers,
    Chaitanya.

  • Cost Centre Plan data not updating FAGLFLEXT

    Dear Experts,
    In our production environment, our cost centre plan is not updating FAGLFLEXT table. Profit centre plan using GP12N is fine.
    We are using the New GL and have FIN-CCA and FIN-PCA scenario activated.
    Integrated planning is ticked in the planning versions for both Controlling and New GL Plan versions.
    Controlling plan version and New GL plan version have the same name.
    In table Controlling table COSP, I can see the plan data on business transaction type RKP1.
    I expect to see it in FAGLFLEXT with RKP1 but I see no plan values at all.
    In fact, in the previous 3 environments, we have not had this problem and cost centre plan and actual has updated FAGLFLEXT. Only in Production...
    Any suggestions? Help if you can! Thanks alot,
    Deb

    Dear Ravi,
    I don't think this is the problem.
    It seems that:
    - the CC plan was created -> it updated CO tables e.g. COSP -> no update to FAGLFLEXT
    - the CC plan was deleted -> it updated CO tables with negative value -> updated FALFLEXT with negative value
    -the CC plan was update again -> it updated CO table -> updated FAGLFLEXT and balance with negative value is zero
    - the CC plan was deleted again -> it updated CO tabe with negative value -> FAGLFLEXT  is in minus value!
    It seems like somewhere between first and second steps, the scenario FIN-CCA was not behaving like it was active!
    Have you come across this before?
    Thanks!
    Debora

  • To make cost centre field enable in VA01

    Hello All,
              Can any body suggest how to enable cost centre field in VA01 with out entering the value for cost centre. Is there any user exits or badi ?
    Regards
    Srinivas

    USEREXIT_SEND_COBL_HEADER or USEREXIT_SEND_COBL_ITEM in MV45AFZB will change the PBO attributes of the coding block screens in VA01/VA02 but I would check your configuration first.

  • Responsibility cost centre is probably not supplied or invalid, thru a Z*

    Business Scenario is to reverse the material document, thru a standard SAP tcode (Cancel Material document MBST/ MB31).
    However system is giving error as listed below
    u201CResponsibility error
    Message no ZA031
    Diaganosis
    Responsibility cost centre MM Validation. Responsibility cost centre is probably not supplied or invalid,
    Where
    Amount
    Document reference
    Line item.
    Procedure
    Please check and ensure valid responsibility cost centre is supplied.
    Parameters
    Responsibility error where &1, &2, &3 and &4, where
    &1 is amount (ACCIT_GLX-PSWBT)
    &2 is Document reference (ACCIT_GLX-AWREF)
    &3 is document line item.   (ACCIT_GLX-POSNAR)
    &4 is currently not used  u201C
    The material document 5002106293 is associated with production order 4410MRECFM_A.  The responsible cost center of the production order is 4721509006.
    Since being a Z error, whether to Debug can help. But debugging could be lenghthy, as standard program would be voluminous.
    Or whether FICO team can solve this issue.
    Or any other alternate.

    Hi Ekta,
    This is not your program problem,
    Please ask your FICO team to search for a specified SAP notes for you...
    If you implememt proper SAP notes the problem will solve,,,
    Thansk & regards,
    Dileep .C

  • Responsibility cost centre is probably not supplied or invalid, vide Z* mes

    Business Scenario is to reverse the material document, thru a standard SAP tcode (Cancel Material document MBST/ MB31).
    However system is giving error as listed below
    u201CResponsibility error
    Message no ZA031
    Diaganosis
    Responsibility cost centre MM Validation. Responsibility cost centre is probably not supplied or invalid,
    Where
    Amount
    Document reference
    Line item.
    Procedure
    Please check and ensure valid responsibility cost centre is supplied.
    Parameters
    Responsibility error where &1, &2, &3 and &4, where
    &1 is amount (ACCIT_GLX-PSWBT)
    &2 is Document reference (ACCIT_GLX-AWREF)
    &3 is document line item.   (ACCIT_GLX-POSNAR)
    &4 is currently not used  u201C
    The material document 5002106293 is associated with production order 4410MRECFM_A.  The responsible cost center of the production order is 4721509006.
    Since being a Z error, whether to Debug can help. But debugging could be lenghthy, as standard program would be voluminous.
    Or whether FICO team can solve this issue.
    Or any other alternate.

    First point is to check in the standard FI validation in transaction OB28 or in CO validation in OKC7.Double click on the validation and inside you will see the steps of validation. Check for the MESSAGE number ZA031 in each of these steps. If the message has been caused due to any of these validation steps contact FICO team to either crrect the data or rectify the posting.
    Thanks and regards
    Kedar

  • Network,Assignment,Profit centre N cost Centre field's in CJ20N Transaction

    Dear Gurus,
                    I need to know the Network, Assignment, Profit Centre and Cost centre fields in the CJ20N transaction.
                    I have got a requirement to fetch the above fields for every project. I can find the Project name in table PROJ under the field PSPID and the WBS element in table PRPS under the field POSID.
                    Kindly help me out, as the transaction CJ20N is using Structure for the above 4 fields.
                   Your suggestions are deeply valuable and are appreciated in advance.
    Thankyou,
    ZIa

    Use FM "'BBP_PS_PROJECT_GET_LIST" to get the complete structure of the Project defined in the txn CJ20N.
    Just pass the Project number to this FM and you will get all the details under different Internal Tables.
    Execute this FM in SE37 for any of the Existing Project of yours in CJ20N.

  • 3.6.8: I'm not able to edit the bookmark name before saving it.

    In any webpage on any tab:
    Cmd-d or click star twice.
    The Edit Bookmark dialog appears, with the Name field highlighted.
    My cursor doesn't change when placed over the highlighted Name field.
    If I click or double-click anyway, nothing changes.
    If I press Delete, the field contents are erased and I can type something in.
    The mouse still can't be used to move the cursor or highlight any characters in the field.
    I don't think I had this problem before 3.6.8.

    I'm not the only one with this issue: In https://support.mozilla.com/en-US/kb/Bookmarks?s=bookmark&as=s#threadId724632 --
    Anonymous writes:
    In the current version, 4.0b2pre, I am not able to edit the name of a bookmark before saving it. Hopefully a bug and not user error, I hate user error.
    Mon 12 of Jul, 2010 19:17 PST

  • I exported a pages document to word, but was not able to edit the new word document.

    i exported a pages document to word, but was not able to edit the new word document.

    I have a OSX IMAC Version 10.8.5.  I got pages at the same time I purchased this computer.  I use a document to write all my passwords. Seems like when I E-mail myself the document from pages, I have not been able to type in the document, it acts like it is locked. I checked all the "lock" and "unlock" fields, and none of them were locked.  I notice the document says PDF.  How do I correct this?  Seems like I've tried everything.  If you can help, that would be great!

  • Not able to edit the JTextField under the JTable header

    Hi,
    As per my requirement, i need to add the text field in JTable header for filtering the table records.
    i have added the text field but not able to enter any value (it is disabled).
    Can anyone please help me on this?

    Welcome to the forum.
    After reading how to format Code in this forum (SQL and PL/SQL FAQ ),
    please show us the code of your TableHeader implementation.
    bye
    TPD

  • Not able to edit the Webdynpro Adobe Form

    Hi all,
                 I am new to Adobe interactive forms. I have created an small application which includes the text boxes & tables. But when i execute the application I am not able to edit any of the text field values.
    we have done all the ADS Configurations successfully & we tested also.
    If anyone bring me the solution it wwould be more helpful to us.
    Regards,
    Malar.

    Malar,
      Please check the following...
    In the Life Cycle designer, goto Edit -> Form Properties -> Defaults and check in the XDP Preview format if you have "Acrobat 7.0.5 Dynamic PDF" and also in
      Tools -> Options -> Document Handling ->
    Check what do you have in the Default File Type for New forms drop down box and make sure it is : "Acrobat 7.0.5  Dynamic PDF Form File".
    Also try to deploy the Adobe Interactive Forms Tutorial application from(Online Interactive PDF Form) the following URL and see if everything is fine with the tutorial application.
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#50
    Thanks!
    Surya.

  • Not able to edit the records in the table

    Hi Experts,
    I am not able to edit the records or delete the records from a database table.
    Those fields are not enabled.
    Edit icon is not at all there.
    Wat can i do.
    Cheers,
    Karthick

    Hi,
            In SM30, u can edit or delete records from a table.Before goin to this u need to create table maintainance generator for this table.
    regards
    lakshmi

Maybe you are looking for

  • Problem during mail to file scenario

    Hi all, I ve done all configurations but it is showing an error in the Modules tab.... ModuleProcessorException: Error during processing local bean: localejbs/AF_Modulews/PayloadSwapBean caused by:

  • Spry Validation in a Spry Detail Region

    am trying to pre-populate an "update" data form using a spry detail region. Basically a list of users is displayed on the left, and the detail in a tab on the right. A second "edit" tab displays a form that is populated with data from the spry datase

  • Calendar is messed up

    Just for the record, it's really weird that the "post a new topic" button is no where discovered as soon as you're looking at the topics...unless someone wants to point it out where that **** button is. I checked my calendar, Outlook 2003, and there

  • Oracle 11g OCP

    Hi, I'm an OCA Oracle 9i PL/SQL and OCP Oracle 9i DBA. I wish to earn Oracle 11g OCP in PL/SQL now. Can anyone update me on how can I do that directly (bypassing exams for 10g). On http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?pag

  • NAC with security rtr

    hello we want to implement a NAC solution for people dialing from home to HO then going to internet via our internet router. this router contains the security feature and is NAC enabled (we can see this from web interface) however, one cisco partner