Transformation & DTP deactivated in source system

Hi,
I am trying to load the data from one BI System to another BI system. I am generating Export Data Source for that .
But the Issue is that when i am doing this, in  the source system transformation & DTP got Deactivated.
Can any body tell why this happens?
( My source system is BI Production so it is not allowing me to do any changes)
Thanks in advance,
Vaibhav

Hi,
You might not be having Authorizations to edit the DTP and transformations in Production server.
If the production server is closed... run the program :RSDG_TRFN_ACTIVATE
Make sure to check out check sap note 1408161. For BW 7.0 it is SP25...
If your system is not having the SP25 its not possible to use the above mentioned program.
The other way is to re-import the DTP and transformation to Prodcution in new TR.
Regards
KP

Similar Messages

  • Master Data cleansing and transformation from non-SAP source systems

    Hi all,
    Our client (Media)wants to cleanse and transform his master data from non-SAP source system to be uploaded into BW (no R/3 yet). If anybody has a document regarding this topic that i could use, i will appreciate if u sent it to me.
    thanks.

    Hi,
    https://websmp203.sap-ag.de/~sapidb/011000358700001965262003
    https://websmp203.sap-ag.de/~sapidb/011000358700006591612001
    https://websmp203.sap-ag.de/~sapidb/011000358700001971392004
    https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000471477&_OBJECT=011000358700008927932002E
    /manfred

  • Add new source system to BI

    Hello,
    Our requirement is to load data from a different R3 client to which we dont have a connection yet.
    The idea is to create a new connection but keep the existing one.
    Is there any automated tool to do this? We would like to avoid the manual creation of all infosources and transformations from the new source system, but to copy them from the existing one.
    We found that there is a tool for replacing the current source system with another one (BDLS), but we just want to create this new one in paralel with the current source.
    Thanks!!
    Pablo

    Hi,
    what you can do is, create a transport request containing all source system related things like the infosource/datasource assignment, transfer rules... and import that transport back into your dev system. Before the import you should maintain the settings for source system after transport accordingly.
    Siggi

  • Transfer Rules for two Source System in Production

    Hi All,
    I have a question.
    I have source system ECDCLNT230 (ECC Devlopment) which is connected to BIDCLNT200(BID Devlopment) I have two production source system ECPCLNT410 (ECP Pre Production Client) & ECPCLNT400 (ECP Production Client) which i want to connect with BIPCLNT400. when i transport my content from ECDCLNT230 to ECPCLNT410 and ECPCLNT400 , it works fine. i created 2 source system in BIPCLNT400 and replicated data source in to BIPCLNT400 so all data source has replicated.
    Now when i transport the request from BIDCLNT200 to BIPCLNT400, i need two transfer rules, two transformation one for each source system. for that what kind of settings are required.
    Thanks is advance.
    Regards,
    Komik Shah

    Hi,
    If I understand correctly, in your BW Production system, you want to connect / load data from your ECC Pre Production and Production system.
    In this case, to automate the transport needed for changes of transfer rules for both source system, you will need to have two tranfer rules in your BW Dev. You can either create two source system in Dev pointing to the same ECC Dev system, or one to ECC Dev and the second to ECC QA. Use different name for this two source system.
    In BW Production, you then then maintain the source system conversion of both source system.
    Thanks.

  • Source system - DSO-1 - DSO-2 - Cube (Performance improvement)

    Hello ppl,
    If I have a data flow like written below:
    Source system --> DSO-1 --> DSO-2 --> Cube
    Situation is:
    1.     Data load from source system to DSO-1 is full and can not be changed to delta itu2019s the restriction.
    2.     Amount of data flowing in DSO-1 is in millions daily (because it is full and growing).
    3.     Currently all DTPs in between source system and cube are maintained as full.
    Requirement is to improve performance, is it possible to make DTPs as Delta after DSO-1. Since I am deleting all records from DSO-1 and its PSA daily not sure if it will work? If yes how ?
    Any suggessionsu2026
    Regards,
    Akshay

    DTPs  delta is -->request based delta from write optimized DSO.The DTP should have the delta option selected.
    DTPs delta is -->request based delta only also for standard DSO.
    You will find initialization option in DTP on the execution tab(select DTP as type delta in extraction tab).
    Now since you will be doing init from DSO so system will also give you option to select table of DSO for extraction:
    i.e. Active/Changelog.
    You can select Active if you are using Write optimized DSO and Changelog if you are using standard DSO for DSO 1.
    Now coming bact to your case,using write optimized DSO will definately enhance the performance  as you don't have to activate the request..but I have recently had a very bad experience with write optimized DSO regarding delta.
    So I dont' trust write optimized DSO for pulling delta from it.
    if you want to use it ,test it as much possible before using it . I would still go with standard(the beauty of changelog table).
    Now regarding DTP ,once you load the the data from the DSO you can load init information even after the load.Else load the first request from dtp w/o data transfer for init and then run deltas..both will work fine.Its a similar option present in infopackages called "init without data transfer".
    Refer this thread ,a really nice discussion in this :
    BI7: "Delta Init. Extraction From..." under DTP Extraction tab?

  • How to Identify the Source System in a Transformation Rule?

    Hi,
       In a 3.x system if I needed to identify the source system, the interface had a parameter SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS. I do not see the same in a Transformation Rule. Can anyone tell me how can I make a decision in my transformation rule depending on the Source System?
        Say for instance I want to change the following Update Rule from a 3.x System to a Transformation in BI7:
    IF SOURCE_SYSTEM = 'ABC'.
       RESULT = 1.
    ELSEIF SOURCE_SYSTEM = 'A11'.
       RESULT = 2.
    ELSEIF SOURCE_SYSTEM = 'AZ1'.
       RESULT = 3.
    ELSE.
       RESULT = 0.
    ENDIF.
      Can anyone help? Points will be rewarded.
    Regards,
    Kazmi.

    Hi Siggi,
       But how would I know the Request ID within a transformation ? REQUID is the key of the table rsbkrequest ? The interface of the transformation method has the following parameters:
      IMPORTING
        request     type rsrequest
        datapackid  type rsdatapid
        SOURCE_FIELDS
       EXPORTING
         RESULT
    So all I can be aware of is the Request Name and the Data Packet Number. For instance when I took your approach, I got the Request Name as "DTPR_8E3VKVN0RJPDNXAKMP0PZJ99B" now I cannot look up with this against the key of the table because REQUID is a number field. Now, if I look up against the field "Data Transfer Process ID (DTP)" I do not find any entry in this table.
       Any more info?
    Regards,
    Thanks.

  • Problem BW  : DTP lost source system mapping  and new one created?

    I had a little question concerning the BI content activation, when you have to activate objects and there are two source systems, one of them already with a flow working. Do you have to check both source systems in your screen of source system selection, if there are shared objects? I was afraid if I only checked the one I wanted the existing one would dissappear? I donu2019t want to touch the existing one as it was a 3.5 flow which has been migrated to 7.0.
    I have also another question, which is a worse scenario of what has happened recentlyu2026!! Imagine you have originally one source system in your BW DEV environment (towards QA) with a certain amount of Datasources connected to it as well as some DTPu2019s. A new source system was added to this BW DEV (towards PROD). Do you think adding this new source system could have an impact in the mapping of the DTP towards the Datasources? In fact, some of our DTP have been modified and they are pointing to the incorrect Datasource/Source system. These DTP were created manually as well as the Transformations as it was a former 3.5 flow. Do you know a way to bring it back to itu2019s previous connection. Maybe a table that points to the correct source system or a function module? RSBKDTP and RSBK* tables do not store this info (only descriptions) and RSRV doesnu2019t do it.
    Please let me know if you have had a similar case! Points are waiting and the gratitude of my boss...lol

    Any ideas?

  • Transformation issue while connecting multiple source system of same type..

    Hi,
    I'm working on APO-BW integration project. I want to connect BW QA & BW PROD to APO QA. I've already connected BW QA to APO QA & it is fetching data correctly. RFC part & other BASIS part is already taken care of. I've done export datasource (for mater data, cube etc) in BW PROD & replicated in APO QA. All BW PROD datasources are imported as RSDS (7.X) in APO QA.
    Now my question is how to make sure the transformations will take source system as BW PROD too? I want 2 datasources (one from BW QA & other from BW PROD) to connect to same inforprovider in APO. I've transported 7.x datsource from APO DEV to APO QA environment along with transformations. In conversion of logical system names in APO QA I've given source system -BW DEV & target system - BW QA. So the transformation automatically takes data source as BW QA. It doesn't take source-system - BW DEV & target system - BW PROD as it conflicts previous setting.
    Is only option that I need to manually maintain transformation from BW PROD datasource or there's another better alternative?

    HI,
    You are getting multiple IDOCs into BPM. But output you are getting one message right? IF so, your N:1 Mapping is not done correctly.
    i.e your target message type should have occurence of 1..n and also the interface mapping. Closely obsever the N:1 mapping done in the BpmPatternCollectMerge.
    Also go to SXMB_MONI->PE and check the Technical Details to make sure that, you are getting multiple IDOCs and you are executing the N:1 Transformation step correctly.
    Also in the N:1 Mapping, check out the context you used. Make it root .  Then test the mapping independently in the Integration Repository.
    Hope it helps,
    Regards,
    Moorthy

  • Source System in Transformation

    Hi Experts,
    Here is my scenario. We have number of BW  Systems (RBW1 to RBW5 ) for each continental regions. All these should load data to one Global BW System ( GBW ). RBWs have ODSR1 to ODSR5  and all of it will be connected to DSOG1 in global system.
    Now the question is how do i make namespace value unique in GBW. I use Source System as an identifier. In the transformation how do i populate Source System Infoobject??
    Please help.
    Thanks,
    DV

    no need to enhance the DS.... you can write a filed level routine on it.
    create an infosource in between the IO and the transformations and include the filed... and write the filed level routine to that filed.
    You can use the below code to call the source system id .use the below FM...
    CALL FUNCTION 'RSDG_ID_GET_FROM_LOGSYS'
        EXPORTING
          i_source_system = l_sourcesystem
        IMPORTING
          e_soursysid     = RESULT
        EXCEPTIONS
          id_not_found    = 1.
      IF sy-subrc <> 0.
        RETURNCODE = 4.
        MESSAGE e087(r7) WITH l_sourcesystem INTO l_text.
        MOVE-CORRESPONDING syst TO l_s_errorlog.
       l_s_errorlog-record = RECORD_NO.
        APPEND l_s_errorlog TO g_t_errorlog.
      ABORT = 1.
      ENDIF.
    Edited by: prashanthk on Feb 24, 2011 10:59 AM

  • Source System In Deactivation Status

    Hi,
    Iam trying to connect R/3 Source System But it is in
    Deactivation status.How to make active?
    Kindly help me to sort out the issue.
    Regards,
    Chakri

    Hi Chakri,
    1. Check RFC connection in SM59 in both the system.
    2. If RFC connection is fine Right click Source system -> Restore.
    Also make sure your background of both the system has RFC related profile. This is very important to set the connection.
    Regards,
    Rohini

  • Transformation: Need for calling a custom function module on source system

    Hi Gurus,
    I need to use a custom FM residing on source system within the transformation to determine the type (e.g. posting type) of a document item. The logic is quite complex with many exceptions (many if statements) and 2 customizing & few transparent tables are in use as well in the FM.
    From my point of view, there are few options for achieving the outcome:
    1. Copy the FM logic 1:1 in transformation
    2. Transport the FM from ERP to BW system
    3. Source system delivers the info (e.g. with an extra field "posting_type")
    4. Access the FM directly via RFC/BAPI
    However, there are pros and cons for each of the alternatives:
    *Option 1*
    pros:
    cons: consistency problem, need for importing customizing tables & source tables, high maintenance effort
    *Option 2*
    pros: better consistency compared to Option 1
    cons: need for importing tables, administrative efforts
    *Option 3*
    pros: no logic is needed at BW side, no transformations means no impact on performance, high consistency, no administrative effort
    cons: structure in source system has to be changed, impact on historical records
    *Option 4*
    pros: best consistency (better than Option 3 as FM might change), no administrative effort
    cons: impact on performance during transformation
    Could you please verify my assumptions and give suggestions on solving the problem?
    Thanks a lot!
    Regards,
    Meng

    Hi Joon,
    According to me.
    If Historical data amount is so high, historical data is available in BW(at PSA level or acquisition layer or corporate memory layer) and headache to load history data(because of overload on ECC due to huge amount of data) from ECC then I will suggest combination of 3 and 4 steps.
    If fetching history data from ECC is not headache for you then go for step 3.
    Step 3 is most common approach in BW, which is easy for implementation and support.
    Regards,
    Ashish

  • Source system info in the transformation

    Hi,
    How to get the source system information in the transformation or start routines? Is there FM or field which tells what source system the datasource is assigned to in the transformations ?
    Regards,
    Kalyan

    Hi,
    U will get the value of the source system from which the data is loading in p_r_request->get_logsys( ) inside the transformation.
    Hope it helps.
    Regards,
    Rathy

  • Rsa1 source system deactivation

    hello ,
    When i was working on rsa1 after creation of source system i right click the source system and pressed "RESTORE" but the object displayed deactivated symbol and trying to activate it but it still remain de activated
    please can any one tell me the solution to the problm
    on check it gives following error:
    "Source system <name> is inactive" ID RSAR
    Thank you in advance.

    Hello,
    Please check your RFC destination whether the source system already exists.
    In the source system creation you assign the IP address instead of source system name. Please go through the screens (SM59).
    If you have not used IP address you can ignore it.
    Thanks
    Chandran
    Edited by: Chandran Ganesan on Nov 13, 2008 2:30 PM

  • Massive copy of BW transformation between different source system

    Hi all,
    in my BW I have different source systems. I have mapped several objects to one source system.
    Now I need to copy all the transformation to other source systems. These source system are different instance of ECCs, there are the same extractor in all the systems.
    I can't use the BDLS becouse these move the transformations between the system not copy it.
    I try to create a Transport and using the Conversion of Logical System Names but this change only the objects with source sytems dependencies, it don't change the technical name of transformation, and do not create a tranformation to the new system but overwrite the existing one.
    Do you know if there are some program or some procedure to copy transformation between sourcesystem in BW?
    Thanks in advance
    Mario

    Hi,
    you can do a Retrofit (System copy), Generally, retrofit happens between two different BW systems.
    check with your basis team if the retrofit is possible with in the same BW system but for different clients.
    Note : System copy will overwrite all the objects.
    Regards,
    Sudheer

  • Create source system in bw

    hi all,
             i am working on bw 7.0 its totally different from bw 3.5 in bw 7.0 i create
             info area , info object , and info cube when i am moving next step create source system ,info source , and assigning data source its totally different from bw 3.5 how can i create these three  can any body send any document or any link or any pdf files realated to bw 7.0.
    mail id : [email protected]
    thanks.

    Hi Ankit,
    To Load Master data
    Creation Of DataSource.
    • In the left panel select DataSource
    • Create application component (AC)
    • Right click AC and create DataSource
    • Specify data source name, source system, and data type (master data attributes / text / hierarchies)
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format  (csv) and data separator( , )
    • In proposal tab click load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during creation of the transformation in InfoProviders.
    • Activate DataSource and click “read preview” data under preview tab to see DATA.
    • Create InfoPackage by right clicking DataSource and in “schedule” tab click “start” to load data to PSA.( make sure to close the flat file during loading )
    4) Creation of data targets
    • In left panel select InfoProvider
    • Select created InfoArea and right click to select “Insert Characteristics as info provider”
    • Select required InfoObject
    • Under that InfoObject select subtype as attributes / Text / Hierarchies
    • Right click on attributes / Text / Hierarchies and select create transformation.
    • In source of transformation, select object type ( DataSource ) and specify its name and source system ( Note: Source system will be a temporary folder or package into which data is getting stored. )
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full /delta )
    • In update tab specify error handling ( request green/request green/ Deactivated/ No update No reporting )
    • Activate DTP and in execute tab click execute button to load data in data targets. Monitor the request
    •  Go to InfoProvider and right click the InfoObject  and select “Maintain master data” tab to see whether data has been uploaded or not.
    To Load transaction Data
    Creation of DataSource (PSA)
    ·     In the left panel select DataSource. 
    ·     Create application component (AC).
    ·     Right click AC and create DataSource.
    ·     Specify DataSource name, source system, and data type (Transaction data).
    ·     In general tab give short, medium, and long description.
    ·     In extraction tab specify file path, header rows to be ignored, data format (csv) and data separator ( , ).
    ·     In proposal tab load example data and verify it.
    ·     In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in InfoProviders.
    ·     Activate data source and click “read preview data” under preview tab.
    Create info package by right clicking data source and in schedule tab click “start” to load data to PSA.( make sure to close the flat file during loading )
    Creation of data targets
    ·     Right click on ODS or InfoCube and select “create transformation”.
    In source of transformation, select object type (DataSource) and specify its name and source system (Note: Source system will be a temporary folder or package into which data is getting stored.)
    Creation of data targets
    ·     Right click on ODS or InfoCube and select “create transformation”.
    In source of transformation, select object type (DataSource) and specify its name and source system (Note: Source system will be a temporary folder or package into which data is getting stored.)
    ·     Activate created transformation.
    ·     Create Data Transfer Process (DTP) by right clicking the InfoCube.
    ·     Specify Source Of DTP (i.e. Object type: DataSource, DataSource: Name of DataSource, Source System: File.).
    ·     In extraction tab specify extraction mode (full).
    ·     In update tab specify error handling.
    ·     Activate DTP and in execute tab click execute button to load data in data targets.
    Regards,
    khyati.

Maybe you are looking for

  • Approval Status Report, SBO v2007, current data or cumulative?

    I run the Approval Status Report while logged in as a superuser, selecting Document Status: 'Pending', no limits set in the To/From middle section, all document types ticked, and I get a list of document numbers. I immediately re-run the Approval Sta

  • Move CRM Documents to Documentum

    Hi Experts, In Rel 1 of our project, we had implemented crm 5.0 and many of the complaint transactions had been associated with Document attachments which had been saved directly in SAP. However, now the link with Documentum has been established and

  • Planning area dp apo

    hi guru so i have created PA. and also time series created for it.. and also PB DV created for it.. now i want to add a KEY figure to that PA??? is that POssible? how i should i add a kf to PA???? the same senerio to MPOS and PB????

  • Source System BW - what is "Customizing for extractors" etc.

    Hi, Can somebody explain IN DETAIL what is the purpose of 1)Customizing for the extractors 2)Transfer Global settings 3)Transfer exchange rates I could not find any documentation in help.sap.com. Is there any documentation? thanks a lot

  • White screen appear and my home button does not work

    My ipod home button is not working I went online reading for what happens when white screen appears I tried it and i realize it might not work because my home button stop working should i go to an ishop or will i be able to fix it? I hook up my ipod