Controlling Report

Hi All,
I had an excel sheet with the following fields from a user which was got from SAP:
Company code, Controlling document number, posting date, document type, row, GL Account, Amount, Transaction Currency, Customer, Customer name, Country.
She wanted the transaction from which this report was generated. I looked through the SAP standard reports and also SAP queries but couldn't fine one which had all these fields. Do any of you guys have any idea if theres any report with the above fields in SAP.
Thanks,
Ravi

Hi,
seems to be from report painter (trx.GRR3)
A.

Similar Messages

  • How to control report direction at runtime

    Hi All
    I want to control report direction(Left_To_Right or Right_To_Left) at runtime.
    to make every thing is clear I want to call the report from Form passing parameter ,according the parameter the direction should be directed

    Yes, it work and I was know it, for this reason I emphasis that I created control at "DESIGN time", I want to change the direction of controls that created at design time not creating at runtime with var tf:TLFTextField = new TLFTextField();
    To reproduce the problem create TLFText on your scene with text tool and name it "MyText" then
    var tf:TLFTextField = MyText; // instead new TLFTextField();
    ..rest of your code
    now you will see that nothing will be change! I struggled many hours but still no success.
    Do you have any idea in this case?

  • Finance and Controlling report in combination with Cost center, GL account, Internal Order

    Hi Members,
    Finance and Controlling report in combination with Cost center, GL account, Internal Order.
    Please provide any slandered report in all 3 dimension.
    Thanks
    Dileep Kumar

    Search this query in FI Controlling forum am sure you will get useful results there.
    This kind of reports related to Controlling are usually created using Report Writer tool.
    In fact majority of reports in Controlling component is created using Report Writer only.

  • RAR 5.3 SP8 - Invalid Mitigating Controls Report Issue

    Hello,
    When I view the Invalid Mit Controls Report, and I click the "Click to Change" button, it brings me to blank mitigating controls screen with an error at the bottom of the screen that reads "Category should be U, R, P, H or O"
    Has anyone seen this before? The log shows nothing when I look to it to view more info about the error...
    Any troubleshooting tips or is this something I need to bring up with SAP?
    Thanks!
    Jes

    yep

  • Grid control report

    Is there a way to run a report in grid control of the # of SQL statements run daily against a database? (select, update, insert, delete) they are trying to track the transactions daily in the production environment. Thanks in advance!

    or
    EM grid control -> Reports -> Create
    Under the General Tab
    Title : Test report - host performance for emx.us.oracle.com
    Category : Monitoring
    Sub category : Perfromance
    Target Type : Host
    Use Specified Target : emx.us.oracle.com
    Ensure that the following is checked
    -- Run report using target privileges of the report owner (SYSMAN)
    -- Time Period - Last 7 Days
    Under the Elements Tab
    Add -> Metric Details -> Continue
    Then
    Click on "Set Parameters"
    Time Period : Inherit Report Time Period
    Targets
    Select Metric : CPU Utilization (%) : Load
    When finished click on continue
    We can select another metric, so under the same Elements Tab
    Add -> Metric Details -> Continue
    Then
    Click on "Set Parameters" (now there will be 2 rows)
    Time Period : Inherit Report Time Period
    Targets
    Select Metric : memory Utilization (%) : Load
    You can do a Preview and it should show you the graphs
    When finished, select the Schedule Tab and put in the details

  • Update control report did not appear

    Dear Experts/Gurus,
    I am confusing after upgrade database version 2004A SP 00 PL 41 to SBO 2005A SP 01 PL 29, the update control report did not appear but when I upgrade database SBO 2004A SP 00 from PL 20 to PL 41, it appears after logon. Why could it be happened ? I appreciate your answer. TIA
    Rgds,
    Steve
    "ratify kyoto protocol"

    Steve,
    Not sure why that may happen.  You may want to enter a message with SAP Technical Support on this issue as you may get a quicker response as this forum is for questions related to the Business One SDK.
    Eddy

  • Update Control Report

    Hi All,
    Can any one let me know what is the use of  "Update Control Report" in Administration-->Utilities-->Update Control Report how can i use this option.

    Hi Sandy,
    During regular work in SAP Business One, you enter, process, and update data. In specific scenarios, this data can be corrupted or disrupted due to certain user actions or global malfunctions. You can resolve some of these cases by using the restore functions. 
    Now the Update Control report is used  to view database information after restoring the application and the database.
    Nagesh

  • Control report program by using pushbuttons

    Hi Experts,
    I need to create a selection screen with text boxes, radio buttons and Push buttons. Whenever I enter some value in text box and press the PUSHBUTTON, the report should upload one file from local drive(like D: C: or Desktop) and need to update one custom table with those entries and it should display those entries like a normal report works.
    PUSHBUTTONs are used to control the selection screen rathar than report. ***
    Is there any way that a report program with PUSHBUTTONs will works like a normal program?
    Otherwise give me some suggestions how do I proceed further...
    Regards,
    Ramesh.

    Hi Ramesh,
       have two bushbuttons in the report.
    1. for Upload
    2. For report display
    when you select upload push button the upload details will come below then select the file and upload it.
    when you select report display push button it will show the list.
    have use of at-selection
    just see a example code how can we control using radio button.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS       : p_r1 RADIOBUTTON GROUP rad
                            USER-COMMAND clk DEFAULT 'X'.            " upload Radio Button
    SELECTION-SCREEN COMMENT 5(35) text-003.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 001 WITH FRAME TITLE text-001.
    PARAMETERS: p_upl       LIKE rlgrap-filename MODIF ID a           "Upload File
                             DEFAULT 'c:\temp\parbmat.xls',
                p_werks     like t001w-werks MODIF ID a,              "Plant
    PARAMETERS: p_rest      LIKE rlgrap-filename MODIF ID a           "Dwonload File Path
                             DEFAULT 'c:\temp\Success.xls'.
    SELECTION-SCREEN : END OF BLOCK 001.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : p_r2 RADIOBUTTON GROUP rad.
    SELECTION-SCREEN COMMENT 5(35) text-004.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 002 WITH FRAME TITLE text-002.
    PARAMETERS     : p_plant  LIKE marc-werks MODIF ID b.                "Plant
    SELECT-OPTIONS : s_dat FOR  mara-ersda MODIF ID b.                  "Date on Record Created
    PARAMETERS     : p_down LIKE rlgrap-filename MODIF ID b
                      DEFAULT 'c:\temp\Material Master.xls'.           "Download File Path
    SELECTION-SCREEN : END OF BLOCK 002.
    then you can use of at-selection screen to show or hide.
    see the below example code.
    T SELECTION-SCREEN OUTPUT.
    *Inactive Fields depending on the radio button
      LOOP AT SCREEN.
        IF p_r1 = 'X'.
          IF screen-group1 = 'B'.
            screen-active = 0.
          ENDIF.
        ELSEIF p_r2 = 'X'.
          IF screen-group1 = 'A'.
            screen-active = 0.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    Edited by: suresh suresh on Jul 17, 2009 2:30 PM

  • GRCv10.0- Process Control & Report/Dashboard Development

    Hi There,
    Does anyone have documentation around the custom report development in GRC-PCv10.0. ?  We are looking to build some custom reports and it seems like this can be done either web dynpro and/or crystal.  It will be great if some one could share report customisation done via web dynpro.  We are looking to build a report that provides a unique listing of risks and controls.  Additionally, we are also looking to create custom dashboards and if there is any documentation around that would be of immense help.
    Regards

    Hi Aman,
    I understand that and will post here some locations where you can find out the reference guides!
    Also will try to get a brief about the material I have with me!
    About the SAP recommendation, it will depends on our environment, how many users, what level of integration do you need, need integration with other Office tools, questions like that need to be answered in order to better provide you an answer!
    Talking about my experience, I can say that Crystal is a very good tool to provide enhancements for the reports and also give us some more possibilities!
    But as it´s not a requirement to have Crystal, it´s quite hard to say what is the SAP recommendation! Also, Crystal will need to be licensed separeted from GRC products!
    Regards,
    Claud

  • 10.2.0.4 Grid Control reporting EM repository is down

    I am confused by the status GC is reporting for my OMS and my EM repository. OMS is obviously up if I am accessing GC isn't it? And why would it show my EM repository is down. I couldn't be looking at Grid Control and monitoring all my targets successfully if the EM repository was down. I guess it's one in the same. OMS is showing down because it says the EM repository is down. If Iook at the home page for the database instance for my EM repository I see the following: Database Instance Status UP, Listener: Up. Agent connection to Instance: Failed. Failed to connect to database instance TNS destination host unreachable. The agent on the OMS is up and running fine. All the other targets that are running on the OMS are up so the agent must be working? I don't understand what this is telling me. What exactly is down? I am running 10.2.0.4 GC and have a 10.2.0.4 agent on 32 bit Linux. Is this a problem with the 10.2.0.4 agent? At one point I think I saw a message about problems with the 10.2.0.4 agents and someone said stick with 10.2.0.2. I need 10.2.0.4 agents because they have fixes required for the provisioning jobs. Any ideas on this?

    How do I know if dbms_jobs is running or not? What is the EXACT command to execute? Searching metalink I don't find any documentation on this and have no idea how to get that information. select * from dbms_jobs doesn't work as table does not exist. And if dbms_jobs is not running, how do I fix that? Is there some command to issue to start dbms_jobs? Here is the output from the agent.
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.4.0
    OMS Version : 10.2.0.4.0
    Protocol Version : 10.2.0.4.0
    Agent Home : /opt/oracle/agent10g
    Agent binaries : /opt/oracle/agent10g
    Agent Process ID : 8851
    Parent Process ID : 8834
    Agent URL : https://oractrl01.aisscorp.com:3872/emd/main/
    Repository URL : https://oractrl01.aisscorp.com:1159/em/upload
    Started at : 2008-02-20 13:49:59
    Started by user : oracle
    Last Reload : 2008-02-20 16:15:16
    Last successful upload : 2008-02-21 09:57:49
    Total Megabytes of XML files uploaded so far : 32.87
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 77.70%
    Last successful heartbeat to OMS : 2008-02-21 09:57:49
    Agent is Running and Ready

  • Custom GRC  access control reports

    Hi,
    Is it possible to have custom reports for access control?  Specifically we are looking at developing reports based on roles and users for compliance calibrator (risk analysis and remidiation). 
    Thanks.

    Hi Clark,
    Just go through with the following document......
    http://www.sdn.sap.com/irj/bpx/index?rid=/library/uuid/706f48c6-9694-2c10-319f-c379570dc988&overridelayout=true
    You will come to know all the new features about custom reports.
    Regards,
    Mohit

  • Controlling Reports to be displayed in business unit functional currency

    How can standard CO reports be modified to display in functional currency?  The Controlling Area is currently configured as follows:
    10- Company code Currency
    20- Controlling area currency
    30 - Group Currency
    40 - Hard Currency
    50- Index based currency
    60-Global company currency
    RPCO, RP00 and RPPO are configured with ContArea, Object, Transaction and Target Currency.

    Hi!
    Please try T-Code: S_ALR_87005721 - Specify Report Currency
    This configuration is at user-level.
    regards,

  • Controlling report output based on current user

    Hi all,
    I am building a small app with APEX for a sales team.
    We have the site and app hosted by another company.
    I have built a report showing sales summary for the company. The problem is that the report is showing all sales for all sales people.
    What I want is for the report to show data based on the user that is logged in, so that the user only sees his items.
    In fact, this would be a useful thing to learn for me, because I could use this functionality on several other pager, so this will be a good example for other situations.
    So far I have:
    I have a database table that keeps track of the sales reps.
    Each sales rep in that table is assigned a unique EMP_id, which is an autonumber column of that table, and is also the primary key.
    The table also contains a column named: "User login Name" which is their login ID (the one they use to log into the application.
    Possible solution (I think):
    when user logs into APEX, retrieve their EMP_id from the EMP table based on their login name,
    Hold the EMP_id in a variable for the duration of the session,
    pass the variable to the SQL query for the report in the where clause.
    Is this a good solution? or is there a better way to do this?
    Can anyone advise on how to get this done please,
    Thank you.

    Hi,
    Sorry - I guess I should have said where to create the function!
    You can keep those steps or keep with your own method as both should return the value you need. I usually store the result of that value in G_USER - similar to Tyson's method - when the user logs in and then use :G_USER wherever I want to use it in filters etc. However, if I need to create SQL Views, I have to use the GETCURRENTUSERID() function instead.
    Andy
    ps - I used MIN() in the function to ensure that I only get one value returned. The method SELECT .... INTO .... only allows us to set a variable to one value and, sometimes, more than one value is returned by the SELECT statement and this would generate an error. Of course, there should be just the one value that matches the current user, but I always assume the worst! The statementS:
    SELECT MIN(EMP_ID) into user_id FROM S_USERS WHERE UPPER(LOGIN_ID) = UPPER(v('APP_USER'));
    user_id := CASE WHEN user_id IS NULL THEN 9999999999 ELSE user_id END;could also be written as:
    SELECT EMP_ID into user_id FROM S_USERS WHERE UPPER(LOGIN_ID) = UPPER(v('APP_USER')) AND ROWNUM = 1;
    user_id := CASE WHEN user_id IS NULL THEN 9999999999 ELSE user_id END;or
    SELECT NVL(MIN(EMP_ID), 9999999999) into user_id FROM S_USERS WHERE UPPER(LOGIN_ID) = UPPER(v('APP_USER'));

  • Interface Control Report in SAP

    Hi Interface Gurus -
    Could you please help me with the below ......
    I need to create a daily audit trail report either in SAP/BW that should show the data that has been transmitted (thru interface) from Non-SAP to SAP System. Also I have to show the report ased on the record type for any date.
    Thanks
    Jay

    Dear Jay,
    Are you maintaing the data in a custom table (including record type). If yes, you would just need to fetch the data from that table.
    Regards,
    Naveen.

  • Alternative account number instead of cost elements in controlling reports

    Hello.
    Is there a possibility to show alternative accounts numbers from country charts of accounts instead of cost elements / account numbers from operative chart of accounts in CO reporting?
    Thank you for your answer.
    kind regards
    Andreas

    Not in a standard report.
    With ABAP anything is possible. And it should be relatively easy - create the report as you want with the cost element (In report painter), have the ABAP execute the report, and in the result, swop the cost element with the alternative account.
    Edited by: Piet Strydom on Jan 9, 2009 11:40 AM

Maybe you are looking for

  • HP Phoenix 8-core - how do I get XP Mode to work in Windows 7 64-bit?

    My Computer:  HP Phoenix 8-core, 12 GB Ram, over 1,000GB hard drive space, Win 7 SP1 with current updates.  Downloaded and installed the following:  Windows XP Mode with Windows Virtual PC, the hotfix MS provided for AMD multicore, and the MS Hardwar

  • Computer restarts when music is being uploaded to the Ipod

    I just purchased a 60GB Video Ipod from Best Buy. I've had nothing but problems with it since. The main problem is that plugging in the USB cable will either reset my computer immediately or if I get lucky Itunes will automatically start to update th

  • Error 1402 attempting to uninstall PS Elements 6

    I am trying to uninstall PhotoShop Elements 6 in order to upgrade to PS Elements Premier 9.  Like a multitude of other Adobe product users and other install, uninstall and upgrade attempts for a variety of Adobe products, my PSE 6 uninstall efforts a

  • Error 150:30 - License Recovery does not work

    Hi all, I downloaded the License Recovery for Mac to rectify the issue but it does not allow me to "Doubleclick the LicenseRecoveryLauncher.app and enter your Mac OS X password when prompted." it simply downloads the file to my desktop and I'm not su

  • Problems Embedding Traditional Chinese

    Hello, I am trying to embed Traditional Chinese characters and I'm having issues. I've embeded the font through the Flash IDE (property inspector), and I've used a regular TextField and a TLFTextField. The TLFTextField doesn't seem to embed all the c