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

Similar Messages

  • 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.

  • 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 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 identify the changed fields on view

    Dear Colleagues,
    can you please let me know how can we identify what are all the fields are changed by user and what all the fields are not changed.
    example: i have 10 fld on my screen i changed only 3 fld we need to know which is changed and which is not.
    i tried with wd_context->is_changed_by_client( ) , buy this we can know whether any changed is done by client or not. But i need to know at UI element wise.
    Thanks,
    Mahesh.Gattu

    Hi Manas,
    this is very lengthy process i found very easy way to get it done.
    keep this code in wddoinit of component controller.
    * enable context change log
        data: context type ref to if_wd_context.
        context = wd_context->get_context( ).
        context->enable_context_change_log( ).
    then write one method in component contoller like get_changes.
    keep this code in get_changes.
    CHANGES     Returning     0     0     WDR_CONTEXT_CHANGE_LIST          
    method get_changes .
        data: context type ref to if_wd_context.
        context = wd_context->get_context( ).
        changes = context->get_context_change_log( ).
    endmethod.
    in above code what ever the chagnes are done it will come into chagne table.
    in debug mode you can find the table values.
    if you want more details you can refer to the WDC: demo_context_changes as refered by Leka.
    Thanks Leka.
    Thanks,
    Mahesh.Gattu

  • How to transfer trailing spaces in the source field type c

    Hello,
    I have to splitt a string key of 120 characters into two InfoObjects (CHAR). The problem is, that the trailing spaces are lost in the character Field.
    Has anybody an idea to avoid the lost?
    Thank you.
    Conversion Table for Source Field Type c
    The characters in the source field are inserted in the target field, left-aligned. Trailing spaces in the source field are not transferred. If the target field is longer than the number of characters transferred, it is filled with blank characters to the right. If the target field is shorter, the number is truncated from the right.

    Hi ,
    Create two Characteristic InfoObjects in BW With length 60 Char  and then in the Transfer Rules of this two InfoObjects write the Formula using Left() and right() function present in the Formula Builder .
    That is First infoObject Contains the Left 60 Char and next one Contains the right 60 Char.
    Regards,
    Vijay.

  • How to identify the standard ods / cubes are delta capable or not?

    Hi All,
    How to identify the standard ods / cubes are capable of handling delta o not ?
    Pls advise me on this!!
    Thanks
    Pooja

    Hi Pooja
    Delta capable is based on datasource but not on ODS or cube.
    You can get this info from ROOSOURCE table,give data source name and check the field "DELTA".
    If the field is left blank,it implies that the datasource is not delta capable.
    Regards
    Jagadish

  • How to locate the source code which populate the SO number?

    Hi,
    For example:
    In T-code: VA01
    Put your cusor on the screen field : Standard Order
    Then press F1, get the technical info of this field as below shows:
    Screen field     VBAK-VBELN
    Program name     SAPMV45A
    Screen no.       4001
    So my question is, how to locate the source code which exactly to populate the SO number into VBAK-VBELN by the system automaticallly.
    As assumed that the system is generate this kind of SO autuomatically, and its number range is defined in SPRO.
    I just want to find out the coding part which gengerate the SO number.
    Want to see the source code of that...
    How to find it???
    Thanks.

    Hi Deepak,
    Thanks for the info..
    But i think i am also know that.
    Questions is dont know how to find the KEY statements that exactlly to generate the number...
    Anyway, 2 points to you.

  • How to Hide the Parameter field at run time....

    Hi,
    I have a parameter field which behaves differently depending on the User logged in.
    It has the LOV coming from following SQL.
    SELECT customer_name FROM Cust_mast;
    If the user = 'INTERNAL' then the Where clause will be
    WHERE cust_id in('DELL', 'SBC', 'BANK')
    Else there will be no WHERE clause or the parameter field
    should be hidden in the parameter form.
    So my questions are:
    1) How to hide the Parameter field during Run time?
    OR OR OR
    2) How to change the LOV select statement during Run time?
    Thanks.
    Ram.

    Hi Ram,
    Is there any way to play with the sql query SELECT using DECODE ?I'm not sure of this part, maybe someone else can suggest a way.
    However, what you want can be done in 2 other ways:
    1. Build 2 reports. Both reports will just be duplicates of each other, only difference being that the 'LoV where clause' will be different. Now you can fire the appropriate report in many ways. For example, if the customer is alreay logged inside your custom application, and therefore you already know whether the user is internal of external, you can design your button or link which launches the report to contain logic such that one of the 2 reports is fired depending on who the user is.
    1. Use a JSP parameter form, not a paper parameter form In this case, just build an HTML parameter form in the web source of your report. Use Java logic to populate the LoV drop-down list. When you have to launch the final report, just launch the paper-layout of the report. For example (you will have to modify this):
    <form action="http://machine:port/reports/rwservlet?report=ParamForm.jsp+..." name="First" method="post">
    <select name="selected_customer" onChange="First.submit()" >
    <option value="">Choose a Customer Name
    <rw:foreach id="G_cust_id" src="G_cust_id">
         <rw:getValue id="myCustId" src="CUSTOMER_ID"/>
    <rw:getValue id="myCustName" src="CUSTOMER_NAME"/>
    <option value="<%=myCustId%>"><%=myCustName%>
    </rw:foreach>
    </select>
    </form>
    In the code above, you will have to make sure that your report's data model defines 2 CUSTOMER_ID's (like CUSTOMER_ID_INT and CUSTOMER_ID_EXT). These 2 will be internal and external Cust ID's. Use Java logic to show one of them.
    Navneet.

  • How to identify the alternative payee in payment run

    Hi All
    How to identify the alternative payee details in payment run by using transaction code F110 or which table or fields contain the alternative payee details for example REGHU & REGUP.
    How to identify the alternative payee details from system level. Any Update.
    Regards
    K.Gunasekar.

    Hi,
    EMPFG (Payment Recipient ) field in REGUH will give you the alternate Payee name of the Payment run executed in F110.
    Regards,
    SAPFICO

  • 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 missing reecords once load was performed

    hi experts
    if  load was performed and we found some missing records are there how to identify them and how to populate them again. if the records are only few we can manually find them and selecting and info package level in data selection we can send them but if they are millions of records how to identify them and how to solve this kind of issue.
    is there any solution for this apart from data reconsillation
    thanks in advance

    Hi,
    Generally who is accessing the reports(End users) , those only can findout that if any data is missing in the data load and showing any wrong data.
    They will know and compare the data in R/3 inform to BW team , what they got wrong data insted of Original data.
    According to that we need to Analyse the data flow BW >>> R/3 -( Top to bottom we need to check all the data targets by giving the missing values)
    To see the contents we use the T.code is : LISTCUBE ( Here you can see the content and request IDs and source) , according to the we need to analys and find , whether problem is occured
    LIST CUBE : To see the contents of data targets in BW side
    In the below cases data will show wrong in the reports
    1. If the data was not loaded into BW side.
    2. Even if the data is loaded into BW side, Some times Due to the incorrect rotines/update rules the data might be showing wrong in the reports.
    3. If any issue with varibles/ C.KF's/ R.K.Fs used in the reports, the data will show wrong due wrong calculation.
    4. if any wrong selection in the varibles also will show Wrong data.
    So, we need to analys all these things and compare with R/3 data,
    First we need to check the data in BW Intial load data target by comparing the R/3 data source with extract checker (RSA3)
    RSA3 : Extract checker in R/3 side
    in some cases, you need to check the data base tables if the datasource is Generic
    RSO2 (T.code) - To display Generic data source and findout the tables.
    After Analysis, if you find out that if any data is missing from the source system , you need to run Repair Full request, which is not effect previous delta
    Repair full request :
    Go to info package :>> setting as Full insted of delta
    change the setting in menu >> Check mark for repaire full request
    Selection : Give the selection for missing record in the infopackage in selection Tab
    After this you will get the as per your selections, without distrubing your delta load >> next you can run your delta load as usal
    I hope it may help you to analys the issue.
    Regards.
    Rambabu
    Edited by: Rambabu velanati on Mar 24, 2011 12:32 PM

  • How to identify the infosource name for any ods zpxrrm?

    hi all,
    How to identify the info source name for any ods that have created.
    thanxs
    haritha

    Hi Haritha,
                   Check the datasources from which the data is coming to the ODS.Take the technical name of the data source.Check in Infosources Tab.There you can find in which infosources the ODS is present.
    Hope this solves
    Regards
    Karthik
    Assign points if helpful.

  • How to identify the bill is First bill, Final bill or Normal bill?

    Hi
    How to identify the bill is First bill, Final bill or Normal bill.
    If the bill is first bill how we can identify this is by acquisition or change of tenancy.
    If the bill is final bill how we can identify this is by change of tenancy or loss.
    Please provide the tablets to get the above information.
    Thanks & Regards,
    Sree
    Edited by: Sree on Oct 13, 2009 11:23 AM

    Sree,
    Please check the field ERCH-ABRVORG (billing transaction).  It shows you what kind of bill has been created (e.g., 03 = Final Billing for Move-Out). If the begin of billing period matches to the move-in date it is the first bill created for that particular contract.
    I hope this helps.
    Kind regards,
    Fritz

  • How to identify the Stanadard Extractor  will support for Real time Data

    How to identify the Stanadard Extractor  will support for Real time Data  Acquisation . Enabled

    Hi
    In the ROOSOURCE table you can find the extract structures, go through all the fields of the extractor and if you find all of your equired fields exist ok else try to enhance for teh needed fields and go with user exit to populate the data for that fields'

Maybe you are looking for

  • Viewing Premiere Timeline on NTSC Monitor?

    As some of you here may know, I have been having a hell of a time with the MATROX RTX10 capture card and have thus opted to uninstall this from my sys. I am under the understanding that Premiere Pro CS3 will NOT work with the RTX10 anyway, because Ma

  • IPhone 4 / iOS 6 drops  bluetooth connection when I answer a call using handsfree link in car.

    Honda Crosstour 2010. Handsfreelink and phone pair ok but when I go to answer a call via the talk button on the steering wheel, the connection drops and I have to use my phone to talk, rendering auto bluetooth useless. I have to manually reconnect th

  • Firefox starts but all i get is a white blank screen

    i was having a problem with my computer, it would start but then it would like do nothing. it wouldn't let me log on. so after doing all kinds of things i finally figured out it was the cable going into the monitor that was messed up. but after that

  • My computer loads any folders with videos really slow.

    When I open folders that have videos in them it loads them really slowly, but only the first time. Once it's loaded them once it's fine. I recently installed Perian, so I thought that might be the problem, but it's still there and I've uninstalled Pe

  • Wifi Internet connection

    I need some assistance configuring the Airport WIFI settings in my daughters Macbook so it will wirelessly connect the our home Netgear router WGT624. I've been able to configure Windows-based NIC's on our other machines around the house, but the Mac