Reg:DTP

Hi,
    i have a doubt that if we do the load from source system to PSA through infopack two times and then if we create DTP and load that into data targets. then will that DTP selects both the requests or the recent one?
  Can any body explain this funda in simple terms how DTP will check which data to load.
Thanks,
Srinivas.

Hi Srinivas,
If you have chosen "Delta" IN dtp then it would select all those requests which are not yet updated  in the data targets and combine then into a single request and load them to data target.
However if you have chosen "Full " Then it doesn't care for updated or not updated requests , it simply loads all requests in the data target.
The below Blog is an excellent description of DTPs.
Find time to go through it to make your foundation firmer.
/people/community.user/blog/2007/06/22/sap-netweaver-70-bi-data-transfer-process-dtp-blog-series
Hope it helps !
Manish

Similar Messages

  • REG: DTP - Selections

    Hi Gurus,
    Please guide me in the ABAP Routine for the DTP Selections.
    Here is the code:
    Tables: ZIP_SEL_TAB.
    data: l_idx like sy-tabix.
      select single * from ZIP_SEL_TAB.
      read table l_t_range with key
          fieldname = 'COSTCENTER'.
      l_idx = sy-tabix.
      l_t_range-low = ZIP_SEL_TAB-COST_CENTER.
      if l_idx <> 0.
        modify l_t_range index l_idx.
      else.
        append l_t_range.
      endif.
      p_subrc = 0.
    The Cost Center value is not getting into DTP Selections.
    Please correct the Code if it is wrong.
    Thanks in Advance.
    With Regards,
    Ravi Kanth

    Tables: ZIP_SEL_TAB.
    data: l_idx like sy-tabix.
    select single * from ZIP_SEL_TAB.
    read table l_t_range with key
    fieldname = 'COSTCENTER'.
          l_t_range-iobjnm = <your target infoobject tech name>.
          l_t_range-fieldname = <your source field/info object name>
          l_t_range-low = ZIP_SEL_TAB-COST_CENTER.
          l_t_range-option = 'EQ'.
          l_t_range-sign   = 'I'.
          l_idx = sy-tabix.
              if l_idx <> 0.
                modify l_t_range index l_idx.
              else.
                append l_t_range.
              endif.
    p_subrc = 0.
    **i assume ZIP_SEL_TAB is a Z table created by U.
    Hope this helps

  • Reg: dtps and infocubes,Dsos in bi 7

    HI All,
                Can you please explain in details about types of dtps and use(singifiance of each dtp) them in bi 7 as well as cubes and dsos, please do not send links it is difficult to get what i want.
    Thanks in advance
    Vis
    Please search the forum/SDN before posting a thread.
    Edited by: Pravender on Jun 29, 2010 10:46 AM

    Hi,
    In BI 7.0 when you need update rules and transfer rules, you can create it by
    right click on data target --> additional Fumctions --> create Update Rules
    Using this you can create Update Rules , but only thing is the Infosource you are planning to use should be 3.X infosource.
    But same functianality or you can say better functionality you can achieve by using Transformation rather than Update and Transfer rules.
    I hope this satisfies your query.
    Thanks,
    Geetanjali.

  • Reg: introduction of DTP and Transformation in BI 7.0

    Hi all,
    I've two questions here one is:
    1. what is the purpose of introduction of DTP with NW 7.0 BI 7.0
    i know the bcoz of these reasons:
    >Improved transparency of staging processes across data warehouselayers
    >Improved performance:Intrinsic parallelism
    >Separation of deltamechanism for differentdata targets: deltacapability is controlledby the DTP..
    >Enhanced filtering indataflow..
    >Repair modus based ontemporary buffers (bufferskeep complete set of data)
    but can any one explain me how this happens in detail.
    coming to my question 2.
    Why transformation replaced tranfer rules and update rules
    (excluing graphical UI)
    Regards
    Ganesh

    >Improved transparency of staging processes across data warehouselayers
    PSA to multiple datatargets allows you transparency and overcomes the spiderweb of export datamart
    >Improved performance:Intrinsic parallelism
    need not have to wait for one infoprovider to load(datamart) to load the consecutive dataprovider  - data can be parallely loaded to different providers at the same time once the data is in PSA
    >Separation of deltamechanism for differentdata targets: deltacapability is controlledby the DTP..
    delta in DTP's is governed by datamart status
    >Enhanced filtering indataflow..
    you can set ur filters independent of any other dataproviders like in datamarts .
    >Repair modus based ontemporary buffers (bufferskeep complete set of data)
    error stack allow you to resurrect the data and load it again
    Why transformation replaced tranfer rules and update rules
    transformations and DTP have 1:1 relationship - so if u pretty sure to use DTP (ur 1st question) - the pre req would be to have transformation - u can create a DTP only after you create a transformation(source and target mapping )

  • What is the difference between, DSO and DTP in BI 7.0

    Hi Guru's
    what is the difference between, DSO and DTP in BI 7.0 , how it will come the data from r/3 to BI 7.0, can u discribe?
    points will be assined?
    Thanks & Regards,
    Reddy.

    Hi,
    The data will be replicated in the same way as we do in 3.5.
    Activating, and Transporting the same DS in BW, and Replicating them in BW from R/3.
    First you need to know Diff b/w 3.5 nd 7.0, for that check the below doc's:
    http://help.sap.com/saphelp_nw04s/helpdata/en/a4/1be541f321c717e10000000a155106/content.htm
    blogs:
    /people/sap.user72/blog/2004/11/01/sap-bi-versus-sap-bw-what146s-in-a-name
    Re: How to identify Header, Item and Schedule item level data sources?
    For Transformations in BI:
    http://help.sap.com/saphelp_nw70/helpdata/en/33/045741c0c28447e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/f8/7913426e48db2ce10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/a9/497f42d540d665e10000000a155106/frameset.htm
    For DTP:
    DTP:
    http://help.sap.com/saphelp_nw70/helpdata/en/20/a894ed07e75648ba5cf7c876430589/frameset.htm
    For DSO:
    Data Store Objects:
    http://help.sap.com/saphelp_nw70/helpdata/en/f9/45503c242b4a67e10000000a114084/frameset.htm
    Reg
    Pra

  • Dump while Executing DTP

    Hi All,
    In process chain, While executing DTP( from PSA to ZINFOOBJECT-Master data), I am getting the following ABAP Dump:
    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    The internal table "???" could not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 5356
    Number of rows: 0
    Allocated rows: 138348
    Newly requested rows: 2 (in 69173 blocks)
    How to correct the error
        The amount of storage space (in bytes) filled at termination time was:
        Roll area...................... 416432
        Extended memory (EM)........... 2002720576
        Assigned memory (HEAP)......... 1999932640
        Short area..................... " "
        Paging area.................... 24576
        Maximum address space.......... 4294967295
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "TSV_TNEW_PAGE_ALLOC_FAILED" " "
        "SAPLRSSTATMAN" or "LRSSTATMANU12"
        "RSSTATMAN_UPDATE_DATASTATE_EXT"
    Could any one suggest solution
    Thanks and Regards,
    Umakanth Jaldu

    Hi Ramanm
    Please suggest how to do repair custom info object in RSRV and the info object is loading from two different dtps and both dtps are failing because of same error.The process of DTP is showing but not moving to next process type.
    Dump:
    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time          31.03.2015 22:19:53
    |Short text                                                                                        |
    |    No more storage space available for extending an internal table.                              |
    |What happened?                                                                                    |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.                                                                                |
    |What can you do?                                                                                  |
    |    Note which actions and input led to the error.                                                |
    |                                                                                                  |
    |    For further help in handling the problem, contact your SAP administrator                      |
    |    .                                                                                             |
    |                                                                                                  |
    |    You can use the ABAP dump analysis transaction ST22 to view and manage                        |
    |    termination messages, in particular for long term reference.                                  |
    |                                                                                                  |
    |    Try to find out (e.g. by targetted data selection) whether the                                |
    |    transaction will run with less main memory.                                                   |
    |                                                                                                  |
    |    If there is a temporary bottleneck, execute the transaction again.                            |
    |    -                                                                                             |
    |                                                                                                  |
    |    If the error persists, ask your system administrator to check the                             |
    |    following profile parameters:                                                                 |
    |                                                                                                  |
    |    o  ztta/roll_area            (1.000.000 - 15.000.000)                                         |
    |           Classic roll area per user and internal mode                                           |
    |           usual amount of roll area per user and internal mode                                   |
    |    o  ztta/roll_extension       (10.000.000 - 500.000.000)                                       |
    |           Amount of memory per user in extended memory (EM)                                      |
    |    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)                                    |
    |           Amount of memory (malloc) for all users of an application                              |
    |           server. If several background processes are running on                                 |
    |           one server, temporary bottlenecks may occur.                                           |
    |           Of course, the amount of memory (in bytes) must also be                                |
    |           available on the machine (main memory or file system swap).                            |
    |           Caution:                                                                               |
    |           The operating system must be set up so that there is also                              |
    |           enough memory for each process. Usually, the maximum address                           |
    |           space is too small.                                                                    |
    |           Ask your hardware manufacturer or your competence center                               |
    |           about this.                                                                            |
    |           In this case, consult your hardware vendor                                             |
    |    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)                                       |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each dialog process.                                                               |
    |    Parameters for background processes:                                                          |
    |    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)                                    |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each background process.                                                           |
    |    Other memory-relevant parameters are:                                                         |
    |    em/initial_size_MB:         (35-1200)                                                         |
    |           Extended memory area from which all users of an                                        |
    |           application server can satisfy their memory requirement.                               |
    |Error analysis                                                                                    |
    |    The internal table "???" could not be further extended. To enable                             |
    |    error handling, the table had to be delete before this log was written.                       |
    |    As a result, the table is displayed further down or, if you branch to                         |
    |    the ABAP Debugger, with 0 rows.                                                               |
    |                                                                                                  |
    |    At the time of the termination, the following data was determined for                         |
    |    the relevant internal table:                                                                  |
    |                                                                                                  |
    |    Memory location: "Session memory"                                                             |
    |    Row width: 5356                                                                               |
    |    Number of rows: 0                                                                             |
    |    Allocated rows: 138348                                                                        |
    |    Newly requested rows: 2 (in 69173 blocks)                                                     |
    |How to correct the error                                                                          |
    |    The amount of storage space (in bytes) filled at termination time was:                        |
    |                                                                                                  |
    |    Roll area...................... 416432                                                        |
    |    Extended memory (EM)........... 2002720576                                                    |
    |    Assigned memory (HEAP)......... 1999932640                                                    |
    |    Short area..................... " "                                                           |
    |    Paging area.................... 24576                                                         |
    |    Maximum address space.......... 4294967295                                                    |
    |                                                                                                  |
    |    If the error occures in a non-modified SAP program, you may be able to                        |
    |    find an interim solution in an SAP Note.                                                      |
    |    If you have access to SAP Notes, carry out a search with the following                        |
    |    keywords:                                                                                     |
    |                                                                                                  |
    |    "TSV_TNEW_PAGE_ALLOC_FAILED" " "                                                              |
    |    "SAPLRSSTATMAN" or "LRSSTATMANU12"                                                            |
    |    "RSSTATMAN_UPDATE_DATASTATE_EXT"                                                              |
    |                                                                                                  |
    |    If you cannot solve the problem yourself and want to send an error                            |
    |    notification to SAP, include the following information:                                       |
    |                                                                                                  |
    |    1. The description of the current problem (short dump)                                        |
    |                                                                                                  |
    |       To save the description, choose "System->List->Save->Local File                            |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    2. Corresponding system log                                                                   |
    |                                                                                                  |
    |       Display the system log by calling transaction SM21.                                        |
    |       Restrict the time interval to 10 minutes before and five minutes                           |
    |    after the short dump. Then choose "System->List->Save->Local File                             |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    3. If the problem occurs in a problem of your own or a modified SAP                           |
    |    program: The source code of the program                                                       |
    |       In the editor, choose "Utilities->More                                                     |
    |    Utilities->Upload/Download->Download".                                                        |
    |                                                                                                  |
    |    4. Details about the conditions under which the error occurred or which                       |
    |    actions and input led to the error.                                                           |
    |                                                                                                  |
    |System environment                                                                                |
    |    SAP-Release 701                                                                               |
    |                                                                                                  |
    |    Application server... "sapXXXa1"                                                              |
    |    Network address...... "10.10.29.72"                                                           |
    |    Operating system..... "AIX"                                                                   |
    |    Release.............. "7.1"                                                                   |
    |    Hardware type........ "00CB77444C00"                                                          |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                 |
    |    Work process number.. 4                                                                       |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "sXXX341.sac.XXX"                                                     |
    |    Database type..... "ORACLE"                                                                   |
    |    Database name..... "XXX"                                                                      |
    |    Database user ID.. "SAPSR3"                                                                   |
    |                                                                                                  |
    |    Terminal.......... "GSSM0510"                                                                 |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 720                                                                         |
    |    created (date)... "Feb 10 2014 21:43:58"                                                      |
    |    create on........ "AIX 2 5 00092901D600"                                                      |
    |    Database version. "OCI_102, 11.2.0.2.0, V1, default"                                          |
    |                                                                                                  |
    |    Patch level. 525                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |
    |    SAP database version. 720                                                                     |
    |    Operating system..... "AIX 2 5, AIX 3 5, AIX 1 6, AIX 1 7"                                    |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 416432                                                                               |
    |    EM...... 2002720576                                                                           |
    |    Heap.... 1999932640                                                                           |
    |    Page.... 24576                                                                                |
    |    MM Used. 3938002576                                                                           |
    |    MM Free. 59192960                                                                             |
    |User and Transaction                                                                              |
    |    Client.............. 100                                                                      |
    |    User................ "XXXX"                                                               |
    |    Language Key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transactions ID..... "551B198729F80700E10080000A0A1D12"                                       |
    |                                                                                                  |
    |    Program............. "SAPLRSSTATMAN"                                                          |
    |    Screen.............. "SAPLRSBM_REQUEST_GUI 0300"                                              |
    |    Screen Line......... 5                                                                        |
    |                                                                                                  |
    |    Information on caller of Remote Function Call (RFC):                                          |
    |    System.............. "XXX"                                                                    |
    |    Database Release.... 701                                                                      |
    |    Kernel Release...... 720                                                                      |
    |    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)                            |
    |    Call Type........... "synchronous and non-transactional (emode 0, imode 0)"                   |
    |    Inbound TID.........." "                                                                      |
    |    Inbound Queue Name..." "                                                                      |
    |    Outbound TID........." "                                                                      |
    |    Outbound Queue Name.." "                                                                      |
    |                                                                                                  |
    |    Client.............. 100                                                                      |
    |    User................ "XXXX"                                                               |
    |    Transaction......... "RSA1"                                                                   |
    |    Call Program........."SAPLRSM1"                                                               |
    |    Function Module..... "RSS2_CALL_FCODE_EMPTY_GLOBALS"                                          |
    |    Call Destination.... "NONE"                                                                   |
    |    Source Server....... "sapXXXa1_XXX_12"                                                        |
    |    Source IP Address... "10.10.29.72"                                                            |
    |                                                                                                  |
    |    Additional information on RFC logon:                                                          |
    |    Trusted Relationship " "                                                                      |
    |    Logon Return Code... 0                                                                        |
    |    Trusted Return Code. 0                                                                        |
    |                                                                                                  |
    |    Note: For releases < 4.0, information on the RFC caller are often                             |
    |    only partially available.                                                                     |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "SAPLRSSTATMAN" - in                                 |
    |     "RSSTATMAN_UPDATE_DATASTATE_EXT".                                                            |
    |    The main program was "SAPMSSY1 ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 306                                 |
    |    of the (Include) program "LRSSTATMANU12".                                                     |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |  276|       l_s_ext_db-records_techok  <> l_s_ext-records_techok.                                |
    |  277|      l_s_ext-ts_tech_changed = l_timestamp.                                                |
    |  278|      l_s_ext-ts_data_changed = l_timestamp.                                                |
    |  279|      l_changed = 'X'.                                                                      |
    |  280|    else.                                                                                   |
    |  281|      l_s_ext-ts_tech_changed = l_s_ext_db-ts_tech_changed.                                 |
    |  282|    endif.                                                                                  |
    |  283|    if l_s_ext-requests_techok = 0.                                                         |
    |  284|      clear l_s_ext-ts_tech_changed.                                                        |
    |  285|    endif.                                                                                  |
    |  286|                                                                                            |
    |  287|    if l_s_ext_db-requests_error <> l_s_ext-requests_error  or                              |
    |  288|       l_s_ext_db-records_error  <> l_s_ext-records_error.                                  |
    |  289|      l_s_ext-ts_error_changed = l_timestamp.                                               |
    |  290|      l_s_ext-ts_data_changed  = l_timestamp.                                               |
    |  291|      l_changed = 'X'.                                                                      |
    |  292|    else.                                                                                   |
    |  293|      l_s_ext-ts_error_changed = l_s_ext_db-ts_error_changed.                               |
    |  294|    endif.                                                                                  |
    |  295|    if l_s_ext-requests_error = 0.                                                          |
    |  296|      clear l_s_ext-ts_error_changed.                                                       |
    |  297|    endif.                                                                                  |
    |  298|                                                                                            |
    |  299|    if l_s_ext_db-requests_all <> l_s_ext-requests_all or                                   |
    |  300|       l_s_ext_db-records_all  <> l_s_ext-records_all.                                      |
    |  301|      l_s_ext-ts_data_changed = l_timestamp.                                                |
    |  302|      l_changed = 'X'.                                                                      |
    |  303|    endif.                                                                                  |
    |  304|                                                                                            |
    |  305|    l_t_part[] = i_t_part[].                                                                |
    |>>>>>|    sort l_t_part by timestamp_verb descending.                                             |
    |  307|    read table l_t_part into l_s_part index 1.                                              |
    |  308|    l_s_ext-ts_last_request = l_s_part-timestamp_verb.                                      |
    |  309|    l_s_ext-last_request    = l_s_part-partnr.                                              |
    |  310|    if l_s_ext_db-ts_last_request <> l_s_ext-ts_last_request or                             |
    |  311|       l_s_ext_db-last_request  <> l_s_ext-last_request.                                    |
    |  312|      l_s_ext-ts_data_changed = l_timestamp.                                                |
    |  313|      l_changed = 'X'.                                                                      |
    |  314|    endif.                                                                                  |
    |  315|    if l_changed = 'X'.                                                                     |
    |  316|      modify rsmdatastate_ext from l_s_ext.                                                 |
    |  317|    endif.                                                                                  |
    |  318|  endif.                                                                                    |
    |  319|                                                                                            |
    |  320|  if not ( i_dta_type = rsstm_c_types-psa_new or                                            |
    |  321|           i_dta_type = rsstm_c_types-psa_old ).                                            |
    |  322|    call function 'RSM_LAST_CHANGE_CHECK_UPDATE'                                            |
    |  323|      exporting                                                                             |
    |  324|        i_dta   = i_dta(30)                                                                 |
    |  325|        i_tstmp = l_s_ext-ts_data_changed.                                                  |
    |
    |Active Calls/Events                                                                               |
    |No.   Ty.          Program                             Include                             Line   |
    |      Name                                                                                        |
    |   16 FUNCTION     SAPLRSSTATMAN                       LRSSTATMANU12                         306  |
    |      RSSTATMAN_UPDATE_DATASTATE_EXT                                                              |
    |   15 FORM         SAPLRSM1                            LRSM1U23                              768  |
    |      RSM1_UPDATE_RSMDATASTATE                                                                    |
    |   14 FORM         SAPLRSM1                            LRSM1F08                             5520  |
    |      RSM1_INIT_PARTTAB                                                                           |
    |   13 FORM         SAPLRSM1                            LRSM1U23                              187  |
    |      RSSM_UPDATE_RSMDATASTATE                                                                    |
    |   12 FUNCTION     SAPLRSM1                            LRSM1U23                              139  |
    |      RSSM_UPDATE_RSMDATASTATE                                                                    |
    |   11 METHOD       CL_RSSM_STATMAN===============CP    CL_RSSM_STATMAN===============CM00L    15  |
    |      CL_RSSM_STATMAN=>IF_RSBK_REQUEST_OBSERVER~AFTER_FINAL_STATE_TRANSITION                      |
    |   10 METHOD       CL_RSBK_REQUEST_STATE=========CP    CL_RSBK_REQUEST_STATE=========CM01S    13  |
    |      CL_RSBK_REQUEST_STATE=>AFTER_FINAL_STATE_TRANSITION                                         |
    |    9 METHOD       CL_RSBK_REQUEST===============CP    CL_RSBK_REQUEST===============CM00H    11  |
    |      CL_RSBK_REQUEST=>IF_RSBK_REQUEST~SET_USTATE_RED                                             |
    |    8 FORM         SAPLRSBM_REQUEST_GUI                LRSBM_REQUEST_GUIF01                   26  |
    |      SET_USTATE_300                                                                              |
    |    7 MODULE (PAI) SAPLRSBM_REQUEST_GUI                LRSBM_REQUEST_GUII01                  122  |
    |      USER_COMMAND_0300                                                                           |
    |    6 MODULE (PAI) SAPLRSBM_REQUEST_GUI                LRSBM_REQUEST_GUII01                   70  |
    |      USER_COMMAND_100                                                                            |
    |    5 FUNCTION     SAPLRSBM_REQUEST_GUI                LRSBM_REQUEST_GUIU01                   24  |
    |      RSBM_SHOW_REQUEST                                                                           |
    |    4 FUNCTION     SAPLRSS2                            LRSS2U26                               39  |
    |      RSS2_CALL_FCODE_EMPTY_GLOBALS                                                               |
    |    3 FORM         SAPLRSS2                            LRSS2U26                                1  |
    |      RSS2_CALL_FCODE_EMPTY_GLOBALS                                                               |
    |    2 FORM         SAPMSSY1                            SAPMSSY1                               85  |
    |      REMOTE_FUNCTION_CALL                                                                        |
    |    1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30  |
    |      %_RFC_START                                                                                 |
    Please advise me,
    Thanks and Regards,
    Uma

  • DTP to load master data, gives the message 'No more data available'.

    hi,
    when i execute the DTP to load master data from DSO, it executes and gives the message 'No more data available'. The request is green but no data is transferred from the DSO to master data.
    I want the DSO data to get into master data how do i do it?

    Hi Hardik,
    Since the request is green, there is no error in extraction. But, as they've rightly pointed out, the Update mode of the DTP must be Delta and there must not be any new Master data that you are looking for.
    Compare the data and check if the Delta DTP should bring anything at all i.e. new records. If there are no new records, then the Delta DTP will not bring any more data. Else, change mode to Full and check again.
    Reg,
    Dhaval

  • How can I set the number of batch process for DTP globally?

    Hi guys,
    How can I set the number of batch process for DTP in system globally?
    For eg. set the number to 1
    Any hint is appriciated!
    Regards,
    Liying

    Hi,
    In DTP screen also you can view batch settings. Check the Settings menu, you will find Batch.
    Reg
    Pra

  • 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

Maybe you are looking for

  • If I set my iPhone 5 as New am I going to lose my Contacts? I don't want to lose my contacts, Notes, Calender etc.

    one question I have backed up my iPhone but if I want to reset it as a new iPhone just to see if that helps with the battery and I have backed up in iCloud also and if I do reset it and when I sign back into iCloud as a new phone I won't lose my cont

  • Internal table with work area

    hi all, data: BEGIN OF it_summ OCCURS 0.   INCLUDE STRUCTURE yapn_summary.   data: END OF it_summ. data : wa_demo1 type yapn_summary. clear wa_demo1.         wa_demo1-sumr = 'hai'. append wa_Demo1 to it_summ. WRITE: it_summ-sumr. its not get output..

  • Sound out issues

    hey i got something odd. couple weeks after i upgraded to 10.2.8 my sound out is acting up. it put the volume at two squares and it still blares in my ears. could it be because i unplugged the speaker because the cable to the speaker ripped somehow.

  • Apple application  support installing message fix?

    at first i had this same message when i would install the itunes 9 64 bit. then i downloaded winRAR and opened the itunes setup with winRAR and it fixed that message, but now when i try to open itunes on my desktop it says that i need an apple applic

  • Unable to see Default alias in Identity management

    Hi Experts!!!!! I have added a new system in the portal which connects my backend system, I have defined the system alias and in the screen it shows me the alias is ready for user mapping, But i have selected SAPLOGON ticket, then the system is not v