Looking for T-code like 9KE0 (Correction Between Profit center)

Hi experts,
Iml looking for a T-code that allows me corrections from a profit center to another one. I used 9KE0 but it allows the correction without control.
(for example when i want to make correction between cost center, it's better to use KB61 than KB11N) I want the same solution for profit centers....
PLZ HELP

like KB11N  is not there in PCA. you have to use 9KE0 and use (-/+) signs respectively and you can post the documents.
satish

Similar Messages

  • Looking for Source Codes

    hi everyone!
    I am looking for source codes with the following characteristics:
    - significant data processing (like fft or image processing algorithms)
    - use of just a few classes and/or packages (it must not use awt or swing)
    - code is not so big (200 lines of code at most)
    - program is multithreaded (it is not necessary)
    If anyone could help me, I would appreciate a lot.
    Thanks.

    Building a portfolio are we?

  • Looking for sample code using "first_tab" and "next_tab"

    Looking for sample code using "first_tab" and "next_tab". How is it used with ItemID within a dialog box? I've read the reference books - don't understand it.

    Hi Ray,
    There are several ways to do this, and in the example I created, I actually did not end up using shift registers. I've attached some example code that basically multiplies the period by the duty cycle percentage to achieve the number of milliseconds to be high and low.
    You would just need to insert your DIO code in each frame of the sequence structure.
    Hope that helps. Kind regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current
    Attachments:
    70_PWM_Example.vi ‏23 KB

  • Looking for sample code of pwm output with Labview 7

    we are looking for sample code in LabView 7 for producing a pwm output. We are current using a 3rd party digital I/O board and just want to generate a pwm output on several of the bits.

    Hi Ray,
    There are several ways to do this, and in the example I created, I actually did not end up using shift registers. I've attached some example code that basically multiplies the period by the duty cycle percentage to achieve the number of milliseconds to be high and low.
    You would just need to insert your DIO code in each frame of the sequence structure.
    Hope that helps. Kind regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current
    Attachments:
    70_PWM_Example.vi ‏23 KB

  • Looking for  a code to change networks

    hi im looking for a code to change networks can someone please help me

    If you mean you want to use a different SIM on your SIM locked iPhone., there is no "code" for that. You need to contact the carrier the phone is locked to. Only they can unlock it. Apple does not unlock phones.

  • Hi all, looking for a code to unlock my handset 4s

    hi all, looking for a code to unlock my handset 4s

    Contact your mobile carrier. and pay any levies they make .They may need you to confirm the iMEi code.
    That iMEi code is then passed to Apple for them to change the status on their servers, and you get a confirmation from your mobile carrier -either text or email. inviting you to connect your phone to iTunes on your PC/Mac .
    Follow on screen prompts and your iPhone becomes unlocked.
    Or search the greater inter webs with terms for instance say Jailbreak, iPhone unlock etc....
    Then take the security consequences for your actions.

  • Java.lang.instrumentation (looking for examples, code snippets)

    I'm exploring the use of java.lang.instrumentation, management for a variety of tasks such as profiling, monitoring, etc.
    I'm looking for some code snippets and examples to get me bootstrapped. Didn't find any doing a search.

    Unfortunately there aren't any examples of java.lang.instrument usage available yet. I will try to rectify this.
    java.lang.instrument.Instrumentation is an interface, but it is not an interface that users of java.lang.instrument implement. A single instance of a class, internal to the JRE, which implements this interface is created if and only if the -javaagent flag is used. This sole instance is then passed into the premain method.
    Robert G. Field
    JSR-163 Specification Lead

  • Cost element code was disappeared in NewGL Profit center report.

    Dear CO-FI expert,
    I implement profit center accounting module with NewGL.
    When I execute Profit Center Report of NewGL, for example S_E38_98000088 S_E38_98000089, cost element was blanked.
    My client would like to display NewGL profit center report with cost element code and cost element text.
    I solve this problem with note 991753, after implement this note only cost element text was displayed.
    Please help to advise me how to display cost element code in NewGL Profit Center report.
    Thank in advance for your help.
    Best Regards,
    Nattakarn

    Sorry for the slowly response,
    You can display CE description by setting characteristic display when executed profit center report.
    Edited by: Nattakarn Anantawut on Jun 27, 2010 10:07 PM

  • Relation Between Profit Center & Group

    Hi
    I know the profit center in which my recs are there.
    But I need to know to which profit center group this particular profit center is assigned to it.
    Pl share your thoughts.
    Thanks
    Kiran

    Refer the SETCLS table to get the class name for PRofit center group.Here, use the description 'Profit center Group' to get the SETCLASS field.
    Now use the table SETLEAF to get the relationship between Profit center and Profit center groups.
    SETNAME field is for Profit centet group and
    VALFROM and VALTO fields to get the Profit center range
    SETHEADERT table contains the list of Profit center group names.
    BAPI_PROFITCENTERGRP_GETLIST to get Profitcenter group list.
    BAPI_PROFITCENTERGRP_GETDETAILS to get PRofit center based on group name
    Regards,
    Kiran Bobbala

  • Table relationship between Profit Center and G/L account.

    Hi,
    I have an issue related to wrong profit centers. We have a workflow that updating the profit center to a G/L account regarding the business of Reverse Logistic. In that business, we shift from a G/L account to another G/L account.
    Now I have to find the tables relationship between Profit center and G/L account, which contains the correct relationship between a profit center and a G/L account, so that I can profit centers related to the moved G/L account and the original G/L account.
    Thank you.
    Moderator: Please, search before posting

    Hi
    The Posted data can be seen in BSEG & GLPCA/FAGLFLEXA
    The default assignment of GL & PC can be seen in 3KEH / FAGL3KEH
    br, Ajay M

  • Looking for Serial Code Security for Dreamweaver Extensions.

    Hello
    I am looking for a solution or an extension which would allow me to secure my Dreamweaver Extension with a Serial Code so that i can atleast save it from being pirated.
    Does anyone have a solution for this ? I would like to purchase it.

    Could you please share the following  log files from your system so that we could debug this issue.
    Files :   amt3.log and oobelib.log from /tmp on  Mac  or %TEMP% on Win).
    Please send it to [email protected] 
    Thanks
    Vikas

  • Looking for sample code of HOW-TO use EntityFacadeImpl class

    I have created the following using JDeveloper Ver 9.0.3.1:
    1. Entity Bean
    Localinterface: userLocal.java
    Local home interface: userLocalHome.java
    Remote interface: user.java
    Remote home interface: userHome.java
    Bean implementation: userBean.java
    2. Facade Session Bean (auto generated by JDeveloper)
    userFacade.xml
    userFacadeColImpl.java
    userFacadeImpl.java
    I am looking for sample client code on how to make use the facade session bean.
    Thanks in advance.

    repost

  • Looking for newer Mobo, like the MS-7345 Platinum P-35.

    Hello,
    I'm thinking about upgrading my P-35 MS-7345. I really like the MSI brand. I'm going on 5 years, but because of possible GPU issues (like screen ghosting, Non-responding, and timer continues to spin, even when I make a very simple video action, like adding a transition, everything freezes and hangs, to the point of rebooting. 
    Some people have asked if i updraded Win7 drivers for the MSI boardw hich i'm sure i did. Some asked me to check the board for bad or damaged caps, so I checked both the GPU, and Mobo, but could not see anything.  Then someone told me it could be the Power supply...really?
     In looking at Video cards, Like the PNY Quadro 600 ($150.00) requires a PCi-E 2.0x16, which I have now, but the higher end cards like the PNY Quadro 2000, ($400.00) and others, reqiuire a PCI-E 3.0x16.
    WISHY WASHY~  Don't know if i should wait to get a new mobo, before I buy a new card, becuz it's going to be a while. I don't want to buy the Q600 DDR3 now, to be obsolete and a non-performer compared to the Q2000 DDR5, which would be more faster, then I wonder, i7, more DDR3 memory, and a new Mobo, then use a slower DDR3?  Ummmmmm.
    To be honest, I like MSI, I bought my new MSI Platinum five years ago, and love it!  I'd like to keep it if i could, but technology supercedes practicallity, with the newer atx case with front USB 3.0 (mine is only 2.0....if it's backward compatible, then fine.) I'd like to ahead of the game, but not if i'm going to go BROKE!
     With my old build, with the mobo, Intel Quad Q6600,700W Toughpower PSU, memory,hard drives, That set me back about $1200.00.
    So..... for someone like me who is not a gamer, does not overclock, wants a minimum of 32GB DDR3, 700W PSU, three SATAII hard drives, does anyone have some Mainboard choices of newer LGA 1155 or 2011 that would either of these work?
    This time, I'll need the i7 (or i5) new mobo, new DDR3 memory...up to minimum 16GB, maybe 32GB, and that's that. I'll use what I can,. or give or sell this tower and everything inside to my sister.
    I was only looking at these two for specs:
    Z77A-G43 DDR3 1600  LGA 1155 ($ 97.00)  OR
    X79A-GD65 (8D) ATX DDR3 2400 ($ 291.00)   
    I know the MS-7345 Platinum is off the production, but is there a board out there that's similar to the MS-7345 P-35?  {it's just easy to set up.}
    MAINBOARD ~
    MSI P35 Platinum/Intel P35 Chipset Crossfire 1395 (MS-7345)
    POWER SUPPLY ~
    Thermaltake "TOUGHPOWER" 700W ATX 12V - 2.2 & EPS 12V
    CPU ~
    Intel Core 2 Quad Q6600 2.40GHz (4 cpu's)
    DISPLAY ~
    EVGA Nvidia Geforce 8600GT (512MB) DDR2 128-Bit
    (Memory clock speed 700MHz / HDCP Capable PCI-e / Total memory 4071MB (Driver version 8.17.12.9610) 2-29-12 DirectX11
    MONITOR ~ 20" Viewsonic - VX2035WN
    60Hz ( Screen Res. 1280 x 800) True Color (32 Bit)
    HARD DRIVES ~
    Boot drive > WD SATAII - 74GB Raptor (10,000 rpms) 16MB > 4.6MS
    Storage drive > WD SATAII - 2TB Green (7200 rpms)
    Storage drive > WD SATAII - 500GB Caviar Blue (7200 rpms)
    External drive > Seagate 3TB
    OPERATING SYSTEM ~
    Windows 7 Pro OEM (64 Bit) (6.1, Build 7601) SP1
    BIOS ~
    American Megatrends Inc. v.1.10 / 11/10/08
    Current Bios version - 1.A0 / VGA Bios v. 60.84.41.00.06
    MEMORY ~
    8GB DDR2 / PC6400 / 800MHz (8192 MB) RAM
    Available Physical memory - 6.12GB
    Paging file > 4463MB Used, 11917MB Available
    AUDIO ~
    Realtek High Definition Onboard Audio
    CASE ~ Coolermaster CM 690 / ATX
    MAINBOARD ~
    MSI P35 Platinum/Intel P35 Chipset Crossfire 1395 (MS-7345)
    POWER SUPPLY ~
    Thermaltake "TOUGHPOWER" 700W ATX 12V - 2.2 & EPS 12V
    CPU ~
    Intel Core 2 Quad Q6600 2.40GHz (4 cpu's)
    DISPLAY ~
    EVGA Nvidia Geforce 8600GT (512MB) DDR2 128-Bit
    (Memory clock speed 700MHz / HDCP Capable PCI-e / Total memory 4071MB (Driver version 8.17.12.9610) 2-29-12 DirectX11
    MONITOR ~ 20" Viewsonic - VX2035WN
    60Hz ( Screen Res. 1280 x 800) True Color (32 Bit)
    HARD DRIVES ~
    Boot drive > WD SATAII - 74GB Raptor (10,000 rpms) 16MB > 4.6MS
    Storage drive > WD SATAII - 2TB Green (7200 rpms)
    Storage drive > WD SATAII - 500GB Caviar Blue (7200 rpms)
    External drive > Seagate 3TB
    OPERATING SYSTEM ~
    Windows 7 Pro OEM (64 Bit) (6.1, Build 7601) SP1
    BIOS ~
    American Megatrends Inc. v.1.10 / 11/10/08
    Current Bios version - 1.A0 / VGA Bios v. 60.84.41.00.06
    MEMORY ~
    8GB DDR2 / PC6400 / 800MHz (8192 MB) RAM
    Available Physical memory - 6.12GB
    Paging file > 4463MB Used, 11917MB Available
    AUDIO ~
    Realtek High Definition Onboard Audio
    CASE ~ Coolermaster CM 690 / ATX

    If you already looked at X79A-GD65 (8D) and you are going for 16GB ram minimum or 32GB a Socket 2011 Core i7 would be a good choice. If you are just looking for an easy to setup system a X79A-GD45-8D would be of the same socket without any flaws but still somewhat less expensive.

  • Looking for sample code to create my own pub/sub!

    I am a new bee in JMS. So I would really appreciate if
    some one could give me some hint to start up with my school project. I am looking for a sample Java code that will:
    For the Publisher:
    1. Connect to a broker [create it, if it does not exist]
    2. Create a publisher/destination.
    3. Create a pub-sub queue
    4. Publish a message
    5. Ack or Nak depending on if the subscriber got or did not get the message.
    For the Subscriber:
    1. Connect to a broker [create it, if it does not exist]
    2. Subscribe to the broker
    3. Subscribe to the Queue
    4. Show an received messages on the console.
    Here are the command line params for both the Publisher and subscriber:
    runPub 127.0.0.1:7676 myTestBroker myQueue "this is my message"
    runSub 127.0.0.1:7676 myTestBroker myQueue
    Please tell me if there are similar java code that will do all this and work with ANY JMS compatible client. i.e. I should not have to use the Admin tool of any JMS Server (MQSeries, iPlanet, SonicMQ etc etc). The code should follow the JMS spec and do this programmatically.
    Thank you very very much in advance for doing this great favor.
    With regards,
    Amir.

    Thanks a lot for that hint. I think that's a great tutorial for a beginner. I could compile those sample codes from chapter 4 with out any problem, but could not run it. I also installed j2sdkee1.3.1 and updated my classpath according to the spec. But when I tried to run the "j2ee -verbose" command it was giving me the following error message:
    ERROR: Set J2EE_HOME before running this script.
    Any advise for me that I should follow next. Thanks again.

  • Looking for transaction code in MM to display Business Area, PO, AO,& Values

    Hello everyone,
    I am looking for a Transaction Code that will display Business Area, Outline Agreement, Purchase Order and Values.
    Can anyone recommend?
    Ananh

    Dear Ananh,
    You can try transaction code ME2M and enter the document type and enter the relevent fields to get the required results.
    Regards,
    Manjunath

Maybe you are looking for

  • Cannot Connect to my YouTube Account

    For some reason when I tried to upload a video to YouTube from Final Cut Pro X it did not recognise the gmail account. The message Invalid Account or Password appeared. I changed the password and reclogged on and I still could not upload the video to

  • How do I put my phone on two computers?

    I just got a new computer and I want to sync my old phone to this new computer without losing my contacts, photos, and music.

  • Can I have a movie go to a menu to a second movie?

    Hello all, Here is the sitch, I am working on a project where the customer wants to have a 6 different videos on a dvd. For each of the videos he wants to have a movie play for 10 min or so and then have the a still text screen come up with a next bu

  • Getting an error " Atleast one entry could not be found in object buffer"

    Hi All, I m facing an peculiar problem while executing a custom Function Module.I have written a custom FM to create a service request and fetch the obj ID and return it back.When i tested the same in debugging mode everything is working fine. But wh

  • ISE Guestportal login action resource not found

    I'm setting a new ISE for guest webauth. I'm getting indicated message when I try to login as a Guest. I'm missing something? Regards.