BW Jump to VA03 in BW Query by RSBBS

Dear sirs,
I made some query jumps in BW system in transaction RSBBS. It works perfectly by opening the transaction VA03 on web environment by right clicking on Order Number.
When I open the query in Web Environment the Transaction is open in the web environment.
When I open the query in MS Excel Environment the Transaction is open in SAPGUI environment.
Is that a way that I could be able to do the web environment jump to SAPGUI environment?
Thank you in advance.
Fabio Purcino

Hi,
if you jump from the analizer, that also ensures you have SAPGUI already installed.
Since you can use queries within the web, there may be no GUI installed. So these ways are separated. Either use GUI or Web.

Similar Messages

  • Cursor Jumping to last record when query mode for Multi-record block.

    I have a multi-record block. the seq field has this validation to check that there should not be a gap
    in sequence for S_type and cer_dl field.The program unit is as below.
    PROCEDURE seq_validation IS
    --Validation to check that there is no gaps in sequence for S_TYPE and cer_dl fields
    l_value_to_check varchar2(100);
    l_seq_found number;
    l_curr_sequence number;
    l_new_value varchar2(100);
    l_found boolean:=FALSE;
    l_new_set boolean := FALSE; --s_type and cer_dl are different from previous set.
    begin
    if trim(:b1.s_type) is not null
    or trim(:b1.cer_dl) is not null
    then
    -- Program continues here only if all the items are not null
    -- Get information from record that needs to be validated
    l_value_to_check := trim(:b1.s_type) || ':'|| trim(:b1.cer_dl) ;
    l_curr_sequence := :sequence;
    if :SYSTEM.CURSOR_RECORD = '1' then
    ---to check sequence is entered as 1 in the first record
    message('Error:Sequence should start with 1');
    raise form_trigger_failure;
    end if;
    go_item('b1.XYZ');
    else
    FIRST_RECORD;
    while :SYSTEM.LAST_RECORD != 'TRUE'
    loop
    l_found := FALSE;
    l_new_value := trim(:b1.S_type) || ':'|| trim(:cer_dl) ;
    if l_new_value = l_value_to_check then --
    l_new_set:= FALSE;
    l_seq_found := :seq;
    if l_seq_found >= l_curr_sequence then
    go_item('b1.seq');
    l_new_set := FALSE;
    elsif l_seq_found < l_curr_sequence - 1 then
    go_item('b1.sequence');
    l_found := FALSE;
    elsif l_seq_found = l_curr_sequence - 1 then
    l_found:= TRUE;
    go_item('b1.xyz); --go to next item
    end if;
    else
    l_new_set := TRUE;
    end if;
    NEXT_RECORD;
    end loop;
    if l_new_set then
    go_item('b1.xyz'); -- go to next item
    else
    if not l_found then
    message('Error:Sequence should be in order.');
    go_item('b1.seq');
    raise form_trigger_failure;
    end if;
    end if;
    go_item('b1.xyz'); ---go to next item
    end if;
    end if;
    end;     
    In the insert mode its working fine(unless you gurus feel to change to make it more perfect.
    When I say enter-query and put 'IAS' in the s_type field and then do a execute query it brings all the records of 'IAS'.
    Now as I want to update the records, and when I navigate across field(s_type,cer_dl,Seq,xyz) using tab and move the cursor down on second
    record(IAS N 2 N), what happens is when I navigate to sequence field the cursor jumps to LAST RECORD( IAS Y 3 N ) of LAST field XYZ.
    I am putting the sample record
    s_type cer_dl seq xyz
    IAS N 1 N
    IAS N 2 N
    IAS N 3 N
    IAS N 4 N
    IAS Y 1 N
    IAS Y 2 N
    IAS Y 3 N
    The cursor moves to last record --IAS -Y -3-N when I tab across the second record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    When I say enter-query and put 'IAS' in the s_type field...For your validation to work you must not allow users to enter records in the middle of a block, clear records from the block or query specific records. If you allow the users to enter a query then you are allowing 2 of the rules to be broken.

  • How to Jump (Drill-through) between WebI query (also in Crystal Report)

    Hi BO experts,
    I read that we can achieve drill-down in Crystal Report and WebI.
    But I have requirements here to jump (like RRI or Report to Report Interface) in BEx Analyzer and to pass some values (as parameter), i need to achieve:
    1. jump between WebI queries (in WebI)
    2. jump between Crystal Report reports (in Crystal Report)
    3. jump from Crystal Report to WebI
    I read that in WebI, jump can be achieved by just opening the URL of the receiver query, but we can't pass on certain values as parameter from the sender query to the receiver query (which is possible in RRI case).
    Has anyone ever done it before? Please let me know how to achieve it..
    Thank you very much.

    You can navigate beween report using Report Linking. This can be achieved through an Opendocument functionality.
    Using Opendocument, you can call a webi report from a parent webi report and then pass parameter's as well. Wigooglth the same feature you can invoke a crystal report also from a webi report and pass values.
    In crystal report also you can use Opendocument. However there are better features like sub-reports to do this.
    You can google for opendocument or search in SDN to get detailed documentation of OpenDocument.
    Anil

  • Find technical name of receiving query in RSBBS assignment

    Dear Experts,
    under transaction RSBBS one can assign sender/receiver details. While the technical name of both sender and receiver are entered when createing the RRI, one can only retrieve a compressed ID (i.e. 46F28FNV1L4H1QENI1KKEKWUCAZPAOPRD) for the receiver in transaction RSBBS.
    We would like to find a way to determine the technical name of that particular compressed ID. I have already searched the RSBBS* tables, but I cannot get past the compressed ID (field RONAM) in i.e. table RSBBSQUERY
    My question:
    - Can you provide me a table/view/program/transaction/... that shows the relationship between senders and receivers by means of technical query names (not ID's)?
    - Or can you provide me (step-by-step) the relation between different tables and fields that would allow me to do so?
    Kind regards,
    PJ

    Hi Simon,
    thank you for your reply. I have researched your proposal, and I can indeed find the relation between my sender query's technical name ZSENDERQUERY_Q001 and the field RSBBSQUERY-RONAM that looks like this: 46U5CEI2BU3U8P8GZOFWWN3GKAZSD_C03 (Mind the name of the infoprovider at the end!).
    This information can also be retrieved from transaction RSBBS, where I can enter 1 senderquery's technical name, and which returns me the associated RSBBSQUERY-RONAM values in the column "Receiver Object". Your contribution allows me to create a view to get this information for multiple sender queries from different cubes.
    However, I would like to go one step further. From this RSBBSQUERY-RONAM value I would like to get the target/receiving query's technical name that looks like this "ZRECEIVERQUERY_Q002".
    This is my ultimate goal as I need to delete all obsolete queries from the BI system, and the associated jumpqueries. Creating a single list by means of a view would help me a lot.
    Kind regards,
    Pieter-Jan

  • Problem while RRI transfer to ERP transaction VA03

    Hi all,
    I have following problem when I tried to jump to VA03 transaction from Query Designer report.
    I created sender/receiver assignment with following options
    Sender : Query Designer report
    Receiver : VA03 transaction
    Error:
    SAP Web Application Server window is displaying and asking for logon details.
    The URL http://ttcsap04:8001/sap/bc/gui/sap/its/webgui was not called due to an error.
    Note
    The following error text was processed in the system TCQ : System error
    The error occurred on the application server ttcsap04_TCQ_01 and in the work process 0 .
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLRSRR_WEB
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system TCQ in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server ttcsap04_TCQ_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server ttcsap04_TCQ_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 500 -u: USER -l: E -s: TCQ -i: ttcsap04_TCQ_01 -w: 0 -d: 20090107 -t: 041216 -v: ABORT_MESSAGE_STATE -e: System error
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    can you help me to solve the problem?
    Thanks,
    Venky

    Hi all,
    Can anyone tell me what is the problem and how to solve?
    When i click on go to VA03 it's displaying error " Java communication error: Error when opening an RFC connection" after it's displaying above error.
    Is it related to EP and R/3 connnection problem or else?
    Thanks,
    Venky

  • RRI report transfer to ERP transaction VA03  problem

    Hi all,
    I have following problem when I tried to jump to VA03 transaction from Query Designer report.
    I created sender/receiver assignment with following options
    Sender : Query Designer report
    Receiver : VA03 transaction
    When i click on go to VA03 it's displaying error " Java communication error: Error when opening an RFC connection" after it's displaying below error.
    Is it related to EP and R/3 connnection problem or else?
    Error:
    SAP Web Application Server window is displaying and asking for logon details.
    The URL http://ttcsap04:8001/sap/bc/gui/sap/its/webgui was not called due to an error.
    Note
    The following error text was processed in the system TCQ : System error
    The error occurred on the application server ttcsap04_TCQ_01 and in the work process 0 .
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLRSRR_WEB
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system TCQ in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server ttcsap04_TCQ_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server ttcsap04_TCQ_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 500 -u: USER -l: E -s: TCQ -i: ttcsap04_TCQ_01 -w: 0 -d: 20090107 -t: 041216 -v: ABORT_MESSAGE_STATE -e: System error
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Thanks in Advance,
    Venky

    Hi
    You need to establish the connection between EP/ERP/BI-BEx.
    More of a network / Basis/ EP Issue Raise a ticket with them for the help.

  • RRI Problem : Variable Screen Popup while Jumping  to Target Query

    While jumping from Source to Target query (both are BEx queries), Variable Entry Screen of the Source is popping Up again during Jump, which after pressing Execute (F8) without entering any values, displaying Target Query results correctly. My Target query is having one and only variable on Inv Doc Num of type Replacement Path and I am not supposed to get any variable Screen Popup during Jump. How can I suppress this reappearance of Variable Screen??. I have tried with Delete Options etc in RSBBS  Assignment rules and searched for OSS Notes but not succeeded so far. I am on BW3.50 SP20. Any help will be highly appreciated.

    Hi Jr,
    I am not having the same variables in the Target at all. In fact the characteristics for which variable screen appears in the source are not there in target. I mean Posting Date, Billing Month...Etc are not ther in the Traget. In the Source Query Rows, I have Inv. Doc No as one of the Characteristics.No variable is defined for Inv Doc Num in the Source Query.
    I am not getting your question"From which cell..??". If I select any perticular Cell in the Inv Doc Result Rows of the Source Output, During Jump it will return only the details of that particular invoice only? Is itn't?. But I want details of all those invoices, that appesrs in the Source Output. That is why, I am selecting my Jump target from the GOTO botton (Red Arrow like Symbol in BEx Tool Bar), and choosing my Target.
    Thanks

  • Problem of running the jump query from the result line

    Dear expert,
    I have a problem when running a jump query from the result line. Apparently, the values of the caracteristics haven't been sent to the jump target.  However, the configuration in RSBBS seems to be good as the jump works well from the other lines.
    Does anyone have some ideas on that?
    Thanks in advance!

    Hi,
    If you are supposed to bring across characteristic values to your target, then you will not be able to jump from the result line. The configuration expects that the values of the characteristic marked as being used in the jump are filled with unique values. When you use the result line as a source for your jump, the values in the result line will most likely be based on the sum of multiple characteristic values.
    Hth,
    -Jacob

  • Problem in Query jump (RRI)

    Hello Gurus,
    I have created Query Jump (RRI) using Transaction RSBBS.
    I have assign 3 query.In Development its working fine one can jump from one query to another,my problme is that after transport this query jump links are missing although query are working properly but Query jump link is missing.Is some thing addictional need to be done for Query Jump (RRI),please suggest.
    Thanks & Regards,

    Hi Wajid
    How you have collected the transport. Please follow the procedure given below
    RSA1-> Transport Connection - >Object Types -> Report-Report Interface -> Collect the transport and assign it to transport request .
    Hope this helps
    Regards
    Pradip
    (Don't forget to assign points)

  • In RRI, how to locate the Jump Target  for a Query

    Hi all,
       I want to find the Jump Targets for a particular Query. How can I find it in which table, PLEASE ?
    Thanks.

    Hi Venkat Kodi,
    If you want to use Jump Targets with R-R-I you have to explicitly create them using T.Code: RSBBS. Then select the Source Query /Source system / Target Report.
    If you want to locate the Target Query already created for a particular query. In BEx Report, Right-Click and use Go to  --> Target Query.
    Hope this Helps,
    Cheers,
    Raj

  • Jump target RRI from BW report to CRM Portal

    Hello Experts,
    Need to create a Jump target from the BW query to CRM Portal Tcode CRMD_ORDER.
    I am passing the transaction number ( similar to sales order in R/3) to this tcode CRMD_ORDER in CRM
    Step1) create the receiver
    Type: Transaction. Defined the source system and entered the Tcode CRMD_ORDER in the 'report' field.
    Receiver is created
    Assignment. details:
    I can see the source infobject 0CRM_OBJ_ID from the Infobject column; Type : Infobject; Field name : OBJECT_ID / GV_OBJECT_ID;
    OBJECT_ID is the table field in the CRM System for the transaction number.
    GV_OBJECT_ID is the screen field name in the CRM system for TCODE CRMD_ORDER.
    I tried with both the OBJECT_ID and GV_OBJECT_ID.
    Expected result: Open the Tcode CRMD_ORDER with the transaction number eg: 1000001 that is passed from the Bex report. Currently that is not happening. It is opening Tcode CRMD_ORDER but not the document 1000001. I have to manually open it.
    Please suggest if anything got missed in the definetion of RSBBS.
    Regards,
    BWer

    Hi,
    What I found out so far is that by using a URL like
    http://...:8060/sap/bc/gui/sap/its/BBP_POC_DISPLY?sap-client=300&sap-language=EN&PO_GUID=490622657B526483E10000000A0A3D25
    in RRI it is possible to jump from a BW web report to SRM to display a corresponding purchase order. This URL uses the PO_GUID, but with help of a couple of lines of ABAP in a custom BSP I was able to use the PO number instead of the GUID, too.
    In general I  am looking for URL's do display purchase oders, shopping carts and confirmations in SRM and URL parameters that can be used. Or anything related to that topic.
    From my experience users find it very useful to easily jump from BW into the original transactions to clarify potential issues there. I have implemented this a lot in the past with BW and classic R/3 GUI transactions, so I'm looking for a way to implement this with SRM as well.
    Best regards,
    Rudolf

  • Jump Targets transport collection

    Experts,
    This is a question I posted in Bex and havent recieved any answers yet.
    "We have a query in bex which is essentially a jump target of another query.
    Assignment details are as follows
    All but the following infoobject of the source query are set to type delete :
    Sales Order number ->/BIO/OIME_ORDER
    Item NUmber in Sales Order-> /BI0/OISORD_ITEM
    Fiscal Period -> /BI0/0FISCPER
    Fiscal Year Variant type is generic.
    When we run the source query, and jump to this particular target query, get an error as follows:
    Error Error in SQL Statement: SAPSQL_INVALID_FIELDNAME T00001~ME_ORDER
    Error Error when generating the SQL statement
    Error Error reading the data of InfoProvider ZXXXXXX
    Abort System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-
    Even when I run the target query(has no selection criteria) independently, it throws this errror.
    The infoprovider is an Infoset which is working fine in the other environments."
    Further to this I ran the query in RSRT and an exception CX_RSR_X_MESSAGE was triggered.
    Since I cant seem to find answers to the above question,
    My question is, the query(jump target) works fine in other instances.
    Can I just send the RRI assignments through the landscape without capturing any query elements?
    Also, after assigning the target queries(3 in all), I click on the 'Transport Connection'. Do I need to click on(collect) the query definitions in the transport connection? Not selecting anything, neither the query names nor the elements, I see in SE01, my transport has one element to it which is essentially the Source query name.
    Is this the correct way to collect a jump target(s) assignment?
    Thanks

    hi,
    try to capture all the tasks you do regarding the jump targets in one request.
    changes in RRI should also be captured and transported i hope.
    chk out the bex transport,that may help you.
    Transporting BEx Objects:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    Ramesh

  • Destinations jump queries

    Hello,
    I understand that to define the destiny of the jump is performed queries from the transaction RSBBS, but what is clear is not me if I define a destination for a jump querie that run from BEX analyzer, the same fate jump me serves to execute the same querie in WEB, or I have to define another to operate a Web?
    Regards,

    You don't have to create new query to run it on Web. But it is better to have a distinction in the name space to differentiate between Bex Queries and Portal/Web queries.
    In RSBBS you just need to define the name of the query where you have to jump to.It should be very simple and clear.
    Hope this helps.

  • Query design

    Hai BW Experts
    please don't send help docs???
    i came across this in my requirement, can anyone help me?
    1) how to design query for sales revenue to be displayed year wise in report? for example if sales cube consists data from year 2000 to 2006.
    i want my reports which displays sales revenue (2000, 01, 02, 03, 04, 05, 2006) in columns
    2) in one cube we have info Objects material, stock, plant etc. on another cube  we have purchase orders, PO numb etc, how to design query to display all fields in one report without using Multiproviders and jump query's (RSBBS)?
    can anyone do favor to me
    Thanks in advance.....
    Regds
    Dhanunjaya U

    Hi Dhanunjaya,
    1) how to design query for sales revenue to be displayed year wise in report? for example if sales cube consists data from year 2000 to 2006.
    i want my reports which displays sales revenue (2000, 01, 02, 03, 04, 05, 2006) in columns
       If you having year in your CUBE, then create variable
    for year(user entry with default value 2000).
       Create 10 restricted key figures(for year 2000 to next 9 years). and restrict using year variable & OFFSET.
       Place these restricted key figures in columns.
    2) in one cube we have info Objects material, stock, plant etc. on another cube we have purchase orders, PO numb etc, how to design query to display all fields in one report without using Multiproviders and jump query's (RSBBS)?
       Load purchasing data into your Stocks cube and create a report on this.
    Hope it Helps
    Srini

  • Workbook jump and refresh (URGENT)

    Dear all
    I have a button in my workbook and I have 3 queries in it, when i hit the button which i have created, i need all the queries in workbook to be refreshed one by one, I am not familiar with VB. Could you please assist me with the code for a macro.
    I also need to jump to a different workbook (Query) by right click on a cell and the value of that cell is a input variable to the target query. I am sure i can use RRI if its from query to query. but i need VB code which picks the value from the cell and sends it to target query which is also in a workbook.
    Thank you very much.
    Vardhan

    Hi All
    I am still waiting for a solution, please assist me with one.
    Regards
    Vardhan

Maybe you are looking for