Document splitting error in FBCJ Split transactions

When we enter more than one ltem in Cash journal  through split posting with multiple cost center, the system is giving document split error. where as in normal fb50 transaction splitting is working fine. We are in Ecc 6.
suresh

Hello Suresh,
Thank you for the error message.
The document splitter will issue the error GLT2201 for an account assignment if the account assignment is set as 'mandatory' in your document splitting configuration but in the posting in question
no value is set for this account assignment.  In this case, PRCTR in line item 001.
For document splitting to determine the account assignment value you can use inheritance and the splitting rule.
Inheritance will only work if the account assignment values are unique within the document. 
If the values are different in differnt line items, then the system cannot know which value you want to
inherit and so inheritance cannot work.
By using the splitting rule, you can customise the document splitter to determine the values using the item categories and determine which item categories are based on the other item categories. 
The item categories are assigned to GL Accounts, and these accounts would be used in the documents posting.
The splitting rule is made up of the business transaction variant (which is assigned to the document type used in the document which is posting) and the splitting method.
(An exception to the document type determination of the business transaction variant is when any of the transactions customised in transaction GSP_VZ1 are used.)
Please check the note note 684659 - point 3.
Please check also your document splitting customising according to the information which I have provided to you above. It should resolve your issue.
Best Regards,
Vanessa.

Similar Messages

  • Web Services,Delivery Document Adding Error  Could not commit Transaction

    Dear All,
       I am working with SAP Business One Web Services, While adding Delivery Document it's giving error  "Could not commit transaction"  Please Give your Suggestion It's urget.
    Thanks,
    Madhu
    9701155577

    Hi,
    Do you mean there is no journal entry created orthat the link is missing?
    If this really is a delivery for stock/inventory items there should be a journal entry, else it sounds like an error in SAP.
    Are there still changes in the stored procedure? Also have a look at the TansactionNotice. It is possible the roll back does not work correctly.
    Again sounds like an error.
    Doe sit happen all the time?
    Only for certain items?
    Are the stored procedures now clean?
    What Version are you using?
    Kind Regards,
    Friederike

  • Can you plz help me finding a document on Error Re-start in transactions

    Hi everybody
    Can you plz.. help me find out a good documentation of Error Restart so that I will be able to know some more about it.
    Here, by error restart i want to say that like when we are fetching 5 lac records and by chance our transaction disrupts somehow then we don't want to start the transactions all over again we just want to start it from the point where it terminated.
    Thanks & Regards
    Peeyush

    Suppose I have 5 to 10 lac records
    and after say 2 hrs somehow the transaction of copying data from one table to another got disrupted some how
    now when I want to restart the transaction I want it to start from the record where it left off
    I am newbie sir so I would request you to give me a document which will give knowledge from head to toe regarding transaction management and the query I've asked.

  • Scheduling with split error

    Hi Guys,
    I am getting this error in an activity: message class C7 and number 066 " Error during scheduling splits"
    The activity is for CATS time booking, The activity has must start on and must finish on contraints, and the actual start date is 3 days after the must start date. The activity has persons assigned to it. The error occurs when the user tries to delete or add an assignment or if any of the scheduling parameter is changed triggering automatic schdueling while saving.
    Any idea how to fix this or reason for this error.
    Regards,
    Paval.

    Hi Kanagavel,
                          A split for a person is scheduled using the available working time of a person, which is calculated from information pertaining to the person maintained in HR - Personnel Time Management.
    Because HR - Personnel Time Management information is used, it is necessary to configure certain parts of the R/3 Component HR Personnel Time Management. It is not necessary to use HR Payroll!
    A split is not scheduled using the operation work center information.
    The infotype 'Planned Working Time' with a Work Schedule Rule must be maintained for the person. This infotype has the number 0007.
    This is necessary for the generation a Personal Work Schedule for the person.
    Go to PA20 Transaction and check whether the person is maintained by Infotype planned working Time-007, If maintained check whether the infotype must contain a Work schedule rule, if not maintain the same.
    You can generate a work schedule rule using PT01 as well.
    Even You can use the function module HR_PERSONAL_TIME_LIST to test whether HR provides the necessary information for the scheduling of splits to the capacity planning component in logistics.
    go through this and revert back if the issue still persists.
    Rgds
    Sudhir Reddy Addaganti

  • FU 065:-Document belongs to cross company- code transaction(error massage)

    Hi expert,
    I am going to reverse a document (after resetting through LSMW,useing -F.80 as for mass reversal) and getting a error massage below(this document has been generated after F110)
    FU 065:-Document belongs to cross company- code transaction(error massage)
    Please advise me how can I reverse this document and also advise me what does it mean,
    Will it be done by FBU8? (But when I am using it,showing two documents what does it mean and advise should I select both document for reversal)
    Please advise
    Thanks & Regards

    Hi
    Thanks for your quick advise,
    I am trying to do that through FBU8 but I am getting there two documents numbere inside for reversal (it contained two documents)
    Should I reverse both documents or I should select one one only
    Please advise why it is showing two documents inside
    Thanks & Regards

  • Error while creating split delivery

    Hi
    I am getting following error while creating delivery split
    " Item 000002: delivery split due to conflicting header data (Function Y2: Partner Number: 5100001701 <-> 5100001154) "
    Please suggest.
    Regards
    Kalpesh

    Hello
    check your header partners there address numbers. are your header partners coming from external systems, in some cased they might be duplicated and each of the partner might have different ADDRNR numbers in which case the delivery will be split.
    but in case this doesn't solve your problem., can you corroborate your question, in first place what  is the criteria for your delivery split and in this present scenario are you expecting a split and an error is coming or are you not expecting a split and the error is coming..
    Thanks and regards
    Raj

  • Splitting Error

    Hi all,
    We have a process chain ZPCD_HR_0007 where we are getting an error in the infopackage as below
    Error: Splitting error User Exit employee/date/hrs 00100545 20071106 2.000     RSM     799     
    The source system is SAP HR.
    It shows Error occurred in only u201CExtractionu201D of the Details tab in the infopackage.
    Please reply asap.
    Thanks,
    Gurus

    Hello,
    this issue is already discussed in another thread of yours:
    Splitting Error in Sap BW
    I will close this one.
    Regards,
    Paula Csete

  • Error in time split.

    Hi Experts,
    When I am loading data from flat file it is giving error as Error in time split
    I am using start routine to calculate age, but it is loaded once correctly, now it is giving problem.
    Please advice me.
    Thanks in Advance,
    Raghav.

    Hi Bhargav,
    This code was working properly, and syntax also correct.
    But suddenly this problem is started from yesterday.
    data: v_days type i,
            v_days1 type i.
      loop at DATA_PACKAGE.
        clear: v_days, v_days1.
        v_days = sy-datum - DATA_PACKAGE-/BIC/ZEOUSDAT + 1.
        if DATA_PACKAGE-/BIC/ZGBSEDT is not initial and
          DATA_PACKAGE-/BIC/ZGBSCDT is not initial.
          v_days1 = DATA_PACKAGE-/BIC/ZGBSEDT - DATA_PACKAGE-/BIC/ZGBSCDT
                    + 1.
        endif.
        if DATA_PACKAGE-/BIC/ZGBILSTAT EQ 'BC(BL)'.
          v_days = v_days - v_days1.
        endif.
        DATA_PACKAGE-/BIC/ZBCAGE = v_days.
        modify DATA_PACKAGE transporting /BIC/ZBCAGE.
      endloop.
    Thanks,
    Raghav.

  • Error message "no accounting transaction variant assigned for FB60//GL"

    Hi Friends,
      I created a new document type for GL postings in ECC 6.0. I tried to post a document for this document in FB60.. It displays the error message "no accounting transaction variant assigned for FB60//GL". Can anyone help me solve this problem.
    Thanks
    Ramya

    You need to do the settings as follows:
    Go to extended document splitting- define business transaction variant
    Here u need to do series of settings.
    Pl check your settings here

  • "The stylesheet does not contain a document element" error

    Hi,
    I'm using Hyperion Financial Management 11.1.1.3
    I successfully created intercompany transactions but when I select the "auto match" to perform the matching process, the running task page ensure that the process is completed successfully. However, when I press "log" I found the following error:
    Error Number:-2147467259
    Error Description:The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document.
    Error Source:msxml6.dll
    Page On which Error Occurred:/hfm/Administration/ShowRunningTaskLog.asp
    My environment is win server 2003 on a VM and EPM 11.1.1.3
    Thank you and best regards,
    Ahmed.

    Hi taku,
    Yes I've solved my issue.
    Firstly, make sure that the entities and accounts used in the Intercompany Transaction are allowed for ICP in the metadata file by setting the attribute "IsICP=Y" to yes.
    Then, after you press the "Match" button, wait until the process finished and don't open the log. Just close the running task page, after the status showed that it is completed, and open the "process IC transactions" page again you will find the square sign becomes green which means that the transactions are matched.
    I followed the following example on Oracle by Example [http://www.oracle.com/technetwork/middleware/financial-management/tutorials/mictrans-094190.html?ssSourceSiteId=otncn]
    It's about "Managing Intercompany Transactions in Financial Management".
    I wish you can solve your issue soon.
    Best wishes,
    Ahmed.

  • Document Parking for Spl. GL Transactions

    Hi!!!
    I am trying to Park Document where in one line item Spl. GL Indicator is used.
    System is giving Error Message where it says -
    You have selected a posting key with a special G/L indicator of type 'Bill of exchange', or 'Down payment'. Document parking is not defined for special G/L transactions of the type 'Bill of exchange' or 'Down payment'.
    Is there specific setting where we have to define Document Parking for Spl. GL Transactions?
    Thanks & Regards..
    Ameya...

    Hi Anitha,
    SAP does not plan to develop document parking with special G/L indicator for down payments.
    It is not possible to park any FI documents that contain a line item for down payments as it is not developed.
    As in standard R/3, the standard function is as follows:
    You can park data relating to customer, vendor, G/L and asset accounts There is an additional fast entry function for G/L accounts. Both tax information and special sales can be parked. However, no special sales resulting from bills of exchange or down payments can be parked.
    The above documentation can be found via R/3 Library > AC - Financials > Accounts > FI - Financial Accounting > Accounts Receivables > FI Accounts Receivable and Accounts Payable > Document Parking > Parking documents : Overview > What data can you park ?
    Regards
    Ravinagh Boni

  • System gives error msg "balance in transaction currency"

    Hi,
    when we run t-code VF02 ,after giving billing document number , when we select release to accounting system gives following error message
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount '           112.36-' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application
    Request immediate help.

    See the following OSS notes:
    662011
    480907
    551898
    611094
    Hope they can help
    Siva

  • Adobe document service error: SOAP Runtime Exception

    Hello,
    I am trying to test an Adobe Form created using the ABAP workbench SFP transaction, and getting the following error.
    <b>Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport : (100101)</b>
    These are the steps I am using.
    1. Call SFP transaction and select an ADOBE Form.
    2. Function key F8 to test
    3. Select the Output device and do "Print Preview"
    Our configuration is : WAS 6.40 SP11 and corresponding ADS level. We used the standard SAP ADS configuration guide to setup.
    Thanks in advance for any reply.
    Regards,
    PK

    Hi PK
    it looks like you have a problem with either your Adobe document services or your RFC configuration. In the current ADS Configuration Guide in the SAP Service Marketplace, you find a configuration quick test in chapter 3.4. The results should tell you if this is the issue.
    There are 2 tests you can run:
    A. Checking the User and Password
    This is a small test where you can check that your entries for user, security role, and passwords are correct.
    Procedure:
    1. Enter the following URL in your web browser:
    http://<server>:<port>/AdobeDocumentServices/Config
    where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.
    Note that the entries in the URL are case-sensitive.
    2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    3. Choose rpdata(test.…) .
    4. Choose the Send button without entering any parameters.
    5. Enter the same user name and password as given in the configuration steps earlier.
    6. Choose Submit.
    If the configuration is correct, you get the information about the Version number in the response area.
    If the configuration settings are not correct, the page does not change and Submit still appears.
    B. Checking the ABAP Connection
    This is a small test for checking the RFC destination you have created.
    Procedure
    1. Log on to your SAP system.
    2. Call transaction SE38
    3. Enter the name of the test report: FP_PDF_TEST_OO.
    4. Choose Execute (F8)
    If the configuration is correct, you get the Version Information.
    If the configuration is not correct, you get a dialog box with fields for user and password. Check your configuration settings and also the entries you made when creating the ABAP connection.
    Hope this helps.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Error (-1200) DBMCconnBase; End Transaction- Error -1 detected, auto rollba

    Que tal!!!
    Pues ahora tengo este problema, este sap nos esta sacando canas verdes!!
    resulta que cuando se esta realizaondo una factura y aparece la ventana donde se ingresa el numero de folio del documento y se da el OK aparece ese error
    (-1200) DBMCconnBase; End Transaction- Error -1 detected, auto rollback flag is off, Throwing exception
    cuando lo aceptamos solo cierra SAP, ingresamos de nuevo yse puede facturar durante el dia se presenta de manera aleatoria!!
    siento que es grave el error.. asi que espero que me puedan ayudar!!

    Mi estimado, ese es un bug segun nota 1401013 de SAP, ocurre cuando dos usuarios estan trabajando simultaneamente.
    Aqui el texto de la misma nota.
    Summary
    Symptom
    You work in localization where folio numbers for documents are used.
    Two users are working simultaneously on SAP Business One (either via SAP Business One application or via an Add-on).
    Both users are creating Invoice (or performing any action when max folio number is retrieved from the numbering table NNM1).
    It may happen that one of the users will encounter deadlocks while working, usually with one of the following error messages:
    '-2038 Internal error'
    'Error (-1200) DBMCconnBase:: EndTransaction - Error -1 detected. auto rollback flag is off. throwing exception'
    'Internal error NNM1 2038'
    The deadlock can appear on NNM1 table and OINV table.
    Other terms
    Lock, Add, Error, Crash, Close, Exit, Operation, Action, Parallel, Same Time
    Reason and Prerequisites
    Application error
    En que parche andas?
    Esto se arreglo con el parche 09 del service pack 01

  • Error 'Could not commit transaction'

    Dear Expert,
    I am facing error ' Could not commit transaction' while entering  Good Receipt PO . All GL account mapped.

    Hi,
    Please check for the Approval procedures and see if the user for which
    you are getting error is defined the originator for the affected
    documents.
    You can check this by going through all the Approval template for that
    particular document.
    Then check the Terms tab of that template and if in Launch Approval
    Procedure "When the following applies" is ticked then check the "Ratio"
    column and "Value" column and make sure that some value is given there.
    There should not be any undefined type.
    If there is any Template which has undefined type selected then please
    logged in as the Authoriser or Approver of that template and modify
    that term.
    Check all the approval template and go through the term tab and see the
    value defined there.
    Hope this will help.
    Regards,
    Gagan Thareja
    SAP Business One Forums Team

Maybe you are looking for

  • How desactivate the smooth for jpg,gif images¿?

    Hi I need view the images pixelates...no smoothing... because in others computers with out Geforce card, show pixelate. Driver 4403 Windows XP How desactivate the smooth images¿?...

  • Contract Connection reports in LMS 3.2

    I'm attempting to run this report and it's not recognizing my id/password. However on my old server which is running LMS 3.1 this report runs fine. I'm not mistyping my id/password I have confirmed that I'm not. See screenshot of error is this a bug?

  • P&L statment acct ?

    Good morning, Could some kind member help me? Questions are : -     1)   it is possible to manage also the economic accounts (P&L statement acct) as Open Item Management? -     2)  about accounts managed to single Line Item Display as we can not more

  • Bug Copying a DB

    I have views which depend on functions. When selecting the copy function in SQL developer I get errors and an incomplete copy because the Views error when copied because they are migrated over before the views.

  • Photos are black or grey in Photoshop Lightroom

    When you view your photos in Adobe Photoshop Lightroom on Windows, only a black or grey rectangle is displayed; you cannot see your photos. The linked Adobe Technote provides more information