PROBLEM TO COPY RESOURCE ASSIGNMENTS TO EXCEL

To COPY the resources from p6 to excell I do as follows:
On the assignment screen, I group the screen as I
prefer and on the right pane of the screen right I customize what to
include,remaining early and late units. Then I chnage
the time scale to what I want(from ps TO pf).after that and on the
right pane, highlight the items and press ctrl C and
then ctrl V in an Excel file.
The problem is that even if I change the timescale to finish in the PF DATE when I copy the information
TO excel he last date that is copied istn the PF Date and because of that i do not have the complete remaining late units distribution.
Thank you in advance

Why don't you do a report out to Excel. Make sure and check the Time Distributed button on the first screen.

Similar Messages

  • PS 2010 - Export Resource Assignments to Excel Doesn't Work

    I am running PS 2010 using IE 11 64-bit, Office 64-bit and Windows 7. I bring up a resource assignment grid from Resource Center for a single resource and use the out of the box Summary view.  When I try to export this to Excel, Excel opens and has
    a tab where the data should populate, but the data never populates. There are no error messages anywhere. This used to work.
    I have tried it on a second machine running IE 10 that has 32-bit IE and Office and get the same result.
    Walter

    Hi Walter,
    Try to add PWA URL to IE compatibility sites. Also try to run IE in compatibility mode. Finally set in the dev Tools of IE (press F12) IE8 or 9 as the default browser.
    Finally try with another browser such as Chrome.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Problem in Copy/Move resource

    Hi,
    I am trying to copy a resource from one folder(test1) to another folder(test2) with the help of below code..
    RID pathRID = RID.getRID("/documents/test1/d.txt");
    resource = resourceFactory.getResource(pathRID, resourceContext);
    RID Target = RID.getRID("/documents/test2);
    resource.copy(Target,new CopyParameter(true));
    but it is overriding the test2 folder and saving like /documents/d.txt even it should save like /documents/test2/d.txt
    If I won't pass ICopyParameter as new CopyParameter(true) then nothing is happening.
    Can anyone suggest . where m I wrong?
    NS: Same case with Move action of resource.
    Thanks,
    Vikas

    Hi,
    The first parameter in the copy command should be the new RID of the copied resource. It should include the resource name. try this:
    RID Target = RID.getRID("/documents/test2/" + resource.getName());
    resource.copy(Target,new CopyParameter(true));
    Best regards,
    Avishai Zamir

  • Problem with solver DLL load and Excel 2010

    Since upgrading from Office 2007 to Office 2010 we've started to experience a problem with the solver addin when our own analytics addins is also loaded. I have found a solution, but I think it may highlight a problem with the latest version of the solver
    addin for Excel 2010.
    Firstly, to describe the problem - the solver addin seems to load normally when Excel 2010 starts up, however when a "Solve" is performed we are seeing a "File not found: Solver32.dll" error at the final "Keep Solver Solution" stage. This only happens our
    own analytics addin is loaded. We've been careful to make sure that our own addin does not change the working directory and also that it has been built against the correct Excel 2010 SDK libraries. We do not see this error with any other versions of Excel
    running on the same PC or any other environment.
    After some searching we found other people were having similar problems and after a bit more probing I found a solution that works - but that I'm not very happy with.
    If I copy the Solver32.dll from:
      C:\Program Files (x86)\Microsoft Office\Office14\Library\SOLVER
        (where it was installed)
    into :
      C:\Windows\SysWOW64 
        (where Windows 7 keeps its 32 bit system DLLs)
    then the problem goes away.
    This seems to indicate that somehow Office 2010 has a problem that causes it to search in the wrong folder for the Solver32.dll when another addin is loaded in between the original Solver32.XLAM at start up and the use of the Solver in the sheet (which eventually
    requires this DLL to be loaded). Oddly, this only happens after a solution is found and "Keep Solver Solution" is selected - and I'm not sure why it's not looking for Solver32.dll any earlier.
    This is not a problem with any earlier versions of Excel and I suspect is a bug in the Office14/LIBRARY/SOLVER implementation. Is there any way to get this followed up?
    Thanks,
    Andy

    I'm facing the same issue. With an Excel VSTO add-in we're building. When the add-in is enabled the assembly solver32.dll can't be found. With our add-in disabled the DLL is resolved as (Sysinternals Process Monitor trace):
    EXCEL.EXE CreateFile
    C:\Program Files (x86)\Microsoft Office\Office14\Solver32.dll
    EXCEL.EXE CreateFile
    C:\Windows\SysWOW64\Solver32.dll
    EXCEL.EXE CreateFile
    C:\Windows\system\Solver32.dll
    EXCEL.EXE CreateFile
    C:\Windows\Solver32.dll
    EXCEL.EXE CreateFile
    C:\Program Files (x86)\Microsoft Office\Office14\Library\SOLVER\SOLVER32.DLL
    and with our add-in enabled the following locations are tried, but solver32.dll won't be found:
    excel.exe CreateFile
    C:\Program Files (x86)\Microsoft Office\Office14\Solver32.dll
    excel.exe CreateFile
    C:\ArcGIS\______path to our add-in install location_____________\Solver32.dll
    excel.exe CreateFile
    C:\Windows\SysWOW64\Solver32.dll
    excel.exe CreateFile
    C:\Windows\system\Solver32.dll
    excel.exe CreateFile
    C:\Windows\Solver32.dll
    excel.exe CreateFile
    C:\Program Files\Common Files\Microsoft Shared\Windows Live\Solver32.dll
    excel.exe CreateFile
    C:\Program Files (x86)\Common Files\microsoft shared\Windows Live\Solver32.dll
    excel.exe CreateFile
    C:\Windows\SysWOW64\Solver32.dll
    excel.exe CreateFile
    C:\Windows\Solver32.dll
    excel.exe CreateFile
    C:\Windows\SysWOW64\wbem\Solver32.dll
    etc...

  • Problem in sending a mail in Excel Format

    Hi Experts,
              i have created one report which send a mail to the customer in Excel format. For that Report, i have used on function module for downloading .
      the Coding is like this,
       CALL FUNCTION 'WS_DOWNLOAD'
             EXPORTING
                  FILENAME = 'C:\YD1.XLS'
                  FILETYPE = 'DAT'
             TABLES
                  DATA_TAB = ITAB_RESULT
                  FIELDNAMES = IOUTHEAD.
      After Downloading i have send the XLS File to the Customer using user Function Module.
      My Problem is,
            I have attached the Excel to the Custmer.
    But the Excel File not displaying the headers . But In my Business Workplace(sbwp) the Attached Excel file displaying the header and the Details . in SBWP it is displaying correctly. But when the Customer's Place(SyStem) the particular Excel File not displaying the Headers.
       where and what is the error in my report?
    Regards,
    Neptune.M

    HI
    GOOD
    CHECK OUT THIS LINK,
    http://www.thespot4sap.com/Articles/SAP_Mail_UNIX.asp
    CODE
    FORM SEND_MAIL.
      DATA: OBJPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
      DATA: OBJHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
      DATA: OBJBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
      DATA: OBJTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
      DATA: RECLIST   LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
      DATA: DOC_CHNG  LIKE SODOCCHGI1.
      DATA: TAB_LINES LIKE SY-TABIX.
      DATA L_NUM(3).
    Creation of the document to be sent
    File Name
      DOC_CHNG-OBJ_NAME = 'SENDFILE'.
    Mail Subject
      DOC_CHNG-OBJ_DESCR = 'Delivered Mail'.
    Mail Contents
      OBJTXT = 'Object text'.
      APPEND OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'RAW'.
      APPEND OBJPACK.
    Creation of the document attachment
      LOOP AT ITAB_DATA.
        CONCATENATE ITAB_DATA-PRODUCTOR
                    ITAB_DATA-VBELN
                    ITAB_DATA-POSNR
                    ITAB_DATA-MATNR INTO OBJBIN.
        APPEND OBJBIN.
      ENDLOOP.
      DESCRIBE TABLE OBJBIN LINES TAB_LINES.
      OBJHEAD = 'ORDERS'.
      APPEND OBJHEAD.
    Creation of the entry for the compressed attachment
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM   = 1.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM   = TAB_LINES.
      OBJPACK-DOC_TYPE   = 'TXT'.
      OBJPACK-OBJ_NAME   = 'WEBSITE'.
      OBJPACK-OBJ_DESCR  = 'ORDERS.TXT'.
      OBJPACK-DOC_SIZE   = TAB_LINES * 255.
      APPEND OBJPACK.
    Completing the recipient list
    target recipent
      clear RECLIST.
      RECLIST-RECEIVER = '[email protected]'.
      RECLIST-EXPRESS  = 'X'.
      RECLIST-REC_TYPE = 'U'.
      APPEND RECLIST.
    copy recipents
      clear RECLIST.
      RECLIST-RECEIVER = '[email protected]'.
      RECLIST-EXPRESS  = 'X'.
      RECLIST-REC_TYPE = 'U'.
      RECLIST-COPY     = 'X'.
      APPEND RECLIST.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = DOC_CHNG
           TABLES
                PACKING_LIST               = OBJPACK
                OBJECT_HEADER              = OBJHEAD
                CONTENTS_BIN               = OBJBIN
                CONTENTS_TXT               = OBJTXT
                RECEIVERS                  = RECLIST
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                OPERATION_NO_AUTHORIZATION = 4
                OTHERS                     = 99.
    ENDFORM.                    " SEND_MAIL
    THANKS
    MRUTYUN

  • Copy and Paste to Excel from another program

    I use vb script to paste data to Excel that has been copied to the clipboard via SAS code. However, my code has now failed for some users. SAS accomplishes the writing to the clipboard task, and then creates and issues a system command to run the VB script.
    Here is an example of the current VB script:
    Dim objExcel
    Dim Newbook
    Dim NewSheet
    Dim inSheetCount
    Set objExcel = CreateObject("Excel.Application")
    Set Newbook = objExcel.Workbooks.Add()
    objExcel.Visible = True
    inSheetCount = Newbook.Application.Worksheets.Count
    set NewSheet = Newbook.Sheets.Add( ,objExcel.WorkSheets(inSheetCount))
    objExcel.DisplayAlerts = False
    i = inSheetCount
    Do Until i = 0
     Newbook.Worksheets(i).Delete
     i = i - 1
     Loop
    Newbook.Sheets(1).Name="N1"
    Newbook.Sheets("N1").Select
    Newbook.Sheets("N1").Range("A2").Activate
    NewBook.Sheets("N1").Range("A2").PasteSpecial
    NewSheet.SaveAs("c:\temp\test\tclass1.xlsx")
    objExcel.Workbooks.Close
    objExcel.DisplayAlerts = True
    objExcel.Quit
    The problem is that for some users, Excel can't access the clipboard unless it is already open before the copy operation occurs.
    How can I convert the above script into multiple scripts that allow me to use SAS to: (1) open Excel; (2) not part of script: accomplish the copy operation via SAS; (3) perform the paste and save operation in Excel and then close Excel?
    TIA,
    Art 

    Your link wasn't there when I originally read your post, so I figured out a way to solve my problem on my own. However, thank you for your help and I will definitely look at the link you provided.
    Regardless of the fact that the following is probably quite sloppy code, I was able to do what I wanted by incorporating running Notepad as a shell within my vbscript. The code simply does everything that my original example does but, just prior to pasting
    from the clipboard, opens the txt file in notepad and copies it to the clipboard:
    Dim objExcel
    Dim Newbook
    Dim NewSheet
    Dim inSheetCount
    Set objExcel = CreateObject("Excel.Application")
    Set Newbook = objExcel.Workbooks.Add()
    objExcel.Visible = True
    inSheetCount = Newbook.Application.Worksheets.Count
    set NewSheet = Newbook.Sheets.Add( ,objExcel.WorkSheets(inSheetCount))
    objExcel.DisplayAlerts = False
    i = inSheetCount
    Do Until i = 0
     Newbook.Worksheets(i).Delete
     i = i - 1
     Loop
    Newbook.Sheets(1).Name="test"
    Newbook.Sheets("test").Select
    Newbook.Sheets("test").Range("A1").Activate
    Dim objShell
    Set objShell = CreateObject("WScript.Shell")
    objShell.Run "notepad.exe c:\temp\test\clip.txt"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%E"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "A"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%E"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "C"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%F"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "X"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "{TAB}"
    WScript.Sleep 500
    objShell.SendKeys "{ENTER}"
    Wscript.Sleep 1000
    Newbook.Sheets("test").Paste
    NewSheet.SaveAs("c:\temp\test\server_formatted.xlsx")
    objExcel.Workbooks.Close
    objExcel.DisplayAlerts = True
    objExcel.Quit
    WScript.Quit
    Arthur Tabachneck

  • Preserving Named Tables as Pivot Table data sources after copying to new workbook (Excel 2010)

    Have 2010 Excel Workbook with Named Tables and child Pivot Tables and several other support sheets.  I want to make a 'working' file --  with only copies of these Named Tables and Pivot Table
    structures, and then I would populate the copied Tables with the 'real data' and crunch the numbers I need in this new working file.
    I need to use VBA for this transformation (which I've tried).
    Problem -- Upon copying the Named Table [Table1] and Pivot Tables [Pivot11] and [Pivot12] to the new stand-alone file, WORKING.xlsm, the Pivot Tables only recognize the Tables in the source file (I.e. the data source for Pivot11 is C:\...\'SOURCE.xlsm'!Table1),
    and not simply Table1 in the new stand-alone file.
    Longhand changing of the Data Source for each Pivot Table [Table1] from 'C:\...\SOURCE.xlsm'!Table1 to simply Table1 seems to be disallowed from all angles.
    Anyone have clean VBA code that will copy the parent Named Table and its child Pivot Tables to an external .xlsm file without the absolute links back to the original source file ?

    Hi Jon,
    How do you change the data source?
    Base on my test, we can change the data source by using this code below:
    ActiveSheet.PivotTables("PivotTable1").ChangePivotCache ActiveWorkbook. _
    PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
    "[path]!Table4" _
    , Version:=xlPivotTableVersion15)
    To copy and paste the Named Table and Pivot Tables, we could use
    Range.Copy and
    Range.PasteSpecial method.
    To check whether the Pivot Tables parent is specify Named Table, we could check
    PivotTable.SourceData property.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SCOM - -500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed

    Hi There,
    Need your assistance on the issue that we are facing in prod environment.
    We are able to open web console from remote machine and able to view monitoring pane as well as my workplace folders from console . Able to view and access alerts and other folder in the monitoring pane. We are able to view and access My Workplace folder
    and able to view the reports in Favorite Reports folder. But when I click on run Report we  are getting the below error  "500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed."
    In our environment we have 3 servers one is SQL server and two are SCOM servers. Please advise how to fix this issue. Do we have to do any thing from SQL End?
    Errors: Event ID 21029: Performance data from the OpsMgr connector could not be collected since opening the shared data failed with error "5L".
     Event ID 6002 : Performance data from the Health Service could not be collected since opening the shared data failed with error 5L (Access is denied.).
    Regards,
    Sanjeev Kumar

    Duplicate thread:
    http://social.technet.microsoft.com/Forums/en-US/7675113e-49f0-4b3a-932b-4aceb3cfa981/scom-500-internal-server-error-there-is-a-problem-with-the-resource-you-are-looking-for-and-it?forum=operationsmanagerreporting
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Problem in exporting ALV Report to excel sheet

    Hi All,
    I have developed a Report and now facing problem in exporting the same to excel sheet.
    When we click the "Locate File" icon in the report layout, the system will pop up a window with radio buttons. I have opted for 'Spreadsheet'.
    When i save the excel sheet into my desktop, the excel file has all the report headers (Title of each column). But no value is exported.
    There are around 15 columns in the report and the excel sheet shows value of last 2 columns which has some text.
    I have been into ALV report development and developed around 30+ reports in the same fashion.
    What might be the reason behind this issue?
    When i export other reports into excel sheet, everything is perfect without any flaws......
    Kindly help me out......
    Regards
    Pavan

    Hi,
    Here's my suggestion: Install OpenOffice.org and ask SAP to deliver good integration with OpenOffice.org.
    Alternative suggestion: re-install SAP Gui on the PC where the integration is not working. If that does not help, re-install Microsoft Office as well.
    Here's my comment: I think you should ask this question in a different forum, e.g. in the Duet forum. That may not be the correct forum either, but as it is a Microsoft/SAP integration technology forum, someone there may know the solution.
    Regards,
    Raj.

  • Problem with exporting a report to excel vial citrix server

    Hi,
    We are encountering a problem with exporting a report to excel through ALV local file icon.A spread sheet is downloading only one row (From header) instead of many rows from the ALV output .  
    Above is working fine for the GUI installed on my PC, but not throgh the Citrix server.
    Can any body have idea on above mentined?
    Regards,
    SK.

    I understand that you're trying to download the file to a local computer  through Citrix. In this case you need autorizations in Citrix for your user ( CItrix user)

  • Problem on copy with hp printer m127

    hi
    sorry! my english is not good
    i have a printer hp m127 and i have problem on copy with this printer
    when i copy a A4 paper from feeder or glass don't print about 1 inch of botton of page but when i scan this page, it's correct and when i print scaned document, it's correct too
    I do'nt know why this problem exists
    thanks alot
    This question was solved.
    View Solution.

    Hi @hamidjoon , and welcome to the HP Forums!
    I see you are having copy issues.  I'd like to help!
    Before we get started, I need a little info:
     I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Problem with copying files between OS 9 to OS 10.4.9

    We have updated 2 computers to 10.4.9 after som minor problems its working fine the only problem we still have is that we cannot copy files from our older Mac running OS 9.2.2 to the macs running 10.4.9 if we copy 1 file its working when we want to copy a folder or more files the connection got lost we get a message the connection with the file server unexpectedly broken. We also have a Xserve running OS 10.4.6 coping files to the Xserve is not a problem and is running just fine.
    We can copy files or take files from the OS 10.4.9 macs to the Mac with OS 9.2.2 this is no problem just copying a bit slower then to the Xserve.
    All the computers are in a netwerk with cat5 cables and was working just fine before the updates to 10.4.9
    Regards Pepijn

    Welcome to Apple Discussions!
    Copying from 9 to 10.4.9 is not recommended unless Mac OS X is under control of the copying. Mac OS 9 has no familiarity with the file permissions of Mac OS X and thus if you make a mistake, you could seriously damage the permissions of Mac OS X. Others have found problems transferring from 9 to 10.4.9 where not with prior versions of Mac OS X. I say it is about time, because of the risks involved but for others their workflow depends on it they are having to relearn how to go the other direction. I've found if the risk is not taken account for, you can make Mac OS X unbootable. My suggestion is to either do all your networking and file transfer for Mac OS X from Mac OS X, or upgrade the software you have to Mac OS X native equivalent software. See my FAQ on migrating to X*:
    http://www.macmaps.com/macosxnative.html
    * Links to my pages may give me compensation.

  • A problem with copying text from english pdf to a word file

    i have a problem with copying text from english pdf to a word file. the english text of pdf turns to be unknown signs when i copy them to word file .
    i illustrated what i mean in the picture i attached . note that i have adobe acrobat reader 9 . so please help cause i need to copy text to translate it .

    Is this an e-book? Does it allow for copying? It is possible that the pdf file is a scan of a book?

  • Problem in copy a string to a message parameter

    Hi all,
    I have a problem in copy a static string into a message as its parameter.
    I use the default function in creating the copy rules...
    <copy xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
         <from expression="string(WS1-PSC4-KUY2)">
         </from>
         <to variable="geo_in" part="parameters" query="/ns0:GetLocationByIP/ns0:LicenseKey"/>
    </copy>
    as the string is a liscence key to use this web service.
    However, the string is not copied to anywhere of the outgoing message.
    If I use the default type 'literal' and copy to the variable parameter,
    it looks like this...
    <copy xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
         <from>
                                  WS1-PSC4-KUY2
                        </from>
         <to variable="geo_in" part="parameters" query="/ns0:GetLocationByIP/ns0:LicenseKey"/>
    </copy>
    it gives me an error...
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error]: Element 'from' must have no character [children], because the types content type is element-only.
    [bpelc] [Description]: in line 43 of "C:\eclipse\workspace\ip_locate\ip_locate.bpel", Element 'from' must have no character [children], because the types content type is element-only..
    [bpelc] [Potential fix]: .
    [bpelc] .
    Could anybody give me a hint on what's going wrong?

    This is my actual code
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.Locale;
    public class TestingDate {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              String dateFormat="EEEE, MMM d h:mm a";
              Date test=new Date(2007,0,19, 19, 31);
              System.out.println(" original date is "+test);
              String stringResult=DateToString(test,dateFormat);
              System.out.println("Date to string is "+stringResult);
              Date dateResult=stringToDate(stringResult,dateFormat);
              System.out.println(" String to date is "+dateResult);
              String stringResult2=DateToString(dateResult,dateFormat);
              System.out.println(" Date to string  is "+stringResult2);
    public static String DateToString(Date test, String dateFormat) {
             String result = null;
             try {
                  DateFormat myDateFormat = new SimpleDateFormat(dateFormat);
                     result = myDateFormat.format(test);
                     //System.out.println(" reslut date is "+result);
              } catch (Exception e) {
                   System.out.println(" Exception is "+e);
              return result;
    public static Date stringToDate(String strDate,String dateFormat1){
         Date result1=null;
         try {
              DateFormat myDateFormat = new SimpleDateFormat(dateFormat1);
              result1=myDateFormat.parse(strDate);
         catch(Exception e){
              System.out.println(" exception is "+e);
         return result1;
    }I am facing problem in getting the actual date. Please suggest the solution.

  • I am having a problem moving across cells in Microsoft Excel. When I use the arrow keys, the sheet moves, instead of moving to the next cell. Would anyone have any thoughts on this, please?

    I am having a problem moving across cells in Microsoft Excel. When I use the arrow keys, the sheet moves, instead of moving to the next cell. Would anyone have any thoughts on this, please?

    Hi,
    Did you find a way to solve your problem ? We have exactly the same for one application and we are using the same version of HFM : 11.1.2.1.
    This problem is only about webforms. We can correctly input data through Data Grids or Client 32.
    Thank you in advance for your answer.

Maybe you are looking for

  • SERVER START BPEL HELP!

    Hello, I would like to know which server can use free to run BPEL. I am that manages, catalogs for the entire structure. Opensource which server can use to run Bpel?PLEASE Thanks

  • AirTunes multiple routers TC & APE

    When extending TC with APE, so as to use APE for AirTunes only, how is audio sent? From Mac to TC to APE, or is Mac addressing APE directly? Why: MBA WLAN-N capable MPB WLAN-G capable only. APE simply doesn't work for AirTunes (hopeless range) unless

  • MacBook Pro retina with 256GB or 512GB?

    I currently have a macbook (late 2009), and after 4-5 years it's finally carked it. It has 2.26GHz intel core duo processor, 2GB RAM and 256GB hard drive. I've finally decided on getting a macbook pro and not the air. Also that 8GB RAM should be well

  • How do i delete or erase websites or e-mail addresses from my browser history?

    when i go to a site for example paypal it will appear in my browser history so if i want to back i can just click on the down arrow and go there well my ? is how do i delete or erase websites from the browser history that i do not want on there?

  • OSB does not return SOAP fault

    We created a custom webservice using a WSDL. We have the following code within the generated Impl class: LOG.debug("caught Exception sendAlertMessage:" + exc.getMessage()); SOAPFault sf = null; try { SOAPFactory fac = SOAPFactory.newInstance(SOAPCons