Has anyone implemented real time datasource for COPA ?

Hello,
Has anyone implemented a real time data source for COPA ? Please share details of the process for how this can be set up. Thanks.

Hi,
Please follow the following steps...
COPA Extraction
The below are the command steps and explanation. COPA Extraction -steps
R/3 System
1. KEB0
2. Select Datasource 1_CO_PA_CCA
3. Select Field Name for Partitioning (Eg, Ccode)
4. Initialise
5. Select characteristics & Value Fields & Key Figures
6. Select Development Class/Local Object
7. Workbench Request
8. Edit your Data Source to Select/Hide Fields
9. Extract Checker at RSA3 & Extract
BW
1. Replicate Data Source
2. Assign Info Source
3. Transfer all Data Source elements to Info Source
4. Activate Info Source
5. Create Cube on Infoprovider (Copy str from Infosource)
6. Go to Dimensions and create dimensions, Define & Assign
7. Check & Activate
8. Create Update Rules
9. Insert/Modify KF and write routines (const, formula, abap) 
10. Activate 
11. Create InfoPackage for Initialization 
12. Maintain Infopackage 
13. Under Update Tab Select Initialize delta on Infopackage 
14. Schedule/Monitor 
15. Create Another InfoPackage for Delta 
16. Check on DELTA OptionPls r 
17. Ready for Delta Load
LIS, CO/PA, and FI/SL are Customer Generated Generic Extractors, and LO is BW Content Extractors.
LIS is a cross application component LIS of SAP R/3 , which includes, Sales Information System, Purchasing Information System, Inventory Controlling....
Similarly CO/PA and FI/SL are used for specific Application Component of SAP R/3.
CO/PA collects all the OLTP data for calculating contribution margins (sales, cost of sales, overhead costs). FI/SL collects all the OLTP data for financial accounting, special ledger
1) Add the fields to the operating concern. So that the required field is visible in CE1XXXX table and other concerned tables CE2XXXX, CE3XXXX etc.
2) After you have enhanced the operating concern then you are ready to add it to the CO-PA data source. Since CO-PA is a regenerating application you can't add the field directly to the CO-PA data source. You need to delete the data source and then need to re-create using KEB2 transaction.
3) While re-creating the data source use the same old name so that there won't be any changes in the BW side when you need to assign the data source to info-source. Just replicate the new data source in BW side and map the new field in info-source. If you re-create using a different name then you will be needing extra build efforts to take the data into BW through IS all the way top to IC. I would personally suggest keep the same old data source name as before.
If you are adding the fields from the same "Operating concern" then goto KE24 and edit the dataaource and add your fields. However if you are adding fields outside the "Operating concern" then you need to append the extract structure and        populate the fields in user exit using ABAP code.   Reference OSS note: 852443
1. Check RSA7 on your R3 to see if there is any delta queue for COPA. (just to see, sometimes there is nothing here for the datasource, sometimes there is)
2. On BW go to SE16 and open the table RSSDLINIT
3. Find the line(s) corresponding to the problem datasource.
4. You can check the load status in RSRQ using the RNR from the table 
5. Delete the line(s) in question from RSSDLINIT table 
6. Now you will be able to open the infopackage. So now you can ReInit. But before you try to ReInit .... 
7. In the infopackage go to the 'Scheduler' menu > 'Initialization options for the source system' and delete the existing INIT (if one is listed)                                                                               
Regards,
Tapan

Similar Messages

  • Has anyone tried REAL VNC client for Mac OSX? Is it worth the money?

    Has anyone tried REAL VNC client for Mac OSX? Is it worth the money?

    you should not be getting that many crashes and unlike others here i don't see any strong reason to go to 7.2 other than to get to 7.2.1. i very strongly suspect you have dodgy AU's (probably around 218 of them) and if you have a look at your crash log it should show you why you are crashing. if you see an AU in the crash log it is telling you it is causing headaches. my guess is that upgrading is not going to solve your problems.
    just so you know, if everything is running as it should be logic will hardly ever crash. post up the crashed thread from your crash log next time it happens. also make sure that you have the proapp kit latest version.
    i know its deeply frustrating when things are going pear shaped. everyone but everyone feels that the stupid thing should just work and gets the over-whelming feeling that apple is supposed to make products that just work, that we paid good money for that level reliability and if it's going to act like this we might just as well have stayed with cheaper PC's. reality is, once you start throwing thrid party's into the mix it is really hard to keep control of reliabillity. if you took logic back to zero 3rd party plugs and in built audio, it would take fanatical fundamentalist to crash the thing. (having said that - i reckon i could)

  • Real Time datasources

    Few questions regarding REAL TIME datasources -
    1)How can we identify what datasources are REAL TIME datasources in R/3?
    2)Can any standard datasources be converted to REAL TIME datasources.
    If yes ,what are the steps in details?
    3)Why only ODS is used to load for REAL TIME datasources and not INFOCUBES.
    4)Can generic datasources be built as REAL TIME datasources.

    Hi,
    please see my answers underneath the respective question.
    1)How can we identify what datasources are REAL TIME datasources in R/3?
    ==> field REALTIME in table ROOSOURCE
    2)Can any standard datasources be converted to REAL TIME datasources.
    If yes ,what are the steps in details?
    ==> Yes, if the extractor can provide Real-Time data, i.e. at every point in time delta information. A negative example are FI-GL extractors which are only capable to provide data on a daily basis.
    If you identify such a DataSource and the DataSource is critical to your project success, please contact me directly via EMail.
    Proceeding is as follows (SPS8 is recommended):
    a.) Set field ROOSOURCE-REALTIME for respective DataSource (per customer ABAP report)
    b.) Replicate DataSource
    c.) Create DeltaInit InfoPackage and execute
    d.) Create Transformation and DTP to a DataStore Object (if applicable)
    e.) Create a daemon in Real-Time Monitor (Transaction RSRDA)
    f.) Locate your DataSource in the 'Not assigned' part of the tree structure
    g.) Assign InfoPackage and DTP to daeomon (via context menu on the DataSource)
    h.) Start the daemon
    3)Why only ODS is used to load for REAL TIME datasources and not INFOCUBES.
    ==> Since data is immediately available for reporting and we have an open request we have a specific update processing for the data target (with a special DTP). This has currently only been implemented for DataStore Object.
    4)Can generic datasources be built as REAL TIME datasources.
    Yes
      Cheers
        SAP NetWeaver BI Organisation

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Could u plz help me to find simple example for how to save data file in a spread sheet or any other way in the real time controller for Sbrio 9642 using memory or usb flash memory

    Could u plz help me to find simple example for how to save data file in a spread sheet or any other way in the real time controller for Sbrio 9642 using memory or usb flash memory

    Here are a few Links to a helpful Knowledge Base article and a White Paper that should help you out: http://digital.ni.com/public.nsf/allkb/BBCAD1AB08F1B6BB8625741F0082C2AF and http://www.ni.com/white-paper/10435/en/ . The methods for File IO in Real Time are the same for all of the Real Time Targets. The White Paper has best practices for the File IO and goes over how to do it. 
    Alex D
    Applications Engineer
    National Instruments

  • When to use Real Time Apply for Logical standby..!!

    Hello All,
    I have been trying many ways to speed up the archival on primary and improve sql apply on logical standby, but still we are getting about 45-50 mins of delay between primary and logical standby.
    We wanted to have our transactions applied on logical standby within couple minutes. Which i guess wont be possible in async mode.
    That's why i am planning to implement Real Time apply between primary and logical standby.
    Now since both our databases are too far away from each other (Primary is in US and logical is in India) would it be recommended to implement real time apply in such scenario? And if implemented would it affect Primary DB Performance?
    Also if there might be some packet loss or network hitch would Primary will try again and keep logical DB in Sync with Primary?
    Any help or suggestions would be great.
    Thanks.

    yes, real time apply is recommended in your scenario.
    however due to the geographical distance between your primary and standby; I would suggest to keep your standby in current mode - max performance ; ASYNC- itself. It would not affect the performace of the primary.
    As long as you set the FAL parameters and configure tnsnames properly and ensure proper deletion policy for archivelog cleanup in primary ( so that it's not deleted before shipping if need be), you shouldn't find any problem with primary & standby synching.
    Good Luck.
    Cheers.

  • Has anyone implemente​d a QUADRATURE IN / QUADRATURE OUT applicatio​n using the Compact FieldPoint​?

    Has anyone implemented a QUADRATURE IN / QUADRATURE OUT application using the Compact FieldPoint? The units being used are the cFP-QUAD-510 [input] and the cFP-CTR-500 [output]. What I would like to do is use the QUAD-510 to capture a quadrature signal from a sensor, which in turn would generate a count per quadrature detection. Within LabVIEW, adjust the count received. Then, output a quadrature signal, based on the adjusted count, using The CTR-500.

    Hello Andre,
    Thanks for your response. That example does provide the output desired, and it is currently being use in my application, along with the 32-bit counter example available via NI for the QUAD-510, which also works. My query was mainly geared to find out if an application with the characteristics described in my original question has already been implemented, this, to avoid "re-inventing the wheel." Additional input on this thread is welcome and appreciated. Thanks.
    Regards,
    Dag Gollopp

  • Has anyone implemented Oracle Pricing Analytics(7.9.6.4) with source EBS

    Hi all,
    Has anyone implemented Oracle Pricing Analytics(7.9.6.4) with source EBS?
    Need urgent help!
    Thanks in Advance

    Hi Kashi,
    Thanks for your response. However, we are implementing Oracle Price Analytics using universal adaptor for EBS as source.
    In BI apps 7.9.6.4, one approach is to populate the csv files and load using universal adaptor. Can anyone tell me what are the tables in EBS that I need to consider to populate these files for pricing analytics?
    Are there any SQL queries available to populate pricing csv files?
    Any help will be appreciated.

  • Has anyone implemented Google Blog Search into BC (like Wordpress has)?

    Hi:
    I have a "potential" client interested in an automated way to show a list of other blogs and websites where they were mentioned.  I am imagining this to work like the Google Blog Search that Wordpress Admin Dashboard has, where it searches for who has linked to your site and shows you a list.  Can this be done in BC?  Has anyone implemented something like this?
    Thanks in advance.

    If you are referring to 'Trackbacks' then yes it can.

  • Has anyone received the new update for the X6?

    has anyone received the new update for the X6 with the updated browser? what is the firmware version?
    Greece Nokia X6 RM-559 v40.0.002

    I agree with Vinimutta!!
    *slide to unlock with digital clock & sms & missed call notification
    *support for homescreeen widgets
    *qwerty keypad in portrait mode
    every single update so far was pathetic attemp to fool us and make us happy.
    there is no change at all from v30,31, and 32. exect the slightly smaller font for text input in v32.
    nokia promises alot in the new update, (browser, smiler and map)
    hope it leaves up to the expectation and include the portrait qwerty,homescreen and lockscreen.
    Why is it so hard to implement?
    slide to unlock and homescreen is already available in c6, and the portrait qwerty is available in 5800.
    its no like we are asking for impossible like continuous autofocus for video recording!!

  • Has anyone implemented Facebook SSO on Android using Adobe AIR ANE?

    Has Anyone implemented Facebook SSO on Android using Adobe AIR ANE?
    All help would be appreciated

    Hi,
    We have two ANE's for this, one is a basic single sign on and the other is a full FB API implementation.
    Single sign on:
    http://distriqt.com/product/air-native-extensions/facebook-utils
    Full API:
    http://distriqt.com/product/air-native-extensions/facebookapi
    Cheers

  • Has anyone implemented JavaScript Object Notation in LabVIEW?

    Hi Guys,
    I was looking at writing an application using JSON-RPC
    http://en.wikipedia.org/wiki/JSON-RPC
    Has anyone implemented something similar, or are there any examples of this?
    I was going to write it with TCP VIs, and use string parsing to work through any responses, but if anyone had some advice, it would be appreciated.
    Cheers,
    Anthony

    Anthony,
    This sounds like a very interesting project and I would like to hear how it goes for you.
    You can of course choose to implement a JSON-RPC system using either TCP or HTTP as the transport. TCP would give you a potentially more responsive system but you would have to implement much more of the system from scratch as it were.
    As LaRisa_s was saying, if LabVIEW 8.6 is available to you, you can take advantage of the Web Services feature which will do a lot of the work for you. Your VI that runs as a web service would have to parse the data sent from the client to determine the correct VI to call and then convert the parameters and call the VI.
    You are completely correct that there is no direct support for JSON-RPC. We evaluated several Web Service and RPC mechanisms before deciding on RESTful web services for LabVIEW 8.6. In fact, if you have LV8.6 and JSON-RPC isn't a hard requirement, I would strongly recommend looking at using the RESTful mechanism that is built in. If you can use it then much less work will be required of you on the server side of your application.
    If you do need to go with JSON-RPC I would be interested to hear what factors went into the decision so we can improve LabVIEW's built in web services.
    Either way- let us know how your project goes.

  • Implementing Real Time, Outbound Interfaces

    Hi All,
    I have never worked on Interfaces before.
    I need help in Real time, Outbound Interfaces.
    How do we implement Real Time and Outbound Interfaces.
    Any pointers or suggestions would really be helpful.
    Thanks,
    Saher

    cotton.m wrote:
    JMS? Thanks cotton, I will look into JMS
    Unless you just wanted to play with sockets for the experience in which case you can do as you like. If you want get better with Java networking then IMO you must get ejp's book. [http://www.amazon.com/Fundamental-Networking-Java-Esmond-Pitt/dp/1846280303]
    It's more of a fix before we release it to the poor souls that will be using our software, oh how the public are blind...
    Mel

  • Has anyone submitted a successful application for the up-to-date program?

    has anyone submitted a successful application for the up-to-date program? I submitted my application 2 days ago and when I log on it's still under review.  Has anyone had difficulty with this? When they finally get back to me am I likely to be offered iworks? - I've fulfilled all criteria, I just wonder whether they expect me to jump through any more hoops

    Change your Mac's System Preferences to English and go to the Mac App Store and you should see it for free.
    Otherwise see the Apple Up-To-Date Program:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=429&mforum=iworktips ntrick
    Peter

  • Has anyone found a workaround driver for using a Xerox WorkCentre PE220 Series printer with Mountain Lion?

    Has anyone found a workaround driver for using a Xerox WorkCentre PE220 Series printer with Mountain Lion?

    John -
    My "Use" menu only contains Apple print drivers.  And Canon drivers, from the location I set this machine up.  None for my home use....which is a Xerox machine.
    Not being on the menu, I don't know how to acquire this generic driver. 
    Any further helpful hints?
    I appreciate your thoughts and help.
    Lisa

Maybe you are looking for

  • Advice on creating a tricky custom component

    Hi, I'm working on creating a custom component which displays a image at the top of the canvas, and loops through a passed array collection, displaying each row of the array collection in a item renderer. So the component should look like this (see a

  • Is warranty affected if the phone is stolen and insurance have to send you a new phone?

    I purchased my iphone 4s from phones 4 u back in august, a month later it got robbed from my hotel room on holiday. I was wondering if the insurance company sending me another phone affects my warrenty or not?

  • GI with reference to internal order

    Hello, We want to make a GI 261 with reference to an internal order using MIGO and get the error message: Order xxxxxx not found or not permitted for goods movement Message no. C6001 Diagnosis Either the order xxxxxx does not exist or you have specif

  • Lightroom 4 - Catalog problem?

    I recently installed Lightroom 4.0 on my new Windows 7 Home Premiun SP1 (64 bit) computer and imported my Lightroom 3.6 catalog into a Lightroom 4 catalog. I have two problems which may or may not be related. First: While working in the Library, addi

  • How to make the outbound call in the CCA

    HI everyone, i have opened the CCA URL and they are agents and supervisor.now i want to make the outbound cal to the mobile no inside india. when i make call i am getting this error "currently unable to reach the phone try again later" and my port fo