Any abap program for copying transformation in bi 7.0

Hi guys
Could you please let us know is there any abap program to copy transformation in BI 7.0 as we used to have copying update rule in Bw 3.5 or is there any other way ! It is for same datasource , ODS but different source system...
Advance thanks

Hi,
  It is there in support packs. we use to have similar kind of problem but we applied and it works pretty neat.
i think the support pack is sp17 or sp16.
thanks
syed

Similar Messages

  • How to write a program to read any texts in any ABAP program?

    Hi Experts,
    How can I write a program to read specific coding section or any texts in any ABAP program?
    For example, I want to wirte a program to count how many 'LOOP' and 'ENDLOOP' are in any other program.
    Thanks!
    Best regards,
    Hao

    Hi,
    Follow the given below URL for the program to read another Program into an internal Table.
    http://abap4.tripod.com/Upload_and_Download_ABAP_Source_Code.html
    Once the Code is there in the Internal Table , you can do the necessary string search.

  • ABAP Program for Processchain..

    I have one processchain that is running my manually.
    if processchain running means need a output like processchain running.if processchain not running/completed
    i need a output like process completed.so finaly i need to develop abap program for my processchain.any one write program for my processchain?

    Hi,
    REPORT  ZPROCESSCHAINLOG.
    TABLES rspclogchain.
    DATA: gt_rspclogchain LIKE rspclogchain OCCURS 0,
          wa_rspclogchain LIKE rspclogchain.
    DATA: gt_log LIKE rspc_s_msg OCCURS 0,
          wa_log LIKE rspc_s_msg,
          log type c.
    SELECT * FROM rspclogchain
    INTO CORRESPONDING FIELDS OF TABLE gt_rspclogchain
    WHERE datum eq sy-datum
    AND chain_id = YOUR PROCESSCHAINID.
    IF sy-subrc = 0.
      SORT gt_rspclogchain BY datum DESCENDING
                               zeit DESCENDING.
      READ TABLE gt_rspclogchain
           INTO wa_rspclogchain INDEX 1.
      CALL FUNCTION 'RSPC_API_CHAIN_GET_LOG'
        EXPORTING
          i_chain = wa_rspclogchain-chain_id
          i_logid = wa_rspclogchain-log_id
        TABLES
          e_t_log = gt_log.
      IF sy-subrc = 0.
        LOOP AT gt_log INTO wa_log.
          if wa_log-msgv4 = 'Successfully completed'.
            log = 1 .
          endif.
        ENDLOOP.
        if log = 1.
          WRITE: / 'Processchain completed'.
        ELSE.
          WRITE :/ 'processchain is running'.
        endif.
      ELSEIF sy-subrc <> 0.
        WRITE :/ 'Not scheduled'.
      endif.
    endif.
    Best Regards,
    Thangesh

  • ABAP program for wage type variant report

    Hi experts,
    plz any one sen me the ABAP program for to create wage type variant report plz.
    Thanks
    Rajesh.

    Requesting for code is against forum rules. Please read the rules of the forum before posting.

  • ABAP programing for off-cycle payment for bonus

    Hi Guru's
    I have to develop a ABAP program for Off-cycle payment bonus,
    I am new, any one can help me in this.

    Hai,
    Please refer to the given below link:
    back payment for off-cycle bonus

  • ABAP program for units of measurement transfer

    Is there any ABAP program that will transfer units of measurement from R/3 to BW (like RSA1>source sytems>right click on client>transfer global settings)?
    I need it for scheduling this operation.
    Thanks in advance.

    Hello Andrew Timoshenko,
    How r u ?
    I believe if u Switch On "Dubug ABAP" option and do the same u have mentioned u might get the ABAP Program behind that operation
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Program for activating transformations

    Hi All,
    Can you plz tell me is there any standard program to activate transformations in BI.
    Thanks,
    Chella.

    Hi,
    By using  program RSDG_TRFN_ACTIVATEwe will activate Transformations and their corresponding DTPs automatically.
    But for this we have to implent the sap note.
    Regards,
    Sai

  • How do i get itunes or any other program for ipod to play one song and then stop instead of contiuing playing. I need it to be in the same playlist and ready to play the next song when I press play?

    how do i get itunes or any other program for ipod to play one song and then stop instead of contiuing playing. I need it to be in the same playlist and ready to play the next song when I press play?

    Good luck.  I tried to do this to cue sound effects for a theater, and never found anything.  iTunes will definitely *not* do this, nor was I able to find any player that would play one song at a time in a single playlist. 
    In my case, I ended up using AutoHotkey to tie individual tracks to the keys on an external keypad. This was an excellent solution for my problem, but I don't think AHK runs on Macs.
    One workaround is to make a folder, and fill it with *shortcuts* to the songs you want (ie, the actual files).  You can change the names to start with numbers to get them in the right order.  Then if you double-click on one it will play just that song.  You'll still have to double-click on each song.
    Might be a good time to learn AppleScript   It would  also be pretty easy to write a Java app to do this.

  • SCAT program for copying BOM from one material to another material??

    Hi Gurus,
    Tried creating SCAT program for copying BOM from one material to another material and founf that the copying function does not work.
    Please advise??
    Thank you.
    Naveen.

    HI Satish Ji,
    We are using version 6.0.
    We were able to create SCAT for creating new BOM but, for copying we are facing an issue.
    Kindly advice.
    Thank you.
    Naveen.

  • How to read a word in a abap program for syntax check

    program for finding keywords:
    into a given program name in selection screen.
    e.g Parameters Keyword in YXABC propgram.
    How to find a word in a abap program for syntax check

    Hi!
    Read table TNAPR for the program names.
    Then use the READ REPORT  statement for it and load the program into an internal table.
    Then loop at the table.
    Regards
    Tamá

  • ABAP program for sending emails

    Hello SAP developers,
    I need ABAP program for sending emails to my internet adress in background - just some simple header with no body and no attachement. Recipient should be specified due the parameter etc... Does program like this exist or i have to create it? I am not familiar with ABAP. I am basis admin so I am little bit lost in this. I have tried program code from this page ->
    http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm
    But anyway it does not work - there is an exception "no message send". SCOT is configured, mails are working fine from transaction SBWP.
    Thanks in advace
    JM

    I have already solved my issue through CCMS agents and RZ20 central autoreaction (sms) in Solution Manager.
    Regards
    JM

  • ABAP program for BAPI and convert DB into XML

    ABAP program for BAPI and convert DB into XML
    Thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Refer the link -
    give an example of bapi coding?
    how can we transfer huge amount of data from database server to xml format
    Regards,
    Amit
    Reward all helpful replies.

  • ABAP Program to activate transformation rule

    Does anybody know an ABAP program to activate transformation rules (BI 7.0 object) similar to the ones that activate transfer structures, update rules etc. (RS_TRANSTRU_ACTIVATE_ALL or RSAU_UPDR_REACTIVATE_ALL).  I tried using the RSAU_UPDR_REACTIVATE_ALL one, but it didn't seem to work.
    K-D Vo

    Hi K-D Vo
    Just try with the following program and give the ds name so that it will take care about the transformation it is similar like transfer structure activation program in earlier bw 3.5 flow
    RSDS_DATASOURCE_ACTIVATE_ALL
    Hope its clear a little..!
    Thanks
    K M R
    Winners Don't Do Different things,They Do things Differently...!.
    K-D Vo wrote:
    Does anybody know an ABAP program to activate transformation rules (BI 7.0 object) similar to the ones that activate transfer structures, update rules etc. (RS_TRANSTRU_ACTIVATE_ALL or RSAU_UPDR_REACTIVATE_ALL).  I tried using the RSAU_UPDR_REACTIVATE_ALL one, but it didn't seem to work.
    >
    > K-D Vo

  • Do you have any sample program for HRPIQ00AUTHORITY Badi [ urgent]

    do you have any sample program for HRPIQ00AUTHORITY Badi and would be appreciated if you have over t me.
    regards,
    jin dal

    Thanks for the help.

  • Do I need to download any antivirus Program for IPad 2, which program is better?

    Do I need to download any antivirus Program for IPad 2, which program is better?

    But you could have viruses that may not effect an iOS device or even a Mac, but could easily be unwittingly passed on to PC users. So, if you send and receive a lot of email with attachments,and many of your receivers are PC users, you may consider whether you want to risk forwarding them a virus, etc.
    http://itunes.apple.com/us/app/virusbarrier/id436111378?mt=8

Maybe you are looking for

  • Can i use a mdp in a thunderbolt?

    can i use a mdi in a thunderbolt? The guy in the apple store told me to get an MDP and use it in my thunderbolt socket as there was no difference, but it doesnt work. i have tried detecting display, it doesnt work. i used to connect my old mac to the

  • Continuous Kernel Panic - Unable to use Arch :(

    Good evening, yesterday i tried on my vbox Arch Linux and i was fascinated with his elegance and cleanness. Today i decided to install it on my physical machine, an HP tx2000 tablet pc with AMD Turion 64 processor, 2GB RAM, NVidia graphic chip. I dow

  • Automatically create clipping masks

    Hello, I was watching this amazing video - https://www.youtube.com/watch?v=ebVFXphyJqw - and I noticed, that flash has a feature, that seems to automatically create clipping masks. She starts using these at 1:45. She draws blue paths and applies grad

  • Is there any way to add multiple Facebook activity feeds to one BC website?

    Hi, One of my clients owns several cafes and they all share the same BC website abnd have their own pages.  He now wants to add facebook activity feeds for each cafe.  I can go through the regular steps to add 1 feed to the site, but how can I add ad

  • Mail won't set up properly in Lion

    I have a network solutions account and I am unable to set it up in Mail. When I click "Get Mail", it shows the status bar receiving messages, but then nothing ever appears. Any thoughts?