Query report to ABAP report

Hi Experts,
We have a requirement to convert already existed SQL query report to normal ABAP report.
we need to develop the report from scratch or is there any short cut way to reduce the development time.
can you please guide me .
Thanks in advance.
Thanks
Sai
Edited by: sai on Oct 12, 2010 7:28 AM
Edited by: sai on Oct 12, 2010 7:42 AM
Edited by: sai on Oct 12, 2010 7:44 AM

closing the thread.

Similar Messages

  • Bex query for BW abap report/ transaction

    Hi Experts, Here is a scenario: I developed ABAP program in BW using multiple DSOs for complex logic. Since I cannot use abap program directly in BO reports, I need to develop a query in BW for my abap program. Is it possible to develop a bex query for BW abap report / transaction in BW? I have limited knowledge on BW and BO. Please help me. Thanks in advance Raghu

    First of all thanks for your suggestion Matthew..!
    As you said, I created virtual info cube based on function module.
    In the info cube, I defined (4)dimensions and (1)key figure.
    In the fucntion module, appropriate below parameters defined and code written for the data table (e_t_data)
    CALL ZFM_XXXXXXX 
    EXPORTING   
    i_infoprov =                " Name of InfoProvider   
    i_th_sfc =                  " rsdri_th_sfc: List of Characteristics    
    i_th_sfk =                  " rsdri_th_sfk: List of Key Figures
    *   i_t_range =                 " rsdri_t_range: Range List
    *   i_tx_rangetab =             " rsdri_tx_rangetab: Table from Range List
    *   i_first_call =              " rs_bool       First Call
    *   i_packagesize = 100000      " i             Package Size 
    IMPORTING   
    e_t_data =                  " standard table:  Data Table   
    e_end_of_data =             " rs_bool       :End of Data Reached   
    e_t_msg =                   " rs_t_msg      : BW: Table with Messages
    Test:
    Right click the info cube and choose "displayed data", immediately it triggered above function module.
    when I see the import parameters data,
    no characteristcs data in i_th_sfc. But, key figures has data (1 record) in i_th_sfk.
    Not sure, Did I missed anything? Please help me.
    Thanks in advance

  • What are BI reports and ABAP reports and the difference between them ?

    What are BI reports and ABAP reports and the difference between them? please explain me in detail and let me know if you have some documentation about it.
    Thank you in advance!
    Steve Jobs

    Do we have to write custom code for the ABAP reports? Do you have any documentation about it?
    Thank you.
    Steve Jobs

  • Adv or BW report over abap report,Abt aggr,Abt error DTP

    Hi experts
      Please
    1can anybody say the advantages of BW report compared to ABAP report.
    2. while creating aggregates,IF we choose "Generate proposal" button .How and wht basis teh system will create aggregate.
    3.What is Error DTP in BI 7.
    Thanks in advance
    I will reward points
    pradeep

    Hi Pradeep
    Main diffrence is BW works on multidimentional model or using OLAP for data stagging
    and r3 works on OLTP.
    BW reports seams like R3 ALV reports but BW reports are advance and used by higher management persons who want there data suddenly .
    BW reports took data from diffrent diffrent tools and generate very user friendly reports such as DB connect UD connect and Flat file .
    basically BW reports used for alalysis purpose for quick dission in R3 report u cannot see past data but in bw report u can easly pull data from r3 and stored it into cube for future use its main point .
    Aggrigate : Thes are used for performance after using aggrigate your query performance incress there are 3 thyes of aggrigate and those aggrigate play main role in performance issues,
    DTP are used for data stagging in BW3.5 its done by PSA ..
    Assign Points if its helpful
    Thanks
    Ankit

  • Convert Report Writer Report to ABAP Report

    Hi,
    does anyone know if there is an easy way to kind of export a report writer report to a abap programm, that can then be changed or enhanced?
    ths in advance.

    Hi!
    Fortunately report writer programs are ABAP programs. You can figure out their names in the following way:
    GR55 - Enter the name of the report group, you wanted to modify - press F8.
    On the selection screen choose Environment - Technical data, you'll see the program names here.
    They seem like this:
    GPCV74T2WBUPA9V6K6M86563YM7040
    GPCXBUYEUX830Y0CQQTVVO0FLRZ040
    GPCZGL3QTILGRM5IXB1JL6UR8XR040
    GPCT2ENQXQHBJLQ0DMEKGMBSBGF040
    Simply copy them... But don't forget, after you copy the report, all change in the GR55 will not get into the copyed programs.
    Regards
    Tamá

  • RRI to ABAP report - Page not found error

    Hello,
    I am trying to setup a Jump from Query to an ABAP report to display long text at line item - when I do this from Web, it tries to open but ends up with a "Page not found" error. The page title bar says Bex Launacher ( RRI transactions)
    We are on BI 7.0 SP10 and I have tested SICF's Webgui service, this seems to works fine ( calls SAP gui in HTML)
    I tested in RSRT and it works fine. Just doesn't work from the report in Web Browser ( Go to-> program name)
    Any ideas?
    Dev

    Any ideas ?

  • Create a new report in ABAP

    We got requirement to convert Bex report into ABAP report..Conside like Income statement standard report it needs to be convert(develope) in ABAP.
    This has lot of restriction on it and in which tables will get the data.
    I checked the master data object and find the tables like (BIW_T001) from that datasource(RSO2) which are being used in the report.
    This would be correct or not or can I pull the data directly from the transparent table (R3) .Since from above i saw lot of table are start with (BIW_T001) .
    Thanks in advance
    Taj

    I want to create report in R/3 system which is similar in BW query (Standard Income statement) report which has lot of restriction on it .I am going to use data from the R/3 ystem side .could you please give me detail .
    Thanks in advance
    Taj

  • New report in ABAP

    We got requirement to convert Bex report into ABAP report..Conside like Income statement standard report it needs to be convert(develope) in ABAP.
    This has lot of restriction on it and in which tables will get the data.
    I checked the master data object and find the tables like (BIW_T001) from that datasource(RSO2) which are being used in the report.
    This would be correct or not or can I pull the data directly from the transparent table (R3) .Since from above i saw lot of table are start with (BIW_T001) .
    Thanks in advance
    Taj

    The Income statement report is built on 0FIGL10(General legher cube) I found the table of this source (FLAGTEXT) but master data object is also used in the report .
    EG Profitcenter hierarchy,Profit attributes,Profit Center Text, Currency Type text, Costelement etc
    Can we get all these tables in R/3
    Thanks in advance
    Taj

  • Bex Query in ABAP report

    Can i call a BEx query in ABAP report and display in ALV grid. if so please give me the syntax.
    Thanks
    Akila.R

    Look at the FM "RSDRI_INFOPROV_READ".
    With this you can read data into a internal table of your program.
    With this FM, you can do a selective read and select only the key figures and characteristics that you wish to read in your ABAP.
    I am not ure, if you can call a BEx report in your ABAP. But with what I mentioned here, you can acheive what you want.
    Ravi Thothadri

  • Generating a report using ABAP query

    Hi All,
    I want to generate a anlytical report using ABAP query, There are 3 different transactions/steps have to be executed to get this data in an actionable form.
    1. MB52 - Unrestricted Stock
    2. ZCustomquery - Custom query in SAP R3
    3. Combine above two in a single report.
    Please suggest me how can i proceed,
    1. Example i have created query name called Finalrepot
    2. How can i call above zcustomquery and Transaction (MB52) in the Query.
    Thanks for your help
    Pradeep

    Hi,
    Check below link to create ABAP query (SAP Query)
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    Best regards,
    Brijesh

  • Executing ABAP Report- No memory for processing HTTP, HTTPS or SMTP query

    Hello experts,
    I am getting same error while running ABAP Report- /OSP/TRIGGER_LEAVE_SCHEDULER
    Error-
    No memory for processing HTTP, HTTPS or SMTP query .
    Please help.
    Regards,
    Shashank

    Hello
    This should solve it
    1562539 - No memory for processing HTTP, HTTPS, or SMTP queries.
    Thanks
    Alagappan

  • Conversion from query to ABAP report

    Hi,
    I have already a query (report), displaying some data.working perfectly.
    now i want to convert that Query to ABAP report, with same selection screen and functionality?
    Is there any process for conversion or i have to create just like a normal report and writing the code....
    Thanks in advance,
    fractal

    There is no standard conversion available as such, but you can find out the Query Report name and then copy that to another program and make your changes. But it is preferable to just write it from the start as queries are notorious for their select statements.
    I don't know why you intend to write a report even though your query is working, but if you want to do it, write your own program. You can always keep the same selection screen.
    Regards,
    Srinivas

  • ABAP query vs ABAP report

    Hi Experts,
       I have a question regarding ABAP query  and report.
      what is the difference between ABAP query and ABAP report  ?
      will the query be more efficient than abap report ?
      Is there a standard SAP report that could replace a query?
    Thanks in advance,
    Manoj

    Hi,
    A report is a piece of logic that you write in (this case) in a programming language (ABAP). It uses the syntax of the normal commands of the PL.
    ABAP Query is a higher level tool, that reduces or eliminates the need to "program" in the PL, and rather uses more intuitive, graphic tools, to basically get the same results.
    Generally speaking, if the reporting needs are simple and standard, it is easy and feasible to use the query. The more complex the logic gets, the more you'll probably need to use programming.
    Regards,
    Mario

  • ABAP Reports and SAP Query

    Hi Experts,
    I have question regarding ABAP Reports, SAP Query, and Transaction with variant.  How are we securing one the above reports that we assign them through pfcg.  We can secure custom program by custom transaction or define the auth group in S_PROGRAM auth object but in this case we have to assign SA38 in production. is that correct?
    Please help me understand difference between the ABAP reports and SAP query. Is the ABAP reports same as Program or they are different.
    Thanks in advance
    Faisal
    Edited by: Faisal on Jun 30, 2009 11:06 PM

    Hi,
    1) End user security (role matrix coordinate with process team)
    This role Matrix design is most important where we can put restrictions and use SoD.
    2) Secure Table (by auth group)
    Table TDDAT and use of transaction se54 for security tables to right auth Groups. Secure s_tabu_dis, s_tabu_cli.
    3) Secure program (as you said ABAP reports are referred to Program)
    Use of table TPGP and program RSCSAUTH for assignment of groups to Program. SA38 Running of SA38 requires a minimum SUBMIT in user Action. A user having SA38 is dangerous as he/she is now enabled to run any report. Hence protection in Auth Group is needed. Verify each and every program is having authority check statement and Auth Group or not before assigning sa38. As you mentioned its best to avoid SA38 and create CUSTOM TXN for each report.
    (We should also SECURE S_DEVELOP in Production properly along with ur points. Please Note).
    4) Secure some batch jobs roles for batch job
    Secure by s_btch* objects and less access to se36.
    5) Create support roles for cutover activity during Go-live
    That is always needed. Go ahead.
    6) Emergency roles & IT roles for support
    This is very much needed as a role of Mitigation and Fire Fighting for Temporary access. Ensure to enable ur audit parameters in RZ10 (rsau* sm20,RSLG* for sm21). Give emergency access but enable audit via sm19 and get audit reports from sm20 and sm21 immediately after the use of emergency access.
    There are also other auth objects we need to be care ful which is a long list and hope every body ensures that (s_cts,a_admi,s_trans, tables ssm_cust, prgn,t000) etc and a host of others. Besh wishes. Let us know if any issue.
    Regards
    Aveek.

  • Need knowledge on sap upgrade 4.7 to ecc 6.0 in abap reports and sap query

    please give me some ideas and useful links on sap upgrade 4.7 to ecc 6.0 in abap reports and sap query

    Hi Jaya,
    Not very clear with your question.
    Are you looking for changes in areas od ABAP reports & SAP query when we upgrade SAP from 4.7 to ECC 6.0 ??
    If the response is YES, then please refer to SAP solution browser www.sapsolutionbrowser.com
    Define source release and target release .
    You will get module wise details on new features for target release.
    Hope this helps.
    Regards,
    Deepak Kori

Maybe you are looking for

  • Itunes7 just wont open at all

    I upgraded to Itunes 7, and now it wont open. I get no error message. I have tried the things apple said to try. That does not work either. Quicktime works fine. I just cant open Itunes. I really just want to get into Itunes. I was ok with it for awh

  • Error 4002 every time I open iTunes

    Every time I open iTunes up I get an error box stating; "We could not complete your iTunes store request. An unknown error occurred (4002). There was an error in the iTunes store" This box comes up every time I open the application, whether it's been

  • Error updating Customer Location by hz_cust_account_site_v2pub.update_cust_

    Hi All, we are getting below error message - "ORA-06550: line 9, column 20: PLS-00103: Encountered the symbol "IS" when expecting one of the following: := . ( @ % ; not null range default character ORA-06550: line 51, column 5: PLS-00103: Encountered

  • Count Records in Table Except If Related Record Exists in Child Table

    Dear All I have the following query that counts all of the records in the table SENAlert based upon the teacher's username in a related table. SELECT COUNT(SENAlert.SENAlertID) AS Expr1 FROM Class INNER JOIN ClassMember ON Class.ClassClassCode = Clas

  • How to update database using Service in 11g

    Please some one provide the knowledge, how i will update database from a form and form is having multiple rows and column and and all are having different or same value. e.g. we have having clientName table and having column(clientname, legalContact,