How to remove database profile in report

Hello,
We have a report right now and upon accessing it, a window asking for a Database Profile comes out. This causes the program to have additional selection parameters for Project Definiton, WBS element etc.
Before we just ran the report for Period, Year, Cost Center Group. Ever since the Database Profile appeared we now have to put * in the WBS element so that the report will run.
Anyone know how to remove the Database Profile selection? One of our users reported that this wasn't in the selection parameters and our developer said there were no changes to the report.
Are there possible reasons why the Database Profile suddenly appeared?
FYI, the report was created using Report Groups (GR51/2/3)
Thanks.

Hi,
What selection criteria you need?
Database profile is needed to access objects from Logical PS DB. You have to put at least one selection object viz. Project Definition or WBS, or Network or Activity.
Create one of your own profile as per requirements and default it in user param.
Regards,
Harsh.
Edited by: Harsh Saxena on Jul 8, 2011 1:13 PM

Similar Messages

  • How to call database view in report

    Hi i have a small problem in report
    the problem is like this i had created a database view in which i got all the values displayed but can any one of you tell me how to declare this database view in report with example
    i had created a database view named as znew1
    and the fields are
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,

    Hi Mr. Rich
    This is the program code and i want this output int he alv grid format
    TABLES:EKKO,EKBE,EKPO.
    DATA:BEGIN OF RTAB_ALV OCCURS 30,
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,
         END OF RTAB_ALV.
    DATA:IZNEW1 TYPE TABLE OF ZNEW1 WITH HEADER LINE.
    select * into table IZNEW1 FROM ZNEW1 UP TO 10000 ROWS.

  • How to change database in crystal report design

    Hi experts
                         I have created a report in crystal addon using demo database, now I want to change the database to see the actual testing of report. I tried by Set Location option in Database expert I log off the current server then Log on It ask the database name I put new database name . But when I Run the report it show the previous database records.

    >
    Julie Jamieson wrote:
    > Try using a dot (.) as the server if you want to be able to run the report from inside SAP from a different database
    What do you mean by this?
    I have not yet installed the Crystal Addon for SAP (Using R1 Reports now) I would hope that Addon allows you to use a different database with Crystal, my current solution does and that is how I build most of my reports with views and sp's.
    I hope this is not to far off topic.
    Thanks
    Ken W.

  • How to remove Sorting options from Report's Column Headers.

    Hi All,
    When i try to run a Query in Enterprise Portal, I'm getting a " Sorting option" in each column. Thats not needed in a Report.
    Kindly suggest me How to remove that Sorting options from Each colum header.
    Thanks in Advance.
    Regards,
    Jayaprakash Jayachandran.

    hi,
    U can uncheck the sorting option in Navigation Pane,which will remove all sorting options.
    Regards,
    aanand

  • How to remove database name from SQL query

    We have an MS SQL server with several databases that are of the same schema but have different data.  We do this for testing different environments.  We are using Crystal reports for the first time and we are having trouble changing the database location in the designer.  If update the data source location to the same database server, but different database name, the data still comes from the original database used when creating the report.  We look at the SQL query and it contains the database name and does not change when updating the data source.  Therefore the data always comes from the database used when originally creating the report.
    How can I remove the database name from the SQL query so the proper database is used when testing the report?

    Hi C F
    Please ensure you have followed the procedure mentioned below:
    In Crystal Reports, there are two ways to set the location of the data source your report points to, depending on your connection type.
    For ODBC and Native Connections:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click the data source to be changed. You must click each individual table in the data source one by one. If the data source is a stored procedure you will not see individual tables.
    NOTE     In Crystal Reports 10, XIR1, and XIR2, if you are mapping from a data source such as a stored procedure where the report designer can not determine which fields should be mapped automatically, you will see a 'Mapping' dialog box where you can manually map fields, as in the procedure cited above.
    3. In the 'Replace with' section, click the data source you want the report to use.
    4. Click 'Update'.
    5. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    For Native Connections Only:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click 'Properties' to expand it and right-click 'Database Name: <path to database>'.
    3. Click 'Edit' and then type the path to the
    new data source location.
    4. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    Regards
    Girish

  • How to remove the header in Report from SQVI

    Folks,
    I created a report by joining 4 tables in SQVI, the output data is around 200 pages. I need to remove the header from the report so I can down load to a excel.
    Can some tell me how to switch of the header in SQVI ( Layout Mode). I did this before using Legend on/off but I quite didn't remember how I exactly did it.
    Thanks,
    Kumar

    Hi,
          It is not about the thing that, whether your source is XML or flat file. If you dont want some thing in your source file , dont consider it and dont map it with your target structure. think that, your not getting the header in your source.  What is the header here.
    <Emp_details>
    <Emp_Id> Employee No </Emp_Id>
    <Emp_Name> Employee Name </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 1234 </Emp_Id>
    <Emp_Name> xxxx </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 5678 </Emp_Id>
    <Emp_Name> yyy </Emp_Name>
    </Emp_details>
    you have two fields under node Emp_details. What do u want to avoid here?
    Regards,
    Reyaz

  • How to remove UNIT ERR from report

    Hi,
    When the report is executed, the columns and key figures (restricted, calculated) etc are displayed properly, but under every key figure column header there is a word "ERR" is displayed , please let me know how this can be removed from the report.
    Thanks
    Akila. R

    Hi,
    As suggested in the above threads either maintain the Units for the objects or try to remove the ERR message by using the function NODIM() for corresponding key figures.
    Regards,
    Rik

  • How to remove Fatal Error in Reports 3.0

    How to eliminate Fatal Error in the Reports,
    I created Formula column and in that i am writing query for
    retreiving values and storing that value in other variable which
    i declared in the formula columns PL/SQL and in that I didn't
    find any compilation errors but when i run the report i am
    getting the fatal error. Please give me the solution for that
    fatal error.

    Hi ,
    first goto the properties sheet of formula column.
    in the properties sheet
    increse the widht property by 200.
    still u have the same problem again increase by 100.
    repeat like that.
    at certain level u r error fixed.
    bye
    srini

  • How to remove Blank Fields in Reports ASAP

    I have a bugging problem. I have Reports 6.0 in which My address section 5 Fields of address one below the other. Report runs perfectly But when I have Address of only three lines then the middle lines are left empty. How can I shift the lines below to the Empty lines.
    Please let me know Asap.

    You can have the dynamic items in a frame which would shrink or grow depending on the circumstance.Now your item below this should be anchored to the frame so that it shifts itself up or down depending on the frame location.
    Hope this solves your problem.
    null

  • How to remove Database Files and Backup from ASM

    Hi All,
    Oracle Database 11.2.0.3
    OEL 5.7
    We have a host for restore purposes.
    We execute monthly or quarterly restore operations to verify that I am able to restore a subset of the data in the given amount of time or to other purposes.
    I have a automated script to Clone the Database, but to Clone Database we need remove the old database from ASM before start this operation. I want remove only Database files and keep the configuration (such as oratab/network/ocr and so on).
    Question: There is a easy way to remove these files without connect on ASM or by using DBCA?
    Appreciate any helps.

    user12028775 wrote:
    Hi All,
    Oracle Database 11.2.0.3
    OEL 5.7
    We have a host for restore purposes.
    We execute monthly or quarterly restore operations to verify that I am able to restore a subset of the data in the given amount of time or to other purposes.
    I have a automated script to Clone the Database, but to Clone Database we need remove the old database from ASM before start this operation. I want remove only Database files and keep the configuration (such as oratab/network/ocr and so on).
    Question: There is a easy way to remove these files without connect on ASM or by using DBCA?
    Yes... there is a easy way. Use command DROP DATABASE.
    Use the DROP DATABASE command to delete the target database and, if RMAN is connected to a recovery catalog, unregister it. RMAN removes all datafiles, online redo logs, and control files belonging to the target database. By default, RMAN prompts for confirmation.
    Put this command on your script before clone your database:
    RMAN> CONNECT TARGET SYS@test1
    RMAN> STARTUP FORCE MOUNT
    RMAN> SQL 'ALTER SYSTEM ENABLE RESTRICTED SESSION';
    RMAN> DROP DATABASE INCLUDING BACKUPS NOPROMPT;Regards,
    Levi Pereira

  • Process Chains - How to remove prcesses using a report or FM

    Hi Friends,
    Is there a way to remove porcesses from a Process Chain without using TC RSPC?
    I've to remodel huge Process Chains and would like to avoid using TC mentioned.
    I'm knowing IDs of Process Chains and processes to be removed and searching
    for a program doing removing automatically. Any suggestions?
    Thanks in Advance & Regards
    Joe

    Thanks Vishal and M.,
    Of course you're right, and exactly this was the reason why I didn't want to delete records from table RSPCCHAIN
    manually or by a customer report. MY idea was to use a standard program from SAP, 8Mtehod, FM,...).
    I've to confess i was to lazy to debug RSPC to find the place were deletion of processe is coded.
    I think using this would be a proper solution for my issue.
    It really sucks to to this in GUI witin huge PCs. Just to poszion cursor on the right place....
    Regards
    Joe

  • How to remove blank pages from report

    Hi All
    i have a condition where i have to display the record only when trxn lines are available for that record ,inside my for each group condition i put the if condition having a count variable so if count is not zero then only the record will be displayed ,it works but problem is it shows blank pages for those records.
    any clue would be very helpful.Thanks in advance
    Thanks
    Pratap

    Hi All
    The solution of this issue is given in below mentioned thread
    How to avoid blank page in BI Publisher
    Thanks a lot to Vestrini :)
    Thanks
    Pratap

  • I ned help i need to start fresh new firefox dont know how to remove old profiles its totally ruined i can use it but not like suppose to thank you for your time

    there are so many things not working right i really do not know where to start
    if someone counld assist me PERSONALLY hands on that would be very much appreciated
    i just need to delete ALL old files the whole firefox
    and i need someone willing to have patients and understanding that will help me thats all i can say
    ive used firefox on and off 4 ever
    i like it over IE like 101% chrome is okay but not y choice
    firefox in my 46 year old eyes RULES!
    so if someone is willing to help me id love that
    im thinking ive deleted some file of very great importance
    PLUS i hate the Flash & Jave & Chrome errors that pop up
    PLUS
    statse.webtrendslive.com : server does not support RFC 5746, see CVE-2009-3555
    support.mozilla.com : server does not support RFC 5746, see CVE-2009-3555
    code I like this
    then there is on my space & other sites java is () Null or void
    im not a computer whiz
    but im not DUMB either
    i cant edit profiles and codes
    if i could id be one volunteer on here to help anyone N everyone i could
    on Superpoke pets
    it no longer allws me to go from inventory popular
    to ether stock left
    or lower to higher cost
    or higher to lower cost
    just an example
    this is frustrating to me ALL of it
    im ready to just throw my hans up n say 4 get the net
    please help me someone
    anyone
    thank you for your time in this matter
    and have a wonderful rest of your weekend

    Managing Profiles
    http://support.mozilla.com/en-US/kb/Managing-profiles

  • How to remove # fields from my report

    Hi,
    In our Bex query, fields which have no data are displayed as '#'. because of this many fields are shown '#' since no data for those fields. As this looks odd we want in our report , these fields to be shown as blank ' '  instead of '#'. Is it possible to make those fields leave empty instead of showing up #.
    I have searched all the forum questions found similar questions but could not find a convincing answer .
    Please help required
    thanks & regards
    Krishna

    Hi
    you can use a macro to do this.
    You can find the following link for the proceedure to add a macro:
    http://wiki.sdn.sap.com/wiki/display/BI/SAPBWMacros--BExFormatting+Features
    and you can add a macro like for your requirement:
    Sub DelX()
    Dim c As Range
    For Each c In ActiveSheet.UsedRange
        With c
            If Replace(LCase(.Value), "#", "") = "" Then .Value = ""
        End With
    Next c
    End Sub
    Let me know if the Macro worked for you.
    Regards,
    Krishna Tangudu

  • How to remove duplicate amount  in report

    Hello,
    I created PO wise details and my layout is
    VENDOR CODE
    VENDOR NAME
    PURCHASE DOC.
    PURCHASE AMOUNT
    PURCHASE DATE
    INVOICE NUMBER
    INVOICE DATE
    INVOICE AMOUNT
    PAYMENT NUMBER
    PAYMENT DATE
    PAYMENT AMOUNT
    In my output payment amount is repeting for same payment number and payment date
    i used ON CHANGE OF wa_final1-augbl OR wa_final1-augdt OR wa_final1-dmbtr1.        
                 MOVE wa_final1-dmbtr1 TO wa_final-dmbtr1.  "IR ACC Amt - Pay Clear Amt    
             endon.
    in the loop,so wat can i do further inorder to avoide duplicate
    thanx in advance

    Hi,
    I hope below of code help for your solution .
    sort your itab by pay_no, pay_date, pay_amy.
    Delete adjacent duplicates from t_final comparing pay_no, pay_date, pay_amy.
    Thanks
    Best Regards
    I.Muthukumar.

Maybe you are looking for

  • Parameter weirdness: Report not using user selected parameter value

    I am writing my first report and cannot for the life of me figure out how to deal with this issue. When I call a report and pass the parameters in, it appears that the user cannot then change the parameter values and run the report again even though

  • Adding CFC timeout?

    iam trying add a timeout in a CFC but having some issues with it...I need help...here is my sample CFC which needs a timeout added....could somebody please help me how to add a timeout in the code..i tried requesttimeout using cfsetting but i could n

  • Ship-to party details at item level

    Hi friends,              I am using SAP version 4.7. In a sales order, Ship-to party is different at header level and item level. When I go to the sales order item overview and click on a particular item and in the partners tab, I see a different cus

  • Sun Chart component

    Hi, My name is Vikrant Abdagire. I am a SUN India employee. I am developing an application using JSP.In which i want to draw a pie chart. Is there any char component develpoed by SUN which i can be use to create a pie chart.I dont want to use third p

  • Folder flies across desktop!

    I have one folder on my desktop which has a large number of image files, 4GB full. When I drag a new image into it, the folder sometimes flies across the desktop to a new location! Why? No other desktop folder does this. My desktop is set to "snap to