Cost center updating thorugh LSMW

Dear All,
I have uploaded cost centers ( changed new costcenters) thorugh LSMW. I hv created recording using T-Code PP01 and select relationship according to the BEGDA and ENDDA and i choiced the relation ship ID A011 costcenter Assignment and i did all the procces and uploaded.
according my recording all the costcenters are uploading in the relationship history ( newly uploaded through LSMW cost center also available . but in infotype 0001 it not reflecting.i dont know why.
please if anybody can help me how to upload costcenter through LSMW.
PLOGI ORGA switched on
regards.
dinesh.

Hi, I have the same problem that you, if you do ir directly from PP02 you can see the cost center assigned to the person in the infotype 0001, but if you do it with a batch inputo or call transaction, the relationship betweeen the position or unit org, and cost center is created, but you can not see the cost center in the infotype 0001 of the person.
I'm still looking for an answer becasuse I want to do a massive charge, and I did a record of PP02 in SM35.
I have a program and do it correctly using the Function module 'RH_INSERT_INFTY_1001_EXT'
If you do it with an LSMW or record one SM35 of PP02 it doesnt works,
But if you make a program and create the relationship with CALL FUNCTION 'RH_INSERT_INFTY_1001_EXT'
IT WORKS, YOU CAN SEE THE COST CENTER IN IT0001.
FINALLY I WILL DO IT WITH THIS FUNCTION MODULE BECAUSE I DONT SEE ONE ANSWER OF OUR PROBLEM.
ONE EXAMPLE OF THE PROGRAM.....
   CLEAR it_p1001.
          wa_p1001-infty = '1001'.
          wa_p1001-istat = '1'.
          wa_p1001-otype = dc_otype. "O
          wa_p1001-plvar = dc_plvar.
          wa_p1001-begda = d_fecha_k.
          wa_p1001-endda = it_cod_ceco-endda.
         wa_p1001-endda = dc_fec_fin.
*       Preparamos los registros para ser insertados
          wa_p1001-aedtm = sy-datum.
          wa_p1001-uname = sy-uname.
          wa_p1001-varyf(2) = "K"
          wa_p1001-varyf+2(8) = it_cod_ceco-ceco(8).
          wa_p1001-objid = wa_p1000-objid.
          wa_p1001-relat = '011'.
          wa_p1001-rsign = 'A'.
          CONCATENATE it_cod_ceco-ceco 'COCT' INTO  d_sobid.
          wa_p1001-sobid = d_sobid.
          wa_p1001-sclas = dc_otype2. "K
          APPEND wa_p1001 TO it_p1001.
          CLEAR wa_p1001.
          DATA d_fcode TYPE hrrhap-fcode.
          d_fcode = 'INSE'.
          CALL FUNCTION 'RH_INSERT_INFTY_1001_EXT'
            EXPORTING
              fcode                   = d_fcode"'INSE'
              vtask                   = 'D'
              authy                   = space
            TABLES
              innnn                   = it_p1001
            EXCEPTIONS
              no_authorization        = 1
              error_during_insert     = 2
              relation_not_reversible = 3
              corr_exit               = 4
              begda_greater_endda     = 5
              OTHERS                  = 6.

Similar Messages

  • Cost Center Creation - Manual/LSMW

    Hi Experts .....
    We are trying to create the cost center data using the tcode PP02, in infotype 1001, subtype A 011. when the record is manually created, relevant cost centers are displayed in infotype 0001 (Organizational Assignment). But the same transaction, when run by an LSMW, infotype 0001 is not updated. However, in PO13, cost center relationship is created in both the cases.
    It would be great if some one can suggest the solution for uploading the cost centers for bulk data.

    Hi Kumar,
    Definitly it should work.
    Suppose if you are changing the CC for a position first it should delimit the dates and then is should add new CC to that posiiton.
    check the LSMW agian whether it is correct or not.
    OR, try to create the CC through PPOS_OLD and slece the position GOTO Account assignment.
    then Select the position GOTO master CC and give the CC which you want to use with dates. which intun updates the PP02 -- Position, CC relationship also. if you want you can check.
    let me know if you have probelm again.
    Reward me if helps,
    thanks,
    Vasu.

  • Cost center updation in FS10N

    Hi,
       I am from BASIS background one of our Finance user is having the below problem.
    In FS10N there are two modes that is GL view and Data entry view. Here in GL view for some documents cost center is not updating, but in data entry view it is updating.
    Please let me know how can i go about in solving this issue.
    Thanks
    Parvez Khan

    Hi! Can you be more specific? It's no clear what are you trying to say!
    BR,
    Andreea

  • Cost Center not updated in accounting documents generated in SAP RE-Fx

    Hi Experts,
    I'm facing an issue wherein I don't see the cost centers getting updated in the accounting documents generated from RE postings.
    Pl. note that the appropriate cost center (relevant to the cost center) is maintained in the rental objects.
    What is the customizing settings I'm missing out due to which I don't see the cost center updated in the accounting documenmts?
    Thanks & Regards
    Shantanu

    HI Shantanu,
    As far as I know, in RE-FX we can post the cost to the RE object directly. All the objects in RE-FX (i.e. BE, BU, PR, RO, RECN, SU, etc) are cost objects in themselves. However, to post the cost to Cost centers you will need to run the CO settlement. Again CO settlement rule is available in all these objects.
    Please refer the SAP Library for further explanation:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/00/80383b1b793821e10000000a114084/frameset.htm
    Regards
    Rohit

  • Cost center data uploading issue in OKENN transaction

    Hi Gurus,
    I have uploaded cost center data using LSMW IDOC method. the data uploaded in the CSKS table successfully. after that i have checked for the cost centers in OKENN transaction at standard hierarchy level. but there cost center are not exist under hierarchy level. then i have changed the hierarchy data(KHINR)(for example From SUS2021100 to SUS2021200, ihave changed in KS02.... then the cost displyed under SUS2021200.... again i have changed the hierarchy from SUS2021200 to SUS2021100.... then the cost center displyed under SUS2021100..... But actualy when i have loaded the data using LSMW all the loaded.... but the cost center not displyed under hierarchy.... after manualy chnged the hierarchy data at KS02 transaction.... it is displying.... idon't understand what is the problem.... can anybody solve my issue.... thanks in advance

    Hi Gurus,
    I am facing the same issue while uploading cost centers through COSMAS01 basic type.
    Cost centers are created properly, we can display them with KS02. Every data are loaded correctly, even the standard hierarchy. Into table CSKS, field KHINR for standard hierarchy is populated, nevertheless, we do not find the cost center into the OKEON Tcode.
    How could I solve the issue I am facing ?
    Thx for your help.
    Regards,
    Aurelien

  • Update cost center

    Hi All,
    Greetings,
    I need your valuable suggestion urgently.
    The Business user would like put additional business rule to populate the cost center based on transaction id.
    Currently All the cost center by default are populated ‘000’ for all the Transaction Id for GL Customization.
    Now business wants to update cost center '000' to something '123' based on TXN CODE ID.
    Here Transaction code will be used with business rule to create Journal Entry.
    Please guide me/ answer me to the following questions.
    1. can we replace (update) the cost centre code.
    2. Incase we update the cost centre will there be any other impact like finance, GL etc.,
    3. Any additional information to be considered before replacing the cost centre code.
    As the matter is most urgent. I request you to reply on priority basis.
    Thanks in advance.

    Hi,
    Thanks for your valuable information.
    Actually i am a technical guy and new to the functional.
    Could you please provide the steps to update the cost center for subledger.
    Thanks in advance.
    Edited by: 983909 on Feb 5, 2013 5:58 AM

  • Cost center (KOSTL) is not updating in HR master table for infotype 0001

    Hi ABAP gurus,
    We have one interface where we are posting the HR master data using the IDOC (IDOC_INPUT_HRMD) into SAP.
    While updating cost center, We have one issue regarding infotype 0001.
    It is working fine for all the fields except: KOSTL, ORGEH, STELL.  Surprisingly the created IDOC contains the value in these fields but it is not getting updated in master table PA0001. I have tryied inserting the value manually and it is working fine and tried with BDC Programming and no issues. Only we have this issue while we want to use the IDOC. This is mandatory in our interface.
    While debugging the IDOC function module I found that one condition is there for these three fields.
    CHECK NOT inte IS INITIAL. where inte value is being fetched from table t77s0 based on
    GRPID = PLOGI
    SEMID = ORGA
    In this condition I see no value for this combination and hence it is not getting further. I am not sure how this condition does exist for only these three fields and not for others.
    Can any please provide the reasona and solution for this.
    Appreciate the help in advance.
    Thanks,
    Jitender

    Dear Mohan,
    Try assigning your cost center to position it will default both your org unit and cost center.
    Cheers!

  • Not updating G/L account and cost center with BAPI BAPI_PO_CREATE1

    Hello Friends,
    The two fields G/L ACCOUNT and Cost Center is not updated using BAPI BAPI_PO_CREATE1. I am unable to understand why? This is what i am passing to account assignment structure( POACCOUNT). Filled POACCOUNTX structre as well. I have passed company code at the header level.
    PO_ITEM = 00010
    SERIAL_NO = 01
    CREAT_DATE = sy-datum
    GL_ACCOUNT = 621000
    COSTCENTER = 1000
    CO_AREA = 4000
    Please let me know why it is not updating anything i missed while passing?
    2>I need to update GR quantity but this field is not available in the BAPI ..Please let me know how to update this field.
    Any help is highly appreciated.
    Regards,
    Raj

    Hi, I have a problem I use the bapi BAPI_PO_CREATE1, I pass the table pt_poaccount in the parameter poaccount but the bapi when register my purchase order doesn't register correctly the values KOSTL, AUFNR, PS_PSP_PNR, NPLNR of the tablepoaccount and register the default values of the contract. Please i need help with this.
    CLEAR s_poaccount.
         s_poaccount-po_item     = <fs_datos>-ebelp.
         s_poaccount-serial_no   = w_serial.
         s_poaccount-costcenter  = <fs_datos>-kostl.
         s_poaccount-orderid     = <fs_datos>-aufnr.
         s_poaccount-wbs_element = <fs_datos>-ps_psp_pnr.
         s_poaccount-network     = <fs_datos>-nplnr.
         s_poaccount-activity    = <fs_datos>-vornr.
         s_poaccount-quantity    = <fs_datos>-menge.
         s_poaccount-net_value   = <fs_datos>-brtwr.
         s_poaccount-creat_date  = sy-datum.          
         s_poaccount-itm_number  = <fs_datos>-ebelp.  
         s_poaccount-co_area = '1001'.               
         APPEND s_poaccount TO pt_poaccount.
    CLEAR s_poaccountx.
         s_poaccountx-po_item     = <fs_datos>-ebelp.
         s_poaccountx-serial_no   = w_serial.
         s_poaccountx-po_itemx = 'X'.
         s_poaccountx-serial_nox = 'X'.
         s_poaccountx-creat_date = 'X'.
         s_poaccountx-itm_number = 'X'.
         s_poaccountx-co_area = 'X'.
         s_poaccountx-costcenter = 'X'.
         s_poaccountx-orderid = 'X'.
         s_poaccountx-wbs_element = 'X'.
         s_poaccountx-network = 'X'.
         s_poaccountx-activity = 'X'.
         s_poaccountx-quantity = 'X'.
         s_poaccountx-net_value = 'X'.
         APPEND s_poaccountx TO  pt_poaccountx.
    CALL FUNCTION 'BAPI_PO_CREATE1'
         EXPORTING
           poheader          = pe_poheader
           poheaderx         = pe_poheaderx
         IMPORTING
           exppurchaseorder  = pi_exppurchaseorder
         TABLES
           return             = pt_return
           poitem           = pt_poitem
           poitemx         = pt_poitemx
           poschedule    = pt_poschedule
           poschedulex  = pt_poschedulex
           poaccount      = pt_poaccount
           poaccountx    = pt_poaccountx
           poservices     = pt_poservices
           posrvaccessvalues = pt_posrvaccessvalues.
    The BAPI is register with these values as default however i pass other values in table
    pt_poaccount

  • G/L Account & the Cost Center not updating in BAPI_PO_CREATE1

    Hi,
    We are using BAPI_PO_CREATE1 for Service PO Creation.
    The System is creating the Purchase Order, but it is not updating the G/L Account & the Cost Center.
    We are passing the following parameters:
                    wa_poaccount-PO_ITEM  = '00010'.
                    wa_poaccount-SERIAL_NO   = '01'.
                    wA_poaccount-quantity   = '100.000'.
                    wa_poaccount-GL_ACCOUNT  = '0058120000'.
                    wa_poaccount-COSTCENTER  = '1000-LSG'.
                    wa_poaccount-itm_number  = '000010'.
                    wa_poaccount-CO_AREA     = '1000'.
                    append wa_poaccount to it_poaccount.
                    clear wa_poaccount.
                    wa_poaccountx-PO_ITEM = '00010'.
                    wa_poaccountx-SERIAL_NO   = '01'.
                    wA_poaccountx-quantity   = 'X'.
                    wa_poaccountx-GL_ACCOUNT = 'X'.
                    wa_poaccountx-COSTCENTER = 'X'.
                    wa_poaccountx-CO_AREA     =  'X'.
                    wa_poaccountx-itm_number  = 'X'.
                    append wa_poaccountx to it_poaccountx.
                    clear wa_poaccountx.
    Please guide how to correct the error.
    Regards,
    PK

    Hi,
    Thanks for the reply.
    We are passing the following parameter in POITEM.
                      clear wa_poitem.
                      wa_POITEM-PO_ITEM = '00010'.
                      wa_POITEM-PLANT = '1003'.
                      wa_POITEM-TAX_CODE = 'S1'.
                      wa_poitem-MATL_GROUP = 'SER04'.
                      wa_POITEM-ACCTASSCAT = 'K'.
                      wa_poitem-ITEM_CAT   = 'D'.
                      wa_poitem-pckg_no    = '0000000001'.
                      wa_POITEM-SHORT_TEXT = 'Freight Service'.
                      append wa_POITEM to it_POITEM.
                      clear wa_poitemX.
                      wa_POITEMX-PO_ITEM = '00010'.
                      wa_POITEMX-PLANT = 'X'.
                      wa_POITEMX-TAX_CODE = 'X'.
                      wa_poitemx-MATL_GROUP = 'X'.
                      wa_poitemx-short_Text = 'X'.
                      wa_POITEMX-ACCTASSCAT = 'X'.
                      wa_poitemx-ITEM_CAT   = 'X'.
                      wa_poitemX-pckg_no    = 'X'.
                      append wa_POITEMX to it_POITEMX.
    Please guide.
    Regards,
    PK

  • Cost center is not updating in IT 0001

    Dear Mates,
    I've uploaded two sets of data using PP02 T-code where one is Historical data & the other is Current data. Here for Current data I'm facing a Issue  where Cost center & org unit's data aren't getting updated in IT 0001 & its still showing the Historical data in IT0001. This is even spoiling the show & frustrating, where users are unable to do CATS Reconciliation also. for more clarification kindly find below screenshots.
    PO13
    We have maintained historical data in system where one cost center is assigned from 01.01.2013 to 31.03.2014 & second cost center is assigned from 01.04.2014 to 31.12.9999 with current period, not only cost center's but also Org unit's are also not updating in the system. I've even tried with RHINTE00,10,20 & 30 program's but still I'm unable to get the desired results.
    Historical data from 12.11.2013 to 31.03.2014 in IT0001
    Current record 01.04.2014 to 31.12.9999 in IT0001
    Kindly let me know how to update IT0001.Is there any std program available to update the data apart from RHINTE**???
    Ur's
    Mohan

    Dear Mohan,
    Try assigning your cost center to position it will default both your org unit and cost center.
    Cheers!

  • Cost Center not updating in FI documents

    Hi All,
    I have an issue,
    I am confirming Gem,Maintenance PM order,and consuming spare part, but in FI documents its updates the cost center,PM pm order cost receiver object is cost center in the settlement rule.
    please guide me which settings required for update the cost center in FI documents.
    Regards,
    Santhosh

    Hi,
      The cost center on the Goods issue document is not related to the settlement cost center on the order.Why would you need the settlement cost center on the Goods issue FI document?
    Regards
    Narasimhan

  • How to use LSMW using the IDOC to upload and maintain cost center group

    Hi Everyone,
    Is there anyone who knows how to use LSMW using the IDOC functions instead of the recording. I wanted to upload the alternative cost center group I created in the system. 
    reply would be greatly appreciated
    Warm Regards

    Hi Praveen,
    There is a risk trying to migrate data directly into standard tables because this can generate database inconsistences or wrong inserted data according to what is customized in the target system. I do not recommend migrate like this. 
    With LSMW you use objects like direct input programs, idocs, bapis and recorded batch input. Try to create a project and use an standard object for your data. Also, check in SXDA transaction (Goto-->DX programs) if there is a standard program for your data.
    Anyway, if you want to upload data directly to tables, read below thread:
    ["UPLOAD  CSV  FILE";
    [how to upload .csv file into a custom table;
    Regards,
    Roger

  • Cost center not updated when posting in non leading ledger

    Hello FI Experts
    I have two ledgers - Leading and Non Leading Ledger.
    When I posted expense entry it updated both the ledgers and updated cost center value. This updated value i checked in cost center report KSB1.
    For Ex: Rs. 1,00,000
    Now I posted another expense entry in non leading ledger only. For Ex: Rs.50,000
    How ever this entry didn't updated cost center report value. I checked in report KSB1
    So I want to know:
    1. Are there any cost center reports / profit center reports in controlling module where I can get non leading ledger specific amount in cost centers and profit centers
    2. Is it possible to run assesment and distribution cycle, cost reposting and other CO transactions for non leading ledger amount
    Deepak

    Hi Deepak.
    You can verify is the cost center was posted on document running tcode SE16N on the FALGFLEXA table, put the document number to do research.
    After you can trying to post the new document through Tcode FB50L choosing or not a legder specific, then verify the document was posted correctly running the Tcodes SKb1 or Se16N with FAGLFLEXA table again.
    Also you can check this link Checking the Allocation of General Ledgers to Cost Centres
    Kind Regards
    Jandoval Nascimento

  • Updating Cost Center Planned figures in FAGLPCP Table

    Hi Friends
    We are in ECC 6.0.  I am doing cost center planning through KP06 t.code and figures and getting updated in GLPCP Table which is a old one.  But in ECC 6.0 version it shoudl get updated in FAGLPCP but not getting updated.
    Can anybody throw some light on this.  Due to this we are not able to fetch the values from FAGLPCP for our z reports.
    Thanks in Advance.
    Brahma

    Your suggestion helped me very much to overcome my problem. Thank you very much. But still I couldn't understand the settings in KPSI,  how those are related to Cost Center Credit. It would be great if you could explain thes three check boxes and their relation to Cost Center
    1. scheduling = 0 reconciling
    2. primary cost not reconciled
    3. activity reference not reconciled
    Edited by: saidarao G on Jun 22, 2011 1:24 PM

  • LSMW Cost Center

    I'm looking for a LSMW to upload the cost center from a xls-file or csv-file in the R/3 System. Which LSMW can I use for this?

    hi
    You can user recording method. In LSMW first step, select the radio button for recording option then record the tcode. It is easier than all others
    Reward if it dose
    Siva Kuamr

Maybe you are looking for

  • Why is native resolution not shown HDMI?

    Hi, Just bought a new mac mini, connected to Samsung 932MW via HDMI cable.  Can't choose native 1400x900 - not available.  Display looks unclear. Any ideas? Cheers, Chris

  • Final Cut Server...as playback automation?

    I work for a high school TV station, and we are trying to find the cheapest way to playback our programs, encoded in QuickTime, to air in an automated fashion. There are boxes out there that do this in the 5-10k range, but I am looking for a Mac base

  • Incrementing Date field in Variable based on a specific calendar

    Hello All,     I am currently setting up a schedule that includes Mass activities. I am running into a problem when i want a particular date field an activity to increment by one day based on a specific calendar i.e. Factory calendar (M-F open). EX)

  • Extended domain for ODI Manager failed..

    sir, after i created domain succeeded, i trying to add OEM Plus for ODI, and someother ODI plus. but .... "domain extended application failed! reason: null Traceback(innermost last): File "<iostream>", line75, in ? at oracle.sysman.omsca.framework.OM

  • I've lost the program to open jpgs

    I went to upgrade to 4.5 and lost the ability to open simple jpgs. Can anyone help?