How to create documentation from BEx query

Hi,
I would like create documentation for each query,so that end user can get idea about particular query.
But  I can see some documentaion from context menu(right click)->Goto->Display documentation.
Any tips???? Points will be given.
Thanks in Advance.
Regards,
Jaheer,Yanbu,Saudi arabia.

HI Jaheer,
Go to www.help.sap.com
Select NetWeaver -> Select BI Content
In the left hand panel select your appliacion components (for Example:
Human Resource - > Recuitment -> Queries -> select any one query)
It will disply Technical name, Based on the InfoCube, Use and what are the
Free characteristics, characteristics, Keyfigures etc.
Now Create one Excel Sheet.
and create your document and show to your client.
If your client wants sample preview, then copy this query and check in the
BEx analyser. cut and copy that preview in your Excel sheet.
Then the Document looks beautiful...
Have a nice Day...
Thanks
Rajesh

Similar Messages

  • How to create variables in Bex query

    Hi all,
    can anyone please explain how to create the variables and how many types of variables in Bex Query.
    Thanks in advance
    James

    Hi James,
    You can create variables in the BEx Query by right clicking on your characteristic and then selecting Restrict. A pop up window will appear. On the left side of the pop-up window, right click on a white space and then select New Variable. The Variable Wizard will then appear - you can now create your variable acording to your specifications. For more info on variables, please click on the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56a7e09411d2acb90000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/61/579b3c494d8e15e10000000a114084/content.htm
    Hope this helps,
    Juice

  • How to Create EXTRACTOR from R3 QUERY

    Hi,
    I'd like to create an extractor from a custom ABAP R3 Query that must be executed with a variant.
    The standard extractor from a query doesn't allow to execute the query with a variant.
    The query variant drives some calculations and it's important for the correct display of the query result.
    How can i do?
    Thanks in advance.

    Hi,
    the result of the query depends on the input fields we set in the variant. So we need to extract the query information on R3.
    We tried also to submit the program related to the queries with return esporting the result to the memory  and  then, using the FMS LIST TO MEMORY and LIST TO ASCII in order to put the result into an internal table, but it doesn't work beacuse the query uses a logical database. Any IDEA?
    The code below works for an easy query (join from table) but not on a query that uses a logical database :
    DATA asci_tab TYPE text180 OCCURS 0.
    DATA mem_tab TYPE abaplist OCCURS 0.
    START-OF-SELECTION.
      SUBMIT AQZZFI==========ZTEST_AF=====
                            USING SELECTION-SET 'ZTEST_AF'
                            EXPORTING LIST TO MEMORY
                            AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = mem_tab
        EXCEPTIONS
          not_found  = 1.
      IF sy-subrc = 0.
        CALL FUNCTION 'LIST_TO_ASCI'
         EXPORTING
           list_index               = -1
         TABLES
           listasci                 = asci_tab
           listobject               = mem_tab
         EXCEPTIONS
           empty_list               = 1
           list_index_invalid       = 2
           OTHERS                   = 3   .
      ENDIF.
      CALL FUNCTION 'LIST_FREE_MEMORY'.

  • How we create system for Bex query

    Hi
    I want to access Bex query in VC , I think we can do this by creating system in poratl. pls tell me how we  create system in prtal for this.
    Regards
    Amit

    Hi Naresh,
    Pls send the Document for me also.
    This is my mail id: [email protected]
    Thanks & Regards
    Prakash T

  • How to bind data from BEx Query to BO Dashboard

    Hi
    Could someone please share screenshot steps how to bind BEx Query data into BO Dashboard.
    We've created BICS Connection .....
    It will be helpful if someone can share screenshots of building small Dashboard on BO Dashboard.
    Thanks,

    Hi Pawan,
    Please find the below links, there are many links to this in SCN search there  before posting you could save lot of your time.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a01a9a87-936f-2f10-e6b9-dbb1ec5064ff&overridelayout=true
    http://scn.sap.com/docs/DOC-47314
    Thanks&Regards,
    Krishna

  • HELP! How to make RRI from BEX query into Workbook with one report???

    How to make RRI from query into Workbook???

    Hi Alex,
    A workbook is a set format of queries, so when you try to jump to another query , you will definitely open another session and hence another excel file. This is the same for web templates also though you have an option of opening the new result in the same window.
    You would have to use some macros and open the query on the same page. A RRI is a query jump and not a drill down . A drill down would be getting more of the dimensions into the query.
    Regards
    CSM Reddy

  • RRI?  How to call ITS URL and pass field value from Bex Query.

    I am doing RRI from query to webaddress,
    i have defined jump(report type: webaddress and reicver report as url) from shopping cart bex query(SRM ) to webaddres.
    here url is SRM ITS base link for monitoring shoppingcart(http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN).
    jump is working from portal(from bex query ivew).
    but i want to pass value(shopping cart value) to above url and want to skip first screen.
    i have maintained assignment detail by assigning field name against shopping cart infoobject with type url parameter, but its not directly call reciver url with given input field.
    i tried the diffrent combination of url and field assignment as like below:
    1: web address url:http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN
    assigned field: GS_HEADER-OBJECT_ID
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN?GS_HEADER-OBJECT_ID='selected number value'
    2: web address url:http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc
    assigned field: flNUQVRFPTgzMTcuMDAyLjAxLjAx
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc?flNUQVRFPTgzMTcuMDAyLjAxLjAx='selected number value'
    I have seen the source code of that url(inital screen and after entring the value to that screen) too.
    how to call webadress(SRM ITS base shopping cart URL) with passing the one of field value of that url screen?
    Thanks and regards,
    Dushyant.

    Declare the gv_orderid in modulepool program.
    And Declare the parameter as import parameter in smartform.
    CALL FUNCTION  lv_form
       EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
    *   OUTPUT_OPTIONS             =
    *   USER_SETTINGS              = 'X'
         i_input                    =  gv_orderid
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
    *   JOB_OUTPUT_INFO            =
    *   JOB_OUTPUT_OPTIONS         =
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5

  • How to create hierarchies in Bex queries?

    Hi All,
    I am new to query designer tool,
    can you please help me how to create hierarchies in Bex queries using query designer tool?
    Thanks in advance...

    Hi,
    directly you can't create hierarchy at bex level.
    First you have to maintain hierarchy data source at source or bw side, based on your needs.
    Later you can load data to hierarchy, after that at bex level you can activate hierarchy options to related info object properties.
    To maintain hierarchy we need to enable hierarchy options at related info object(RSD1, hierarchy tab, select with hierarchies) maintenance level.
    For example: info object - 0GL_ACCOUNT and you need hierarchy structure on gl account.
    For that we need to have hierarchy data source and will load data from ecc.
    Later we can develop reports on gl account in hierarchy fashion.
    On what object infoo bject you want create hierarchy report and have loaded hierarchy data?
    Thanks

  • Infoprovider documentation in BEx query designer

    Hi Experts,
    While users creating queries in BEx query designer (BI7) they have to see the predefined documentation about that inforprovider. Can we achive this requirement?
    What is the use of "Documents" in BEx query designer? Can we show the documentaion under this area?
    Thanks in advance.
    thanks and regards,
    Raju

    Hi,
    Plese go through these links which provides you detailed view on Documnet Navigator and Creating/Editing Documnets in it
    Business Document Navigator :[http://help.sap.com/saphelp_nw70/helpdata/EN/dd/f5253715dfb808e10000009b38f889/content.htm]
    Creating New Documents:[http://help.sap.com/saphelp_nw70/helpdata/EN/df/77ff72021311d3ae4b0000e82deb58/content.htm]
    I hope this helps you.
    Regards,
    Rajknadula

  • Cnnection error while creating universe on Bex Query in BW

    Hi
    I am getting connection error while connecting to BW Bex query.
    The error i am getting while creating universe is  A runtime exception has occured Error getting levels for hierarchy  dimension .....:Unknown error.
    After this
    Also while creating universe no key figures/measures are getting generated from Bex query to designer.
    Also in Bex query which are created as mandatory variables comes as  Prompts in webi.
    But when I try to parse in Condition filter it is throwing error.
    Currently that mandatory variable is From Date and To Date
    Is we require to change the prompt syntax in Condition filter.
    Also kindly suggest solution for Connection error as impemtation is getting affected.
    Regards
    Gaurav Mang

    Hi
    R u saying allow external acces in BEX query.This option in Bex Query designer.
    Or In whether while creating universes under properties tab there is use of OLAP universes option has to be made to Yes.
    This both things we have tried
    Let me know any other option to be tried.
    Regards
    gaurav mang

  • How to create database from .sql file

    how to create database from .sql file..?? i put the sintax query in a sql file.. and i want to call it in java code..
    ho to do it..??

    why do you want to do this from java?
    i just don't see the point.
    find your dba and have him/her run it for you

  • How to create search function (af:query) using method in java

    hi All..:)
    i got problem with search custom (af:query), how to create search function/ af:query using method in java class?
    anyone help me....
    thx
    agungdmt

    Hi,
    download the ADF Faces component demo sources from here: http://www.oracle.com/technetwork/testcontent/adf-faces-rc-demo-083799.html It also has an example for creating a custom af:query model
    Frank

  • Calling ABAP report from BEx query

    Good day!
    I want to call ABAP report from BEx query by right-clicking on the field and using context menu. I know that transaction RSBBS is used (sender-receiver connecting), but I don't know how to transfare data to ABAP program
    In ABAP program I want to know at least data from those cell in BEx query, that was right-clicked.

    Depending on your requirement and environment, you have the following options:
    1. Use an info spoke and make selections as you would in a query.
    2. USe FM RS_VC_GET_QUERY_VIEW_DATA_FLAT to send the data to a file and your ABAP can read this file.
    Ravi Thothadri

  • How to create Universe on BEx Queries

    Hi,
       I am very new to create Universe based on SAP BW Infocubes or BEx queries. I actually need to create reports based on BEx queries. I am able to log into SPA BW using Universe connection and I see only Infocubes. Where can I find BEx queries. Is there any specific document that helps here.
    Please help me.
    Nanda

    Hi,
    You can select the queries which are part of the cubes. And make sure that the query is part of the cube.
    If still not listing then from Bex Query designer open the query from the cube and enable 'set to allow external access' in the properties of a query.
    Now, the query should be available in the Universe Designer.
    -Noor.

  • To create variants for Bex query

    Hi Guys,
    where and how do we create variants for Bex query.
    Thanks,
    Your help is appreciated.

    Hi Sheo,
    There are several threads about this, check here:
    /thread/297437 [original link is broken]
    Hope this helps...

Maybe you are looking for

  • Why does the on-screen keyboard disappear once a Bluetooth device has been attached?

    Once I've connected a bluetooth device to my ipad 2, the on-screen keyboard disappears and doesn't return until I re-start the ipad.  I've tried this with both a bluetooth keyboard, as well as with a bluetooth pedal, which will do page up, page down,

  • I cannot reinstall my Elements 9 onto my new replacement Laptop as I have misplaced the serial No

    I had to replace my Laptop as it crashed.  I had Elements 9 installed on both my PC and Laptop.  However, I have misplaced the serial numbers and therefore cannot reinstall onto my new Laptop.  Can you please help?

  • InDesign CS5 ME English way Page Layout

    Hi, we started using InDesign CS5 ME in our Students association for our Journal, but we faced problems with English Layout pages. I explain: InDesign ME wants to put first page on the left, but we need to put it on the right because our Journal is i

  • Hp c8180 wont print but will on a test

    My hp c8180 will print on a test it prints all colors but when I print just black it spits out blank paper there is black ink in cartridge any suggestions on how to make it print it does say yellow is empty

  • Win2k Environment Variables

    When I compile a .java that constructs an object of another class javac taunts me with "cannot resolve symbol". However, All the classes are in the same directory and the program runs as intended on UNIX. I imagine is has something to do with setting