DTP in BW7.0

Hi guys
With discussion with one of my colleagues...we came upon question--Whats the benefit or thought of using DTP in BI7.0 when compared to Infopackage in BW3.X....
I said...DTP in BI7.0 gives many options like...Direct Acess DTP..Error stack DTP...Real time Data Acquisition DTP....which can be used for various purposes.My colleague said even Infopackage in BW3.X can be used for same purposes....Then whats the benefit or thought behind this DTP in BI7.0 over Infopackage in BW3.X ?
Thanks in advance,
Regards,
Schand

The main advantages of using DTPs:
1.Improved transparency of staging processes across data warehouselayers (PSA, DWH layer, ODS layer, Architected Data Marts).
2.Improved performance:Intrinsic parallelism
3.Separation of deltamechanism for different data targets: delta capability is controlledby the DTP
4.Enhanced filtering in dataflow
5.Repair modus based ontemporary buffers (buffers keep complete set of data)
6.For detailed information on DTP please check the online documentation

Similar Messages

  • Routine in DTP. Selection conditions not visible

    Hello,
    I am under BW7.0
    I am filtering data with a routine in a DTP. The routine is reading a custom table that user maintain. It contains a date range.
    This works, the correct data is selected.
    My problem is that in the request the 'Selection Conditions' field is empty and consequently, I cannot delete in the cube the same selections.
    This was working under BW3.5..
    Many Thanks,
    Alex-

    Hello,
    Here is the code. It is working as I expect. And debugging gives me the correct start and end date. But this is not reflected in the request 'Selection conditions'.
    TYPES:
    BEGIN OF BCSZP_TYPE,
    JJJJPER TYPE ZCBCSZP-ZEITPUNKT,
    RELEV   TYPE ZCBCSZP-RELEVANT,
    END OF BCSZP_TYPE.
    DATA: BCSZP_TAB TYPE STANDARD TABLE OF BCSZP_TYPE,
          BCSZP_WA TYPE BCSZP_TYPE,
          start_date type sy-datum,
          end_date type sy-datum.
      SELECT ZEITPUNKT
             RELEVANT
        FROM ZCBCSZP
        INTO TABLE BCSZP_TAB
       WHERE ZEITPUNKT <> ''.
      READ TABLE BCSZP_TAB INTO BCSZP_WA
      WITH KEY RELEV = 'X'.
      CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = start_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = end_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      read table l_t_range with key
           fieldname = 'FKDAT'.
      l_idx = sy-tabix.
      l_t_range-sign = 'I'.
      l_t_range-option = 'BT'.
      l_t_range-low = start_date.
      l_t_range-high = end_date.
      if l_idx <> 0.
        modify l_t_range index l_idx.
      else.
        append l_t_range.
      endif.
      p_subrc = 0.

  • Hierarchy  data loading  in sap  bw 7.3 for 0 costcenter-dtp error

    Hi ,
    I am loading data from ECC with data source 0COSTCENTER_0101_HIER to BW.For this i have created transformations between info object HIERARCHIES 0COSTCENTER and data source and DTP as well.I have loaded data upto PSA with info package  no issues,while loading data from PSA to hierarchy i got error in DTP like "Node [00000006, 00000010 ]: Leaf ' ' already exists as child of node 00000005 ".
    Can any one faced similar issue in BW7.3 ,please share your thoughts
    Thanks,
    Sri.

    Hi Srivardhan,
    I too got the same error. This error probably rises if you are entering hierarchy with some characteristics in your infoObject whose data type is numc (character string with only digits).
    Instead try using a infoobject with Char as data type. or simply change the infoobject in which u are implementing your hierarchy to char data type.
    And give suitable sufficient length.
    Regards.

  • DTP : Moving attribute data from PSA to InfoObject

    I am loading attribute data from a flat file to InfoObject. The data gets to PSA alright but when I create and execute DTP I get an error saying
    Runtime error : MESSAGE_TYPE_X
    Error Analysis  : Join table TESTDATRNRPART0 does not exist.  read SAP note 871084.
    Can someone pls help me trace why I had this error as well as where I can  find SAP note 871084 .
    Thanks.

    Hi Anil,
    Please find  below excerpt of the SAP note you mentioned.
    The system issues a runtime error with X_MESSAGE and error message RSM 073. The message refers to this note.
    Other terms
    RSSM_CHECK_CREATE_JOINTABLES, join tables, dump, short dump, RSM 073
    Reason and Prerequisites
    The problem is caused by a program error.
    Solution
    Execute the RSSM_CHECK_CREATE_JOINTABLES report in your BW system (Transaction SA38 or SE38). The report is delivered with Support Package 5.
    BW 7.0
               Import Support Package 05 for 7.0 (BW7.0 patch 05 or SAPKW70005) into your BW system. The Support Package is available when Note 0829625 "SAPBWNews BW 7.0 Support Package 05", which describes this Support Package in more detail, is released for customers.
    Caution:
    If you have imported Support Package 6 or a higher Support Package in your system, the report is obsolete and the runtime error should no longer occur with message RSM 073 since in this case, the tables TESTDATRNRPART0 to TESTDATRNRPART9 are delivered in the DDIC.
    To provide advance information, the note mentioned above may be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    To be able to effect this solution, you need SP5 in BI7.0.
    To check your current system status, go to menu System--->status, on the bottom of the window, beneath the component version field you will see a box with magnifier icon, if you click on it , you will see all the software components that have been installed in your system, here in SAP_BW row you can find the current patch level of your BW component.
    eg: SAPKW70016 here 16 is the patch level. To run the above program , you need patch level above 5.
    Hope it helps,
    Regards,
    Sunmit.

  • Differences between BW3.5 and BW7.0 Realtime Data Acquisition

    Hi,
    Could any one explain me clearly the differences between BW3.5 and BW7.0 for Realtime Data Acquisition  and also steps for creating it in BW7.0.
    Eagerly waiting for your reply. Thanks in advance
    Anan

    You have to create tranformation in between your DSO and datasource.
    If u have not done init of delta earlier, create Standard DTP and schedule init load.
    If you did already, create or convert(if standard DTP already exists) Real time DTP. Now create infopckage with realtime field enable, and follow the steps of my blog on demanon from here onwards.
    check the below link to know more abt BI 2004s modeling steps:
    BI 7

  • Error while executing a DTP

    Hi All ,
    I got  an error while executing a DTP. Short Dump analysis points this error. :   DBIF_REPO_SQL_ERROR.
    Please provide in your valuable inputs to resolve this error.
    Thank & Regards,
    Rohit Garg

    This error comes majorly when you have a deadlock in  your code. Check ST22 if you have any short dump corresponding to it and see the source code where it is getting stuck.
    If you find this dump explaining table space issue, then contact Basis, they will be able to help you with table space problem.
    Edited by: Deepmala Agarwal on Aug 18, 2009 7:40 AM

  • Error while activating the DTP

    Dear all,
    We are using BI7.00. For one of our reports, the data is transferred from one cube to another cube. When the DTP which transfers the data is activated, the following error appears.
    Error from PSA ****
    Message no. RSAODS000
    Error when activating Data Transfer Process DTP_D5Q7YV8OBC64VH1DG6MY6O0UI
    There is no other information regarding this message. I have tried deleting the DTP and re-creating a new one but still problem persists.
    Can experts throw light on this?
    Regards,
    M.M

    Hi Magesh,
    Please check the below solution:
    you can execute the 'RS_TRANSTRU_ACTIVATE_ALL' program for the 3.x InfoSource(s) affected.
    SAP NetWeaver 2004s BI
               Import Support Package 10 for SAP NetWeaver 2004s BI (BI Patch 10 or SAPKW70010) into your BI system. The Support Package will become available once Note 914304 with the short text, "SAPBINews BI 7.0 SP10", which describes this Support Package in more detail, is released for customers.
    To provide information in advance, the note mentioned above may already be available before the Support Package is released. In this case, however, the short text will still contain the words "Preliminary version".
    Note No: 968504
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=968504
    With Regards,
    Ravi Kanth

  • Error while copying a DTP

    Hi Experts,
    Its a simple yet confusing error to me. I copy a DTP which has some filters defined. I get an error saying both the DTPs can not have the same filter criteria - if its a Delta DTP. I say ok and try to change the filter values , interestingly the error still remains and my new DTP does not activate.
    Please suggest how I can resolve this. I can not change the udpate method to "Full". It has to be a "Delta".
    Appreciate your inputs,
    thanks,
    Shweta

    Hi Shweta,
    I think you have posted your question to the wrong forum.  The OnDemand forum is specifically for applications like crystalreports.com and bi.ondemand.com.
    Cheers
    Steve

  • SHORT DUMP WHILE EXECUTING DTP.

    Hi Gurus,
    I have got a short dump while executing DTP the Error is as Follows.
    Runtime Error: MESSAGE_TYPE_X.
    Reasons for Error: 1.The installation of the SAP GUI on the present server is faulty or obselete
    2.There is a error in the application program
    And i have sent the sreen shot of the Short Dump to BASIS TEAM and they have replied me that they have to install some patches and it will take some time.
    But i have no much time and i have to someway or the other execute the DTP and load the data.
    Is there any shortcuts for this i mean to say without the involvement of Basis team that i can do in th BI System
    Regards
    Amar.

    Hi Amar,
    If the problem is with with System itself, how can we all have a short cut in that case. You may give it another trial, but you have to wait for the patches to be applied. Ask your basis team to get it done ASAP.
    Thanks..
    Shambhu

  • Error while executing DTP

    Hi gurus,
    Iam trying to extract the data from r/3 using generic extractor the data is loaded into PSA sucessfully, but iam getting following errors while executing DTP.
    1.An error occurred while executing a transformation rule:
    The exact error message is:
    The argument 'EA' cannot be interpreted as a number
    The error was triggered at the following point in the program
    GP4D35STLXQI3SHIVNQC2FSJ7MB 791
    2.The data record was filtered out because data records with the same key
    have already been filtered out in the current step for other reasons and
    the current update is non-commutative (for example, MOVE). This means
    that data records cannot be exchanged on the basis of the semantic key.
    Please guide me accordingly.
    Regards
    Amar.

    Hi
    While mapping the Qty Fields it is must to add UOM to the Qty Fields and map it with relevant Info Objects.
    The Semantic Keys defined at DTP are also has some issues, try to give a dummy key figure if you are using DSO in the data flow as the DSO has the Overwrite mode.
    (Choose  Semantic Groups to specify how you want to build the data packages that are read from the source (DataSource or InfoProvider). To do this, define key fields. Data records that have the same key are combined in a single data package. This setting is only relevant for DataStore objects with data fields that are overwritten. This setting also defines the key fields for the error stack. By defining the key for the error stack, you ensure that the data can be updated in the target in the correct order once the incorrect data records have been corrected.)
    Hope it helps and clear

  • Help. I'm trying to create a DTP for 0INDUSTRY texts

    I'm trying to create a DTP for 0INDUSTRY (texts), but when I assign the DataSource (0INDUSTRY_TEXT), it shows me the next error message: "Target 0industry (type IOBJ) is not active".
    Of course I've checked 0industry and it is already active!
    I have the same issue with several characteristics.
    Do somebody knows what can I do?

    Hi,
        Try comin out of rsa1 transaction and then going back in...else login and logoff.  Its generally happens that the changes dont get reflected and it then shows that error.
    assign points if helpful
    Regards.

  • DTP can Not extract data of date field from PSA to Target DSO

    Hi everyone.
    I enhanced several fields in datasource "2LIS_12_VCITM". that is date field "BLDAT" and another date type fields.
    The data of date type fields are extracted very well from datasource to PSA.
    But only field "BLDAT" among them are NOT extracted from PSA to target DSO.
    Another date type fields is good. but only "BLDAT" field is empty.
    I added "BLDAT" later than another date fields.
    Is that the reason??
    I don't know why.
    Let me know the solution. pls~~~~

    Hi,
    Try deleting and recreating the DTP and loading again.
    This solution refers to note 925941 and should be solved in SPS10.
    Best regards,
    Olav

  • Unable to load the data into Cube Using DTP in the quality system

    Hi,
    I am unable to load the data from PSA to Cube using DTP in the quality system for the first time
    I am getting the error like" Data package processing terminated" and "Source TRCS 2LIS_17_NOTIF is not allowed".
    Please suggest .
    Thanks,
    Satyaprasad

    Hi,
    Some Infoobjects are missing while collecting the transport.
    I collected those objects and transported ,now its working fine.
    Many Thanks to all
    Regards,
    Satyaprasad

  • Incorrect initial value for char 0FISCYEAR in i_t_range in DTP filter prog

    Gurus
    I need your help , I have searched all the threads but could not find anything which can help me resolve this issue.
    I have a filter in DTP as a routine to get the year from system date.
    The program is correct for syntex but when I trigger the DTP I am getting the following message , not sure what needs to be added to my programe.
    Incorrect initial value for characteristic 0FISCYEAR in i_t_range
    Message no. DBMAN889
    appreciate any help I can get to reoslve this ASAP.
    Thanks in advance

    Hi
    Pleae check if you have initialised with a NULL value . "blank/null" is indeed not a valid characteristic value for fiscal period. Fisc.per is of type NUMC which means all characters have to be numerical. The initial value should be "0000000" .
    Thanks,
    Rajesh.
    Please provide points to answers if you find them helpful

  • What is the diffrence between full load and delta load in DTP

    hI ,
    I am trying to load the data into CUBE from another cube using DTP ..
    There are 2 DTPS ..
    1: DTP with full load
    2: DTP with DELTA load ..
    what is the diffrence betwen thse two in DTP ...
    Please can somebody help me

    1: DTP with full load  - will update all the requests in PSA/source to the target,
    2: DTP with DELTA load - will update only new requests to the datatarget
    The system doesnt distinguish new records on the basis of changed records, rather by the request. Thats the reason you have datamart status to indicate if the request has been loaded to further datatargets.

Maybe you are looking for

  • How to set a file in uploadrequest ??

    hello I want to upload a file. In the request I have the path of the file // my.jsp   String filepath = request.getParameter(filepath);   <html:form action=/Upload  method="post"  enctype="multipart/form-data">    <html:hidden property="filepath" val

  • Problem with sntp on css11000

    Hi, I have configured "sntp server 10.1.1.1" on my CSS11000, but it does not work. Anybody who has suggestions what I have to do to get it functioning. I am using sw-version 5.00(45) and a ntp-server on linux which works for all ios-routers without a

  • GOOD book for OCJP certification

    Anyone suggest good book that i can use for ocjp 6 certification thanks Sam

  • Error while "OID USER TARGET RECON"....

    hi, Iam new to OIM and i would really appreciate your help. Everytime i run the OID USER TARGET RECON i keep getting this annoying error which actually prints in the log but it doesnt stop the process (i beleive). The updated data in the OID is refle

  • Time machine not consolidating hourly backups

    For some reason my time machine isn't consolidating backups at the end of the day/week/month. On my time machine drive, I currently have hourly backups going back over 2 months. As you may imagine, this eats up a lot of storage. Does anyone have any