SAP BPC 10 - SP11 - Retraction to Fund Centres - any idea on BAPIs used to retract to Fund Centres?

Hi All,
I have a situation in which I got to retract data (both costs and revenues) to fund centres. Client is not very keen on retracting to Cost Centres. I am looking for any BAPIs available or if there are any other useful ways of achieving retraction to Fund centres.
Regards,
Surya.

Hi,
I had built that retraction with 'BAPI_0050_CREATE'. There is BAPI_0051_UPDATE too, but the first was enough for me.
It is very simple.
Before develop your code, understand the parameters of the by running them on SE37 on ECC.
Good luck,
Samuel Matioli

Similar Messages

  • Can't open an Excel doc (w/ macros and VBA) in Excel 2011 for Mac. Anyone have any ideas (other than using a pc instead)?

    Hi all,
       I am trying to open a document created in Excel in Windows on my Excel 2011 for mac copy.  The issue seems to be related to using the Macros and VB associated with the .xlsm doc.  The specific error I get in Excel is:
    Compile error in hidden module: Utilities
    When I try to open it in an Excel web app, or other online excel environment (whether using Firefox or Chrome) I get this message:
    We can't show these features in the browser:
    VBA Project
    Shapes or other objects
    few other forums suggested an issue with adobe add-ins, but I don't show one in the Excel>Tools>Addins dialogue.
    Any help is greatly appreciated, thanks!

    The same error message will result from a problem in any add-ins ,thus you should investigate other installed add-ins. It is worth the effort to try to start your excel program in safe mode. About how to use safe mode in Mac OS, Please refer to :http://support.microsoft.com/kb/892428
    If this issue is gone in this situation, try to disable add-ins in excel.
    In addition, since this issue is related to Excel 2011 for Mac, I would suggest that you post your issue in the following forum:http://answers.microsoft.com/en-us/mac

  • About every 30 sec im getting a lag in firefox,any ideas why?Useing the newest version.

    about every 30 sec or so my mouse freezes along with the page im viewing.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Any idea how to use AUTHORITY_CHECK_DATASET

    Hello Friends,
       anybody knows how to use these FM 'AUTHORITY_CHECK_DATASET' and FILE_GET_NAME_USING_PATH.
       i know the logical path has been created in my system as 'zzzzz' but i don't how to use that.
    thanks,
    john.

    I know its an old thread, but maybe it helps someone: I used the following code to test the AUTHORITY_CHECK_DATASET:
    REPORT ZTEST1.
    DATA: BEGIN OF ITAB OCCURS 0,
       ATYPE(20),
    END OF ITAB.
    PARAMETER P_FNAME LIKE AUTHB-FILENAME.
    PARAMETERS:P_READ AS CHECKBOX DEFAULT 'X',
    P_WRITE AS CHECKBOX DEFAULT 'X',
    P_RWF AS CHECKBOX DEFAULT 'X',
    P_WWF AS CHECKBOX DEFAULT 'X',
    P_DELETE AS CHECKBOX DEFAULT 'X'.
    CLEAR: ITAB, ITAB[].
    IF P_READ EQ 'X'.
       ITAB-ATYPE = 'READ'.
       APPEND ITAB.
    ENDIF.
    IF P_WRITE EQ 'X'.
       ITAB-ATYPE = 'WRITE'.
       APPEND ITAB.
    ENDIF.
    IF P_RWF EQ 'X'.
       ITAB-ATYPE = 'READ_WITH_FILTER'.
       APPEND ITAB.
    ENDIF.
    IF P_WWF EQ 'X'.
       ITAB-ATYPE = 'WRITE_WITH_FILTER'.
       APPEND ITAB.
    ENDIF.
    IF P_DELETE EQ 'X'.
       ITAB-ATYPE = 'DELETE'.
       APPEND ITAB.
    ENDIF.
    LOOP AT ITAB.
       CALL FUNCTION 'AUTHORITY_CHECK_DATASET'
         EXPORTING
           ACTIVITY = ITAB-ATYPE
           FILENAME = P_FNAME
         EXCEPTIONS
           NO_AUTHORITY = 1
           ACTIVITY_UNKNOWN = 2
         OTHERS = 3.
    CASE SY-SUBRC.
       WHEN 0.
         WRITE:/ 'You have', ITAB-ATYPE, 'access to', P_FNAME.
       WHEN 1.
         WRITE:/ 'You do not have', ITAB-ATYPE, 'access to', P_FNAME.
       WHEN OTHERS.
         WRITE:/ 'Error with function'.
       ENDCASE.
    ENDLOOP.
    Marko

  • I have downloaded Java but it does not show up in plug ins nor does it run. Any idea why? Using Win 8 consumerpreview. Tried re installing FF, still doesn't work - does work in IE

    the question is pretty much complete.

    Did you download and install the 64 bit version of Java, or the 32 bit? Firefox is a 32 bit browser, which means it needs to 32 bit Java. [http://javadl.sun.com/webapps/download/AutoDL?BundleId=61043 http://javadl.sun.com/webapps/download/AutoDL?BundleId=61043] for Java 6, [http://download.oracle.com/otn-pub/java/jdk/7u3-b05/jre-7u3-windows-i586.exe http://download.oracle.com/otn-pub/java/jdk/7u3-b05/jre-7u3-windows-i586.exe] for Java 7

  • How we will pull the data from Sap-Bi to sap-Bpc

    Dear Experts,
    Thanks for watching this thread.The whole data is available in SAP-BI.
    My system environment is SAP-BPC MS7.5.
    Now i want to load the data from Sap-Bi to Sap-Bpc ms.For that we need any Interfaces.
    How we will pull the data from SAP-BI to BPC-MS for Master data and Transaction Data.
    could  you please provide me step by step guide.
    Please guide me what should i do.
    Regards,
    Srinivasan.
    Edited by: srinivasan.singari on Jul 22, 2011 8:20 AM

    Tough Ask..
    Because i have done dashboarding thru scritping (Dyanamic fashion tough) ..It is very good ..But when, coming to the one you asked i have the idea how it works but cannot really tell you wich would be better.
    Each Route has its own limitations.That really depends on what exaclty your client is looking after..
    So if you new to xcelsius and eager to learn ..I suggest you to give a go at all those..May be you can let me know wich is the best one..
    1. QAWS,
    2. Bex Query --> Crystal Reports --> Live office --> DashBoard.
    3. Bex Query --> WebI --> Live Office --> Dashboard..
    4. Webservices consuming BI Query,
    5. Xcelsius SAP Netwever Connector.
    But i suggest as of now use Xcelsius SAP netweaver Connnection...

  • SAP BPC - Formation - Need help

    Hello everybody,
    First of all, I want to thank all people who will at least read my thread. I'm a junior consultant who need help on SAP BPC (Business Planning and Consolidation) - ex. OutllookSoft. So, if you have some tutorials, some documents, something that can help me to learn how to use SAP BPC, I will be very grateful to you. Up to now, I just read the "Help" of SAP BPC (OutlookSoft 4.2.419), the version I have to use. But it is just a technical help, I have nothing about the terms used (what is an application, a member, etc.), the philosophy of the tool, etc. To finish, if someone, from Paris (in France) is using this tool, I can pay him or her to form me on this tool.
    Thanks a lot.
    Best regards, Ivan.
    PS: sorry for my English...

    Hi,
    You can go to
    http://help.sap.com/
    And navigate to SAP Business Objects -> EPM Solutions -> Business Planning and Consolidation.
    Under the heading, SAP BPC 5.0, click on "Application help and Installation Guide".
    This will take you to the document repository in SAP Marketplace. You will get the documents which will provide you with the basic understanding of the tool.
    However, you will need S-user ID to ligon to SAP Marketplace.
    Hope this helps.

  • Cannot connet to extreme in hotels but can at home, any ideas?

    travel alot and take my airport extreme with me to hotels that have high speed internet hookups in the rooms. when i hook it up to my extreme to give me wireless access, i can't pick up the signal, although it works fine at home. any ideas?

    When using the Airport Base Station with a hotel's ethernet network, you often will need to disable its router (uncheck the setting to "Distribute IP addresses" found under the Network tab of the Airport Admin Utility) and then cable the LAN port of the Base Station to the room's ethernet jack.

  • When listening to music on ATV, it plays two songs from the playlist, then won't play any more.  You can see playlist and songs, but won't respond.  Any ideas?

    When listening to music on ATV, it will play two songs from the playlist, then no more.  You can see the playlist on songs, but it won't play.  Turned everything off, reset the network...nothing works.  Any ideas?  It used to play fine...for hours at a time.

    Hi.  Thanks for your reply.
    It is happening via "shuffle" in a playlist.  Always two different songs within the playlist.  You can see the next song on the screen that should, theoretically, be playing...but nothing happens.  Even when you push "play" on the remote, it doesn't receive the command. 
    I reset, then restored ATV.  Now, it doesn't limit itself to two songs, but does stop after a few.  The more trial and error I do, the more I believe the problem is with Homesharing in iTunes.  If I turn off Homeshare, then turn it back on, a couple more songs will play in the playlist.  I have shut down iTunes, restarted computer, completed updates, but nothing seems to change it.
    It used to play fine for hours on end, but has now found this glitch.

  • Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Have used large format, but using the 'burn' software, I am not getting seamless video quality on DVD even though I am burning at 2* speed. Any ideas? Do I need better software? Or is there a problem with the SuperDrive?

  • I have had error 4004, 4013 and 4014 messages since trying to update/restore my iphone 5c. It went a bit crazy after I tried the latest OS update and won't turn on.  Any ideas?

    My Iphone 5c will not turn on/freezes since I tried to install the new OS on it.  I've tried itunes updates and restore but get a string of 4004, 4013 and 4014 messages while trying to correct it.  I'm wondering if it's even possibly turning itself off as the system tries to correct.  Does anybody have any ideas.  My use of the phone is fairly modest and it's not taken any knocks, been around water etc...

    Resolve iOS update and restore errors - Apple Support
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support

  • My iphone is backing up to icloud but not my macbook air nor my iMac. Any ideas?

    My iphone is backing up to icloud but not my macbook air nor my iMac. Any ideas?

    I use Time Machine with an external HD.  That seems to do what I need.  Others also recommend an second EHD with a bootable clone of your boot drive and use a 3rd party app like Carbon Copy Cloner, SuperDuper, Synk Pro, etc. to keep the clone up to date.
    In addition to Time Machine I have a hard drive that I keep key files backed up with Synk Pro which does incremental backups, i.e. copying only those new or modified files.  For other candidates for the cloning and backup apps to go MacUpdate.com and search for "file backup" and "clone".

  • When I add a quicktime asset directly to my DVD SP project it does not automatically encode to be DVD cmpliant. Says incompatible asset. Any ideas?

    When I add a quicktime asset directly to my DVD SP project it does not automatically encode to be DVD cmpliant. Says incompatible asset. Any ideas?

    You use the term "QuickTime Asset" like it means something.  QuickTime is just a container ... a QuickTime file could be made from any number of codecs, many of which are not compatible with DVD Studio Pro.
    What codec is the file you're trying to import?  Have you considered using Compressor to encode it to the proper format?
    -DH

  • Need a simple 3d text application. Any ideas?

    Need a simple 3d text application. Any ideas?
    I used to have a simple program called logomotion, but it has been discontinued. I just need something that I can just type "Welcome bla bla bla" and it will give me a few options like spin, scroll, random. Like that screen saver on PC where you just type in your companys name and it spins around 3D. (dont need anything crazy like maya,- any ideas!

    you could also check out Blender:
    http://www.blender.org
    free, open source, etc. i've never used it, but it looks fairly full-featured. actually, i think that might be something i'll download and check out this weekend, come to think of it.
    PowerMac G5 2.5GHz   Mac OS X (10.4.5)  

  • Why won't my Intel iMac boot up, either from the internal hard drive or the DVD drive? It just displays a light grey screen, without any other icons, etc. The fact that it won't boot from the original system DVD is what baffles me the most. Any ideas?

    Why won't my Intel iMac boot up, either from the internal hard drive or the DVD drive? It just displays a light grey screen, without any other icons, etc. The fact that it won't boot from the original system DVD is what baffles me the most. Any ideas? It uses the latest version of Mavericks. Thanks!

    If the C key for Install Disc or R Command for OS X Recovery startup commands are not working, try holding the Option key for the Startup Manager.
    see > Startup Manager: How to select a startup volume
    If that does not work and you using a wireless keyboard, it may have become unpaired and you need to dig up a USB keyboard to invoke the startup commands.
    For more on gray screen, see > Mac OS X: Gray screen appears during startup

Maybe you are looking for

  • Using File handling in JSP

    hi, I am working on website where i have to use file handling instead of database.i m using JSP,the job is,site's contact us page's information should store in a file (.txt) and as a administrator login then this file retrievs details of all the cont

  • SELECT * and NVL

    I would like to use a SELECT * FROM myTable and if the value stored in Oracle is "null", then I would like to replace "null" with a blank space using the NVL function. Can anyone describe how to do this? I though maybe it would just be SELECT nvl(*,

  • Versamail Sync with Exchange error

    I owned a treo 600p that worked great in syncing with Microsoft Exchange. After my phone died, I was givin the 755p. Now I cannot sync to exchange at all. I have the program setup correctly and used the Certificate Modification Tool to download my ce

  • Getting music back after computer goes down.

    The hard drive went out on my computer. I have a new one now. How do I get all my Itunes (including the ones not purchased at Itunes) music files back?

  • Illustrator I/O error when trying to save.

    I am running Illustrator CS4 tryout on a windows xp machine and when I try to save a file I get a file I/O error.  I tried saving in other formats with no success.  Previous files that did save correctly can now not be opened either.  Please let me k