How can I make postings to Profit center in fb01?

Dear All,
I have activated profit center accounting. And I have created dummy profit center in spro.
I want to use profit center as objects for statistical postings. I have opened field profit center in fb01.
Now when I make actual posting for cost center or internal order I can define profit center too. But even if I choose needed profit center the system puts automatically dummy profit center.
How can I avoid  this and define profit center I want?
With best regards,
Kamila Zhakenova.

Hi
You can not achieve that... The PC in FI postings cant be changed when you are making posting to a Cost Element
If there is no PC in your CO object, then Dummy PC will be forced into the posting..
However, if you want to change this behaviour, it is as follows:
But note that, SAP wont take the responsibility for the inconsistency that may arise due to this
+++++++++++++++++++++++++++++++++++++++++++++++++++++
LKAIPF1N, form SUBST_FROM_REAL_OBJECT:
GD_ACC_LIST-CO_KAERG = CON_ACC_STAT )
AND NOT SFR_COBL-PRCTR IS INITIAL.
LD_PRCTR = SFR_COBL-PRCTR.
ENDIF.
IF LD_PRCTR IS INITIAL. "<<<<<<<<<<<<<<<<<<<< delete
IF LD_PRCTR IS INITIAL and "<<<<<<<<<<<<< insert
not ( not SFR_COBL-PRCTR is initial and "<<<<<<<<<<<<< insert
GD_ACC_LIST-CO_KAKST = CON_ACC_REAL ). "<<<<<<<<<<<<< insert
LD_PRCTR = TKA01-DPRCT.
ENDIF.
IF LD_PRCTR <> SPACE.
sending of message moved to Form PROFIT_CENTER_CHECK "DEL 569565
SFR_COBL-PRCTR = LD_PRCTR.
ENDIF.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
With this modification, the profit center entered won't be changed for postings coming into the CO-interface. All other, especially
internal postings, cannot be changed.
br, Ajay M

Similar Messages

  • How can we transfer from Dummy profit center to Respective profit center

    How can we transfer from Dummy profit center to Respective profit center?
    Regards
    Rinky shah

    Hi Guru,
    Where ever for GL posting a account assignement as PCA is required, in absense of Profit Centre the entry will flow to dummy profit centre.
    You can use the same distribtion and Assessment (as we do for Cost Centre accounting) for allocation to the valid Profit Centre from the dummy Profit Centre.
    Hope this answers your query.
    Do you think this answer deserve reward points?
    Regards
    Bharat

  • How to make a field profit center mandatory in sales order?

    Dear GURUS,
    Please help in getting answer for following question.
    How to make a field profit center mandatory in sales order?
    With Regards
    Sandeep D.

    Hi,
    There are 2 ways to make profit center mandatory
    1.Transaction Variant
    2.Incompletion procedure
    1.Transaction Variant
    Step 1:Goto Tcode shd0 and input transaction as va01 and give name of transaction variant as ( example. zva01 ) and click on create or F5
    Step 2.Then it takes you to sales order screen.Just click on enter untill you see profit center field.
    Step 3.check the box required against profit center.
    Step 4.click on save ( under a package name or as local object ) and exit
    Step 5.Assign transaction variant to your sales order type through tcode v0v8.
    2.Incompletion Procedure
    You can add the field  table-vbap,field- prctr,status-04,check-warning to your existing incompletion procedure Tcode- ova2 assigned to your order type in tcode vov8  and check the box - incomplete messeges for your order type through tcode vov8.
    If incompletion procedure is not assigned to your order type than you have to create a new incompletion procedure and assign it to order type.

  • How to make changes to profit center standard hierarchy?

    Hello!
    I have to make changes in standard profit center hierarchy. Should I make the changes in IMG or Sap Easy access -screen? If I make changes in IMG, could you please tell me the right path where can I find it?
    Another question, if some profit center is in the wrong place in stardard hierarchy and I want to transfer it to another place (under other node for example), how is this done? Should I delete this profit center first (I tried delete but it wasn't possible..) or can I just transfer the profit center?
    Thanks!
    Points will be given!=)

    Hi,
    in the IMG you can maintain the profit center standard hierarchy via TA KCH4. The path is:
    -> Controlling
    -> Profit Center Accounting
       -> Master Data
        -> Maintain Standard Hierarchy
    The transport of the profit center standard hierarchy is done via TA 0KEQ,  (this is relevant for both KCH5N and KCH4).
    IMG Path:
    -> Controlling
    -> Profit Center Accounting
      -> Tools
       -> Transport Customizing Settings
    Hope I understood you correctly.
    Regards
    Karl

  • How can I make a Splitting in Cost center accounting by Cost elements?

    Hi experts:
    I have defined a splitting structure and I would like to split the cost bettew fixed and variables cost.
    To to that I have defined two different assignments and in the selection for each assignment  I have completed the "Field label" with:
    In the first assigment I would like to have only the "fixed cost" and I did the next:
    1. Cost element (I have entered a Group) the cost which is in this cost element group is 4.000.0000 euros
    2.- Activity type (I have entered a Individual value)
    In the second assignment I did the same but with a different Cost element group (the original amount was 6.000.000 euros
    The problem is that when I have executed the transaction to do the split, the system split the 50% of the total cost (10.000.000 euros)  to each assignment.
    How can I make if I want that the system split the cost based only in the "cost element group" which are defined one of them for the "Fixed cost" and the another one for "Variable cost"??
    Are there any method which can split a total Cost for a Cost center based only in the cost amount for a cost element group??
    Thanks a regards!!
    Manuel

    sry. im not from the united states, and I never think to spell when posting on forums
    Your site's customers will think of it, and they will regard such errors as the mark of a sloppy vendor, not a sloppy webmaster.  And I'm not sure what being from the US has to do with anything.
    I want to position the container in the center while having absolute positioning, is that possible?
    I have doubts, I've seen a lot of people saying that u can't center a container with aboslute position.
    Then you should remove those people from your circle of trust.  Of course it's possible.
    Make the container relatively positioned, and centering with an explicit width and auto left/right margins.  The inner absolutely positioned elements will center along with their positioned ancestor.

  • How can I make the combo box turn to the value of black.

    When the show button is pressed (and not before), a filled black square should be
    displayed in the display area. The combo box (or drop down list) that enables the user to choose the colour of
    the displayed shape and the altering should take effect immediately.When the show button is pressed,
    the image should immediately revert to the black square, the combo box should show the value that
    correspond to the black.
    Now ,the problem is: after I pressed show button, the image is reverted to the black square,but I don't know
    how can I make the combo box turn to the value of black.
    Any help or hint?Thanks a lot!
    coding 1.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class test extends JFrame {
         private JPanel buttonPanel;
         private DrawPanel myPanel;
         private JButton showButton;
         private JComboBox colorComboBox;
    private boolean isShow;
         private int shape;
         private boolean isFill=true;
    private String colorNames[] = {"black", "blue", "cyan", "darkGray", "gray",
    "green", "lightgray", "magenta", "orange",
    "pink", "red", "white", "yellow"}; // color names list in ComboBox
    private Color colors[] = {Color.black, Color.blue, Color.cyan, Color.darkGray,
                              Color.gray, Color.green, Color.lightGray, Color.magenta,
                              Color.orange, Color.pink, Color.red, Color.white, Color.yellow};
         public test() {
         super("Draw Shapes");
         // creat custom drawing panel
    myPanel = new DrawPanel(); // instantiate a DrawPanel object
    myPanel.setBackground(Color.white);
         // set up showButton
    // register an event handler for showButton's ActionEvent
    showButton = new JButton ("show");
         showButton.addActionListener(
              // anonymous inner class to handle showButton events
         new ActionListener() {
                   // draw a black filled square shape after clicking showButton
         public void actionPerformed (ActionEvent event) {
                             // call DrawPanel method setShowStatus and pass an parameter
              // to decide if show the shape
         myPanel.setShowStatus(true);
                   isShow = myPanel.getShowStatus();
                                            shape = DrawPanel.SQUARE;
                        // call DrawPanel method setShape to indicate shape to draw
                                            myPanel.setShape(shape);
                        // call DrawPanel method setFill to indicate to draw a filled shape
                                            myPanel.setFill(true);
                        // call DrawPanel method draw
                                            myPanel.draw();
                             myPanel.setFill(true);
                             myPanel.setForeground(Color.black);
                   }// end anonymous inner class
         );// end call to addActionListener
    // set up colorComboBox
    // register event handlers for colorComboBox's ItemEvent
    colorComboBox = new JComboBox(colorNames);
    colorComboBox.setMaximumRowCount(5);
    colorComboBox.addItemListener(
         // anonymous inner class to handle colorComboBox events
         new ItemListener() {
         // select shape's color
         public void itemStateChanged(ItemEvent event) {
         if(event.getStateChange() == ItemEvent.SELECTED)
         // call DrawPanel method setForeground
         // and pass an element value of colors array
         myPanel.setForeground(colors[colorComboBox.getSelectedIndex()]);
    myPanel.draw();
    }// end anonymous inner class
    ); // end call to addItemListener
    // set up panel containing buttons
         buttonPanel = new JPanel();
    buttonPanel.setLayout(new GridLayout(4, 1, 0, 50));
         buttonPanel.add(showButton);
    buttonPanel.add(colorComboBox);
    JPanel radioButtonPanel = new JPanel();
    radioButtonPanel.setLayout(new GridLayout(2, 1, 0, 20));
    Container container = getContentPane();
    container.setLayout(new BorderLayout(10,10));
    container.add(myPanel, BorderLayout.CENTER);
         container.add(buttonPanel, BorderLayout.EAST);
    setSize(500, 400);
         setVisible(true);
         public static void main(String args[]) {
         test application = new test();
         application.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    coding 2
    import java.awt.*;
    import javax.swing.*;
    public class DrawPanel extends JPanel {
         public final static int CIRCLE = 1, SQUARE = 2;
         private int shape;
         private boolean fill;
         private boolean showStatus;
    private int shapeSize = 100;
    private Color foreground;
         // draw a specified shape
    public void paintComponent (Graphics g){
              super.paintComponent(g);
              // find center
    int x=(getSize().width-shapeSize)/2;
              int y=(getSize().height-shapeSize)/2;
              if (shape == CIRCLE) {
         if (fill == true){
         g.setColor(foreground);
              g.fillOval(x, y, shapeSize, shapeSize);
    else{
                   g.setColor(foreground);
    g.drawOval(x, y, shapeSize, shapeSize);
              else if (shape == SQUARE){
         if (fill == true){
         g.setColor(foreground);
                        g.fillRect(x, y, shapeSize, shapeSize);
    else{
                        g.setColor(foreground);
    g.drawRect(x, y, shapeSize, shapeSize);
    // set showStatus value
    public void setShowStatus (boolean s) {
              showStatus = s;
         // return showstatus value
    public boolean getShowStatus () {
              return showStatus;
         // set fill value
    public void setFill(boolean isFill) {
              fill = isFill;
         // set shape value
    public void setShape(int shapeToDraw) {
              shape = shapeToDraw;
    // set shapeSize value
    public void setShapeSize(int newShapeSize) {
              shapeSize = newShapeSize;
    // set foreground value
    public void setForeground(Color newColor) {
              foreground = newColor;
         // repaint DrawPanel
    public void draw (){
              if(showStatus == true)
              repaint();

    Hello,
    does setSelectedIndex(int anIndex)
    do what you need?
    See Java Doc for JComboBox.

  • My two iPads share an Apple ID.  How can I create a separate Game Center account so they can play each other?

    My two iPads share an Apple ID.  How can I create a separate Game Center account so they can play each other?

    1. This is a year old post.  Things have changed, the answer is no longer accurate due to how the OS functions now.
    2.  You can't have a second Gamecenter account tied to the same Apple ID, because the Apple ID is the game center account.  They are not separate things.
    3. The OP said they had 2 iPads, which means they can use a different Apple ID for Gamecenter on the second iPad.
    4. You can still creare Apple ID's specifically for game center without changing them for the other services on the other devices.
    ronjack wrote:
    I have the same issue.  Young children who cannot get Apple ID's but we all want separate Gamecenter accounts.
    You need to get Apple ID's for them.  They aren't getting them, you are. You can manage these new ID{s yourself. You can even make sure they have no credit card and are not associated with any other service on the device. So essentially they are Apple ID's for GameCente only.

  • How can I make my Quicktime plugin work again?

    Before installing the Firefox v3.6, my quicktime plugin was working. After I installed v3.6, the quicktime plugin didn't work. I tried to uninstall v3.6 and installed back v3.5, but the quicktime plugin is still not working. How can I make it work again or how to fix this? Thanks.
    Is there a way to undo the installation of Firefox v3.6, meaning to remove any traces of Firefox 3.6 installation, because this problem only came after I installed Firefox 3.6.
    I'm able to play streaming videos from websites (e.g. http://www.singingsuccess.tv/videos/?vid=251) BEFORE I installed v3.6. AFTER installing v3.6, the streaming video now shows a blue Q with a question mark in the center. I tried to uninstall that version and install back v3.5, but the problem still exist.
    Thank you and hoping for your prompt reply. More power.

    You actually have to update the entire QuickTime application to get a new version of the QuickTime plugin that Firefox uses.
    I don't know what you mean by a licensed version of QuickTime. Do you have QuickTime Pro (paid version) or the free version?
    If you are updating the free version, just download it from http://www.apple.com/quicktime/download/ and then install it on top of your current version (no need to uninstall it first).
    If you are updating QuickTime Pro, I copied this from http://discussions.apple.com/thread.jspa?messageID=12301362&#12301362
    '''Re: need new install of quicktime pro Posted: Sep 19, 2010 5:28 PM'''
    '''Download a free version of Quicktime. Open it and choose Edit. Scroll down to Preferences and choose Register. Once you enter your Registration Key, it will automatically update your version to QuickTime Pro (this is what I just did on my PC).'''
    You could also post a new question in the [http://discussions.apple.com/forum.jspa?forumID=943 QuickTime for Windows] forum at discussions.apple.com

  • Firefox Health Report Vital Stats shows bookmarks 14, but Raw Data shows bookmarks 7917. How can I make Firefox Health Report Vital Stats show bookmarks 7917?

    All data in the about:healthreport Firefox Health Report page is accurate except for the persistently inaccurate bookmarks count in the Vital Stats section of the page, which counts only 14 bookmarks and fails to count the other 7903 bookmarks.
    The about:healthreport Firefox Health Report Vital Stats section shows bookmarks 14.
    The about:healthreport Firefox Health Report Raw Data page shows bookmarks 7917.
    The Firefox/Bookmarks/Show All Bookmarks/Library window shows 7910 items.
    How can I make the about:healthreport Firefox Health Report Vital Stats section correctly and accurately show "bookmarks 7917" instead of incorrectly and erroneously showing "bookmarks 14"?
    Platform: FF 36.0.4, Mac OS X 10.8.5
    Platform: FF 31.5.2 ESR, Mac OS X 10.8.5
    The following steps reveal the issue:
    (1) In the Firefox Navigation Bar, type "about:healthreport" (without the quotation marks) to open the Firefox Health Report page.
    (2) On the left side of the Firefox Health Report page, in the Vital Stats section, the following data appears: bookmarks 14. This is false data because the browser actually has 7917 bookmarks, not 14 bookmarks. All other data in the Firefox Health Report page is accurate.
    (3) In the Firefox Health Report page, click the Raw Data link to reveal all Raw Data.
    (4) Page Down approximately 10 pages to the following specific Raw Data:
    "2015-03-22": {
    "org.mozilla.addons.counts": {
    "_v": 2,
    "extension": 28,
    "plugin": 6,
    "theme": 1
    "org.mozilla.healthreport.submissions": {
    "_v": 2,
    "continuationUploadAttempt": 1,
    "firstDocumentUploadAttempt": 1,
    "uploadSuccess": 1,
    "uploadTransportFailure": 1
    "org.mozilla.places.places": {
    "_v": 1,
    "bookmarks": 7917,
    "pages": 4293
    5) The preceding Raw Data correctly indicates the following data: "bookmarks": 7917,
    6) Open the Firefox/Bookmarks/Show All Bookmarks/Library window.
    7) In the Library window sidebar, select the entry "All Bookmarks".
    8) In the Library window Search Bookmarks search bar, type the colon punctuation mark " : " (without the quotation marks) to reveal the entire list of all items (bookmarks) in the Library window.
    9) In the Library window, select any one of the items (bookmarks) in the list of items.
    10) Press the <command> <A> keys to select and highlight automatically all items in the items (bookmarks) list, and Firefox automatically will begin the process of counting all items (bookmarks) in the items list.
    11) After a counting interval of several seconds, the count of the total number of items (bookmarks) that are present in the items list appears near the bottom-center of the Library window: 7910 items.
    12) I installed the "Places Maintenance" add-on, selected the "All" preference, and executed the add-on, but it did not correct the issue.
    13) The about:healthreport Firefox Health Report Vital Stats section counts only 14 bookmarks and fails to count the remaining 7903 bookmarks.
    Note --
    On the support.mozilla.org/en-US/questions site, after selecting ASK A QUESTION and writing this question, I attempted to upload image files with the question, but I am unable to upload a JPG (97 KB) image file or a PNG (307 KB) image file because the "Add Images Browse" function appears to be broken.
    Each time I click the "Add images: Browse" button, select one of the image files, and click "Open" to upload the image file, a spinning gear appears in a square beneath "Uploaded images:", and the spinning gear continues to spin without stopping. The image file does not upload.
    While the gear is spinning, the message "Uploading <filename>.jpg" or "Uploading <filename>.png" remains constantly visible beneath the square that contains the spinning gear.
    I think the gear would have continued to spin for eternity if I had not reloaded the page after the gear had been spinning for a full 7 minutes.
    The image files would not upload.

    It could be the work of one of your add-ons.
    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Disable a few add-ons, then '''Restart Firefox.'''
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    If the problem continues, disable some more (restarting FF). Continue until
    the problem is gone. After, you know what group is causing the issue.
    Re-enable the last group '''ONE AT A TIME''' (restarting FF) until the problem returns.
    Once you think you found the problem, disable that and re-enable all the
    others, then restart again. Let us know who the suspect is detective.

  • How can I make the edges of the JSC component curved?

    It is a very common practice to make the edges curved in web development. Curved edge looks attractive and professional. (for example see blog.com)
    How can I make the edges of the JSC component curved? For example, consider Textfield component, how to make the the sharp edges smooth and curved?
    Thank you very much.

    Follow the steps below implement rounded edges for tabs in a tabset component:
    1)Create 2 images: level1_selected.jp and level1_deselct.jpg to be used as the background for these tabs. Thse images can be easily craeted using windows paint software. Just ceate a rectangular image of size 200X30 and draw a rounded rectangle on it.
    2) Redefine the following styles in your application stylesheet(originally defined in css_master.css)
    .Tab1Div td.Tab1TblSelTd {
         background-color:#EDF5F8;width: 200px;height:40px;background-image:url(images/level1_selected.jpg)
    .Tab1Div td.Tab1TblSelTd {
         background-repeat:repeat-x;background-position:left bottom;border-bottom:none
    .Tab1Div td {
         background-color:#EFEBEF;width: 200px;height:40px;background-image:url(images/level1_deselect.jpg);border:none
    .Tab1Div td {
         background-repeat:repeat-x;background-position:bottom left
    a.Tab1Lnk:link, a.Tab1Lnk:visited {
         display:block;padding:8px 15px 0px;font-weight:bold;text-align:center
    Results: By doing this you'll have the selected and unselected tabs show up with rounded egdes and also the selected tab will look bigger than the unselected tas making it more prominent.

  • How can I make the iPhone podcast app automatically stop playing after one episode?

    How can I make the iPhone podcast app automatically stop playing after one episode?

    When playing a song, are the controls at the top of the screen there? (Genius, Shuffle, Loop?)
    If not, tap the center of the page once to expose them
    now keep tapping the circle on the left part of the exposed controls untill a one (1) appears...

  • How can I make the ipod stop itself after playing one song?

    How can I make the ipod stop itself after playing one song?

    When playing a song, are the controls at the top of the screen there? (Genius, Shuffle, Loop?)
    If not, tap the center of the page once to expose them
    now keep tapping the circle on the left part of the exposed controls untill a one (1) appears...

  • How can I make this shape?

    How can I make this shape in fireworks:
    I want some images in my website to have rounded corners. Im doing this by adding 4 divs with background images and absolutely positioning them, one over each corner of the image. The background images are PNGs with transparent areas. This works as the site's background is a solid color, so the rounded corners dont need to actually be transparent.
    The issue im having is that the pixels on the curve need to be semi transparent. Id love to make this shape as a vector but I dont know how.
    Thanks

    Hi,
    There is another simple way to get the shape desired. Create a rounded rectangle that is twice your corner size - both width and height wise. Now adjust the rounded corners to almost make a circle (pull the yellow corner handle towards the center of the side). Now click the corner and you will be able to toggle between the different corner types. You can now either use the shape as it is (if you need it for corners of a sprite rounded rectangle) or you can cut it up to get the desired wedge.
    - Anita

  • TS3274 I went to an Apple store yesterday and the guy there did something and now the ipad only works in the vertical (portrait) position and not the horizontal (landscape) position.  How can we make it work in both positions?

    I went to an Apple store yesterday and the guy there did something and now the ipad only works in the vertical (portrait) position and not the horizontal (landscape) position.  How can we make it work in both positions?

    Just in case you are not running iOS 7 and don't have the control center feature.....
    If you see a lock icon in the upper right corner of the screen - then the screen orientation is locked.
    Try the side switch above the volume rocker first and see if that unlocks the screen. If that doesn't do it and you are running iOS 5 or 6, double tap the home button and swipe to the right and look for the lock icon all the way to the left.
    If you are running iOS 7, swipe up from the bottom of the screen to get to the control center and the lock icon is in the row of icons at the top all the way to the right.
    If the screen is unlocked but still will not rotate, reset the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the button

  • My school wants to purchase three copies of one of my photo books. The school is tax exempt. How can we make a tax exempt purchase using a school credit card?

    My school wants to purchase three copies of one of my photo books. The school is tax exempt. How can we make a tax exempt purchase using a school credit card?

    I don't believe Apple is setup for tax exempt purchases.  It's strictly comsumer oriented.
    Are you making a profit on your book sale?  If so just up the price to cover the tax and you purchase it and deliver to the school. If not then reimburse the school for the tax and write it off as a deduction.
    OT

Maybe you are looking for

  • AMD Radeon(TM) HD 7650A Graphics Driver that supports Miracast

    Please  Anyone with any infomation as when will HP and  AMD release a new Display driver with Miracast support, would be very much appreciated. DxDiag on this cards driver is as follow: Display Devices           Card name: AMD Radeon(TM) HD 7650A Gra

  • Billing document not getting saved

    Hi Gurus,         I am facing a problem with th billing doument. When I try to save the Billing through VF01, it is going to the screen and showing the line items in it. And when we save, it is generating a billing document number.But it is not getti

  • Issues viewing PDF's in safari with frames

    I am a college student and I have a lot of PDF's to look at while in class. The university's website for class info is called blackboard. In safari, when I open a link to a pdf file, the pdf opens in the main frame of the website, but only the first

  • Jdeveloper version and ADF runtime on weblogic

    Hi I would need to understand the link between the jdeveloper version and the Weblogic version. Based on this article http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/ it sounds like the server version to use is

  • Which mac operating systems am I allowed to virtualize?

    which mac operating systems am I allowed to virtualize? I would like to create an exact replica of a client's setup. (Mac OS X Snow Leopard server) on my Mac for some tweaking. I am aware this is the Lion forum. Lion appears to be easier to virtualiz