Replication of Datsources after Transporting the BI request.

Hi,
I am transporting the request from BI DEV to BI PROD. While transporting the request, do i need to replicate the datasources before transporting the request. Do i need to create Source systems before transporting the BI requests from DEV to Production..Pls Suggest.
Thanks,
Siva.

Hi Siva,
If there is any changes done in data source. If yes then you need to transport the data source in source system and then replicate itin production system and then Transport your BW request.
What do you mean by create source system, it might already be created you do not have to create it. If source system is not existing in your BI then you need to create it by creating RFC connection.
Regards,
Kams

Similar Messages

  • After Transporting the request RFC Destination is empty in SWCV and BEA

    Hi All,
    we are using SAP NW Mobile 7.1 SP08
    After transporting the SWCV & Backend adapter, in the transported system the RFC Destination is empty
    Please help me to fix this issue.
    Thanks and Regards,
    Joseph Beevin.

    Hi,
    When an SWCV is trnasported to a another system,the backend destination will be empty in the target system.,We need to configure the bakcned destination in the target sytem through the DOE Adimin.
    DOE_ADmin Portal -->Configuration --->Backend Configuration.
    In the backend configuration,select the SWCV for which the destination needs to be configured.Select the parameter "RFC  DESTINATION FOR BACKEND"
    When the SWCV is selected all the active Data Objects will be listed in the table below
    Insert the above parameter to the parameter list(the table below)
    Give the name of the availlable backemnd destination name in the "text value" column of the table for each data object and save it.
    Now the backend destination is configured correctly in the target system.Please try this..
    Regards,
    Muralikrishna T.

  • ALV Title Not Display after transporting the Programme from DeV to Qlty

    Hellow Experts,
    i developed one ALV report with two screens, i transported the report from Development server to Qulaity server.
    in Development server report are working fine  but in Qulaity server after transporting the TiTle of ALV not display , plz give me some hint , below is my code to display alv title
    DATA: alv_grid       TYPE REF TO cl_gui_alv_grid.
    DATA:alv_grid_ref type ref to CL_GUI_ALV_GRID.
    DATA: layout    TYPE lvc_s_layo.
    layout-grid_title = 'Daily Material Reports.' .
    DATA: fieldcat  TYPE lvc_t_fcat.
    I m using  ALL METHOD alv_grid->set_table_for_first_display method for display alv .
    Thanks,
    Regards
    Neha.

    Hi neha,
    use the sap/help link to solve your issue,
    [http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/content.htm]
    if not use the below example code ,
    Heading 3 :h3  Set the title of the grid
    Fill the grid_title field of structure lvc_s_layo.
    Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.
    DATA:
    ALV control: Layout structure
    gs_layout TYPE lvc_s_layo.
    For example :
    Set grid title
    gs_layout-grid_title = 'Flights'.
    CALL METHOD go_grid->set_table_for_first_display
                EXPORTING
               i_structure_name = 'SFLIGHT'
    is_layout      =gs_layout*
               CHANGING 
              it_outtab   = gi_sflight.
    Regards,
    Saravana.S
    Edited by: saravanasap on Dec 21, 2011 8:13 AM

  • After transporting the TTF is not been used

    Hi all,
    I have installed a true type font (se73). After the installation I use it on a smart form style and it is shown ok.
    The problem is that after transporting it to integration, the forms are not using the one I installed but a standard instead.
    Hints:  - all was on the same transport order and it has been transported ok.
               - everything is active
               - I have allready read the note 421518 and i have executed the report RSTXDELL

    Are you checking by print preview only, or by printing?
    Which device type is defined for your printer? (SPAD transaction, display the output device)
    If the device type is a custom one (Y* or Z*), could you tell us what sapscript (OTF) driver it uses? (SPAD, double-click the device type).
    The font conversion algorithm is based on the fonts allowed for each device type (they are called "printer fonts", and are maintained via SE73 transaction). You may verify which font conversion is done via SE73 transaction, choose "printer fonts", double-click the device type, and click the "font conversion" button.
    To make sure, you may also see the converted font after the spool has been generated (the font conversion is applied before the spool is generated): display the spool in raw or hexadecimal view in SP01 transaction, the font lines are starting with FT characters followed by the converted printer font name.
    Could you tell us what are the results of the font conversion in SE73 for your device type?

  • Can i transport the repair Request?

    hi,
    We have a data osurce enhance with Two fields and is tranported to Production.
    Now again we enhanced the same data source for the Third Field and wriitemn code for tit in Cmod.
    When enhanceing , it is asking  a request  and we have given it .
    Now if see this request in SE03.
    We find that (the newly created request for the third field ) as task request under the main request which is already tranported .
    and
    This request is REPAIR Type.
    Now my Question  is ,
    Can we tranport only  this request(repair request ) directly to production. or not.?
    Do we need merge this request to the already tranported request and then tranport?if yes please tell me steps.
    OR
    Pleae tell me a solution to get third field also into my production system.
    Regards,
    Naresh.

    Little deviation in above question: simply
    Datat source 2lis_03_bf with 2 enanced fields(via append str) wtih CMOD code transported to production.It's ok in prod.
    Now i added new field to above append str and again wrote new piece of code in CMOD. I created one req for datasource at RSA6 level, with a task request as repair at append str level. Now hierarchy of change req is
    Req1-task1(rsa6 changes) :
    Req1-task2(appnd str changes) - (i have seen task2 description as repair in se09, Is it causes any problem if transport repair task to prod..ie. can i get new field to production sys append str).  can anyway turn task descripton of repair to dev/correction. Usually first time task we get description as dev/correction, but second time task onwards for particular objects we get repair.

  • Steps for transporting the created request

    hi,
    sap gurus,
    kindly explain the configuration steps for
    how we will transport a created request
    from one server to another
    regards,
    balaji.t
    09990019711.

    Transport Request is generated in following scenarios:
    1. Customizing Request - When doing or changing some customization.
    2. WorkBench Request - When configuration is cross-client. Eg Generating new Table, making changes in access sequence, Abap development, etc.
    Transport Request is released through SE10, to be transported to Quality & production server.
    Configuration of Transport Request System is configured by Basis consultant. Basis Consultant is also responsible for transporting the Transport request from Development server to Quality & Production.
    Transport request is not generated for Master Data. For eg: Customer Master, Material Master, price master, etc.
    Benefit of Transport Request:
    SAP Landscape normally has 3- Tier system:
    Development Server - Where customization takes place. Transport request is generated at this level & then first transported to Quality server for testing whether it meets the requirement or not. Once the requirement is met in Quality server then Request is transported from Development Server to Production Server (Actual / Live System)
    Quality Server - Mainly useful for testing.
    Production Server Actual / Live server, where the real transactions are created & posted.
    Regards,
    Rajesh Banka
    Reward Points if Helpful.

  • ALERTS CLASSIFICATION is missing after transport the ALERTS from dev to QA

    Hi Experts!
    I have an doubt in Transporting the Alerts Category.
    In Development Server we have created a ALERT CLASSIFICATION as PI_ALERTS and under this i am having two ALERT CATEGORY. i have transported the ALERT CATEGORY and Rules. Now in Quality the two ALERT Categories are grouped under ALL CLASSIFICATION and the CLASSIFICATIOON which i created is not there in QA and also my alerts are not working in QA.
    Can anyone help to solve this issue.
    Thanks in Advance,
    Preethi.

    Hi!
    I have created the alert classification mannually in QA. I have transported the alert rules from DEV to QA.
    Now i am getting the mails in the alert inbox but i have used some alert containers but in the mail the value fro the alert container is not displaying.
    Can any one give me an idea.
    Regard's
    Preethi.

  • Error after transporting the web page

    Hi Experts,
    I exported the whole site and its pages from dev to poc server. The problem is the site and page gets transported but the contents of the page are not getting transported.. In the page i had inserted an iview(which is present on both the servers).
    When i open the transported page it given an error saying..
                         "  500 Internal Server Error
    The system could not find a published version of the requested page.
    To avoid this error please go in design mode and publish at least one of the page variants. "
    Not been able to figure out the reason for it.
    Can somebody help me out with this matter.. ??

    check the id of that iview which is not transported.  if it start with com.sap, then change it to some other
    portal object which starts with com.sap as their ID cannnot be transported.
    Raghu

  • Change the  description of the change request number" in SE10 after release

    Hi All
    Is there way to change the
    "description of the change request number" in SE10
    after releasing the change request number?
    appreciate your feedback
    Thanks you
    Iver

    Hello
    I do not know a way to do it in se10 but a simple program could do the trick.
    Include the following code in your program.
    update e07t set as4text = 'your new description'
          where trkorr = your_cr and langu = 'E'.
    Of course you will have to wrestle with the 'moral issue' of directly updating SAP delivered tables
    Regards
    Greg Kern.

  • Alert rules not displaying correctly in the RWB after transporting to QA

    Hi Experts,
    After transporting the alert rules from DEV to QA, the rules are not correctly displayed in the RWB in QA e.g. a star (*) is displayed in all the fields instead of the filter values which I have entered such as the "Sender Party"; "Sender Interface" etc. I am also not able to manually change the values in the RWB in QA anymore because the values are greyed out.
    Strangely enough, the rules are correctly displayed inside the SXMSALERTRULES table in QA.
    Do you perhaps know how to solve this issue so that the rules are also correclty displayed in the RWB after transporting?
    Thanks and regards
    Brendon

    Having the same problem and looking for fix...

  • Not able to transport the BI Content(Dev) to Production.

    Hi Gurus,
    <h6>I'm transporting BI Admin Cockpit to prod and its ending with errors.
    I've successfully moved it to QA but while moving to Production it is ending with errors.</h6>
    <h5>I'm trying to push the below listed objects:</h5>
    <h6>0TCT_VC11                    InfoCube</h6>
    <h6>0TCT_IS11                     InfoSources </h6>
    <h6>0TCT_DS11     DW1CLNT500           Transfer_structure/Transfer_Rules</h6>
    <h6>0TCT_DS11      DW1CLNT500           DataSources(3X)</h6>
    <h6>ZPAK_4D8CABGMHNNDBZR20LDDZB07Y      InfoPakage </h6>
    <h5>Along with these I've collected all the objects which were being used in InfoSource/Communication_Struct.</h5>
    <h5>After moving it to Prod it ended with below mentioned error:</h5>
    <h6>Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Activation Mode)</h6>
    <h6>DataSource 0TCT_DS11 does not exist in source system PW2CLNT100 of version A</h6>
    <h6>Mapping between data source 0TCT_DS11 and source system PW2CLNT100 is inconsistent</h6>
    <h6>DataSource 0TCT_DS11 does not exist in source system PW2CLNT100 of version A</h6>
    <h6>P.S. The DataSource is not from R/3 its BI DataSource.</h6>
    <h6>Kindly help me in transporting it to Prod.
    Many thanks in advance.</h6>
    Regards,
    Akhil

    Hi Srikanth,
    Compare the transport request which imported in QA & PRD from dev then you can find .
    If you transported the same request from DEV to QA & DEV to PRD then this might be possible.
    because of mapping of source system.
    if you have transported same req from DEV to QA & DEV to PRD then plz import that request from QA to PRD.
    Please check mapping of source systems in TX: RSA13 in DEV & QA systems.
    Hope this will help you.
    Thanks,
    Vijay.

  • Changes after transport are not reflecting in QA and Production

    Hi All,
    We changed two table settings in developemnt system  table names are ALMBCADM & ALMBCDATA.
    We modified the table technical settings as "buffering allowed but de-activated". After we transported the change requested in QA Prod enviornment ,the  changes are not getting reflected in the systems. Technical settings in both the systems are still showing as "Buffering is switched off". What could could be the reason behind this???????
    Regards,
    Prashant

    Hi Ashok,
    I have checked the CR from SE01 from objects tab , and found these entries-:
    Program ID          Object Type             Object Name
    LIMU                               TABT              ALMBCADM
    LIMU                               TABT              ALMBCDATA
    Which I suppose is correct.
    Please advise.
    Regards,
    Prashant

  • After transporting changes are not happening

    Hi All,
    As per the requirement we need a change in the pricing procedure ZJEXPS
    (Export Sales Switch). We made the changes in transaction code V/08.
    But after transporting the request to quality server, changes are not reflecting there.
    I had checked the request number all the tasks are there and transport was completed with warning.
    our consultant created another request and then also after transporting changes are not reflecting.
    How it is happening particular to this request?
    How to trace this? Kindly suggest me.
    (Ours is two system landscape with master client 009 and quality client 007.I am trying to transport to 007)
    Regards,
    Nagendra.

    Hi
    Check the import logs. If you are getting warnings that original objects cannot be replaced. You need to import the change request in unconditional mode. During performing imports select option, overwrite originals.
    Some times the requests contain the objects, which are original to the target system, e.g SAP standard objects.
    Check if this could help you.
    Regards
    Rahul

  • Unable to find resource error after transport

    Hello,
    there is a strange error happening with some mapping after transporting the content of some namespaces from Dev to Q using file (client) export import.
    We already tried the scenario successul on Q, but after some reimports of changes (which still work on Dev) we get the following error in the "request message mapping" step:
    "RESOURCE_NOT_FOUIND"
    Unable to find resource .............. in the following software component versions: ........
    However the mapping is there and can be tested. Any idea on this?

    But last time one day later the scenario was running fine. Could that really be a problem with cache update?
    If all the required objects are present in the QA environment and are active....then yes it can be a problem with the Cache.
    I hope that no error was encountered (or import was done properly) during the import/ reimport.
    Regards,
    Abhishek.

  • Error after transport of Virtual Cube with Services

    Hi All,
    would any body can suggest me how we can change the source system assignment in QA or Production client for virtual Cube with Services.
    A virtual cube is created with Services using the settings for RFC and using the logical source system. however after transporting the same to the QA system the Logical Source System has not changed and thus it is giving error " Error occured while determining target system for the logical system" would any body can suggest me how i can change the logical source system assignment in QA system for Virtual Cube with services.
    Points would be rewarded appropriately.
    Cheers
    Noor

    Hi Noor,
    Check this link, it may help you.
    Re: Transport issue - Source system does not exist
    Regards,
    Vijay G.

Maybe you are looking for