Why doesn't read the RTF file?

Hello,
Could anyone tell me what is the problem with the following code. It would
read an 'rtf' file but it doesn't.
import javax.swing.*;
import javax.swing.text.*;
import javax.swing.text.rtf.*;
import java.io.*;
import java.awt.event.*;
public class Rtf extends JFrame {
String filein = System.getProperty("user.dir")
+ System.getProperty("file.separator")
+ "BG.rtf";
public Rtf() {
     RTFEditorKit rtfKit = new RTFEditorKit();
     DefaultStyledDocument doc = new DefaultStyledDocument();
     try {
          rtfKit.read( new FileInputStream( filein ), doc, 0 );
     } catch(Exception e) {
          System.out.println("Read error: " + e);
     System.out.println("doc.getLength: " + doc.getLength());
public static void main(String[] args) {
JFrame frame = new Rtf();
During the execution the following lines are the result:
Read error: java.lang.NullPointerException
doc.getLength: 0
Press any key to continue...
Thank you in advance.

If your rtf is made in word 2000 or newer version, rtf kit cannot read it and return null pointer statement

Similar Messages

  • Apperture doesn't read the RAW files from my new Camera

    Hi, Apperture doesn't read the RAW files downloaded from my new Camera Fujifilm X-S1. What options do I have to work with .RAF (Fujifilm RAW)?
    I was thinking about using RAW Converter PRO but it cannot upload the full information contained into the RAF file. Maybe there is another Program I can use until Aperture includes my camera in its DB.
    Greats!

    I've been a loyal Apple user for 20 years and have been using Aperture for the last 2 years. The X-pro came out a YEAR ago and still no x-trans sensor support and yet Lightroom by Adobe and Capture One now has RAW support.I've had to switch to the Lightroom trial as I have a busy studio in hope that Apple might bother with me but again no reply to my emails.
    If I have to purchase Lightroom I will probably not come back to Aperture which is a shame
    Apple seem to have got too big for good customer service these days unless it's an iPhone or iPad
    I

  • BufferedReader doesn't read the whole file.

    Hi,
    I am reading a text file using this piece of code:
    BufferedReader in = new BufferedReader("C:\\ServerOut.txt");
    String str;
    while((str = in.readLine()) != null) {
    System.out.println(str);
    }The problem is that not the whole file is being read. I do not understand why?
    Please help.

    Looks fine to me (assuming that that's a valid file name and it's at least reading some of the file).
    There must be something else going on--maybe whatever's writing the file hasn't finished, or maybe there are control characters in there that are messing up the display on your DOS prompt window.

  • Why can't I download from kuler, my computer doesn't recognise the .ase files its says its an unknown format, can anyone help please.  Thanks?

    why can't I download from kuler, my computer doesn't recognise the .ase files its says its an unknown format, can anyone help please?

    why can't I download from kuler, my computer doesn't recognise the .ase files its says its an unknown format, can anyone help please?

  • Why doesn't apple have a file of events that ties to the iCal program and the Address book file? By having that relationship it seems that you could call up all of the events tied to a customer while in the address book or likewise call up all of the even

    Why doesn't apple have a file of events that ties to the iCal program and the Address book file? By having that relationship it seems that you could call up all of the events tied to a customer while in the address book or likewise call up all of the events tied to a contact that was in the iCal program as a scheduled meeting. Even in the to do's you could easily look back at the events tied to an individual so as to bring yourself up to speed with what you were doing with the individual in mind.

        I definitely understand your concern and I apologize for all the frustration. Verizon Wireless has a strong customer commitment to delivering the best from our service and staff. I am disappointed to hear the service you received did not reflect this commitment.
    I definitely want to help get to the bottom of this and further assist you. Please reply to my direct message so I can access your account and further assist. I am sure we can get this resolved.
    JohnB_VZW
    Follow us on Twitter @VZWSupport

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Doesn't open the PDF file (i.e. articles, books pages). It appears a black page. Thanks for help

    Safari doesn't open the PDF file (articles, book page, etc). It appears a black page. Before that it was working perfectly. Thank for your help

    Try this ...
    Open a Finder window then from the menu bar click Go > Go to Folder
    Type or copy paste the following:
    /Library/Internet Plug-Ins
    Click Go.
    If you see the:  AdobePDFViewer plugin (or anything Adobe related) in the Internet Plug-Ins folder, move it to the trash.
    Restart your Mac and try opening a PDF file.

  • Not able to read the wsdl file from server Premature EOF encounter

    Hi All,
    I am facing issue while accessing a web Service from server. Here is the clear view about it.
    I created a simple SyncBpel process in a composite and deployed in to the server and it is working fine. Later i created a new Asyn bpel process in a composite and in the external reference i dragged a web Service and imported the wsdl url from server of the SyncBpel and wired the Asynbpel process to webserive .
    Now here i am facing peculiar behavior which i am not able to trace it out.
    1) For the first time when i import the url of syncBpel from the server i am not facing any error and it is working fine as expected but when i close the Jdeveloper and open it i am not able to user the web Service and it is saying as "Not able to read the wsdl file from server Premature EOF encounter"
    2)When i close and open the Jdeveloper i can see the url of the wsdl which imported in webserver is changing from http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/bpelsync_client_ep?WSDL to http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/BPELsync.wsdl
    3)when I open and see the url http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/bpelsync_client_ep?WSDL I can see the soap address as *<soap:address location="http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel!1.0*soa_5cfb8416-c106-40a2-a53b-9054bbe04b9c/bpelsync_client_ep"/>*
    I don’t understand why the soap end contains “*soa_5cfb8416-c106-40a2-a53b-9054bbe04b9c” and this kind of url for soap address is coming to all the bpel process which I am deploying in the server.
    I checked the in Jdeveloper where webproxy is uncheck and the server is also up but still I am facing issue of reading the error.
    Can someone please help in resolving the issue.
    I am using SOA 11g 11.1.1.5 and Jdeveloper 11.1.1.5
    Many thanks.
    Tarak
    Edited by: user11896572 on Jan 17, 2012 5:22 PM

    Hi,
    Setting default from the jdeveloper -
    During composite deployment from Jdeveloper (wizard driven), you will be given an option to choose the version of the composite and there will also be an option for you to choose if the composite needs to be deployed as default.
    Setting default from the em console -
    After deploying a composite, login to the em console and click on the composite that you want to set as default, and you will find a tab - "Set as Default". please note that this tab will not be seen, if the composite is already set as default.
    Refer -
    http://docs.oracle.com/cd/E12839_01/integration.1111/e10226/soacompapp_mang.htm
    8.2 Managing the State of Deployed SOA Composite Applications
    Thanks

  • How can I read the bootstrap files and extract the fragment-URLs and fragment-numbers in plain text?

    How can I read the bootstrap files of any HDS Live stream and extract the fragment-URLs and fragment-numbers in plain text?
    Could it be that it is some kind of compressed format in the bootstrap? Can I uncompress it wirh  f4fpackager.exe? Could not find any download for f4fpackager.exe. I would prefere less code to do so. Is there something in Java of JavaScript, that can extract the fragment-numbers?
    Thank you!

    Doesn't sound too hard to me. Your class User (the convention says to capitalize class names) will have an ArrayList or Vector in it to represent the queue, and a method to store a Packet object into the List. An array or ArrayList or Vector will hold the 10 user objects. You will find the right user object from packet.user_id and call the method.
    Please try to write some code yourself. You won't learn anything from having someone else write it for you. Look at sample code using ArrayList and Vector, there's plenty out there. Post in the forum again if your code turns out not to behave.

  • Hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!

    hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!
    iv unistalled flash, iv checked plug ins it just wont work,

    It would have been a great help to know precisely what Mac you have, so some of the following may not apply:
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version,10.3.183.23 or later, is for Intel Macs only running Tiger or Leopard, as Adobe no longer support the PPC platform. Version 11.4.402.265 or later is for Snow Leopard onwards.
    (If you are running Mavericks: After years of fighting malware and exploits facilitated through Adobe's Flash Player, the company is taking advantage of Apple's new App Sandbox feature to restrict malicious code from running outside of Safari in OS X Mavericks.)
    * Unhelpfully, if you want the last version for PPC (G4 or G5) Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. Flash Player 10.1.102.64 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications (including Safari) first before installing. You must also carry out a permission repair after installing anything from Adobe.
    After installing, reboot your Mac and relaunch Safari, then in Safari Preferences/Security enable ‘Allow Plugins’. If you are running 10.6.8 or later:
    When you have installed the latest version of Flash, relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser.
    You can also try these illustrated instructions from C F McBlob to perform a full "clean install", which will resolve the "Blocked Plug-in" message when trying to update via the GUI updater from Adobe.
    Use the FULL installer for 12.0.0.44:  Flash Player 12 (Mac OS X)
    And the instructons are here: Snow Leopard Clean Install.pdf
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, try the following solution which fools the site into thinking that you are running the version 11.5.502.55:)
    Download this http://scriptogr.am/nordkril/post/adobe-flash-11.5-for-powerpc to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.

  • Why do some of the pdf files I try to open just display a black screen?

    Why do some of the pdf files I try to open just display a black screen?

    Please see my current settings below Chrome PDF Viewer is Disabled and Adobe Reader is Enabled already.
    Plug-ins (11)  Details
    Adobe Flash Player - Version: 12.0.0.41
    Shockwave Flash 12.0 r0
    Name: Shockwave Flash
    Description: Shockwave Flash 12.0 r0
    Version: 12.0.0.41
    Location: C:\Users\njdp\AppData\Local\Google\Chrome\Application\32.0.1700.72\PepperFlash\pepflashpl ayer.dll
    Type: PPAPI (out-of-process)
      Disable
    MIME types: MIME type Description File extensions
    application/x-shockwave-flash Shockwave Flash .swf 
    application/futuresplash FutureSplash Player .spl  
    Disable  Always allowed?
    Widevine Content Decryption Module - Version: 1.4.1.376
    Enables Widevine licenses for playback of HTML audio/video content.
    Name: Widevine Content Decryption Module
    Description: Enables Widevine licenses for playback of HTML audio/video content.
    Version: 1.4.1.376
    Location: C:\Users\njdp\AppData\Local\Google\Chrome\User Data\WidevineCDM\1.4.1.376\_platform_specific\win_x86\widevinecdmadapter.dll
    Type: PPAPI (out-of-process)
      Disable
    MIME types: MIME type Description File extensions
    application/x-ppapi-widevine-cdm Widevine Content Decryption Module .  
    Disable  Always allowed?
    Chrome Remote Desktop Viewer
    This plugin allows you to securely access other computers that have been shared with you. To use this plugin you must first install the Chrome Remote Desktop webapp.
    Name: Chrome Remote Desktop Viewer
    Description: This plugin allows you to securely access other computers that have been shared with you. To use this plugin you must first install the Chrome Remote Desktop webapp.
    Version: 
    Location: internal-remoting-viewer
    Type: PPAPI (out-of-process)
      Disable
    MIME types: MIME type Description File extensions
    application/vnd.chromium.remoting-viewer  .  
    Disable  Always allowed?
    Microsoft Office (2 files) - Version: 14.0.4730.1010
    Office Authorization plug-in for NPAPI browsers
    Name: Microsoft Office 2010
    Description: Office Authorization plug-in for NPAPI browsers
    Version: 14.0.4730.1010
    Location: C:\PROGRA2\MICROS1\Office14\NPAUTHZ.DLL
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-msoffice14 14.0.4730.1010 .*  
    Name: Microsoft Office 2010
    Description: The plug-in allows you to open and edit files using Microsoft Office applications
    Version: 14.0.4761.1000
    Location: C:\PROGRA2\MICROS1\Office14\NPSPWRAP.DLL
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-sharepoint SharePoint Plug-in for Firefox  
    Disable  Always allowed?
    Native Client
    Name: Native Client
    Version: 
    Location: C:\Users\njdp\AppData\Local\Google\Chrome\Application\32.0.1700.72\ppGoogleNaClPluginChro me.dll
    Type: PPAPI (in-process)
      Disable
    MIME types: MIME type Description File extensions
    application/x-nacl Native Client Executable . 
    application/x-pnacl Portable Native Client Executable .  
    Disable  Always allowed?
    Chrome PDF Viewer (Disabled)
    Name: Chrome PDF Viewer
    Version: 
    Location: C:\Users\njdp\AppData\Local\Google\Chrome\Application\32.0.1700.72\pdf.dll
    Type: PPAPI (in-process)
      Enable
    MIME types: MIME type Description File extensions
    application/pdf Portable Document Format .pdf 
    application/x-google-chrome-print-preview-pdf Portable Document Format .pdf  
    Enable  Always allowed?
    Adobe Reader - Version: 11.0.05.3
    Adobe PDF Plug-In For Firefox and Netscape 11.0.05
    Name: Adobe Acrobat
    Description: Adobe PDF Plug-In For Firefox and Netscape 11.0.05
    Version: 11.0.05.3
    Location: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AIR\nppdf32.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/pdf Acrobat Portable Document Format .pdf 
    application/vnd.adobe.pdfxml Adobe PDF in XML Format .pdfxml 
    application/vnd.adobe.x-mars Adobe PDF in XML Format .mars 
    application/vnd.fdf Acrobat Forms Data Format .fdf 
    application/vnd.adobe.xfdf XML Version of Acrobat Forms Data Format .xfdf 
    application/vnd.adobe.xdp+xml Acrobat XML Data Package .xdp 
    application/vnd.adobe.xfd+xml Adobe FormFlow99 Data File .xfd  
    Disable  Always allowed?
    Java(TM) (2 files) - Version: 10.45.2.18
    NPRuntime Script Plug-in Library for Java(TM) Deploy
    Name: Java Deployment Toolkit 7.0.450.18
    Description: NPRuntime Script Plug-in Library for Java(TM) Deploy
    Version: 10.45.2.18
    Location: C:\Program Files (x86)\Java\jre7\bin\dtplugin\npDeployJava1.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/java-deployment-toolkit   
    Name: Java(TM) Platform SE 7 U45
    Description: Next Generation Java Plug-in 10.45.2 for Mozilla browsers
    Version: 10.45.2.18
    Location: C:\Program Files (x86)\Java\jre7\bin\plugin2\npjp2.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-java-applet Java Applet 
    application/x-java-bean JavaBeans 
    application/x-java-vm  
    application/x-java-applet;version=1.1.1  
    application/x-java-bean;version=1.1.1  
    application/x-java-applet;version=1.1  
    application/x-java-bean;version=1.1  
    application/x-java-applet;version=1.2  
    application/x-java-bean;version=1.2  
    application/x-java-applet;version=1.1.3  
    application/x-java-bean;version=1.1.3  
    application/x-java-applet;version=1.1.2  
    application/x-java-bean;version=1.1.2  
    application/x-java-applet;version=1.3  
    application/x-java-bean;version=1.3  
    application/x-java-applet;version=1.2.2  
    application/x-java-bean;version=1.2.2  
    application/x-java-applet;version=1.2.1  
    application/x-java-bean;version=1.2.1  
    application/x-java-applet;version=1.3.1  
    application/x-java-bean;version=1.3.1  
    application/x-java-applet;version=1.4  
    application/x-java-bean;version=1.4  
    application/x-java-applet;version=1.4.1  
    application/x-java-bean;version=1.4.1  
    application/x-java-applet;version=1.4.2  
    application/x-java-bean;version=1.4.2  
    application/x-java-applet;version=1.5  
    application/x-java-bean;version=1.5  
    application/x-java-applet;version=1.6  
    application/x-java-bean;version=1.6  
    application/x-java-applet;version=1.7  
    application/x-java-bean;version=1.7  
    application/x-java-applet;jpi-version=1.7.0_45  
    application/x-java-bean;jpi-version=1.7.0_45  
    application/x-java-vm-npruntime  
    application/x-java-applet;deploy=10.45.2  
    application/x-java-applet;javafx=2.2.45   
    Disable  Always allowed?
    Windows Live Photo Gallery - Version: 15.4.3508.1109_ship.wlx.w4m4 (ship)
    NPWLPG
    Name: Windows Live Photo Gallery
    Description: NPWLPG
    Version: 15.4.3508.1109_ship.wlx.w4m4 (ship)
    Location: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-wlpg3-detect Windows Live Photo Gallery .wlpg 
    application/x-wlpg-detect Windows Live Photo Gallery .wlpg  
    Disable  Always allowed?
    Google Update - Version: 1.3.22.3
    Name: Google Update
    Version: 1.3.22.3
    Location: C:\Users\njdp\AppData\Local\Google\Update\1.3.22.3\npGoogleUpdate3.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-vnd.google.update3webcontrol.3  
    application/x-vnd.google.oneclickctrl.9   
    Disable  Always allowed?
    Silverlight - Version: 5.1.20913.0
    Name: Silverlight Plug-In
    Version: 5.1.20913.0
    Location: c:\Program Files (x86)\Microsoft Silverlight\5.1.20913.0\npctrl.dll
    Type: NPAPI
      Disable
    MIME types: MIME type Description File extensions
    application/x-silverlight npctrl .scr 
    application/x-silverlight-2   
    Disable  Always allowed?

  • File adapter didn't read the whole file

    Hi folks,
    we use the file adapter since 1 year and in the majority of cases it works fine. But sometimes the file adapter didn't read the whole file. In SAP we are missing some parts. Funnily enough in this cases he archive the whole file and not only the executed parts . Know anybody whats the reason of this effect and how we can solve it?
    Kind regards Johann M.

    Johann
    I think you miss understood me/I didn;t explain myself very well....
    If you take the file that doesn't work/process correctly, can you replicate the issue where the whole file is not copied across.
    If you can, you should be able to extend the FTP/File adapter trace file to find the cause if this issue.
    Log onto Visual Admin.
    &#61680;     Services
    &#61680;     Log Configurator
    &#61680;     Locations
    &#61680;     Choose the location (Java package) and the tracing level (severity)
    (for example, com.sap.aii.adapter.file)
    &#61680;     Root Location > com > sap > aii > File
    &#61680;     Set the severity and choose Copy Severity to Subtree
    Run interface and then check the trace file - remember to switch this back to Error...

  • Adobe CS6 doesn't read the new Canon 7d Mark 2 Raw format.

    Hi.
    I bought the new Canon Eos 7d Mark 2, but Adobe CS6 doesn't read the new RAW-format. I can't find any helpful information. Does a plug in already exist? Thanks for any helpful information.
    Best regards, Jean-Paul

    Adobe has not yet issued an updated Camera Raw plugin to read 7D Mark II Raw files.
    Lots of people waiting for it. See Adobe Camera Raw
    In the meantime, use the Canon DPP software, save as TIFF then open in Photoshop.

  • I have a Canon 6d and would like to convert my raw ( CR2) photo's into dng files. Adobe DNG converter 8.4 doesn't recognise the CR2 files. How can i solve this?

    i have a Canon 6d and would like to convert my raw ( CR2) photo's into dng files. Adobe DNG converter 8.4 doesn't recognise the CR2 files. How can i solve this?

    It is possible that you are not following instructions correctly in the DNG converter. The DNG converter interface asks for the FOLDER that contains your raw images. Choose the folder, but don't open it. After you have chosen the folder, click on the Convert button. The DNG conversion process should start.  Does that help you?

  • How to read the iak file in visual c#

    I am trying to read the iak file from visual c#.  How to parse the file?
    I need to know how and what information is stored in the file.
    Why?
    We have Fieldpoints and every time we are moving them around, or the eqjuipment connected to them.  Every time we have to go back and update the program reading the data from the Filedpoints.  If the program can read the iak file, it will be better.

    AlbertJ,
    With the Microsoft .NET Framework version 1.1 or later, you can
    use NI-VISA to create applications using Visual C# and Visual Basic .NET without
    Measurement Studio. You need Microsoft Visual Studio .NET 2003 for the API
    documentation to be installed.
    The installed documentation contains the NI-VISA API overview and
    function reference. This help is fully integrated into the Visual Studio .NET
    documentation. To view the VISA .NET documentation, go to
    Start»Programs»National Instruments»VISA»NI-VISA .NET Framework 1.1
    Help. Expand NI Measurement Studio Help»NI Measurement Studio
    .NET Class Library»Reference»NationalInstruments.VisaNS to view the
    function reference. Expand NI Measurement Studio Help»NI Measurement
    Studio .NET Class Library»Using the Measurement Studio .NET Class
    Libraries»Using the Measurement Studio VisaNS .NET Library to view
    conceptual topics for using NI-VISA with Visual C# and Visual Basic .NET.
    To get to the same help topics from within Visual Studio .NET
    2003, go to Help»Contents. Select Measurement
    Studio from the Filtered By drop-down list and follow
    the previous instructions.Examples can be found at C:\Program Files\National Instruments\MeasurementStudio(version #)\DotNET\Examples\Visa. These examples are installed when you install the VISA driver with .NET support.
    Test Engineer - CTA

Maybe you are looking for

  • How can I permit all traffic from inside-dmz-outside on asa5505

    Scenario : Servers are in DMZ, Internal LAN Users should access ports Specified (5000 & 2048). Router 2801 is facing Leased line; from there it’s connected to firewall. Router LAN IP: 83.111.X.X - 255.255.255.X ASA Version 7.2(4) hostname ciscoasa do

  • What is REALLY causing the decreased battery life on my 4S?

    Suffice it to say that I've seen all of the related posts.  While I'm glad to see that I'm not alone, none of those posts really seem to help me, so I'm putting my own post out here. I can't say exactly when the problems began, but they definitely st

  • PO creation by using BAPI_PO_CREATE1

    Hi gurus' I have to create open po by using bapi BAPI_PO_CREATE1. Po created properly as per our  inputs but in created po created date has take current date.Why is not taken input created date. can any one suggest me. why is happend and how to corre

  • Need a Script for Removing User Profiles in Windows 7

    I am in need of a script that will allow me to remotely delete user profiles from multiple computers. I am an IT Admin over around 15-20 computers that are publicly used by many different people each day, and at least once a month we have to go into

  • Export/import of an  ABAP query

    hi i wana export a query from one client to another. then change it and again import the new one. Please guide me 4 that. As i wil b exporting from production, matter is sensitive. so please provide me the detailed description. thx in advance. will a