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.

Similar Messages

  • How to verify the  Source systems connectivity with BWQ System.

    Hi All,
    I have diff source systems. And my requirement is to check the source systems connectivity with BWQ (BW Quality sys). please any body tell me the steps how to check the source system connectivity ?
    Thanks & Regards,
    Manju

    Hi Manjula,
    If you encounter problems when establishing a connection to your target server, check the following:
    A message box appears while performing one of the following actions:
          Setting connection by choosing Apply to local session.
          Testing connection settings by choosing Test settings.
          Creating SAP TSQL objects
    If errors occurred, they are displayed in the respective message box.
       Check developer trace files in ST11.
      Test connection:
         For RFC related errors, check the RFC connection via SM59
         For database multi-connect errors, check if you can connect to the target SQL Server with the SQL Server Query Analyzer. Also check if the DBCON entries are correct.
    Regards,
    RK

  • How to assign the source system to the virtual provider

    Hi
    How to assign the source system to the custom virtual provider with services in BW 3.5 ?
    Regards
    PWnuk

    Hi PWnuk,
    Refer this link on how to implement a virtual provider with services.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4752ec2d-0a01-0010-ecb0-a145cf2e3e92
    Hope this helps
    Regards
    Karthik

  • How to change the source system for just a datasource

    Hi,
    Our test/development BI system ( BI 7.0 Unicode ) is connected to our development system and to our test system, 1 BI system connected to 2 R/3 systems.
    During some time, the test system won't be available so all datasources that point to the test system must be connected to the development system. In RSA1 is not possible to change the source system in a datasource: RSDS 057
    'Creation of DataSources for SAP source system D30CLNT007 is not permitted' , same error trying to copy the datasource,.
    Any idea about how to proceed ?
    Regards,
    Joan

    Hi,
    If I try to repliclate metadata in the datasource, message RSAR 051 appears: 'error when opening an RFC connection'. This error is expected because the logical system pointed in the datasource does not exist.
    Is not possible to change the source system in datasource ( in RSA1 ) because the field is always greyed, also if I try to copy the datasource the message RSDS 057 appears.
    Any idea about how to proceed ?
    Regards,
    Joan

  • Identify the Source System in CRM BADI

    Hi,
    I need to write the code in ORDER_SAVE BADI in CRM based on the source system. For example, When i create the quotation in PCUI i need to validate few fields. Suppose i have created quotaton in R/3 and it gets transfer to CRM and i need validate few more fields.
    How do i findout in BADI whether the source system is PCUI or R/3? I have checked the SYST table but no difference in both the case. Anyother way to findout this.
    Thanks in advance.
    Regards,
    Bala.c

    Hello Bala,
    In the ORDERADM_H structure of the CRM_ORDER_READ or in the CRMD_ORDERADM_H table you find a field called LOGICAL_SYSTEM. In that field the RFC destination of the source system (source system = where the order/transaction was created) will be stored.
    For PCUI this field will have the RFC destination of the CRM server itself.
    For R/3 it will have the RFC destination of the R/3 system.
    Hope this helps,
    Reward points if useful!
    Regards,
    Joost

  • How to identify the source column and source table for a measure

    Does anyone have a query that I can use to positively identify the source column and source table for a cube measure in an SSAS cube?  Visual Studio shows ID, Name, and Source, but it is nearly worthless in a large cube and database.
    Also - the same for a dimension would be great.
    If no query exists for this, can someone please explain how to find the source column/table for a measure and for a dimension?
    Thanks.

    DMVs don’t expose the DataSourceView content. AMO is much better suited for object model operations like
    this than the DMVs. PowerShell is also sometimes an option, but in this case C# code would be much easier because analyzing the contents of the DataSourceView is much easier using the .Net DataSet class.
    Hope this helps.
    Reeves
    Denver, CO

  • How to change the Source system from ONE DataSource?

    Hi,
    I'm trying to change a DataSource's source system (active with dtp and transfer rules), but it's not possible to  do it in change mode because the field 'Source Sytem' is not enabled. I know I can use the BDLS transaction but I understand that this is for change all Datasources and I only want to change one of all.
    Thanks for your help

    Hi Marcel,
    As I understand apart from file and web services all other data sources are replicated from underlying source system. BDLS transaction is used to change the source system but in case of system copy activity and it is necessary because the data sources points to old source system.
    In your case as I understand you will have to replicate the current data source directly from underlying source system and then build the rest of the flow. May I know how you have got this single data source for which the source system is different?
    Regards,
    Durgesh.

  • How to find the Source system table

    Hi Experts,
    How to find table name in SCM APO system, because I am getting error in process chain, the corresponding  table in the source system does contain any data. check the data basis in the source system.
    Please provide the solutions how to find the table in APO (DP scm bi).
    Thanks in advance.
    Bye,
    Bharathi.

    Hi
    I guess you knew that in APO, apart from APO tables.. it is Livecache where the actual transaction data is stored. 
    But, if you just want to find some of the existing table in APO.. simply go to se11 and in the table name put the pattern as /SAPAPO/* and press F4. It will give a list of tables with the descriptions. 
    You can find out yourself all APO tables application wise with the following steps:
    Use transaction SE11 or SE16
    - Press F4 in the selection field 
    - You will get popup... in the below line of the popup selection SAP Applications.
    Here you will get the Application list.  In that select your own application for which you want to get the table details
    e.g. SCM- Supply Chain Management --> SCM-APO --> Advanced Planning and Optimization --->SCM-APO-MD - Master Data --> /SAPAPO/00_PRODUCT 
    Here are some examples:
    /SAPAPO/v_matloc - material, material number location view
    /SAPAPO/TSAREAKO - Planning Area details
    /SAPAPO/TSAREATE - Planning Area technial fields
    Since there are thousands of tables, I cannot list them all here. 
    or
    You can use transaction ST05 (database trace) to help you find the tables you are looking for. You can turn on the trace function, run an APO transaction, and looks at the ST05 logs for the tables

  • How to identify the EBS system name?

    All,
    version : 11.5.10.2
    I have a requirement to uniquely identify the ERP system name, hence I found FND_APP_SERVERS table. Is this the right table to use? If so, i have written my query as 'select name from fnd_App_servers where server_type='APPS' '. This query return me multiple rows(ex: node1, node2) as I have a multinode installation. I'm looking for a table which is irrespective of multi-node or anything, it should always give me the name of the EBS system. Please help me
    thanks
    sen

    I have a requirement to uniquely identify the ERP system name, hence I found FND_APP_SERVERS table. Is this the right table to use? If so, i have written my query as 'select name from fnd_App_servers where server_type='APPS' '. This query return me multiple rows(ex: node1, node2) as I have a multinode installation. I'm looking for a table which is irrespective of multi-node or anything, it should always give me the name of the EBS system. Please help meIf you are looking for the Apps URL, please run this query:
    SQL> SELECT HOME_URL
    FROM ICX_PARAMETERS;http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=ICX_PARAMETERS&c_owner=ICX&c_type=TABLE
    Thanks,
    Hussein

  • How to identify the source of matched songs?

    This happens quite often. When I click the arrow next to one of the songs in my library to show in iTunes store, frequently I will be taken straight to the homepage of iTunes or iTunes will prompt the message this song is not available in your country. I understand why this happens; however, is there a way to identify what country the song is currently available in iTunes? I could Google the song and find it manually but a way in iTunes would be nice. Secondly, I have iTunes Match and I’d like to be able to identify where my matched songs were matched from. For example, I have lots of matched songs in my library where the track and artist names are completely blank. This was an issue I had when my laptop was stolen a few years ago and I stupidly hadn’t backed up my music library and the only source I had left was my iPod. When I transferred the music files from my iPod to my current laptop, all of the song file names were encoded which resulted in my library to lose all of its song names, artist names, album names etc... Ideally I would like to be able to click the arrow next to my matched songs and have the option to select matched song in iTunes store and have it take me through to the album is was matched from. This would encourage me to potentially purchase more songs from the album but more importantly in my case, identify the song and artists names to my blank library! Any help will be much appreciated

    At this time it is not possible to do what you want. If you are not taken to a song or album in the iTunes Store then most likely the particular item is not publicly available. This is simply how it works at this time. Nor is there a feature to apply ID 3 tags from the iTS. You'll need a third party app for that.

  • How to change the source system

    Dear Experts,
    I have Ecc1 as one of my source systems to BW Quality.Now the client wants to stop the present source system and wants to get the data from new source system i.e. Ecc2. To divert the present flow to new flow.I have looked the previous post regarding the same but are not clear to me. could some one let me understand steps to look into.
    Thanks Regards,
    Mannu

    you need to maintain RFC to the new source system
    delete old source system
    create source system connection from RSA1
    Run BDLS to point the data sources to new source system. This should be run on both BW and ECC.
    See the below post
    https://forums.sdn.sap.com/click.jspa?searchID=1255799&messageID=2880041
    Re: R/3 to BW Connectivity
    Re: RFC Connections

  • How to identify the source field you jumped off in rri-exit

    Hello Forum,
    I need your expertise regarding the following problem:
    We want to fill target fields in the RRI-Exit depending on the source field you called a report.
    When we jump from report 1 to report 2 in BEx Analyzer, we'll get the mdflag in the i_thx_sender table.
    Is there any way to get the same information by calling rri in web? Or is there any workaround to get the information from which field the rri started?
    Many thanks in advance for any idea.
    Kind regards,
    Tobias

    Hi,
    One simple way is goto CMOD and give project names with Z* or Y*. First findout the naming convensions following in  your project and see.
    Then gibe projects one by one and select COMPONENTS option and click on Display, if you find the following Function Exits means it is our DataSource project
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    Thanks
    Reddy

  • How to crete the source system for the SQL Server 2000 to BI 7.1

    Dear All,
    We want to extract data from  SQL server 2000 data base to BI 7.1
    Please provide us the step-by-step procedure to be followed in BI as well as SQL server 2000 BD
    Thanks & Regards,
    sarasu

    Hi,
    You have two options, you can use DB Connect but you need SAP DBSL for SQL Server 2000 and the DB Client and this could be have a additional cost, or you can use UD Connect, that make the connection with Java, using JCo's and the Driver Java for SQL Server 2000, please review this link: [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff]
    I recomend if you dont have the SAP DBSL and DB Client for SQL Server 2000 that use UD Connect is really useful.
    Regards

  • How to get the source file name and transform into database

    Hi,
    We need to load data from source file abc.csv into oracle table. during loading, we need to keep the file name abc.csv and write into the database table as one field. Is there anyone who did the similar task? and how to make it? Pls help!

    Hi,
    If you can write the filename to a text file, you may do the following:
    (1) create a text-file containing the name of your source-file.
    (2) create an external table using that text-file as input.
    Now, you can SELECT the filename from the external table.
    Of course, you need a way to : create the flat file, handle the flat file, etc.
    Grtz.

  • How to delete a source system in BW?

    Hello All!
       Can anone please  inform me about the procedure to delete a source system or inform me in which document i can find this information. Actually i wish to assing my newly installed BW3.5 system to a new logical system (i.e) its currently assigned to some other logical system where it has ME as default source system.  to change the logical system we need to delete all the source systems in the old logical syste. So please explaing me how to delete the source system Myself(current BWsystem). there is no data and no data sources existing in the system its abosolutly fresh.
    Thanking you for help in advance
    with regards
    Ashwin Kumar Gadi

    Hello Roberto!
        Thanks for ur response. But there bo such delete option  available under the context menu for the source system for the Myself source(current BW). only change buton appears but when we click that it say changes are no posible. Is the any other way to delete it manually.
    with regards
    Ashwin

Maybe you are looking for

  • Settings for capture excise invoice in MIGO and other settings

    Hi,   For excise invoice capture and post procedure which we are following is as follow 1 : For Local Excise invoice      After receving goods from Vendor  first we are Doing J1IEX Part 1,  Capture excise invoice  after saving this we are getting par

  • How can scripts and  smart forms send to mail and pdf?

    HI i want to know how script and smartforms will send to mail and pdf formates>?

  • Javascript Code to Print Multiple Page Ranges in Acrobat

    Hi All, I am very new to Javascript (used it for the first time this morning) and was looking for some help. I have built a fillable pdf form in Acrobat that I am required to print on a very regular basis. However, when I print it, there are only par

  • CRM 2015 Unable to get profiler error to debug code on associate message

    Hi all, Im trying to get the profiler on associate message(Opportunity- Competitor)  and i'm unable to get profiler error to debug code and getting "ISV Code aborted" the below link didn't work for me https://community.dynamics.com/crm/f/117/t/134575

  • Working with .mpg files

    I have about 10 files (.mpg converted from VHS to Digital). Each file is ~4 to 6GB in size. I'd like to pull them into Premiere Elements 8.0, edit and create menus. When I started I tested one project to burn I noticed that roughly 2 hrs of video wil