Help me regarding custom report

Hi,
I have to create a custom report, where i need to show all the users group by managers. Please help me out regarding this.

Hi..,
i got your requirement...
You can avoid some code in a program just by not executing it !!
Create a pushbutton on the application tool bar by using Menu painter and store the function code of that push button in a variable of type sy-ucomm, in the beginning of the program it self..
Now write your code in an IF condition.. with out any events in it ...
<b>data w_ucomm type sy-ucomm.
suppose say the fcode for the pushbutton is FCODE... then
store it in w_ucomm.
w_ucomm = 'FCODE'.</b>
<b>if sy-ucomm ne w_ucomm.
WRITE YOUR NEW LOGIC HERE-------
endif.
make sure that the code inside IF must not contain any events !!</b>
regards,
sai ramesh

Similar Messages

  • Help needed regarding custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    You might want to try posting your question to the Grid Control Forum.
    Enterprise Manager

  • Need help in creating custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    Same post
    Need help on repository views for creating custom capacity planning reports

  • One query regarding custom report of FBL5 trnsaction.

    Hi All,
    I had had to add some additional fields to the custom report of the transaction FBL5. up till now i have added the fields to the display layout variant,its getting populated also.But thing is whatever header information it was coming on the top of ALV list in the output of the standard report FBL5,it is in not coming my report.
    I am not able to locate it from the code that where is it happening.
    can anybody help me in this regard.
    Thanks in advance.

    Hi,
    thats's crazy - similar qu. was asked in FI-Forum:
    Re: About GL line item display
    -> so try: rigtht mouse click - header information
    A.
    pls reward useful answers
    thank you !
    Message was edited by: Andreas Mann

  • Help needed regarding ALV report

    Hi,
    I have a query regarding ALV report.
    The requirement is as follows:-
    When the user executes the ALV report and if he sums one numeric field column values and filters out some of the field columns ( for example there r 5 columns in the report and the user has filtered out 2 of them and viewing only 3 columns)
    and now the requirements is that when the user runs the report later he should see the modified report ( i mean only 3 cloumns and the total value of the column which he has made) but not the original output which was there when the report was developed.
    First of all i wanna know is it possible to do r not. If yes then how
    Hope u have got what i want.
    eagerly waiting for ur reply.
    regards,
    maqsood

    Hi
    Yes you can! You have to manage the layout variant.
    So when you call your ALV you have to set the parameter I_SAVE = 'A'.
    In this way you'll allow the user to save the variants for layout.
    After you has to have a chance to choose the variant in selection-screen.
    See the demo program BCALV_GRID_11 to manage the variant in selection-screen.
    Max

  • Regarding Custom Reports

    Hi,
    can you please tell me the physical table name which can hold all the routines that we create in SE38 transaction?
    also tell me is there any table which can hold all the transfer structure routines?
    Thanks & Regards,
    Vijaya

    Hi,
    Look at the Table TADIR
    Regards
    Sudheer

  • Customized reports

    Dear experts,
    Can any one explain me regarding Customized reports.
    I have not involved while creating Customized reports.
    Plz explain me in stepsu2026u2026by taking an exampleu2026.COSTPLAN/BUDGET.
    With TCodes.
    So it will be helpfull easy to understand.
    I think it is not standard question,but even im having doubt.
    Regards
    Chandra

    Hi
    The essentials for creating a hierarchy report are as follows:
    ·        Create a form T code CJE5 (Report Painter)
    You use a form to stipulate the contents and structure of the detail list in a report. Among other things, you define the value types to be displayed in a report, for example, the plan, actual, and/or budget values.
    ·        Create a report
    You define the drilldown list of a specific report when you create it. In the process, you stipulate the attributes used to evaluate the data in a report.
    There is a logical database maintained in syste, for PS it is PSJ. You can view the same in T code SE36. The data for reporting is extracted from this database.
    Please refer for details
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/5c/8dafd0555411d189660000e829fbbd/frameset.htm
    Regards

  • Custom report templates with the help of BI Publisher.

    Hi All,
    I have created custom report templates with the help of BI Publisher it is working as we excepted.
    refered : https://blogs.oracle.com/kyle/tags/reports
    But our requirement want to change the color of heading and include filters in output report, It is possible, if yes pls share you comments?
    Best Regards
    Pradeep

    how silly of me!
    just restarting the tomcat sorted the problem!!!

  • Need help in creating custom crosstab reports

    Hello
    I need some help in creating custom crosstab reports.
    My current report shows the number of events that have occured over the time in a day
    The events and the eventdetails are read from the database before being printed on the crosstab
    i.e something like this.
    Note : there are no events between 3:00-3:59,5:00-5:59;6:00-6:59,7:00-7:59  (not present in the database)
    hence not displayed in the reports
    *08/07/2009*         01:00        02:00         04:00          08:00          10:00*
    Event X                    1               1                 4                 1                  3
    Event Y                   3               3                 2                 2                  1
    Total                        4                4                 6                 3                  4
    So far so good...
    Now i have to enhance my reporting application to include the event details which have not happened i.e to include the time details in the crosstab reports where no events have happened
    08/07/2009             01:00        02:00         03:00          04:00          05:00         6:00         07:00         8:00     9:00     10:00
    Event X                     1               1                0                 4                  0             4             0                1            0           3
    Event Y                     3               3                0                 2                  0             2             0                2            0           1
    Total                         4                4                0                 6                  0             6             0                3            0           4
    I have fell short of ideas this time around to implement such a thing
    Any help in this direction is deeply appreciated
    Regards
    Srivatsa
    Edited by: Srivatsa HG on Jul 8, 2009 10:56 AM

    Hi,
    It seems that you are having issue with Crystal Report Design.
    Post your question in [Crystal Report Design Forum|SAP Crystal Reports;
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all Design queries remain in one place and thus can be easily searched in one place.
    Regards,
    Shweta

  • Urgent : Help needed in Using Hyperion to create a custom reports

    Hi Gurus,
             I am new to Bw my requirement is to use Hyperion to create a custom reports based on the functional specification. this report should be Created based on the data in the BW. I mean the data should come from BW.
    Can any one give a detailed description about how to create these reports. If you have any documents on what is hyperion and the integration of hyperion to BW can you please forward them to [email protected]
    Thank You,
    Reddy.

    Not sure, But ultimately 'Flat file' may be the common interface for both the environments. So i think BW role may stop after crating the flat file in a specific format..
    regards,
    Hari

  • Regarding Customer Payment Summary report

    Hi Gurus,
    FI -AR:
    in Customer Payment Summary report we have key figures like Arrears with cash discount and Arrears with out cash discount along with key figures Payement with cash discount and payment without cash discount.
    Could some one explain about what does the meaning of Arrears with cash discount and Arrears with out cash discount key figures.
    Regards,
    Kotesh

    The report looking like as bellow.
              Paymt w. Cash Discnt     Arrears w Cash Disct     Paymnt w/o Cash Dist     Arrears w/o Cash Dct
    Company
    code     Customer     £                      £     
    2000     2001     0.00                                        0                                              5,104.93     152
    2000     2002     0.00                                       0                                             3,272.46         0
    2000     2002     49,609.74                                      12                                               0.00        0
    2000     4999     2,637.88                                     29                                               0.00        0
    Thanks in advance.
    Regards,
    Kotesh

  • Help regarding classical report

    i want help reltated to classical report..
    1 .  i want to bold text for some lines ..how can i do it...plz tell me..
    2 . when i m printing classical report then in the printed page it show date and description of program but i want to hide it. plz help  me .
    i m new in abap .  thanks in advance..

    Hi,
    Changing font size in reports refer program DD_STYLE_TABLE.
    use NO STANDARD PAGE HEADING to hide description of program.
    Regards,
    Anil

  • Custom reports in Oracle Designer - HELP!

    I have a need to write some custom reports in Oracle Designer. I know all the information is in the repository but don't know how to get it out.
    Would anyone happen to know where I can get my hands on an ER diagram depicting the relationships across repository tables (meta model)?!

    Start the RON. Choose a workarea. Select an object (table definition, view definition etc). Now open the properties. Select a line in the properties window and press F5. Now choose the "Model" button.
    IExplorer is opened with information on the View in which these objects can be found.

  • Standard and customized reports

    Experts,
    I'm given a requirement to create some reports. Was hoping someone can help me with which are standard and customized reports from this list :
    OPEN PURCHASE ORDER REPORT
    OPEN REQUISITION REPORT
    OPEN RFQ REPORT
    PURCHASE ORDER CONFIRMATION REPORT
    STOCK ITEMS RE-ORDER
    STOCK ITEMS RESERVED
    STOCK ITEMS ABOVE STOCK MAX
    STOCK ITEMS BELOW STOCK MIN
    STOCK ITEMS DETAILS
    STOCK ITEMS INVENTORY CONTROL
    STOCK ITEMS LIST BY NUMBER
    STOCK ITEMS MOST USED
    STOCK ITEMS NOT USED
    STOCK ITEMS ORDER BY COST
    STOCK ITEMS ORDER BY LOCATION
    STOCK ITEMS ORDER BY VENDOR
    STOCK ITEMS OVER RESERVED
    STOCK ITEMS STATUS
    STOCK ITEMS VALUE
    VENDOR PERFORMANCE REPORT
    Regards,

    Hi,
    SAP Std. Reports     Description                                                                          Z-Dev
    ME2N / ME2M / ME2L     OPEN PURCHASE ORDER REPORT     
    ME5A                          OPEN REQUISITION REPORT     
    ME4N / ME4M / ME4L     OPEN RFQ REPORT     
    ME2A / VL06I     PURCHASE ORDER CONFIRMATION REPORT     
    MB53                          STOCK ITEMS RE-ORDER                                                     ABAP Report
    MB24 / MB25                          STOCK ITEMS RESERVED     
                              STOCK ITEMS ABOVE STOCK MAX                                ABAP Report
                              STOCK ITEMS BELOW STOCK MIN                                ABAP Report
    MMBE / MB52     STOCK ITEMS DETAILS     
    MC.1 / MC.9                           STOCK ITEMS INVENTORY CONTROL     
    MMBE / MB52     STOCK ITEMS LIST BY NUMBER     
    MC46                           STOCK ITEMS MOST USED     
    MC50                           STOCK ITEMS NOT USED     
    ME2N / ME2M / ME2L     STOCK ITEMS ORDER BY COST     
    ME2N / ME2M / ME2L     STOCK ITEMS ORDER BY LOCATION     
    ME2L                          STOCK ITEMS ORDER BY VENDOR     
    MB24/MB25                           STOCK ITEMS OVER RESERVED                                        ABAP Report
    MMBE/MB53                           STOCK ITEMS STATUS     
    MB52                           STOCK ITEMS VALUE     
    ME6H                           VENDOR PERFORMANCE REPORT     

  • Custom report: Serial number of material issue in PM order

    Hi,
    I want make customized report. please can you help on this.
    requrment is: I wan to trace the serial number for the materials issued  in PM order . please let me know how to go ahead and achive this?
    regards
    krish

    Krish,
    Have a look at the SER* tables via TCode SE16
    PeteA

Maybe you are looking for

  • How to parse data from XML with prefix?

    Hi folks, I have an XML which tags include prefixes. I would like to parse it using a select. Any ideas? [Sample XML|http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_or.cgi?ico=46972501] I tried this: select xml from    (  select             httpuritype('www

  • BT vision+ versus youview+

    Over the last two months my vision+ box has gone into standby  on at least 12 occasions twice during recordings. I wonder if I were to buy one of the youview boxes for sale on ebay could I use this in place of the vision box ( which is not a good pie

  • Import Albums to MacBook

    I just bought a new MacBook and wanted to move an album from my PowerBook to iPhoto on the MacBook. How can I do this preserving the photo comments and ratings?? Thanks for the help.

  • IVI-Switch: How can I get Routenames in LabVIEW?

    Hi, in MAX I have defined a lot of routes for a Switch-Executive-Virtual-Device. In TestStand 2.0 the names of these routes will offer in the Step-Properties-Dialog in register 'Switching'. My question: Is anything like that available in LabVIEW 6.1?

  • How to deploy reports on production server in SSRS?

    Hi, Now since I have almost completed developing a SSRS report in my local machine ,I would like it to be deployed to a UAT environment. If I specify the Target server addr as follows : http://[server name]/ReportServer and Deploy the report ,will it