Variable that keeps filename - LSMW

Hello!
I'm trying to see which variable keeps the filename uploaded to LSMW in the specify files step.
Does anyone knows the name of the variable?
Thanks
   RT

Hi,
In the LSMW steps screen you have 'User menu' in application tool bar.
in that select the check box 'Display Read program'.
Put a break point at perform read_frontend_file and execute the read data step.
you can easily find which variable is holding the file name.
at the same time the flat file data from presentation server will be written on apllication server. the field g_filename will hold that path.
Thanks,
Rajinikanth

Similar Messages

  • TS1967 In the past, when I updated iTunes, some items would be 'lost'. I quit updating, still running 10.6 i do keep my files on an external hard drive, which I plug in before starting iTunes. If I leave the drive off, and update, would that keep me from

    In the past, when I updated iTunes, some items would be 'lost'. I quit updating, still running 10.6. I do keep my files on an external hard drive, which I plug in before starting iTunes. If I leave the drive off, and update, would that keep me from losing any files? Also, does anyone know how to search the iTunes store by price? I'm particularly interested in movies and audiobooks... Thanks

    iTunes does not have provision for automatically storing one kind of media on a separate drive, so you have some basic decisions to make first.  Do you want these movies to still appear in your iTunes library, or are you content with browsing filenames on a drive in Finder when you want to look for one?  The second's the easiest thing because then you don't have to have an external drive permanently turned on and attached to your computer (wired or wireless).  To do that you literelly only need to drag your movies folder to an archive drive and delete movies from iTunes.  To watch them again you can add it back to iTunes while holding down the option key so the movie is used from its location on the external drive.
    There's ways to move the movies to an external drive while keeping them in iTunes but the external drive iwll always have to be turned on and connected to the computer or you will see a bunch of broken link exclamation marks.
    Realize what you are talking about is not "backup".  Backup (which you should do) is putting a second or more copy of items on external drives for the day when your internal drive fails and everything on it is lost, inclduing all your home photos and perhaps things that have been pulled from the iTunes Store and can no longer be re-downloaded.

  • How to keep filename in textfield when filter is changed in a filechooser

    Hi, guys,
    I met a problem to keep filename in textfield when filter is changed in a filechooser
    for example, a JFileChooser has two filters
    *.jpg
    *.png
    Before I open JFileChooser, I used setSelectedFile(File) to set "aaa.jpg" as default name in textfield.
    when I change the filter to "*.png, ", I want to change the text in textfield to "aaa.png", Actually, I used setSelectedFile(File), If there is an existed file named "aaa.png", this file will be selected on fileView, but the name will not be shown on the textfield. Anybody has ideas?
    Thanks in advanced.

    I really thank you for your answer, but it seems you misunderstand what I said because of my poor english..
    what I said is:
    after you open the filechooser, the filechooser has a combobox to choose file filter and a field to show filename.
    what I want is:
    when you open the filechooser, initial name in field is "test. jpg"
    change filter, "test.jpg" will be change to "test.gif" in the field.
    I don't want to close the filechooser.
    That's why I used a listener to listen JFileChooser.FILE_FILTER_CHANGED_PROPERTY event.
    and I modified your codes
    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.beans.PropertyChangeEvent;
    import java.beans.PropertyChangeListener;
    import java.io.File;
    import javax.swing.JButton;
    import javax.swing.JFileChooser;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.filechooser.FileFilter;
    class Testing extends JFrame {
         String defaultFile = "";
         JFileChooser fc = new JFileChooser(".");
         ExtensionFileFilter eff;
         public Testing() {
              setLocation(200, 300);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JButton btnShow = new JButton("Show Chooser");
              JPanel p = new JPanel(new GridLayout(1, 2));
              p.add(btnShow);
              getContentPane().add(p, BorderLayout.SOUTH);
              pack();
              fc.addPropertyChangeListener(new Listener(fc));
              fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
              fc.setAcceptAllFileFilterUsed(false);
              fc.setFileFilter(new ExtensionFileFilter(".gif"));
              fc.addChoosableFileFilter(new ExtensionFileFilter(".jpg"));
              defaultFile = defaultFile.equals("") ? "Test.jpg" : "Test.gif";
              fc.setSelectedFile(new java.io.File(defaultFile));
              btnShow.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent ae) {
                        fc.showOpenDialog(Testing.this);
         public static void main(String[] args) {
              new Testing().setVisible(true);
    class ExtensionFileFilter extends FileFilter {
         String fileTypes = "";
         java.util.List extensions = new java.util.ArrayList();
         public ExtensionFileFilter() {
         public ExtensionFileFilter(String ft) {
              fileTypes = ft;
         public String getDescription() {
              return fileTypes;
         public boolean accept(File f) {
              if(f.isDirectory()) return true;
              if (f.getName().endsWith(fileTypes)) {
                   return true;
              return false;
    class Listener implements PropertyChangeListener {
        JFileChooser fChooser = null;
        Listener(JFileChooser fChooser) {
            this.fChooser = fChooser;
        public void propertyChange(PropertyChangeEvent evt) {
            if (evt.getPropertyName().equals(JFileChooser.FILE_FILTER_CHANGED_PROPERTY)) {
                 FileFilter fileFilter = (FileFilter) evt.getNewValue();
                if (fileFilter != null) {
                    String fileName = null;
                    if (fileFilter.getDescription().equals(".jpg")) {
                        fileName = "Test.jpg";
                    } else if (fileFilter.getDescription().equals(".gif")){
                         fileName = "Test.gif";
                    String newFileName = "C:\\" + fileName;
                    fChooser.setSelectedFile(new File(newFileName));
    }Thanks again.
    Message was edited by:
    JadeSword

  • Filename variable w/out filename extension

    Hi,
    Is there a less kludgy way to create a variable that returns the filename without the filename extension, than putting a small, filled white box on top of it?
    Thanks,
    Mats Broberg

    I had this problem a year or two ago and Shlomo of Microtype.com came up with a PostScript snippet that I embedded in the file and it erased the extension for me.
    You may want to ping him through his site and see it he'd be willing to share, or if you know a PostScript programmer, they could fix you up. I will look around and see if I can find the snippet, but I haven't used it for a while....
    Art

  • How can i reuse same variables that i create using c:set var="index" /

    hi all,
    please some one helpme!!!!!!
    how can i reuse same variable that i create using
    <c:set var="index" value="${0}"/>
    cause later in the program i use index to do some condition and based on that i increment ...
    so for example if i say...
    <c:if test="${index==0}">
    <c:set var="index" value="${index+1}"/>
    </c:if>
    will it be like
    if(index==0)
    index++;
    can i do like i did be4. if not what do i need to do to reuse. cause i use the variable atleast 5 time and its keep changing on diff condition level.

    Have you tried it?
    It should work, provided you are on the same page.
    The c:set tag creates the variable in pageScope by default.
    If you forward to another JSP you need to set the scope to be "request" so that it is still available.

  • How do I stop the spinning ball that keeps going and going and going

    How do I stop the spinning ball that keeps going and going and going.  I think I have to remove cookies, but I don't know how.

    I think I solved it.
    I searched my extensions folder (in my profile) for all image files (PNG and JPG), and found the pop-up images to be in an extension folder related to Firefox Sync (not an external extension, actually). But even though I had already disabled it and un-linked this computer from Firefox Sync, the message still popped-up.
    I think the image filename was SYNC.PNG, or something like that. Close Firefox, find the folder where that image is in, and rename the main folder (the one right under the extensions folder) to some other name (such as "original name_copy"). Then start Firefox. Check if it works OK and if the pop-up ceases to appear. If everything OK, then you can delete that folder.
    If something goes wrong, just rename the folder to what it was before.

  • I have created a customer exit variable and keep getting yellow message

    I've created a Cusomter exit varialbe and when I run the query I keep getting this to pop up. 
    initial range-sign for cusomter exit variable timezone is corect
    initial range-opt for cusomter exit variable timezone is corect

    Hi Immich,
    there might be the case in your customer exit where you are setting the variable value to blank.
    for e.g.
    cust_name = '  '.
    where cust_name is your variable that ur filling up using the customer exit, instead of setting it to blank set its value to '#'.
    i.e.
    cust_name = '#'.
    It will work fine and you will not get this message any more.
    Hope this helps to you, and correct me if my understanding is not right.
    Thanks

  • Is it true that keep options is not working with paragraph span? (CS5)

    Hi all,
    Just wanted to confiem that keep options does not work with Paragraph span.
    thanks,
    shlomit

    That's correct for now. Perhaps in CS6....

  • SELECT-OPTIONS for variables that cannot have a range

    Hi all,
    There is an option to show only one input-field for a select-options declaration by using the 'no intervals' option. But it is still possible for the user to specify ranges when doing multiple selections (i.e. specify intervals for the variable).
    However, if I have a variable that implicitly does not have ranges, (e.g. 'Arjun' TO 'Shankar' makes no sense at all), I want to let the user do multiple selections for it, without allowing him/her to enter ranges for it.
    Can I do this in a selection screen in any way (even if it involves not using select-options)? And if yes, how?

    Use this:
    SELECT-OPTIONS xxxx FOR yyyy NO INTERVALS
                                               NO-EXTENSION.

  • Can't do factory restore & only disks that keep ejecting are the osx install and apps disks

    First of all let me say, this is my first Apple computer and I'm not experienced in forums. Please do not read rudeness into what is actually frustration at searching forever for a solution and trying not to wish I had been talked into an Apple.  With that said....
    I've had my iMac for about a year and a half.  We had lost our internet and were using a hotspot for awhile so we could look for another provider and get online if we needed to.  One day I signed on and, we didn't have an isp mind you, but the browser opened up to the dominant isp in this area saying a virus was detected coming from this iMac address? I thought that was strange and panicked so decided to do what I would on a pc, just restore the whole thing to factory settings.  Everything was going smooth, (my updates were at 10.6.8 at the time)... when I restored I was back at 10.6.2. (osx disk) I was doing systems updates and one apparently hung.... when told to restart, I did... but the computer would never boot back up.  It would turn on.... go to gray screen... then blue screen... then shut off.  I couldn't boot in safe mode, pram reset did nothing, smc reset did nothing, couldn't hold 'd' to get to diagnostics, couldn't boot to recovery... it kept spitting out disks after trying to read them... with all those solutions I found online and nothing helping I had to call Apple... they couldn't help over the phone because Apple Care expired, unless I purchased help... this frustrated me because every where I found my problem and a different solution their Apple Care had expired too.... so had to set an appt at an Apple store.
    So took it in to Apple, just got it back yesterday.  I let them know I was restoring to factory settings so wasn't worried about losing anything.  When I picked it up, I was told no charge... it was a software issue they saw where it hung and fixed it.  I tried to ask questions about the 'software repair' but they didn't seem to want to answer my questions.  It just says 'software repair' on my order. So I asked 'okay, so it's back to factory settings like when I bought it?' I was told yes and I said great that was my goal anyway.  I get home and it's NOT like when I first purchased it or like a factory restore.  Everything I was doing before it crashed is on there. So I'm back to trying to do a factory restore.  But for some reason now, it seems the only disks that keep self ejecting are the osx install and application disks. I still can't do a boot recovery, AHT, or 'c' boot... since the apple disks eject I can't use start up to get to them. 
    I find it odd that both the oxc install disk and applications disk would be damaged at the same time when they both previously worked.  I called the Apple Store where I took it to talk to the geniuses that worked on it because I had a question about the repair they did....
    Apple: I'm sorry we don't offer tech support
    Me: I understand but I had a question about the repair done from there the other day
    Apple: We are just a store and can't answer tech questions
    Me: I understand and get that but since I took my mac to your store to be worked on I thought I could ask the person that worked on it a question about the 'software repair' and meaning and what software was repaired
    Apple: No you will have to set another apt to bring your computer in if you are still having problems
    Me: UGHHHHHH (pulling hair out)
    So (a little late huh?) to make a long story short giving what I stated above:
    Why is it, only the osx install and application disks not working now? They worked before taking it to Apple
    What can I do at this point?
    Can you do a factory restore without disks on a Mac?
    If by chance both disk did for some reason go out, how do I get them replaced?
    If I gave TMI without enough important info let me know.
    My OS X install disk says version 10.6.2 on it
    About this Mac currently says Mac OS X version 10.6.8
    Batteries died on keyboard and mouse so am using usb wired keyboard and mouse
    At some point I had used bootcamp and then later found parallels so I could install a Corel product and keep using... could some windows files be messing something up in there somewhere?
    It used to say Mac OS X Version 10.6.8 and I could have sworn I saw it said 'snow leopard' in there somewhere, now I can't even find that word in search on the computer. Long post I know but trying to set what was going on at the time I took it in.
    I'm not sure what else needs to be added to get this to the correct thread or help.  As I stated my goal is to have it like I just pulled it out of the box for the first time so no solution will scare me off about loss of data. 
    Thanks for any help.

    Wow, sorry to hear of your experience. Seems strange that your disk would just eject like they did. It could be a lot of things but more than likely you just kind of have to start all over.
    What I would do is insert your system disk and instead of going immediately to an install I would go to disk utility and erase the drive. That will erase everything on the disk and give you a new blank disk to start with. After that I would try to reinstall the system. Assuming that goes well then you should be restored to where it was when you purchased it. After that you can reinstall all your applications or personal files. I hope you have good backups.
    I remember one time I was having a similar problem and don't ask my why I did it but I actually could not get it to install a system. I removed both of my ram sticks, shut the computer down for about 10 minutes including unplugging it from the wall plug, then reinstalled the ram, plugged it back in and started up from the system disk and all worked just fine. To this day I have no idea if pulling the ram helped but I have never had to do it since and for some dumb reason that solved the problem I was having, which is the same problem you are having now. Call it voodoo but it worked.
    Good Luck!!
    Message was edited by: Al Van Malsen

  • How do I delete an old email account from my iPhone that keeps popping up?

    How do I delete an old email account that keeps popping up on my phone?

    Hello Willon63,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Have a nice day,
    Mario

  • I have already downloaded OS Yosemite (it says so on my Apple About this mac overview) but now I keep getting a message from "install Yosemite" that keeps asking me to install Yosemite again and won't go away.

    What do I do? I have already downloaded OS Yosemite (it says so on my Apple>About this mac>overview) but now I keep getting a message from "install Yosemite" that keeps asking me to install Yosemite again and won't go away.

    I have the same issue. My computer has also slowed down. I hope this isn't a malware. I haven't input my password into it, and dont know what I did to turn this on.
    Hope someone else can give some insight

  • How should I find out the stuff that keeps freezing the display?

    Hi,
    I am using gnome-shell from testing repo on a laptop computer. The system(I do not know which part) has frozen several times in a same way. The whole display just suddenly stops reacting while I am scrolling down the web page in Chrome, opening a wine program, or something else. I have not figured out any pattern of its occurrence, so it's not repeatable for now. It seems that it's related to some modules or libraries used by Google Chrome browser or Wine because it mostly happens when I am interacting with Chrome browser.
    It seems that only the display is frozen. I could not enter the tty with Ctrl + Alt + <F1...F8>, but I could move the cursor with my TrackPoint mouse. The NumLk/CapsLk LED also reacts normally. Even the network is working - when turning off and on the hardware switch of wireless, WiFi LED shows like the system is trying to reconnect the WiFi automatically.
    If there's anything related Chrome, I guess one of the possible reasons is that when installing google-chrome-dev from AUR, I replaced libpci with libpciaccess in the depends array so that it won't cause a file exists conflict when installing.
    Another possible reason is xinput, which I use for TrackPoint scrolling.
    Now I am very curious in finding out what exactly it is that keeps freezing the display, but I'm not sure where to start. Could anyone give me some suggestions?
    THANKS

    demian wrote:I'd start my DE from the terminal and when it freezes use alt+sysrq to regain control and see what happened. alt+sysrq+r,e,i should bring you back to the terminal.
    thanks, but my SysRq and PrtSc are on same button, and when I press Fn + Alt + [PrtSc, SysRq], the system just recognizes as Alt + PrtSc. This is weird....

  • Can I get a refund on a movie rental i ordered that keeps freezing half way through the movie?

    Can I get a refund on a movie rental i ordered that keeps freezing half way through the movie?

    No, but they will likely let you redownload it if you report the problem:
    How to report an issue with Your iTunes Store purchase

  • I keep getting a notification that says "Google Talk authentication failed"...does anyone know how to get rid of this?  I tried looking for it in the apps but not really sure what google talk is or how to get rid of this message that keeps popping up.

    How do i get rid of the message that keeps popping up that says "google talk authentication failed"????

    funwidowlady,
    Good afternoon!  I'm glad I can be here to help with this error. In the device this application is identified only as 'Talk', so that be more familiar to you. First I recommend opening the 'Market' app on your phone, then Menu>My Apps to see if this application requires an update. It will display a list on top of all applications that need to be updated. If nothing exists, tap 'Home' and go into 'Settings>Applications>Manage Applications>Talk, then tap 'Clear Cache' and 'Clear Data' to remove the history of that application and stop the notifications.  The app will remain on your phone for future use, if you desire to take advantage of it. Read more about Google Talk here
    Thank you!
    AdamE_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Ipod Classic  not showing up to disconect by clock on windows 7. How do I disconect?

    I just got a new computer. How do I disconect ipod classic from windows 7?  No  icon by clock Help. any ideas?

  • Power problems and a question about Zen support respo

    I have a Zen Micro 8gb player and unfortunately I can now be added to the list of users with Battery/charging issues. I've tried all the troubleshooting steps I can find here and none resolved my problem. Resetting does not help, nor does charging vi

  • TV out problem, rolling back to earlier firmwares

    I went and bought a component video cable from Apple, so I could improve my video output to TV (I've got a composite video cable, as well) Well, get back from the Apple store, hook up my cable to test it and -- nothing plays back, absolutely nothing.

  • Saving as Word Corrupts

    I've tried saving a few PDFs (about 20 MB) as WORD documents. When i opened them, they hung for awhile, then MS Word became unresponsive, and a message came up that the file was corrupt and had a catastrophic error. Is this a standard problem or an e

  • Reg: JDBC Adapter without Update Query

    hi friends i have designed a scenario where JDBC as a sender. i need to configure the adapter without using update query