Change Profit centers in all transactional data tables

Hello Experts,
I have been assigned to change Profit center MASKTOOLS to BRION in all transaction data tables.
Is there any standard SAP programs/reports that will help me do this?
How do I identify all tables were Profit center is stored?
Bearing in mind if I make changes directly in tables (example via Abap programs) BW will not recognise any changed documents and therefore not update BW accordingly.
Regards in advance Steve

Thanks Karthik T,
What about Internal orders, Sales orders, Service orders, Production orders, PA segments etc etc. etc..
I also have to think about orders with settlement rules which hold both profit center and profitablility segments which also hold profit centers.
I am still hoping there is SAP standard reports that can help identify and change
Steve D

Similar Messages

  • Mass Change Profit Centers on Open POs

    The instance is ECC 6.0
    We need to change profit centers on open POs. Is there a mass change or another systematic way of doing it?
    Other question is that can we change the Profit Center on the POs where GR is done or it can be done only if the GR is not done?

    Hi,
    Normally the profit center will be filled in material amster in sale view plant data or in the costing view of and which will get defaulted in the MIGO transaction.
    Try changing the this field through MASS transaction.orthrough LSMW.
    Regards,

  • Master data tables and Transaction data Tables

    Hello Gurus,
    Please let me know how to know which table belongs to master data  and which table belongs to transaction data.
    for FICO module.
    Does any one  have specific material relating to master data table and transaction data tables.
    Thanks
    Edited by: Manu Rathore on Jan 18, 2012 4:38 AM

    Hi Manu,
    Find attached table relation diagram by Christopher Solomon. It is one of the very comprehensive chart on this topic.
    deleted
    Warm regards,
    Murukan Arunachalam

  • MD04 Transaction Data Table

    Hi,
    I want to know the table name for MD04 transaction data. in that transaction i am giving Material, Plant. its showing MRP values and stock. i need to know where it is storing?
    points will be rewarded for helpful answers.
    Regards,
    Balu

    Hi,
    Just Use:
        CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'
        EXPORTING
    PLSCN = "Planning Scenario of Long-Term Planning
        matnr = <t_marc>-matnr "Material Number
        werks = <t_marc>-werks "Plant
        inper = 'M'   "For Months
       ergbz = s_ergbz-low
    BERID = "MRP Area
    IMPORTING
    E_MT61D =
    E_MDKP =
    E_CM61M =
    E_MDSTA =
        TABLES
       MDPSX = t_mdps
       mdezx = t_mdez
        mdsux = t_mdsu  "Summary table
        EXCEPTIONS
        material_plant_not_found = 1
        plant_not_found = 2
        OTHERS = 3.
    Please it is exactly replica of MD04, so whatever is possible in MD04 e.g. setting the filter, everything is possible in this FM as it has got all the required parameters. In the above example I am retrieving the 'Summary' data monthwise.
    I hope this helps,
    Regards
    Raju Chitale

  • CCA Transaction Data Table

    Hi,
    What is the R/3 table for Cost center transaction data?
    Thanks

    Hi
    The following are the few tables for cost center accounting
    COKA CO Object- Control Data for Cost Elements
    COSP CO Object- Cost Totals for External Postings
    COSS CO Object- Cost Totals for Internal Postings
    CRCO Assignment of Work Center to Cost Center
    CSKA Cost Elements (Data Dependent on Chart of Accounts)
    CSKB Cost Elements (Data Dependent on Controlling Area)
    CSLA Activity master
    For more tables:
    http://www.erpgenie.com/abap/tables_fi.htm
    Regards
    srikanth

  • Expand All and Collapse All with Data table

    Hi Guys,
         I have a data table as shown in code pasted . where the first and second column have row category which gives a categorization with a twisty.
         When i click on the twisty or item name the level beneath it expands. Eerything works fine.. but i need to have to links     Expand All and Collapse All which when clicked open the entire hierarchy or collapse it. Can anyone suggest a way of doing. Can it be done using javascript, I am not comfortable with java script .If someone has done this before please share the piece of code.Also please suggest the different ways of doing it. I am using RAD 7 and IBM JSF components.
         <hx:dataTableEx border="0" cellpadding="2" cellspacing="0"
         columnClasses="columnClass1" headerClass="headerClass"
         footerClass="footerClass" rowClasses="rowClass1, rowClass2" binding="#{masterPublList.tablebindData}"
         id="tableEx1" styleClass="dataTableEx" value="#{masterPublList.lst_publication}" var="varlst_publication">
              <hx:columnEx id="columnEx3">
                   <hx:panelRowCategory id="rowCategory2"
                        styleClass="panelRowCategory"
                        value="#{varlst_publication.publCategory}" collapsed="true">
                   </hx:panelRowCategory>
              </hx:columnEx>
              <hx:columnEx id="columnEx2">
                   <hx:panelRowCategory id="rowCategory1"
                        styleClass="panelRowCategory" value="#{varlst_publication.publSubCategory1}">
                        <h:outputText id="text5" styleClass="outputText"></h:outputText>
                   </hx:panelRowCategory>
              </hx:columnEx>
              <hx:columnEx id="column1">
                   <hx:outputLinkEx id="linkEx1" styleClass="outputLinkEx" value="#{varlst_publication.publUrl}" target="_blank">
                        <h:outputText id="text3" styleClass="outputText" value="#{varlst_publication.publName}"></h:outputText>
                   </hx:outputLinkEx>
              </hx:columnEx>
              <hx:columnEx id="columnEx1">
                   <h:selectManyCheckbox disabledClass="selectManyCheckbox_Disabled"
                        id="checkbox1" styleClass="selectManyCheckbox" value= "#{varlst_publication.publLang}">
                        <f:selectItems value= "#{masterPublList.lst_lang}"/>
                   </h:selectManyCheckbox>
              </hx:columnEx>
         </hx:dataTableEx>
                   Thanks in anticipation

    Hi Naamkeek,
    Per my understanding that you have added the Expand All and Collapse All button in an drill down report by adding the "Go to report" action, now you got the report always refresh and return to the first page, right?
    I have tested on my local environment and can reproduce the issue, no matter whether to add two buttons or using the parameter to do the Expand All and Collapse All, it is always return to the first page.
    Gernerally, SQL Server Reporting Services does a postback while clicking a expand/collapse icon. SSRS re-renders reports because it need to regenerate the pages to fit the defined width & Height. That is why SQL Server Reporting Services reloads
    the whole report.
    This is by design. And, currently, we are not able to turned it off.
    I would suggest you submitting a wish at
    http://connect.microsoft.com
    If the service requests frequently, we may include it in the next release.
    Appreciate your understanding, and if you have any more questions, please feel free to ask.
    Regards
    Vicky Liu

  • Can we change the alternative COA after transaction data posting

    Hi Friends,
    My client has wrongly updated the GL account in alternative Chart of accounts column in Company code segment. They didnt realise and they posted some transaction data as well.
    Today they realised and tried to change the alternative COA and it showed an error message "GL account balance is not zerowised". They tried to clear the GL account balance, but couldnt solve the issue.
    Please let me know is there any other way to change the alternative COA after entering the transaction data.
    Thanks,
    Dwarak

    thnks

  • IW69 report not fetching all transaction data of current month.

    Dear Guru Ji,
    While doing testing IW69 report, i noticed that it is not displaying current month data. It is only get the data uptil last date of past month data in DEV & QA client.
    I wonder why this is happening?
    I tried using Malfunction start date & notification reference date input. But still the same result.
    Please guide me, what is going wrong?

    Hi,
    The selection option 'notification date' is based on notification date (VIQMEL-QMDAT). Transaction IW69 is used to display notification items - when there is no item data in the notification nothing will be returned.
    -Paul

  • Changing profit center - segment assignment in ERP2004

    Dear Experts,
    A customer of mine uses segments for IFRS reporting. They have been live for about 9 months, so obviously all profit centers already contain transaction data. In beginning of next year the number of segments will increase, but they do not want to create totally new profit centers since they already now have thousands of profit centers, so they would very much prefer to simply change the profit center-> segment assignment.
    Changing the segment is commented in OSS note 940721. Given their current version and Support Pack level, segment can be changed in Mass maintenance, as implied in OSS note 940440. This is an error, but customer is very happy about this error.
    However, now they have discovered that segment can also be a time-dependent field. This is commented in OSS note 940629, where it is stated that segment should not be changeable therefore, if I understand right, it should not be time-dependant.
    Customer's question to me is: Since they at the moment can actually make time-dependant changes to segment, are there any side-effects if they do so? I can appreciate that the answer which I presume to be SAP's official answer "you must create new profit centers instead of making time-dependant changes" is not a desired solution for my customer. I expect customer will have problems if they implement the SP's where segment becomes a totally unchangeable field or if they upgrade to ERP2005 - at the minimum they will lose the possibility to change the segment, but I do not know what will happen to the time-dependant data if the field is changed so that it no longer is time-dependant.
    From a document posting point of view, I guess there should not be any side-effects, I expect system will post documents to the segment that is valid on the posting date.
    I hope there is someone who has had the same problem, or if there at least is someone who has had to solve the problem of having the need to change the segment assignment - is creating a new profit center really the only safe way to do it?
    All answers are appreciated!
    BR,
    Jarkko

    Sergio
    Please refer to the link below. This is a help link for ECC 6.0..
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/5b/d2200743c611d182b30000e829fbfe/frameset.htm
    Reporting costs and revenues similar to KB61 is possible in ECC 5.0 also.
    Let me know if it helped.Also please do award points if found useful.
    Regards,
    Karthik

  • Change Data Table column header color

    How do I change the background color displayed in data table column headers?

    Thanks for your response. Problem is that I'm creating a portlet and the stylesheet.css file does not appear to exist, so Winston's blog does not help.

  • How to set the profit centers

    Hello experts
    i want to know about profit centers i have created a profit center also defined the distribution rule for the profit center
    i want to know how the transaction takes place according to profit center and its distribution rule do i have to define the gl account for a profit center pls explain with example.....

    HI,
    SAP Business One enables you to define profit centers so that you can monitor and regulate the costs of your business processes effectively. The profit center reports give you important information about the costs and revenues that have arisen, sorted by area and department.
    First of all, you define the various cost centers or departments in your company as profit centers. You then assign revenue and expense accounts to the profit centers so that any data relevant to a profit center can be updated automatically for all transactions entered in the system. Costs are allocated to the profit centers using information that you define in a distribution rule. This means that any costs incurred will be allocated to the profit centers on the basis of a specific key. If you decide that the way in which costs are allocated no longer reflects the way in which your company works, you simply change the distribution rule as required. You can use the Profit Center Report to generate a profit and loss statement for any profit center and period.
    In addition to conventional financial accounting (where the values of all business transactions are recorded), many companies also perform cost accounting. The aim of cost accounting is to determine how profitable a companyu2019s business activities are.
    Hope this helps,
    Son.

  • Reset transactional data in production - urgent!!!!!!!!!!

    hello,
      we need to back out and reset all transaction data in Production client, but we want to keep master data ( gl , vendors, customers, cost/profit centers) ,
    we have not gone - live but we have some conversion postings in production.
    this is urgent , pls let me know

    You may want to read the documentation of the program SAPF020 first.
    Remove the check box "Set company code to productive"
    Then via SPRO Financial Accounting Global settings>Delete Transaction data.
    For assets you may  use OABL.
    The customizing remains but transasction data gets deleted.

  • How to find the data table sin CRM 4.0

    Dear Guru's
    I want to know where can i get all the data tables in crm 4.0 for example if i want to know the data table for the Reason in activity Management.with the help of data table only the ABAP people can work.....na
    Points willbe given
    With Best Regadrs
    Sreeram Raghu

    Hi Raghu,
    There are many techniques in which you could find the database tables, few of them are given below:
    - Place your cursor in the field for ex: reason in activity and press F1
    - In F1 screen(performance assistant), Click on Technical Information (fourth button from left), you can find here the database table name.
    Another Option:
    - Go to transaction SE11
    - In Database Table Field type few letters, for example to find all the activity table type * act * and then press F4, all the tables related to activity will be displayed
    Wish this was useful to you
    regards
    Srikantan

  • Requesting advice on how to initialize (delete) APO transaction data

    Hello experts,
    We are working on a project to implement a "clean", master-data-only APO system.  The APO system is to be created by doing a full backup of an existing APO system and restore as a new instance (then BDLS to change the system ID).
    My question involves the removal of all transaction data (purchase orders, released production orders, sales orders, purchase requisitions, etc) from the new APO system.  We've tested several delete programs to try to remove these documents from APO (/SAPAPO/DELETE_PP_ORDER, /SAPAPO/RLCDELETE, /SAPAPO/SDRQCR21, /SAPAPO/SDORDER_DEL, /SAPAPO/OM_DELETE_INCON_ORDERS to name a few) with limited success.
    Instead of removing these documents individually is it possible to simply re-initialize APO so that all transaction data is removed but all master data (PPMs, locations, products, transportation lanes, rules, etc) is kept intact?
    Any advice is greatly appreciated.
    Regards,
    David Eady
    Application Delivery Team Lead
    Propex, Inc

    Hi David,
    If you find the comprehensive solution, let me know!
    I have had best luck with deactivating ALL IMs, then running CCR and deleting all marked as no active  model.  Then run the programs mentioned in your posting, as well as anything designed to make data 'consistant'.  After that, there are usually some aggravating bits that don't want to go away, which I have had to chase down and delete manually.  It is a tedious process, one that usually takes me a couple of days.
    Regards,
    DB49

  • Relation between master and transaction data

    Hi experts,
    I have a basic question how the relation between masterdata and transction data is maintained in R/3. As I know first we extract master data and later transaction data in a typical R/3 based scenario.
    1.How does BW knows that , the transaction data are  related masterdata in the same sense as in R/3 ?
    I am involved in an enhancement of R/3 extractor. I need to derive 3 more fields and map it to info objects in BW. Cld any one explain me ( with an example plz) how these alignments to be made. How can I establish relation b/w derived fields and transaction data during extractions ?
    regs
    D Bret

    Hi Dave.
    Let's see if I can get all of your questions answered.  First, when Transactional Data is loaded, BW checks to see if a SID exists for each characterisatic field & value in the load.  If one doesn't, it either creates a SID (Surregate ID) in the master data tables (default action) or the load fails (if the enforece referential intgegrity flag is set).  It's better to load master data first in either case as it will improve the performance of the transactional load.
    In terms of R/3, the data has similar relationships as in BW.  There are master data tables and transactional data tables.  The difference is that while R/3 uses ~1 master data table per field, BW uses more.  Same thing for transactional data.
    As for your enhancement, if everything you need for the derivation of the extra field is in R/3, then you can enhance the extractor in RSA6 and do the mapping in R/3.  Once you replicate the DataSource to BW and reconnect the transformation & update rules, the load should work.  If you can give a bit more information on what sort of enhancement you are attempting, I can give a better example.
    Cheers,
    Adam

Maybe you are looking for

  • Apple iOS App Store submission Errors

    I am getting several errors during submission. 1) I'm using the "correct" version of the Adobe AIR 4.0 compiler downloaded from http://labsdownload.adobe.com/pub/labs/flashruntimes/air/air4-0_sdk_win.zip as noted here: http://forums.adobe.com/message

  • Unable to set the default sending account in Mail?

    I have three IMAP accounts set up in Mail and when I want to send an outgoing email can easily use the drop down to pick which account is used. The issue is I'd like to specify which of the three is used by default.  I've searched on how to do this a

  • Will the new mac pro support a vga display thru the thunderbolt expansion?

    We are getting ready to purchase mac pro, but we need to drive a small vga display from thunderbolt.  Is this possible, and will it use the mini-display to VGA adaptor?

  • So my T400 might've used up all 9 lives...

    A month ago, I was trying to fix the latch on my T400; the left side wouldn't automatically lock when the lid closed. Halfway through disassembly, I forgot which screws to take off. I just went at it with my screwdriver and ended up taking off the sc

  • Maximum  number of processes on Solaris

    Hi, As I see, In Solaris 2.5 , 2.6 , the maximum nunumber of process has been put as 30,000 ( MAXPID in param.h ) . How is it that this number is kept fixed and not calculated ? What are the reasons ? Thanks.