Issue in Splitting

Hi ,
I am facing following issue while posting KSII :
Cost center CTR 1000/1015091, cost element 680100: Splitting is not possible
Message no. KD302
Diagnosis
Cost element 680100 cannot be split for cost center CTR 1000/1015091, period(s) 1, because:
the total of the activity type equivalence numbers is zero. Therefore, there is no splitting base for this cost element.
the target costs for cost object hierarchies are zero.  This means there is no distribution basis for this cost element.
System response
The values for cost element 680100 are not split. They cannot be taken into account for further processing.
Procedure
For cost centers:
Maintain the equivalence numbers for the activity types in cost center CTR 1000/1015091 so that total is not zero.
For cost object hierarchies:
Check the cost element group in target version 0.  There must be target costs in this cost element group, which the distribution can use to split the actual costs.
There is a change in the hierarchy area of this cost center.
Could you please ley me know if that matters .

Hi
Please check the below mentioned link
http://sap.ittoolbox.com/groups/technical-functional/sap-acct/splitting-error-1624969
Splitting is not possible.: Message no. KD302
Aslo suggest you to follow the splitting rule
Please check the below mentioned path
SPRO>Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting>Classify G/L Accounts for Document Splitting
SPRO>Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting>Classify Document Types for Document Splitting
SPRO>Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting>Define Zero-Balance Clearing Account
SPRO>Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting>Define Document Splitting Characteristics for General Ledger Accounting
SPRO>Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting>Define Document Splitting Characteristics for Controlling
Regards
Praveen P C

Similar Messages

  • Issue in Split invoicing

    Hi,
    I have an issue in split invoicing.
    Here is the scenario:
    If we have indicated purchase condition for split invoicing (for
    example excise tax) we dont want to post them to inventory , i
    want to configure an offset condition .In the system i configred
    2 cond type for +ve and -Ve.Also configured Act key and Accruals
    I used AltCty 409 but i do not get the result..
    So Can anyone tell me that how to configure in condition type and
    how it works....
    Thanks in advance.
    Nitin

    Hi.
    Do not use the alternate condition formula for alternative calculation type. Already you have used the account key and accrual key.
    You can use either of the one.
    Either you can use accrue key or account key.
    Accrual key generally used for freight and freight related cost.
    I would suggest use the account key and you need to assign the account key to the condition type in the OB40.
    Try this it may resolve your issue. If it helps award me.
    Cheers
    Umakanth.

  • Issue with splitting string into multiple lines

    Hi Experts,
    I have a long string s. I want to split this string into several lines each having 72 characters. For this I have done following programming:
         String s = "For the first time it includes a supplementary report attempting to determine if extreme weather
    events can be linked to human-induced climate change. The research team, including members
    of the UK Met Office, identified recent episodes of extreme weather then used a computer to
    estimate the likelihood of the episode happening in a world without increased CO2." ;
         s = s.replaceAll("[\r\n]+", " ");
         char[] sAr = s.toCharArray();
         AbstractList RecepitsList7 = new Bapitrtext.Bapitrtext_List();;
         int start = 0; // start with
         int i = 72 ;
    //     for (int i = 71; i < sAr.length; i++) {
    while (i < sAr.length) {
    //     {     if (sAr[i] == ' ')
                   Bapitrtext Recepits7 = new Bapitrtext();
                   Recepits7.setTextid("TEXT");
                   Recepits7.setTextline(s.substring(start, i).replaceAll("[\r\n]+", ""));
                   RecepitsList7.add(Recepits7);
                   start = i+1;
                   i += 72;
         input.setText(RecepitsList7);
    The output of program is as below:
    For the first time it includes a supplementary report attempting to dete
    mine if extreme weather events can be linked to human-induced climate
    hange. The research team, including members of the UK Met Office, iden
    ified recent episodes of extreme weather then used a computer to estim
    te the likelihood of the episode happening in a world without increased
    Here as we can see last characters are getting deleted by program. For example in first line
    determine 'r' is missing in extreme right.
    In 3rd line c is missing in extreme left (word change is needed. Program
    prints hange.
    Also in 3rd line extreme right 't' is missing
    Also in 4th line extreme right 'a' is missing
    Also the last line is not being printed. In last line "CO2." " should appear.
    There are two issues:
    1. Why last word of each sentence is not being printed?
    2. Why last sentence is not being printed?
    I am struggling since last 2 days. Please help. I made all changes like replacing 72 by 71 etc.
    By making such changes, I am able to print first line correctly. However under all cases
    last character of 2nd line onward is not getting displayed.
    Also last line is not getting displayed. I did every thing like using while instead of for loop etc.
    Kindly help.
    Regards,
    Gary
    Edited by: 945655 on Jul 10, 2012 11:39 PM

    String s = wdContext.currentContextElement().getExpense_Text();
         s = s.replaceAll("[\r\n]+", " ");
         char[] sAr = s.toCharArray();
         AbstractList RecepitsList7 = new Bapitrtext.Bapitrtext_List();;
         int start = 0; // start with
         int i = 72;
    while (i < sAr.length) {
                   Bapitrtext Recepits7 = new Bapitrtext();
                   Recepits7.setTextid("TEXT");
                   System.out.println(s.substring(start, i));
                   RecepitsList7.add(Recepits7);
                   start = i+1;
                   i += 72;
         input.setText(RecepitsList7);
    Edited by: 945655 on Jul 11, 2012 2:25 AM

  • Issue with splitting 1:N mapping using Synchronous mode.

    Hi All,
    My Scenario is like below and i'm using BPM to handle this scenario
    SOAP request from sys-A --> SOAP sync call to Sys-B --> Send sync response from Sys-B  to Sys-C
    - I will be getting mutlple orders in single message from Sys-A.
    - I need to split this single message into multiple messages and pass as a sync request to Sys-B
    - The responses from sys-B should go to Sys-C.
    Issue:
    The scenario is working fine when I send the orders in Asynchronous mode to Sys-B by changing the occurence to 0..unbounded in message mapping and interface mapping.
    The same scenario is not working when I try to send the orders in Synchronous mode to Sys-B. When I tried to change the occurance in Interface mapping, the reponse tab is disappearing when I click "Read interfaces" in Interface mapping.
    If I don't mention 0..occurance in interface mapping then the interface mapping is not showing up in interface determination (when i click Enhannced radio button to select the interface mapping).
    Is there any limitation that split messages won't work in Synchronous mode?
    Do I need to use any function in BPM to handle this splitting message? I want do this in a simple way without complicating in BPM.
    Kindly suggest me.
    Thanks
    Deepthi

    Hi Bhupesh,
    I think you didn't get my scenario correctly. Here I explained with BPM steps.
    Start>Receive(Async)>Send(Sync)>Send(Async)>stop
    receive req from SysA >Send sync req to sysB>Map sync response to Idoc and send to SysC
    While sending Sync message to Sys-B, I will be mapping Abstract Sync message to Inbound Sync message.
    So in interface mapping, I will be assigned
    Abstract_SyncB <---> Inbound_SyncB
    request and response tabs will present.
    This scenario is working perfectly fine when i try to send single order sync message to SysB. But according to my requirement I need to Split the input message into multiple messages and send to sysB.
    To do this, I trying to change the occurances from 0..1 to 1..unbounded in both message mapping and interface mapping. by doing this, I can use the enhanced button in interface determination. So that the splitting the message will happen.
    When I change the occurance to 0..unbounded and save in interface mapping, the response tab is dissapearing.
    What might be the reason for this?  Is sync message can't handle splitting the messages?
    Thanks
    Deepthi.

  • Scheduling issue for splitted operations in process order

    Hello All,
    I am facing problem after scheduling splitted operation in process order. The scenario is as follows.
    In process order there are 5 operations. 10, 20, 30, 40 and 50. Out of the above operations 30 is splitted and two different resources are assigned to it. Control key assigned to splitted operation (30) is also scheduling relevant. Now the flow of operations will be as below.
    1. Operation 10
    2. Operation 20
    3. Operation 30 - Operations is splitted (Resource used is A), qty to be produced - 10 kg.
    a. Operation 32 - Quantity of operation 32 is changed to 5 kg. Resource used is B.
    b. Operation 34 - Quantity of operation 34 is changed to 5 kg. Resource used is C.
    4. Operation 40
    5. Operation 50
    Relationship exists between opearion 10-20, 20-30, 40-50 and between 30,32, 34 with 40. But there is no relationship exists between splitted operations 32 and 34 with any of the previous operations for eg. 10 & 20.
    Issue is after scheduling all operations relationship remains maintained between operations 32, 34, 40 & 50. As operation 30 is splitted to two different operations equally total time for scheduling gets reduced but after scheduling of all operations all previous operations before operations 30 does not get resceduled? Scheduling type maintained for order is Backward Scheduling.
    Please check this and guide me how all operations before operation 30 can be rescheduled as per changed timing of operations 32 and 34.
    Best Regards.
    Edited by: Avinash Mohite on Mar 19, 2010 12:43 PM
    Edited by: Avinash Mohite on Mar 19, 2010 3:14 PM

    Hi,
    I hope u r doing in this way:
    In the capacity header screen enter individual capacity as 2. then click on Got( on top of same screen) and go to individual capacites. Enter the names of two individual capacities, for example 1 and 2. These are the names of two work centres where u r splitting ur operation.
    Double Click on operation 0030 and go to tab 'splitting' . Tick on ' required splitting' and enter maximum no. of splits as 2.Then go to capacity requirements assignment tab. enter the individual capacity as 1 and 2 and enter the splitted quanitites.Save and reschedule .
    Check and revert.
    Regards.

  • Odd issue when splitting stereo files..

    One very useful feature in AA CS 5.5 is splitting stereo wavs into two mono files. I work in games developer and need this.
    But an issue has arisen with a tool I use that converts to a particular format for Sony PSP games: it doesn't like these split files. It's fine with the stereo files and with other mono samples, but not the product of the "Split to Mono" function.
    Does something happen to the .wavs when this is carried out; are they 'different' in some way? Opening them and using "Save As.." to create a new file solves the problem but it would be good to know why it's happening.
    Jerry

    Erase and reformat the ext HD. Then, redo the SuperDuper! backup.

  • SH Address issue when split some deliveries

    Hello,<br>
    <br>
    I created some sales orders from EDI Orders and then, from this sales orders, I created the delivery. When I try to create one invoic with some deliveries, I watch the Split analysis and I get this issue<br>
    <br>
    SH Address 9000011399   9000011400<br>
    <br>
    When I created the sales orders is created, this assign one address number to each sales orders, but those sales orders has the same ship to code.<br>
    <br>
    Can anybody help me to solve this issue? I tried to delete this field in debug mode, but the system don't split the deliveries...<br>
    <br>
    Thanks,<br>

    I would like to ask, what did you use the abap for, where did you remove the address?
    We are having similar issues here, where the help message says :" item xxxx cannot be shipped in the same delivery because the header data-function sh-address number is different.  The function sh:address number item field has the value 9001010401, but in the delivery checked for concatenation it has the value 9001011553".
    How is this correctable.  What is the purpose wtih the address number if you generate a new one each time you "tweek" the address.
    For a short term fix, we are rejecting the line item/s and reentering and don't have this issue.  What would cause the line item
    and header to be inconsistent?
    Thankyou
    Wanda Thivierge

  • Re: MS-7360 CPU replacement issues -l- Split

    Greetings from Serbia!
    I have the same problem with this MB!
    MSI P 35 NEO-F ms-7360 ver 1.0
    1.a0 bios
    CPU Celeron 430 and C2D e6400
    GPU 7300 gt and 9800 gt
    PSU 450V linkworld

      Topic split
     In the future if you have any problem please start your own new topic instead of hijacking someone elses even if you have a similar problem.
         >> Please read and comply with the Forum Rules <<
     Please describe your problem, do not link to the other topic, we want you to describe your own problem.
         >> Posting Guide <<

  • Issue with split of file

    Hello SAP Gurus,
    I have file to multiple idoc scenario , where i am not using any message mapping or FCC.
    However the file size is huge (60 MB) , so i want to divide the data and process it.
    So can i use the advanced mode of sender file adapter and use " data sent in chunks "  or shall i go ahead with Record set per-message.
    Can you pls provide some links for the configuration of this.
    Regards,
    Ravi

    Actually, i am receive the XML IDOC and want to use recordset for XML file .. is it possible ?
    you can use port type is " XML Port " , that is used to convert IDOC into Xml format .
    step by step please refer below doc :
    http://www.****************/Tutorials/ALE/IDOCToXML/IDOCToXML.htm
    Second question is , if i want to divide the file before it comes to PI for processing, then how can i do it ?
    might be that is possiable with  Message Packaging concept.

  • Audio Tracks issue. Split Tracks not sufficient

    I'm editing a live performance.  I THINK I have a lav mic on the speaker on one channel, and a mic on the audience on the other channel though I'm not certain.
    I am trying to raise the volume on the audience...to make the applause, laughter bigger.
    I see the "light blue" wave forms which makes me think there is more laughter there.  But I can't figure out how to enhance it.
    Why does it/audience sound appear as light blue?  Any way to separate that out?
    Totally confused.  If you can help you'e my hero!
    Brad

    Tom, I'm looking in the ever-so-semi-useful FCP help system, for an explanation of these pale waveforms. I see "reference waveforms" but nothing there connects to what you've said. Anyway, is there a way to boost this low volume clip or, reading between the lines of the post, how does the OP find out if there's any audio there? (Aside from making a test recording and monitoring during the event.)
    Show or hide reference waveforms
    A reference waveform shows the maximum visual resolution possible for the actual audio waveform. By factoring out loudness changes, reference waveforms let you see the details of the sound more clearly.
    Choose Final Cut Pro > Preferences, and click Editing.
    Select the “Show reference waveforms” checkbox.
    https://help.apple.com/finalcutpro/mac/10.1/help/en.lproj/Art/S0701_ClipWaveform .png
    When the actual waveform changes shape (for example, when it is diminished because a clip’s volume level is low), its full reference waveform is still visible for easy reference when editing.

  • Split valuation Issues in PO

    Hi Consultant,
    I have one issue with Split valuation -configuration. I have maintained all the configuration setting related to split valuation but whenever I will create PO system does not pick-up the price (different price based on the valuation type in material ) .
    The following configuration have done in IMG:
    i) Activated split valuation
    II) Maintain valuation category under this group in to three valuation types.
    III) Activate Plant, (assign into valuation type)
    Maintain condition table with key combination (material/plant/price/val.type)
    Assign into condition type PB00
    Maintain condition records in MEK1 (for this material)
    Maintained one header material with valuation category then same material has extended to different valuation types and prices.
    Is it necessary to maintain Info record for the split valuated material? 
    Why system does not valuate the price automatically based in the valuation type changes made in PO?
    Regards,
    Thiru

    Hi Consultant,
    I have one issue with Split valuation -configuration. I have maintained all the configuration setting related to split valuation but whenever I will create PO system does not pick-up the price (different price based on the valuation type in material ) .
    The following configuration have done in IMG:
    Hi, Thiru,
    Please check the settings for configuration of split valuation;
    If you want to use split valuation, activate the settings found in customizing for material management under
    Valuation and Account Assignment--> Split Valuation-->Activate Split Valuation
    Define valuation category and a valaution type.
    Valuation category determines the criteria for distinguishing between stocks.The valuation type decribes the possible features of the partial stocks.
    You define valuation category, valuation types and assignment of types to categories in customizing for material management
    Valuation and Account Assignment--> Split Valuation-->Configure  Split Valuation
    Also first check you material master record with MM03 by selecting the desired organization levels and see whether the valuation prices are showing as per desired valuation type.
    Also would like to add that info records are not required in split valuation.
    Regards,
    Tushar Patankar

  • SPLIT issue

    Hi experts,
    I have an issue with SPLIT statement....
    My data in application server is
    bold 3600#00265259#1234567890#82#N#3#6250#GBP#10/01/2011#bold
    here i need to split at '#' but the system issues an error...but when i replace the '/' in date field with 'space'  things are working quite fine....any hints to fix this issue without replacing the '/' in date ?

    Hi,
    Check out this code...
    Don´t understand what is the problem..
    data: c(255)
          VALUE '3600#00265259#1234567890#82#N#3#6250#GBP#10/01/2011#*'.
    TYPES: BEGIN OF ITAB_TYPE,
      WORD(20),
    END   OF ITAB_TYPE.
    DATA: ITAB TYPE STANDARD TABLE OF ITAB_TYPE WITH
          NON-UNIQUE DEFAULT KEY INITIAL SIZE 5.
    split c at '#' into table itab.
    Result:
        1     3600
        2     00265259
        3     1234567890
        4     82
        5     N
        6     3
        7     6250
        8     GBP
        9     10/01/2011
       10     *

  • Audio and video issue after Win 10 Upgrade - Split X2 laptop 64-bit

    Any solution to the Audio and Video issues on Split X2 13" laptop after  Windows 10 FREE Upgrade?? - Intel Core i5 processor- 4GB memory  I'm sure others are have the same Audio/video problems: - there is Sound and video playback but the sound and video is repeated slowly forward....impossible to understand the audio.  The video is clear but also being played in repeated frames as it moves slowly forward!-  sounds coming out of the speakers ok - everything was working great on Windows 8.1 (before upgrading to Windows 10). there must be some kind of driver upgrade for IDT High Definition CODEC BEATS audio... is there a work-around until a real fix is provided??  Regards  -  VK      

     I have downloaded and installed the HP recommended IDT  Audio Driver using the HP Assistant. The current installed IDT High Definition Audio CODEC driver is:    STWRT64.sys   6.10.6498.0  The laptop was rebooted but the problem still the same.....Audio is garbeled and impossible to understand the words...video seems ok when playing Youtube videos.   My Split 13 X2 product id is:    E2S66AV                                      BIOS F.27

  • Audio and (sometimes) video issue after Win 10 Upgrade - Split X2 laptop 64-bit

    Any solution to the Audio and Video issues on Split X2 laptop after Windows 10 FREE Upgrade?? I'm sure others are have the same Audio/video problems: -  very slow, Repeating audio and video on YouTube and Netflix playback....totally unwatchable-  speakers work fine- everything was working great on Windows 8.1 there must be some kind of driver upgrade for IDT High Definition CODEC BEATS audio... is there a work-around until the real problem is fixed? Regards  -  VK      

     I have downloaded and installed the HP recommended IDT  Audio Driver using the HP Assistant. The current installed IDT High Definition Audio CODEC driver is:    STWRT64.sys   6.10.6498.0  The laptop was rebooted but the problem still the same.....Audio is garbeled and impossible to understand the words...video seems ok when playing Youtube videos.   My Split 13 X2 product id is:    E2S66AV                                      BIOS F.27

  • Regarding Split PO

    hi every one
    i am having an issue with split purchase order when i was copying a document from purchase request only one document is getting added but in my case i will get purchase requests from all my four branches to a single vendor i want to add all the purchase requests in one PO

    HI,
    IN THIS CASE YOU SHOULD USE COPY FROM Purchase request from PO itself.
    It will show all open Purchase request and u can select all .
    Thanks
    TAruna

Maybe you are looking for

  • Docs won't open in Pages on Mac, from previous edit on iPad

    I broached this subject in another post on iCloud b/c I thought maybe that was the culprit.  I was able to get things working that time by updating passwords...although NOT because any passwords were wrong.  Here's the post from that discussion (whic

  • Connect laptop to smart tv

    Forgive me in advance because I'm a little technologically challenged. I have a Toshiba laptop (L500-02H) that I want to hook up to my Toshiba smart tv (55L7200U) but I don't want to do the wireless connection between them. Can someone suggest a cord

  • How to get the value of Selected Dimension in a Pie Chart ?

    Hi All, Here is an example i'm working on , JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.- I'm using selectData event to fire when any data is selected in the chart. How to get the value of dimension,

  • HT203167 When I purchased a "rest of the album" why do I get only the demo length of the songs?

    I just bought the 'rest of album' Primus: They can't all be Zingers - when I download all of them - they are all demo legnth.  ***??!!? I've purchased over $1000 on iTunes - I feel really cheated, to be honest.

  • F4v files trim for on demand

    Using Flash Media Live Encoder for live webcasting, I create archive files on the fly, in f4v format for using on demand afterwards. I would like to edit these files. Or to be more specific: I want to trim the pre roll and the applause. Can someone t