Copy Business content cube, load data and activation.

Hi BW gurus,
I am new to SAP BW. Like to know if you guys have any document of your own or at some site which gives me step by step instructions to copy , load data and activate a cube of business content(ex: Purchasing data 0PUR_C01).
I will assign points to the good answers.
You can also send me any documents you have on my email id: [email protected]
Thanks.
Syed Arifuddin.

1. Yes. Preparation - Connectivity between R/3 and BW and general setting is Basis team and Security or Authorization team work.
2. Customizing the Extractors. Extractors are programs to extract data from SAP R/3. You may need to customized those to fit your requirement. This requires little ABAP skill. You can check more information here.. http://help.sap.com/saphelp_nw04/helpdata/en/7a/27bcf087c7464db8b95eaa717b6e6a/content.htm
3. Set Application Active Indicator : This step is to be carried out in the R/3 system.This is not just a Purchasing related but it is a Cross-client application setting to link tow clients.
Hope this helps.
Laxmikant

Similar Messages

  • Is it possible to delete data selectively from Business content cubes

    Dear Experts,
             Requesting you to help me out to know, is it possible to delete data selectively from Business content cubes.
    When I'm trying to delete selectively from Business content cubes, the background job gets cancelled with ST22 logs stating
    A RAISE statement in the program "SAPLRSDRD" raised the exception  condition "X_MESSAGE".                                                                               
    Since the exception was not intercepted by a superior program, processing was terminated.  
    and i tried  with few more Technical content cubes but the same thing happens.
    Pls let me know how to selectively delete data from Business content cubes if it's possible?.
    Thanks in advance for your favorable assistance.
    Regards,
    Ramesh-Kumar.

    Hi Ramesh,
    Follow below steps for selective deletion:
    1.     Transaction code: Use the Transaction code DELETE_FACTS.
    2.     Generate selective deletion program:
    A report program will be generated of the given name, here .
    3.     Selection screen:
    Take the deletion program u201CZDEL_EPBGu201D to the transaction code SE38 to see/execute the program.
    After executing it will take you to a selection screen:
    As we need to carry out deletion selective on Calendar week, we need to get the screen field for the field Calendar week. For this, click on the Calendar week field and press F1.
    Click on the technical information button (marked in red box above) you will get below screen:
         ABAP program to carry out the Calendar week calculation
    Problem scenario: As stated earlier the requirement is to delete the data from the cube based on the calendar week. Thus a code must be developed such that the number of weeks should be taken as input and corresponding calendar week should be determined. This calendar week should be then passed to the deletion program in order to carry out the data deletion from the InfoCube.
         Transaction code: Use T-code SE38 in order to create a program.
    Logic: Suppose we need to delete the data older than 100 weeks.
    a.     Get the number of weeks and system date in variables and calculate the total number of days :
    lv_week = 100.      *number of weeks      
    lv_dte = sy-datum.     *system date
    v_totaldays = lv_week * 7.      *total days
    b.     Get the corresponding calendar day from the total days. This is obtained by simply subtracting the total no. of days from the system date.
    lv_calday = lv_dte - v_totaldays. *corresponding calday.     
    c.     Now in order to get the calendar week corresponding to the calculated calendar day we must call a function module 'DATE_TO_PERIOD_CONVERT'. This function module takes input as Calendar day and Fiscal year variant and returns the appropriate fiscal period.
    Get the sales week time elements
      call function 'DATE_TO_PERIOD_CONVERT'
        exporting
          i_date                      = lv_calday
          i_periv                     = lc_sales
        importing
          e_buper                     = lv_period
          e_gjahr                     = lv_year
        exceptions
          input_false                 = 1
          t009_notfound               = 2
          t009b_notfound              = 3.
      if sy-subrc = 0.
        ls_time-calweek(4)      = lv_year.
        ls_time-calweek+4(2)    = lv_period.
      endif.
    v_week = ls_boots_time-calweek.
    Note: We can pass the fiscal year variant which can be obtained from the table T009B.For e.g. here fiscal year variant lc_sales = Z2. LS_TIME will be any table with suitable time units.
    d.     Now we have obtained the required calendar week in the v_week variable. This calendar week is the week till which we need to keep the data. And older data than this week will be deleted. This deletion will be done by the deletion program
    Submitting the Data deletion program for ZEPBGC01 and key field
    SUBMIT ZDEL_EPBG WITH C039 LT v_week.
              Here the calendar week value is submitted to the deletion program ZDEL_EPBG with the screen field of calendar week.
    Hope ... this will  help you..
    Thanks,
    Jitendra

  • Is it possible to create a copy cube from business content cube

    Dear Experts,
    I have to  create the new cubes which is a copy of Business content statistics cubes .
    Request you to let me know how can i create a copy cube from Business content cube. My doubt is,weather is't the same as normal customized cube creation by giving copy from option.....
    Thanks in advance for your valuable assistance.
    Regards,
    Ramesh - Kumar.

    for copying the cube whose copy is to be made should be available in infoprovider tab in modelling of RSA1.
    first you have to install the business content cube ,so that it is found in the Info-providers tab in modelling .
    for that,first go to business content option found in the modelling tab of t-code RSA1 .
    find the cube and transfer it to the right and execute . It will be available in infoprovider tab of modelling .
    then you can create a copy as we do normally .

  • Business Content not Loaded?

    Hi Folks,
    Is it possible that during a BI install certain business content does not get loaded into the system? Is there a way to reload missing business content. The problem I have is as follows:
    When activating business content cube 0CRM_C08 with data flow after I get an error while collecting business content. The error is
    "Object 0PH_C01 (InfoCube,CUBE) could not be collected for object 8GKZ2KVI3EB2XK75QSDO85Q4Z (Query,ELEM)"
    Now when I go to take a look at the available cubes in the meta data repository 0PH_C01 does not exist.
    Anyone else have similar issues with business content not being loaded in the system? I find that I have this problem in both our BI7.0 system and our BI 7.0 IDES system
    Thanks.

    HI
    I have checked in my system also. 0CRM_C08 This InfoCube contains date about the CRM activity items. It is based on the Activity Items ODS object (technical name: 0CRM_ACTI).
    As you mentioned  like that The cube is not based on the another cube(0PH_C01). And it is not available in Metadata Repository also.
    May be you are looking in wrong way. Please check it once again.
    Any furhter questions are there please let me know.
    Thanks & Regards,
    Nagaraju.V

  • How to install the Business Content Cube 0PP_C02

    Hello,
      Can you please explain me how to install the Business Content Cube 0PP_C02 .
    What are the nesessary steps involved in this process. How this Standard Cube is available in
    AWB -> Modeling.
    What are the nesessary steps involved in the R/3 side.
    CAn you please help me in this.
    Thanks alot.
    Regards,
    Anitha

    Hi anitha
    TRy this
    To transfer and activate a DataSource delivered by SAP with Business Content, in transaction SBIW in the source system choose Business Information Warehouse à Business Content DataSources or Activating SAP Business Content àTransfer Business Content DataSources.
    The following figure displays the DataSources in an overview according to the application component.
           2.      Select the nodes in the application component hierarchy for which you want to transfer DataSources into the active version. Do so by positioning the cursor on the node and choosing Highlight Subtree.
    The DataSources lying under the subtree and other subtrees are selected.
           3.      To check for differences between the active and delivery versions of the DataSources, choose Select Delta.
    DataSources for which differences were found in the check (for example, due to changes to the extractor) are highlighted in yellow.
           4.      To analyze the differences between active and delivered versions of a particular DataSource, select the DataSource and choose Version Comparison. The application log contains further information regarding the version comparison.
           5.      To transfer a DataSource from the delivery version into the active version, select it in the overview tree using the button Highlight Subtree and choose Transfer DataSources.
    If an error occurs, the error log appears.
    Regardless of whether data has been successfully transferred into the active version, you can call the log by choosing Display Log.
           6.      To provide the active version of the DataSource in the connected BI systems and to enable data extraction and transfer, replicate the DataSource(s) with a metadata upload to the BI system.
    and in RSA1 in businuess content search ur required cube and select all the req fielsds in the next colums and select before and after is a must..in the selection field..
    this will solve ur issue..
    Prasanna

  • LOS - Business content cube

    Hi Guys,
    When we are extracting data from LOS for ex, 2lis_12_vaitm, 2lis_12_scl or others. some times we are not using the SAP business content cubes. We are creating our own cubes by using the standard LOS.
    Can some one please give a clear explnation of some examples which LOS DS and why we have gone for other then business content cube.
    If you have any document please post here or send me to this mail [email protected]
    Bye...
    Sankar Reddy

    hi
    If we want more additional fields to be added to the cube, or the fields in the cube is no longer relevant for our analysis we decide for custom cubes
    In that case, we modify the datasources and extract data to accomadate in cubes
    Hope this helps
    Assign points if useful
    Regards
    N Ganesh

  • Error in Installing the Business Content for 2LIS_06_INV data source

    Hi Experts,
    We are trying to install the Business content for 2lis_06_inv. When we replicate the datasource, we are not seeing it in 3.x version. It is only vailable in 7 version. There is no transformation available in Business content for this data source. Please let me know how we need to proceed with this installation. Should we install the 7.0 flow or 3.x flow? Please provide th details if you have implemented th same in your system. Thanks is advance.
    Regards,
    Kavitha Jagannath

    Hi,
    Follow bellow steps:
    1. Goto RSA1.
    2. Select the BI content.
    3. Select the Grouping as' In Dataflow before and after'
    Then,you can get the data flow which are haveing the DS/TR/Data targets.
    4. Select the Install by setting the 'Install in background'.
    Regards.

  • How to identify the best match Business Content CUBEs

    Hi Experts
    I got the reporting requirments from the user...
    How can i identify is there any suitable business content bw objects (Data Source,DSO,Cube..etc) avaliable that i can use to meet the requirment or
    alteast find a nearst match so that i can enhance
    Please advise me how to start
    Thanks

    Hi,
    Once you collected requirements then you can take a look at the business content site for the datasources or cubes etc.which fit with your requirements.If you tell your requirements then we can suggest you what to use or you can start taking a look at  the link below.
    http://help.sap.com/saphelp_nw70/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    Regards.

  • 10)example of errors while loading data and how do u resolve them?

    )example of errors while loading data and how do u resolve them?

    hai ram reddy this is ramprasad reddy....u can get this type of most commen errors....like below
    As the frequent failures and errors , there is no fixed reason for the load to be fail , if you want it for the interview perspective I would answer it in this way.
    a) Loads can be failed due to the invalid characters
    b) Can be because of the deadlock in the system
    c) Can be becuase of previuos load failure , if the load is dependant on other loads
    d) Can be because of erreneous records
    e) Can be because of RFC connections.....(sol: raise the ticket to BASIS team to provide the connection)
    f)can be coz of missing master data.
    g)can be coz of no data found in the source system.
    h)Time stamp error........(sol: activate the data source and replicate the data source and load)
    i)Short dump error.........(sol: delete the request and load once again)
    j)Data locking when loading in parallel.
    k)ODS activation failures.
    l)No SID found........(sol: should load masterdata before transaction data)

  • Urgent Help on Business Content Cubes!

    Hi Experts,
    Could any one help me on the below requirement please?
    We need to provide an estimate to the customer about the below.
    SAP PM/ Customer Service:
    -Sales inquiry and sales contract (Including Billing Plan)
    -Service Notifications and Orders (including Refurbishment)
    -Graphical resource (Personnel/Contractor) allocation
    -Timesheet and Resource Related Billing
    -Service Order related Purchasing
    -Planned/Cyclical Maintenance
    We have to find whether there are any business Content Cubes available for the above?
    Could any one have the idea which Business content cubes can be used for the above and give me some explanation pleaseeeeeee!
    Waiting for your valuable inputs...
    Many Thanks in advance..
    Regards,
    BH

    Varma,
    This is the URL for the BW 3.5 Business Content, you can check here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Here's for BI 7.0:
    http://help.sap.com/saphelp_nw70/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    Good luck!
    Luis

  • Where can we find Business content Cubes,DSo,Reports for CS,PM,Treasury Man

    Hi
       Where can we find Business content Cubes,DSO,Reports for CS,PM,Treasury Management modules in help.sap.com. I searched in help.sap.com.But i haven't get exact link in the site. I haven't have access for the BI system.Can any list out the cubes ,DSO's,report that are in Business content for the above modules or give me the help.sap.com links, so that i can go through on it. It is for BI 7.O.
    Does is there any differences in Business content objects for SAP BW 3.5 and SAP BI 7.0.
    Thanks&regards
    Revathi

    You can find the businee contect in SAP Network Libraray
    http://help.sap.com/saphelp_nw70/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    where you will find all the information.
    Business content is no differnce between in 3,5 or 7.0..may add few more

  • How to load date and time from text file to oracle table through sqlloader

    hi friends
    i need you to show me what i miss to load date and time from text file to oracle table through sqlloader
    this is my data in this path (c:\external\my_data.txt)
    7369,SMITH,17-NOV-81,09:14:04,CLERK,20
    7499,ALLEN,01-MAY-81,17:06:08,SALESMAN,30
    7521,WARD,09-JUN-81,17:06:30,SALESMAN,30
    7566,JONES,02-APR-81,09:24:10,MANAGER,20
    7654,MARTIN,28-SEP-81,17:24:10,SALESMAN,30my table in database emp2
    create table emp2 (empno number,
                      ename varchar2(20),
                      hiredate date,
                      etime date,
                      ejob varchar2(20),
                      deptno number);the control file code in this path (c:\external\ctrl.ctl)
    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime, ejob, deptno)this is the error :
    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Commit point reached - logical record count 5
    C:\>any help i greatly appreciated
    thanks
    Edited by: user10947262 on May 31, 2010 9:47 AM

    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime, ejob, deptno)Try
    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime "to_date(:etime,'hh24:mi:ss')", ejob, deptno)
    this is the error :
    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Commit point reached - logical record count 5
    C:\>
    That's not an error, you can see errors within log and bad files.

  • In Windows 7 using Adobe Reader XI (11.0.07) was able to copy an item (name, number, date) and paste in another document.  In Windows 8.1 using same version of Adobe Reader XI (11.0.07) not able to do this.  Any solutions?

    In Windows 7 using Adobe Reader XI (11.0.07) was able to copy an item (name, number, date) and paste in another document.  In Windows 8.1 using same version of Adobe Reader XI (11.0.07) not able to do this.  Any solutions?

    With computer running Windows 7 using the curser can select an item, then right click and select copy.   With computer running Windows 8 there is a hand instead of a curser therefore unable to select an item, therefore unable to copy.  Is there a way to have a curser rather than the hand?
    Eureka!!!   Just found by right clicking on the hand can then select “Select Tool” and then copy.  Hurray!!!

  • Loading Business Content cubes

    Hi
    I am new to BW area, and am posting a basic question, Once the Cube is activated from Business content what are the steps to Load data into the infocube and how to identify the right info sources for that cube, can any one please explain?

    daniel,
    the business content from BW already prescribes certain infosources for infocubes (via update rules assigned to them).
    once you have identified which datasources are prescribed by business content activation, you should activate the datasources related to these infosources. replicate the datasources in the source system, then activate the transfer rules in BW. then create an infopackage under the infosources and schedule the extraction.
    you could also go look around in the forums since this has already been discussed in great detail. =)
    hope this helps, and spread the love (by rewarding points). =)
    ryan.

  • Errors activating HR Business Content: cube 0PA_C01, ODS 0PA_DS02, 0PA_DS02

    Hello!!
    we are installing a IDES BW system for customer demos, training and so on.
    I am tying to activate all HR Business Content, and I began activating Personnel Administration.
    Every time that I am trying to activate HR Business Contentt objects, the following error message appears:
    Err.tmpo.ejec.         CALL_FUNCTION_CONFLICT_LENG
    Excep.                   CX_SY_DYN_CALL_ILLEGAL_TYPE
    Error in the ABAP Application Program
    The current ABAP program "SAPLRSAOS" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    A function module was called incorrectly.
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
    not caught in
    procedure "OSOA_UPLOAD" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The call to the function module "RSA1_OLTPSOURCE_GET_ALL" is incorrect:
    In the function module interface, you can specify only
    fields of a specific type and length under "I_T_OLTPSOURCE".
    Although the currently specified field
    " " is the correct type, its length is incorrect.
    We have installed the following components:
    SAP Netweaver 2004s:
    SAP_ABA     700                     0015     SAPKA70015     Componente multiaplicaciones
    SAP_BASIS     700     0015     SAPKB70015     Sistema Base SAP
    PI_BASIS     2005_1_700     0015     SAPKIPYJ7F     PI_BASIS 2005_1_700
    SAP_BW     700                     0017     SAPKW70017     SAP NetWeaver BI 7.0
    BI_CONT     703                     0008     SAPKIBIIP8     Business Intelligence Content
    SAP ECC6.0:
    SAP_ABA     700                     0015     SAPKA70015     Componente multiaplicaciones
    SAP_BASIS     700     0015     SAPKB70015     Sistema Base SAP
    ST-PI     2005_1_700     0006     SAPKITLQI6     SAP Solution Tools Plug-In
    PI_BASIS     2005_1_700     0015     SAPKIPYJ7F     PI_BASIS 2005_1_700
    SAP_BW     700                     0017     SAPKW70017     SAP NetWeaver BI 7.0
    SAP_AP     700                     0012     SAPKNA7012     SAP Application Platform
    LCAPPS     2005_700                     0006     SAPKIBHD06     LC Applications (LCAPPS) 2005_700
    SAP_APPL     600     0012     SAPKH60012     Logísitica y Finanzas
    EA-IPPE     400                     0012     SAPKGPID12     SAP iPPE
    EA-APPL     600                     0012     SAPKGPAD12     SAP R/3 Enterprise Extension PLM, SCM, Finanzas
    EA-DFPS     600                     0012     SAPKGPDD12     SAP R/3 Enterprise Extension Fuerzas de defensa y
    EA-FINSERV     600     0012     SAPKGPFD12     SAP R/3 Enterprise Extension Financial Services
    EA-GLTRADE     600     0012     SAPKGPGD12     SAP R/3 Enterprise Extension Global Trade
    EA-HR     600                     0028     SAPKGPHD28     SAP R/3 Enterprise Extension HR
    EA-PS     600                     0012     SAPKGPPD12     SAP R/3 Enterprise Extension Administración pública
    EA-RETAIL     600     0012     SAPKGPRD12     SAP R/3 Enterprise Extension Retail
    FINBASIS     600                     0012     SAPK-60012INFINBASIS     Fin. Basis
    FI-CAX     600                     0012     SAPK-60012INFICAX     FI-CA Extended
    INSURANCE     600     0012     SAPK-60012ININSURANC     SAP Insurance
    IS-CWM     600                     0012     SAPK-60012INISCWM     Industry Solution Catch Weight Management
    IS-H     600                     0013     SAPK-60013INISH     SAP Healthcare
    IS-M     600                     0012     SAPK-60012INISM     SAP MEDIA
    IS-OIL     600                     0011     SAPK-60011INISOIL     IS-OIL
    IS-PS-CA     600                     0012     SAPK-60012INISPSCA     IS-PUBLIC SECTOR CONTRACT ACCOUNTING
    IS-UT     600                     0012     SAPK-60012INISUT     SAP Utilities/Telecommunication
    LSOFE     600                     0012     SAPK-60012INLSOFE     SAP Learning Solution Front-End
    SEM-BW     600                     0012     SAPKGS6012     SEM-BW: Strategic Enterprise Management
    SLL-LEG     7.00                     0006     SAPK-70006INSAPSLL     SLL-LEG 700 : Add-On Supplement
    WFMCORE     200     0012     SAPK-20012INWFMCORE     WFMCORE 200 Upgrade: Meta-Commandfile (D
    CPRXRPM     400                     0012     SAPK-40012INCPRXRPM     SAP xRPM/cProjects/cFolders 4.00 (ABAP)
    ECC-DIMP     600                     0012     SAPK-60012INECCDIMP     DIMP
    ERECRUIT     600     0012     SAPK-60012INERECRUIT     E-Recruiting
    FI-CA     600                     0012     SAPK-60012INFICA     FI-CA
    MRSS     600                     0000          -     Multi Resource Service Scheduling
    ST-A/PI     01G_ECC600     0000          -     Application Servicetools for ECC 600
    AIN     400                     0005     SAPK-40005INAIN     AIN 400 : Add-On Supplement
    XFT     210_700                     0000          -     xft business add-on
    So, can everybody help me? Do we need any component more in BW or SAP ECC? How can we solve this problem?
    Thanks in advanced for your help.
    Best regards,
    Seshen

    Hi Sam,
    Please check whether datasources are installed and active in the source system.
    For remote activation you need role SAP_RO_BCTRA or authorization object S_RO_BCTRA in your profile.
    If not active, you can activate via RSA5.
    Afterwards, install the transfer rules again.
    If you are lower than SPS8, check note 929935.
    Hope this helps,
    regards,
    Olav

Maybe you are looking for