MIR5 Report exit

Hi..
I have a requirement in MIR5 transaction.
When I execute MIR5 ,it displays a list of invoice document with a hyper link for invoice document number.
When we click the document number the screen redirects to particular invoice through MIR4  in which we get the item and purchase order details. I need that purchase order number of that invoice document in the initial report of MIR5 beside the Invoice document number.
Is any User/screen exit exists for this requirement?
Or I need to develop Z screens and program for this?
Please suggest.
Thanks In Advance.

Hi,
i did that some time ago and i didn´t find any user or exit so i decided to copy the program to a z and do my modifications there.
i had to display only the first po available as MIR5 is a report that displays header data.
Best regards.

Similar Messages

  • Best Practice to implement Reporting Exits

    Hello,
    I want to know the best practice to implementing reporting exits.
    We have a case statement there and i_vnam.
    THen we write like
    WHen i_vnam
    Code for filling the variable values.
    The above method has a drawback that if one person is changing the program another person cannot at the same time and if one person transports it all the other changes are also transported. So if there is some code which is not ready to be used even it will be transported.
    Another option is if we creae an include for each variable eg. ZBW_'variable name'...
    And then for each variable we just have to transport the include and not the entire exit...
    Do you see any drawbacks in this method or is there any other better way?

    Hi,
    You can create your program in SE38 for your own variable & call ZXRSRU01 program in it & pass the value to a variable which will in turn pass to to variable for CASE ivnam = "".
    in this way the ZXRSRU01 will become accessible & can be called in any program.
    But it will impact all the variables.
    Its a good practice so that ZXRSRU01 is not impacted after that.
    Hope it helps.
    Thanks,
    Rashmi.

  • Reporting Exits in BW

    Hi all ,
         I am new to writing customer exits in BW reporting.
         so need your help.
         There is a tcode RRMX which is a query designer.
         i have a characteristic value variable day interval
         (&0I_DAYIN&) after executing it will ask for date
          from and date to .. now there is a formula variable
         &nod& which should now contain the no. of days    after executing
         i found enhancements
    RSR00001   BW: Enhancements for global variables in reporting      
    RSR00002   BW: Virtual characteristics and key figures in Reporting
    RSR00003   BW: Moving characteristic values                        
    but not understanding which to use and how.
    pls help.
    Regards,
    Tarang

    Hi,
    For variables you must use exit RSR00001.
    Example coding (I didn't test it):
    DATA: L_S_RANGE TYPE RSR_S_RANGESID.
    DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
    TABLES: ZIT_BW_VARS.
    CSSE I_VNAM.
      WHEN 'ZNUMDAY'.                                   "Your variable name (type cust. exit)
        IF I_STEP = 2.                                  "After variable popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = '0I_DAYIN'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-HIGH - LOC_VAR_RANGE-LOW.
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
    ENDCASE.
    regards
    Krzys

  • EP 7.0 ESS Create Expense Report Exit Button

    Hi SDN
    We are implementing Travel using EP7.0. While testing the Create Expense Report, everything is working as expected. We have a problem while trying to edit a previously saved trip. During editing all functions work fine. If the user clicks the Exit button whil editing the previously sved trip we receive 2 different errors from different screens. The first error occurs when trying to exit from the General Trip Data screen: com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    The second error ocurs from the screen for Record Expense Receipts:
    The following ABAP Exception occurred: SERVICEKEY_INVALID
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    Again, this only happens while editing a trip, not during creation. Any help would be appreciated. I believe there may be a config issue but wanted to see if anyone else had this issue.
    Thanks

    Sathya,
    I had the developers create a delta link to the SAP provided iview My Trips and Expenses. I then copied the following parameter into the Application Parameter field on the iview. This allowed the exit button to work properly.
    EMPLOYEE_TRAVEL_ERP2005_PAG&sap.xss.menuargrp=SAPDEFAULTESS_ERP2005&sap.xss.menuhdr=SAPDEFAULT
    Thanks
    Ronnie

  • EXIT CODE 6

    After installing PS CS6, received error report exit code 6, what does this mean?

    Are you installing Photoshop CS6 from a disc or did you purchase a download?  Which operating system are you using?  We do have Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html but Exit Code 6 by itself is a bit generic.  If you can provide the additional requested details it would be appreciated.

  • Tax code in MIR5

    While checking the MIR5 Report Tax code isn't coming in it??
    Can anybody tell me why it isn't coming??
    In MIR4 In can  see the Tax code.
    But I want to see the Tax code in All my IV Doc.

    Hi Rahul,
    I am able to see the tax code in both transaction code MIR5 & MIR4.
    In Invoice tax code field is available at item level & in Basic data tab.
    If tax code is maintained in Basic data tab, it will appear in MIR5.
    In change layout of MIR5,I am getting one field without description, just select that field. you will get Tax code in List
    Regards,
    Manish

  • "IR date in MIR5"

    Please let me know the name of the transaction/transactions through which I can use the field REINDAT to populate the table rbkp.
    Rgds
    Raghu Shetty

    Hi,
    regarding REINDAT field in MIR5 report,
    the value is obtained in:
    Program -> RMMR1MDI
    function module -> MRM_RBKP_MANY_READ
    here you´ll see:
          SELECT * FROM rbkp INTO TABLE t_rbkp.....
    and this is how RBKP-REINDAT is obtained.
    Best regards.

  • Report on Credit Notes and Debit Notes

    Hi Experts
    Please assist, I need to run a report showing Credit Notes(Subsequent Credits) and Debits Notes(Subsequent Debits) created over a specified period including date, amount, reference etc.
    Thanks
    CN

    Hi,
    Please check MIR6 & MIR5 reports.
    Put document type of your credit note & debit note and enter date duration then click on execute button.
    Regards,
    Mahesh Wagh

  • Erorr handling in Report triggers

    Hi all!
    I don't know if this is the right place to post this question, but I guess it goes as well here as anyplace else...
    I've got a problem with a report I'm building using Reports Developer 6i. In the after parameter form trigger I want to check the in parameters and adjust them to fetch the correct data. To do this I use a cursor to find a unit using the date as in parameter. However, sometimes when I enter the wrong in parameters, I don't find any units for the specified date. In that case I would like to show an empty report, but in stead, the report exits with an error ORA-01403 message. I tried to avoid this using a WHENEVER SQLERROR CONTINUE; statement, but then the trigger wouldn't compile. Are there any other solutions to this?
    regards
    / Anders

    Hi,
    First Of All, WhenEver SqlError caluse won't work on d2k reports as its compatible only to SQL envoirnment.
    To overcome your problem, try the following :-
    1) Handle exceptions where-ever SELECT clause is being used
    - Except Data models
    Begin
    Select .....
    Into .....
    From
    Where ......;
    EXCEPTION
    When NO_DATA_FOUND Then Null;
    When OTHERS Then
    <<You may want to display Oracle Error Message >>
    End;
    WHEN NO_DATA_FOUND Exception will trap the error 0RA-1403 and the NULL clause will allow the program to continue
    Ta
    Shailender Mehta

  • Exit Code: 7 - installation of CS5 on new hard drive

    Hey there,
    after exchanging a broken secondary hard drive without a proper deinstallation/deactivation of my cs5 production premium, i have trouble now with the new installion on a new hard drive in Windows.
    First thing i tried was deleting all CS5-related entries from the registry, but that didn't help.
    The list of error reports:
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DS013, DW041 ... WARNING: DS013, DW016 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 98 warning(s)
    WARNING: DS013: Payload {626B3D60-A661-4444-AAF5-6C75E55936E8} Creative Suite 5 Production Premium 5.0.0.0 is already installed and the session payload {53BC789D-073D-47B6-AA9F-DE05990AF07A} Creative Suite 5 Production Premium 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {D8465547-5D5B-4856-A93A-8AC0A05C5D4D} Adobe Encore CS5 5.0.0.0 is already installed and the session payload {A334FDED-DCCA-481E-B226-F902CCC419D2} Adobe Encore CS5 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {0B754B55-6F63-461E-BB75-E8C883BDF88F} Adobe Premiere Pro CS5 5.0.0.0 is already installed and the session payload {C21384F7-1A36-4706-95AB-B09BCE3C144F} Adobe Premiere Pro CS5 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {0E659C1D-7686-4322-A501-58E3FEB4E743} Adobe After Effects CS5 10.0.0.0 is already installed and the session payload {DA1B174B-4297-467C-9EF8-0AB8D4D5171E} Adobe After Effects CS5 10.0.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW066: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: DW066: OS requirements not met for {7E5AA19B-0B85-4f44-BA26-728851489200}
    WARNING: DW066: OS requirements not met for {40F95A03-885A-45fb-9A14-486BEFEDDF34}
    WARNING: DW066: OS requirements not met for {B55FDCCB-8A45-4943-8D90-585C3490A032}
    WARNING: DW066: OS requirements not met for {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
    WARNING: DW066: OS requirements not met for {73A4DC5E-226E-42BA-8ECA-2822592AC044}
    WARNING: DW066: OS requirements not met for {CD693E49-C5EF-4FA6-9037-9B636931C02B}
    WARNING: DW066: OS requirements not met for {0669F23C-1B69-41B4-A3ED-4F54A5986D66}
    WARNING: DW066: OS requirements not met for {30221E3E-4C47-4560-A296-DD9ABB500C21}
    WARNING: DW066: OS requirements not met for {CE8FB687-571B-4E4B-881B-445824993FC3}
    WARNING: DW066: OS requirements not met for {CC0EF75D-9336-4E4F-B4A2-99E2E60E161F}
    WARNING: DW066: OS requirements not met for {64D991B0-4E64-47AC-8A35-291DA2E7D02F}
    WARNING: DW066: OS requirements not met for {406D22BD-7910-479B-96AA-0DB8A36C694B}
    WARNING: DW066: OS requirements not met for {20F72893-AEC7-4954-9EAA-F07FD6184781}
    WARNING: DW066: OS requirements not met for {1A48007B-34D2-44BD-8708-B570F5339C14}
    WARNING: DW066: OS requirements not met for {7745F18B-FD8A-4011-BE16-588900C503D0}
    WARNING: DW066: OS requirements not met for {AAE6F374-91CB-45FB-9282-4CFA0DED2088}
    WARNING: DW066: OS requirements not met for {33A3F995-8333-4676-8D6F-AB7674BB52EA}
    WARNING: DW066: OS requirements not met for {01367616-4132-4311-911F-49D2EA82F7C2}
    WARNING: DW066: OS requirements not met for {F77882B9-A94F-44F4-A739-8370749255B6}
    WARNING: DW066: OS requirements not met for {4BE1791F-1D8A-4B8E-B803-D97C5D7CB245}
    WARNING: DW066: OS requirements not met for {ADAF6949-4547-4B3D-97C5-6FB4D0C08A1E}
    WARNING: DW066: OS requirements not met for {A5A8E72E-1B9D-4F99-ADED-F3595CB3D03E}
    WARNING: DW066: OS requirements not met for {F3ECF5C7-9A9D-460A-B3D6-C7E4C1DFD040}
    WARNING: DW066: OS requirements not met for {BB024724-14D5-4AB6-B21C-74EDA63A0A39}
    WARNING: DW066: OS requirements not met for {E319B9F9-4DE6-462C-970B-77D06C7807EE}
    WARNING: DW066: OS requirements not met for {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345}
    WARNING: DW066: OS requirements not met for {635DCFA5-3A47-4452-AEC7-D3B23FFE929D}
    WARNING: DW066: OS requirements not met for {22F41D72-2E97-46AE-B8C4-EF66876C7838}
    WARNING: DW066: OS requirements not met for {6BA6F6D7-1D30-482A-B9B8-20E79D6DB4F9}
    WARNING: DW066: OS requirements not met for {C0AA232E-BD1B-40B5-A176-A2BEB67FFAE1}
    WARNING: DW066: OS requirements not met for {CD29B5CA-4727-4114-9AD9-25CCCE6E4014}
    WARNING: DW066: OS requirements not met for {0E3C6C75-872D-4B0D-B0B2-31C717250691}
    WARNING: DW066: OS requirements not met for {D3598CAC-AEB3-4234-A1E0-16F47D5F38CC}
    WARNING: DW066: OS requirements not met for {5DDABB74-A879-4BE7-A4C6-FD41793942DB}
    WARNING: DW066: OS requirements not met for {92D4A929-78F1-4EC3-B626-08B3CF5B784F}
    WARNING: DW066: OS requirements not met for {F9C71630-0EE3-475C-9E2B-ED95AE197DBD}
    WARNING: DW066: OS requirements not met for {7816FDDE-40D4-482D-AD7D-97858985DB3E}
    WARNING: DW066: OS requirements not met for {B8D286BC-A68D-4E74-9F68-8756A49896D8}
    WARNING: DW066: OS requirements not met for {565DE707-5798-4FC3-8DF6-0F58A348A9B0}
    WARNING: DW066: OS requirements not met for {DE5DE662-2ECB-4D93-967B-221FBCC8A736}
    WARNING: DW066: OS requirements not met for {F319804F-E3A4-4C02-8AEC-CB39A4F6447E}
    WARNING: DW066: OS requirements not met for {53BC789D-073D-47B6-AA9F-DE05990AF07A}
    WARNING: DW066: OS requirements not met for {CBE4F6C3-788E-4CAC-BA25-26FE39A3BC8C}
    WARNING: DW066: OS requirements not met for {D8498636-DC83-44F3-B3D9-F6E7BF0056FA}
    WARNING: DW066: OS requirements not met for {ABDC1F61-2C50-4BB1-ACDA-66D412D72582}
    WARNING: DW066: OS requirements not met for {464C080D-1CFF-4608-9B17-DEB8127B73E1}
    WARNING: DW066: OS requirements not met for {E8815668-95B0-443D-AC92-2BFD7DD8F16A}
    WARNING: DW066: OS requirements not met for {A334FDED-DCCA-481E-B226-F902CCC419D2}
    WARNING: DW066: OS requirements not met for {65E8E484-65E2-4D3A-97B2-0FD95CF82155}
    WARNING: DW066: OS requirements not met for {9B97EC91-B3FD-4BFF-88FC-5345A26AC2E7}
    WARNING: DW066: OS requirements not met for {0FD01AD4-3652-463A-AA8C-422D71A79604}
    WARNING: DW066: OS requirements not met for {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    WARNING: DW066: OS requirements not met for {8F764785-AF3E-431D-A94B-339C564FC0A8}
    WARNING: DW066: OS requirements not met for {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    WARNING: DW066: OS requirements not met for {1AC1B4C8-7F69-48E7-9D06-AF76E3A54336}
    WARNING: DW066: OS requirements not met for {DA1B174B-4297-467C-9EF8-0AB8D4D5171E}
    WARNING: DW066: OS requirements not met for {C9F9FB75-3444-40A9-A4E4-D30FF8C11DD8}
    WARNING: DW066: OS requirements not met for {C21384F7-1A36-4706-95AB-B09BCE3C144F}
    WARNING: DW066: OS requirements not met for {2E7C98CB-9C31-4D09-AFAD-544EAFDE7FBE}
    WARNING: DW066: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: DW066: OS requirements not met for {9CEA4BD7-A3A9-40CA-BB68-74CE3C75FA25}
    WARNING: DW066: OS requirements not met for {7B84FFBD-594D-4269-AC87-E19B44417B8F}
    WARNING: DW066: OS requirements not met for {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD}
    ERROR: DW041: INSTALLDIR Volume E:\ doesn't exist.

    uninstall, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.

  • Extra Field gone after reopening a saved Report

    Hi all,
    Maybe it is a stupid question but when i have builded a report with the wizzard and i add a extra Field and i save the report as a rdf. The next time i open the saved report the extra Field is gone.
    Does anybody know why?
    Thanks in advance,
    Daniel

    The Fields are present at the object navigator. But i know what the problem is(i guess); sometimes i saved the report with the added fields and after that i try to run the report and suddenly the Reports Builders exits.. normally i restart the Reports Builder and then i am lost the Fields although i saved the reports before.
    What i did is:
    - create the fields manually
    - saved the report
    - exit reports builder
    - start reports builder
    - opened the saved report
    and the fields are still there(in the object navigator and in the paper report) ;-) !
    Thanks for your support,
    Daniel

  • How to calculate the number of days worked for a given period

    I need to calculate the number of days worked by contractor employees for a time period to be entered by a user. I am building a query on an infoset which contains employee information including contract start date and contract end date for the employee.
    Ideally I'd like the user to enter the time period which should be reported on e.g. 01.08.2009 to 31.08.2009
    The report should then identify all the contractor employees which were working during this period and to work out how many days they worked during this period. Obviously the contract start and end dates could fall both inside and outside the reporting period.
    Can this be done and if so, do you have any suggestions as to how to do it?
    Thanks.

    hi
    So here you will first have to load the master data table employee in one internal table and read this table with the variables entries.
    Your code in the reporting exit should look like that.
    bye
    data : wa_employee type /bi0/pemployee.
    When 'ZDATE1'
    if i_step = 2.
    LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'ZDATE2'.
    clear l_s_range.
    clear wa_employee
    1- select the entries from table employees
    select single employee dateto datefrom
    from /bi0/pemployee
    into corresponding fields of wa_employee
    where dateto le loc_var_range-low
    and datefrom ge loc_var_range-high.
    if sy-subrc eq 0.
    CALL FUNCTION 'FIMA_DAYS_BETWEEN_TWO_DATES'
       EXPORTING
           i_datum_von  = wa_employee-datefrom
           i_kz_ult_von = 'X'
           i_datum_bis  = wa_employee-dateto
           i_kz_ult_bis = 'X'
           i_szbmeth    = '1'
       IMPORTING
          e_tage       = no_days.
           l_s_range-low  = no_days.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'EQ'.
          APPEND l_s_range TO e_t_range.
              ENDIF.
            ENDIF.
    endloop.
    ENDIF.
    Boujema

  • Is there a way to create a temp table each time someone hits a procedure?

    I am creating a procedure in Oracle 10g to take data from Oracle to be put in a cognos report. The problem with creating a perminent table is that several people will be running this report at the same time, which means the procedure will be run each time someone runs this report. The perminent table will either drop the old data or the data will get mixed up which means the different peoples reports will not be correct. I tried putting a lock on the tables that would release the lock once one person was done running their report but that didn't work. I suggested we put the data directly into the cursor but what happens when more than one person runs this procedure at the same time?
    Any help on figuring out how to resolve this would be greatly appreciated.

    Hi,
    If there is one table 100 people inserting in the same table, i dont see a problem.
    Few things you will have to take care of.
    When you are retireving the data from teh table to show on the report,
    how will you identify it is for which user, obviously you store the user name too.
    Now this table will grow in size, so make sure when the report is exited you delete rows from teh table only pertainign to the user.
    Over a period of time you will face more problmes of slow response due to continous deletes because of something called as HWM.
    So make sure you also gatehr statistics for the table at regular intervals.
    So,
    1) Store user while isnerting, retrieve data only for that user in teh report
    2) delete data on report exit only for that user
    3) gather statistics for table at regual intervals.
    4) Ofcourse Build indexed for "good" response time, but Benchmark  against you data whatever you are doing.Cheers!!!
    Bhushan

  • Failed to install Flash Builder 4.5 in Mac OSX 10.7 Lion

    Quickly after starting the installation procedure, the installer says the installation is cancelled and gives me the following error report:
    Exit Code: 24
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 16 error(s), 2 warning(s)
    WARNING: DS013: Payload {ED679BB6-B428-4DCF-A52F-F9AAAA117101} Flash Player 10.0.45.2 is already installed and the session payload {09E9550D-7D89-4B9D-B6BB-72AF22CA9D3B} Flash Player 10.2.153.1 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp 1.0.0.0 is already installed and the session payload {B86DCC32-8B28-4788-8A09-6D1C9F7EAAAD} AdobeHelp 3.4.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    ERROR: DW001: Set payload cancelled status
    ERROR: DW049: Payload {09E9550D-7D89-4B9D-B6BB-72AF22CA9D3B} has an action "install" but no resultState
    ERROR: DW049: Payload {24516988-6529-480E-8FE3-8428704FCAAB} has an action "install" but no resultState
    ERROR: DW049: Payload {2C79B880-4D30-4572-91C7-FB6B6003DEF9} has an action "install" but no resultState
    ERROR: DW049: Payload {3FA63389-0091-497A-8522-998E43648AEF} has an action "install" but no resultState
    ERROR: DW049: Payload {6F3A624B-1B72-4081-96E8-23261F389C5C} has an action "repair" but no resultState
    ERROR: DW049: Payload {9947B700-1D03-48A8-9C89-415C5E38D74F} has an action "install" but no resultState
    ERROR: DW049: Payload {9D0088AD-BBB1-470B-B7B8-520EDEFAE5F3} has an action "install" but no resultState
    ERROR: DW049: Payload {A04E70DF-CF2C-45FE-AA69-3267F28849D8} has an action "install" but no resultState
    ERROR: DW049: Payload {B86DCC32-8B28-4788-8A09-6D1C9F7EAAAD} has an action "install" but no resultState
    ERROR: DW049: Payload {BD0D6363-E961-410F-8BF4-ECD8795F3923} has an action "repair" but no resultState
    ERROR: DW049: Payload {E0BCE1AA-B57D-4983-A05A-1B2CBF124494} has an action "install" but no resultState
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Suite Shared Configuration CS5: User cancelled installation
    ERROR: DW001: User cancelled the operation
    I tried both suggestions on this page which should solve installation issues: http://kb2.adobe.com/cps/905/cpsid_90508.html#main_Flash_Builder but no luck ...
    Does anyone have any idea how to fix this?

    I found the solution...for me, anyway...
    I have a new Mac Mini Server running Lion Server and Lion.  I could not get CS5 to install and was getting the same "DW049" errors.
    As a new(er) Mac user I am hesitant to start tinkering with my system drive, partitions, OS, etc...I saw a lot of forum responses all over the place discussing the migration of apps from a MacBook Pro, loading Snow Leopard on top of Lion, etc. etc.
    I didn't do any of that.
    I simply removed any old install files.
    Updated Java for OS X Lion here: http://support.apple.com/kb/DL1421
    Restarted
    Worked fine. Java update came out in July, apparently.
    HTH,
    Dave

  • ODBC connectivity to SQL-Server fails

    Oracle 11.2.0.2 on Enterprise Linux Enterprise Linux Server release 5.4 (Carthage).
    Using FreeTDS unixODBC Driver to connect to a MS SQL-Server 2008 R2 SP1database. (RPM package freetds-0.64-1.el5.rf.x86_64 reported by yum whatprovides for ODBC FreeTDS .so).
    ODBC isql connectivity works and SQL select Col1 from Schema.Table is successfully executed against DSN, and returns rows/data (not real names).
    Same SQL in Oracle, select "Col1" from "Schema"."Table"@dblink fails (using the same ODBC DSN as isql test cor connectivity), via sqlplus.
    Debug trace (HS_FDS_TRACE_LEVEL=debug) reports:
    Exiting hgopars, rc=28500 at 2013/06/19-14:12:08 with error ptr FILE:hgopars.c LINE:570 FUNCTION:hgopars() ID:SELECT list of size 0 is not valid
    Have enabled/disabled numerous combinations of odbc.ini and init.ora parameters such QuotedId,  HS_FDS_SQLLEN_INTERPRETATION, HS_FDS_SUPPORT_STATISTICS and so on. Also tried using DBMS_HS_PASSTHROUGH, instead of native SQL via sqlplus. Same error, consistently.
    Interestingly, the desc "Schema"."Table"@dblink call works fine in sqlplus - but according to the debug trace it lets the ODBC driver deal with it - it does not craft a SQL and pass this to the ODBC driver, according to the debug trace. Instead an ODBC interface call is used to describe the object.
    So, ODBC driver seems  perfectly fine. Oracle can successfully use it as the desc command proved. Except that SQL statements (from Oracle) via the driver fails.
    Any ideas as to what the problem can be?

    Yes, thanks Mike.
    Ran into a brick wall troubleshooting, have developers and project managers doing what seems to be an ugly dance (think that is what they are doing with the up and down jumping movements).
    With no responses to my posting here, and my dislike of bad dancing, went the SR route instead.
    Appreciate you looking at the posting though. Makes me feel less alone in a world of bad dancers...

Maybe you are looking for

  • Multiple Adobe Applications "Missing" Display Driver

    I am now using the following system configuration: 2 NVIDIA GeForce GTX 970s 5960X CPU 2 850 Pro SSD drives 32 GB DDR4 RAM Windows 8.1 Pro A list of my currently installed applications can be seen here: 1 I am having problems with 4 utterly crucial a

  • I have problem with facebook

    Hi,  I have problem with facebook. I have smartphone Blackberry Pearl 9105 3G and I want to use facebook without wifi but i can`t and I don`t know what should I do.  I hope u`ll help me

  • My DSL is still down in June 29, technical support said there is still outage in Vienna area

    Hi, My Internet DSL is still down since the June 29 storm.  It has been more than 11 days.  I spent hours waiting for technical support from India, remote modem so many times and they is still outage my Vienna area with no ETA.  Is this correct?  Aft

  • Canon Printer Software 2.3 from Apple: now lists two printers

    ISSUE: I recently ran Apple Software Update, and it installed *Canon Printer software update 2.3*. I now have 2 Canon iP4300 printers in my printer list (System Prefs/Print & Fax) and in all print dialogs. Is it OK to delete one? These are listed: Ca

  • Assign mapping drive through GPO

    <p></p><p>We have a simple domain with forest level is 2003 and domain function level is 2008, all domain controller is 2008 R2. workstations are windows7 professional. </p><p>We are tring to assign mapping drives through GPO, user configuration, pre