Enter Reposting of Line Items

Hi, in the transaction KB61, I want to change a cost center, but I notice that the company code of the new account assignment was take it for the Cost Center, but I want to take the company code of the original FI Document. Example:
FI Document: The company code was 2000
CO Document: The company code was 2000
New Account Assignment: Cost center 100000*  CoCode 2000
*The Cost Center 100000 is in company code 1000
So the problem is that take the company code from the cost center (1000), and I want to take the company code from the FI Document.
thanks in advance!!!!

Hi This conversation looks pretty close to my requiremnet.
Requirement looks as follows:
With respect to the HR costs, I believe we'll need to check into the reposting.  Normally, it's very straightforward if the repost is from operations to operations or corporate to corporate.  However, this looks like it's a repost from company code 0900 to company code 0100.  If I remember correctly, we tend not to repost across this line.  Even the G/L's would probably be blocked.  For instance, if the salary costs were to originally post to company 0900, cost center 89800 and G/L 761101, when trying to post to company 0100, cost center 97557, G/L 761101 will probably be blocked.  This is because corporate companies use 801101, for example.
Here we are using KB11N, KB61, KB63 and KB64 transaction codes for posting.
My question is how can we maintain integration between HR and FI ? How to handle inter company transactions for different company codes , different cost centers ?
I have suggested them using BDC . Is it the right way to do it ? I saw some Bapi's are available for posting primary cost and revenue costs.
Please let me know which one is best solution and also please tell me how to do this in steps.
Thanks for your help.
Ramesh

Similar Messages

  • REPOST CO LINE ITEM & REPOST COST

    Hi All,
    Could any body please explain me the difference between the concept of "repost co line item" t.code # KB61 & "REPOST COST" t.code # KB11N
    with regards
    deepak garg

    Hi Deepak,
    You can use both the transactions for that.
    As explained to you, if you want to transfer costs based on a finance document you use KB61 otherwise, use KB11n to just want transfer costs.
    Regards,
    Suraj

  • Profitability Analysis - Reposting of Line Items

    Hi Gurus,
    Can someone please explain to me what KE26 & KE21N is used for? I tried to get SAP documentation on it but I am not able to...the message i get is nothing exists for this....
    My understanding is it is for fixing / adding any missing line items / updating a document? Not sure... please can someone explain how it works, how it is used & how does this impact from a financial perspective?
    Best Regards,
    Noopers

    HI, ke21n is used to create a NEW CO-PA document. ke26 is used for changes (characteristics, posting date) for an existing CO-PA document based on a FI document number.
    BR Christian

  • While Entering a Service Line Item for a Shippable Item under Order Lines.

    Hi all
    I have raised a Sales Order with Shippable Item and Non Shippable Item i.e Service Item for that Shippable Item under Sales Order Lines.
    When i click on Services Tab and enter the relevant details under Service Ref Order Number the system is defaulting the current Sales Order No. correctly but while selecting the Service Ref Line Number it errors out saying
    FRM-40212: Invalid value for field SERVICE_REF_LUNE_NUMBER.
    Please do help me on this.
    Regards
    Nakul.V

    Hi,
    You can easily list out sales order that have been assigned reason for rejection..simple extract of table VBAP-ABGRU = not blank.
    This report should list out the sales order number along with some more details, as required.
    Now the report should allow to choose the documents i.e. like giving checkboxes in the left most side and once the user chooses the sales documents he wants to get processed--> the program should call change Sales Order FM or BAPI. Execute this in background.
    Regards,
    Raghu.

  • Reposting Profit centre line items

    Dear All,
    Can someone please clarify if there is an option to repost the line items which were posted to wrong profit centre? We had posted some entries to wrong profit centre and we want to repost it to the correct profit centres. Please clarify if some option is available.
    Regards
    Suresh

    Hi
    You can use tcode 9KE0 , where in u can refer original doc no. also . you can enter wrong and right profit center using + , - signs .
    assign points if useful
    best regards
    Venkat

  • Reposting of Planned Line Items from One Cost Ctr to another

    Hello SAP Gurus,
    Can you tell me the process hoe We can repost planned line items from one coct center to another ?

    Hi,
    You can use Transaction code KP06 to update the changes to the plan data for the Cost Centers. There is no separate transaction code to repost plan data for Cost Centers.
    Thanks
    Murali.

  • FM Repost line Item

    Hello,
    I have a requirement to transfer the posted FM documents between the Fund Centers, Example Reposting CO line items
    KB61, Is there is any in FM to Repost the FM line item documents form One FC to other FC.
    Please advice.
    Regards
    BK

    Hi,
    You should not try with all categories, but only with the relevant one. If it's CO document, then it's 920. Fill the new fund centre in the receiver account assignment, switch off the 'Errors only' flag and see if the work list is created. Ater it's created execute it via FMCT.
    If for some reason, you don't succeed with FMCB (though, you should), you can work with FMCG as I mentioned before and then refine the execution to the relevant documents in FMCT.
    Regards,
    Eli

  • Segment  Field in  vendor line item

    Hello Guru,
                        we have activated new gl functionality with doucment splitting . but we are not able to view the segement filed in vendor line item and customer line item in different reports.
            how we can pool that field in variouse report in instead using Zreport.
    Thanks and Advance
    Laxmi narayan

    Hi,
    whe we are  entering  the vendor line item we can enter the Fund and fund Center, our segment will be derived from the fund ( we have done it in a substitution, if the segment is empty we derive it from the fund) and in BSEG table we can see that the segment is filled correctly. But we cannot change it because this fields segment don't appear in the screen. We have reviewed the SAPMF05A 0332 Screen (screen that we can see when we are entering the vendor line item and we push in "More data" button) but the segment field don't appear.
    Thanks in advance,
    Sap Userr

  • Add New Line item while creating a new PO in ME21N

    Hi All,
    I have a requirement to add a new line item when user is pressing enter on the Line item 1 based on some condition.
    I am using the BADI 'ME_PROCESS_PO_CUST' and Method is 'PROCESS_ITEM'.
    I have tried lots of options and also look for method 'Create_Item ' but not able to understand what exactly I need to pass in that method.
    Can somebody elaborate on it if somebody has work on it? Even sample code will also help me.
    Thanks in advance.
    With regards
    Sachin Gupta

    Hi Sachin,
    Please find the sample code :
    METHOD if_ex_me_process_po_cust~process_item .
      DATA: ls_mepoitem TYPE mepoitem,
            ls_customer TYPE mepo_badi_exampl,
            ls_tbsg     TYPE tbsg.
    * here we check customers data
      ls_mepoitem = im_item->get_data( ).
      IF ls_mepoitem-loekz EQ 'D'.
    * a physical deletion of the item was carried out. therrefor we have to
    * delete customer data on the level of the item
        ls_customer-ebeln = ls_mepoitem-ebeln.
        ls_customer-ebelp = ls_mepoitem-ebelp.
        CALL FUNCTION 'MEPOBADIEX_SET_DATA'
          EXPORTING
            im_data                    = ls_customer
            im_physical_delete_request = 'X'.
      ELSE.
    * update/insert operation
        CALL FUNCTION 'MEPOBADIEX_GET_DATA'
          EXPORTING
            im_ebeln = ls_mepoitem-ebeln
            im_ebelp = ls_mepoitem-ebelp
          IMPORTING
            ex_data  = ls_customer.
    * check customers data
    * check field badi_bsgru. This should be carried out only for new items. Once the PO is posted the
    * field should no longer be changeable. This is done in Method FIELDSELECTION_ITEM.
        IF im_item->is_persistent( ) EQ mmpur_no.
          IF ls_customer-badi_bsgru IS INITIAL.
    * Place the cursor onto field badi_bsgru. The metafield was defined in BAdI ME_GUI_PO_CUST,
    * Method MAP_DYNPRO_FIELDS.
            mmpur_metafield mmmfd_cust_01.
            mmpur_message_forced 'W' 'ME' '083' text-002 '' '' ''.
          ELSE.
    * check whether the field is valid
            SELECT SINGLE * FROM tbsg INTO ls_tbsg WHERE bsgru EQ ls_customer-badi_bsgru.
            IF NOT sy-subrc IS INITIAL.
              mmpur_metafield mmmfd_cust_01.
              mmpur_message_forced 'E' 'ME' '083' text-004 '' '' ''.
    * invalidate the object
              CALL METHOD im_item->invalidate( ).
            ENDIF.
          ENDIF.
        ENDIF.
    Try to check the import and export paremeters to pass the vales.
    I hope this may helpfull.
    Thank you,
    Thanks,
    AMS

  • Get the Ship-to-Party from Sales Order and Line item

    Hi all,
    I am developing one report in which I want to get the Ship-to-Party for a particular Sales Order and Sales Order Line item number.
    I can see table VBPA from I can get value of KUNNAR and so on. But my concern is that can the Ship-to-Party differ for different line items for sales Order, if yes how to get that one, any table or any function module?
    In my scenario i found out that ship-to-party only depend upon sales order and partner function not line item.
    please help me..
    regards,
    vikas.

    Hi,
    First step: Customer Creation (T. Code: XD01)
    i) Create Sold to Party (Ordering Party) with Account Group: Sold-to-Party
    ii) Create as many Ship-to-Party and Bill-to Party, if reqd, with Account appropriate Account Groups.
    iii) Match all the Ship-to-party/ Bill-to-Party/ Payer for the respective Sold-to-Party under Tab: Sales Area data, Sub-tab: Partners.
    Second Step: Sales Order Creation (T.Code: VA01)
    i) Enter Sold-to-Party at Header Level.
    ii) Enter Materials (at Line-item level).
    iii) Now, System will pop-up all the Ship-to-Party/ Bill-to Party/ Payer, Matched for the particular Sold-to-Party. Click on appropriate selection.
    OR
    Now, (if option doesn't pops-up) select the line and Double Click on to the same line. it will lead to the next page. Here, Click Tab: Partners
    Now, in Column: Partner Function, search for appropriate Partner: Ship-to-Party or Bill-to-Party or Payer.
    Remember: Sold-to-Party will be non-editable as entered at Header level.
    Repeat the same for Each Line-item.
    Regs,
    Amit K. Yadav

  • How to change line item numbers

    HI
    when we are creating sales order, if we enter material number, line item number will be autmaticallly assigned(for eg 10,20,30 ....). if i want to change that number what i have to do(eg: to 1, 4, 5, .....). in standard SAP, the field is grayed out once the no is assigned. so i dont know how to change the no. please help me in this.

    Hello,
    You can give any number manually as the line item when you are creating the sales order.
    While creating the order give the item number also manually, then the system will accept. Once you given the line item number , it will not allow you to change it.
    Then you need to delete the line item and re-insert with the line item number you want.
    Prase

  • Line item text is automatically disappeared

    Hello Experts,
    I have weird situation when I enter FI document.
    In FB01 transaction, I am going to enter the first line item data after I put the document header data.
    After I enter a G/L account, some values and line item text, I need to some data at 'More data' tab so that I click 'More data' button.
    When I go back to the screen for the first line item data after putting some data at 'More data' tab, the line item text that I have already entered before is automatically disappeared.
    Is there anyone who know why this happen?
    Thanks.
    BR,
    Chris

    Hello Raman,
    This is so weird.
    When we enter the document under language option 'EN', there is no problem like above.
    But in case we logon with our language 'KO', that problem happens.
    I think this might have something to do with language issue.
    Thanks.
    BR,
    Chris

  • Copy line item text in all line items

    Hi
    My requirement is during transaction, if long text entered in one line item the same taxt should copy to all line item by default. if user want to chane the same for particular line item, it should be changable.
    Is it possible?. If yes, please revert in detail.
    Regards

    Hi Devi,
    If you put a plus sign in the text field, the system copy the previuos line text into the current field.
    Of course you can change it if you want.
    In addition we did a change in our system so the header text is transfered to the lines text when the line text field is empty.
    Regards
    Ofer

  • Can we clear more line items with different currency within one Vendor

    Dear All,
    Please guide us the following issue is
    Can we clear two line items with different currency within one Vendor (i.e., Down Payment entry passed in EUR and Invoice in JPY).
    Thanks in advance.
    Regards
    Srinivas

    Hi
    I suppose this should be possible in F-44, for any difference in forex enter a new line item 'Charge off diff.' to Dr/Cr Forex gain/loss account
    Thank You,

  • Tax Line item

    Hi Gurus,
    I have been trying to create a Vendor Invoice (FB60) & in the line item I have assigned a Input Tax Code. However, the tax line item that should have been created automatically, is not getting generated.
    Once I find out the Tax Account for that Tax Code & manually enter the 'tax line item' & try to simulate, I get a message that "Enter the Tax Base Amounts for Account _____ in company code _____.
    I am at a loss as to,
    Firstly, why is the Tax Line item not getting created automatically?
    Secondly, when I manually enter the Tax Line Item, what does the error I am getting mean & how do I deal with it?
    Gurus, please help me.
    Thanks in advance.
    Regards,
    Debojit Dey

    Hi Debojit,
    Pl. check this config step. Check whether you have selected vaues in the field <b>Posting Indicatior</b> for the Account Key you have created for the tax type.
    The vaues are as under:
    Pstng ind. Short text                                                                               
    1              No posting required                         
    2              Separate line item                          
    3              Distribute to relevant expense/revenue items
    Path: <b>Financial Accounting> Tax on Sales/Purchases> Basic Settings> Check and Change Settings for Tax Processing</b>-   Select you account key and enter the vales in the field <b>Posting Indicatior</b>. 
    Hope this will solve your issue.
    Regards,
    Vijay.

Maybe you are looking for

  • Problem in colors when printing

    I use a canon ip6000 printer. And of course iphoto 6. Recently I have encountered a most baffling and frustrating problem for the first time in using iphoto for several years: When I print my photographs, always the colors are just wrong, always with

  • Safari SSl Issue with Online Grading Site

    I manage a department that offers grading of exams online. Users supply their answers and have the server grade the submissions. We randomly have an issue where Safari users will have their exams graded incorrectly. Basically failing the student even

  • Iphoto has always imported pictures........not now.  Help please.

    Hello, I've always been able to import photos from my Canon Powershot SD500 into my iphoto 6. I installed Leopard about a month ago and imported photos successfully soon after. This morning I tried to upload photos from my camera to my G5 ( 3 1/2 yea

  • Displaying User IP

    I am unable to show the User IP , php file is working fine Followed this article  : http://active.tutsplus.com/tutorials/actionscript/get-user-ip-address-using-php-and-action script-3/ My html : http://awaisahmad.info/uploads/user_ip.html myphp : htt

  • MacBook Air 2012 - poor WiFi connectivity

    Just submitted this to Apple feedback, I know they won't respond and I know others have opened discussions on this topic already but I want to splurb... MacBook Air 2.0Ghz, 8GB 1600Mhz, 256GB AirPort Extreme (4th gen) 5Ghz 802.11N Network connectivit