Smartforms - delete old variables - looking for a real expert

Hi folks,
Is there any possibility in Smartforms, that I don't know, with which I can analyse my fom. I want to check which variables aren't needed any more. So that I can delete them and I have a nice and clean form.
How I loved my analyse tool in sapscript... I would write an new one, but I didn't found out how the texts are saved in the system.
Is there anybody out there, who can help me?
Regards
Silvio

Hi!
For an extended check you can do the following:
- check out which FM belongs to your smartforms (smartforms transaction - environment - function module name)
- go to SE37 - View - Check - Extended program check
Regards
Tamá

Similar Messages

  • I am looking for a real time CRM consultant who can teach me in Bangalore ?

    I am looking for a real time CRM consultant who can teach me in Bangalore ?
    Call me on 7204246238

    If you are looking for a Creative player only The Zen V and Zen V plus are good options. I think they will satisfy most of your requirements.
    Strike that, I don't think this will act as an "external hard dri've" as described in bMessage Edited by fdreinthea on 2-2-200605:37 AM

  • Looking for an AS3  expert

    Urgent requirement, looking for AS 3 expert, please contact me with your contact info ASAP.
    Thanks a million

    private message sent.

  • Looking for a real photo editing app.

    I'm looking for something that can precisely resize and crop. None of this slider bullcrap where you can't get pixel level precision. I'd like to be able to crop at exactly 640x960 for example, or resize to exactly 820x620, etc.. Something that can do non destructive edits and that can save a jpeg without compressing it so much that image quality is noticably less. Photogene2 is great (nice edit features and good quality saves) but it can't crop or resize exactly by the pixel. Phototoaster is great (nice edit features and non destructive edits) except it can't crop and resize by the pixel. How hard would it be to provide numerical inputs for crops and resizes? Is there anything out there really worth buying that can do these essential tasks?

    Photoshop Touch
    https://itunes.apple.com/sg/app/adobe-photoshop-touch/id495716481?mt=8&ls=1

  • Looking for a real "BitSet"

    Hi all,
    I'm looking for an efficient set implementation based on bit vectors. BitSet doesn't support the set interface. EnumSet requires you to know the set of elements at compile time, which I don't.
    I guess I could subclass BitSet, implementing the Set interface, but I was hoping someone could point me toward an existing solution.
    Thanks!
    David

    I didn't find anything in the Jakarta collections. So I went ahead and implemented a "FixedSet" which is like EnumSet but is based on a collection that specifies the universe at runtime, instead of an enum that specifies the universe at compile time.
    For example:
    HashSet<String> universe = new HashSet<String>;
    universe.add("a");
    universe.add("b");
    universe.add("c");
    universe.add("d");
    universe.add("e");
    // Fast bit vector based implementation
    FixedSet<X> fixedSet = FixedSet.noneOf(universe);
    fixedSet.add("a");
    // Throws "element not in universe" exception
    fixedSet.contains("z");To test the performance, I created a universe of 150 enumerated values, then a set containing 100 values. Then I ran "contains" 30M times for 100 elements, 50 of which were in the set. Results:
    TreeSet: 25 seconds
    EnumSet: 2 seconds
    FixedSet: 10 seconds
    Profiling the code, the performance loss seems to be in a HashMap I use to map the Object to its index into the array of all elements. e.g.:
    public abstract class FixedSet<E> extends AbstractSet<E>
      implements Cloneable, java.io.Serializable
      // All of the values comprising E for this set.
      protected E[] universe;
      // For reverse lookup
      protected Hashtable<E,Integer> ordinal;I have to do this because E doesn't necessarily have an ordinal value (EnumSet uses Enum.ordinal()). Unfortunately the hash lookup is now a bottleneck.
    This brings me to my next question: I was thinking of replacing the hashtable by creating an inner class that extends E and adds an ordinal value that I initialize during creation of the FixedSet. e.g.:
    public abstract class FixedSet<E> extends AbstractSet<E>
      implements Cloneable, java.io.Serializable
      // All of the values comprising E for this set.
      protected EOrdinal[] universe;
      protected class EOrdinal extends E {
        int ordinal;
        int ordinal() { return ordinal; }
      }The compiler doesn't like this. Can anyone suggest a solution?

  • Looking for a real mentor

    I am new to the programming world in general and I have been getting used to the programming mindset and reading like a med student while practicing in Xcode.
    I am looking for a local, experienced Mac developer with patience to instruct and also "look over my shoulder" while I code my first apps. Mainly I need someone to tell me "there is an easier or better way to do that" or "you idiot" or "read this chapter" or something along those lines. I am brand new to programming, but have a high aptitude for learning and retaining. I have many questions and need some one on one instruction since there are not really any classes that are cost effective nearby. Consider it propagating the species or something cool like that.
    In return, I know many projects that need experienced contract developers .
    I am in the Fort Lauderdale area.
    I also know of many people in the area that are interested in the same so maybe we can get a class together and you can charge them for the classes...Just a thought.
    Thanks in advance.

    Hi Murray,
    There were a couple of reply's. I could not make either one work. I tried contacting you several times. The answer you gave me does not work. It is probably piIot error.  would like to talk to you about it. Can I call you? If so, send me your telephone number and I will call.
    Thanks for the followup.
    Jim

  • I'm looking for a consultant/expert....

    I'm looking for a consultant to help me through the rough spots in HTML/CSS, Javascript, jQuery, php, and also with the Adobe suite of products. I'm visualizing just doing occasional phone consultation with a screen share by Adobe Connect or Joinme.com. Let ke know if you are this person, or know somebody like this. Consulting fee based, possibly a monthly retainer...

    Hi McFrisco,
    You'll get quite a bit of free expert help in this forum if you post specific questions and show us your code.
    HTML, CSS & JavaScript are not hard concepts to learn on your own.  PHP/MySql is more advanced and should be undertaken only after you have a working knowledge of the other three.
    It would help us help you if you tell us something about yourself.
         a) How much coding experience do you have?
         b) What do you feel most & least comfortable with?
         c) A brief description of your project goals.
         d) A link to your site (if you have one).
    I can only speak for myself but like most people here, I regularly donate time to this and other forums while simultaneously working on client projects. If you need a bit of hand holding while you work through tutorials, Adobe forums contain a pool of worldwide product users who are available 24/7.  Owing to differences in time zones and other commitments, a private consultant might not be as convenient to reach when you have burning questions.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Looking for Financials Functional Expert - $100/Hr + Contract Opportunity

    Our company has been looking for Oracle Financials functional consultants who have implemented the below modules for other organizations - iReceivables, iPayables, Adv. Collections and LockBox
    This is an existing EBS installation with A/R already implemented. We need an expert who can help us implement the above new modules.
    Pl. respond with resume and contact info to [email protected]
    Thanks

    Hi sir,
    I am currently working in a MNC, as an engineer. I am keenly interested in Labview, and i know basics of it.
    Attached is my resume. I would like to work with Labview.
    Regards,
    Pooja karnani
    Attachments:
    RESUME.docx ‏30 KB

  • Looking for Local XSan Expert

    We've recently set up 4 Seats on Xsan and while we've had a knowledgeable admin set up the system, we're in need of someone to help maintain and be on call for any issue we may experience. We have a 10 TB system and are working in FCP. Any advice on how to find someone in the Nashville, TN area?
    Thanks,
    - Matt

    Matt,
    I just happened across your post here... maybe a little late, but if you're still looking for some help with your Xsan, the perfect person for the job is right in town. Chad Grant is an Systems Engineer working with Mac Authority right here in Nashville, TN. He holds nearly every relevant certification, and is not only certified and experienced with Xsan, but is a Final Cut Trainer as well. Probably one of the best people in the country for your needs. For scheduling, contact the Corporate / Enterprise dept. at Mac Authority.
    615-577-4306 Ask for TJ.

  • Looking For Adobe Edge Experts

    I tried a Google search but wasn't getting what I was looking for. We have a couple of people on our in-house creative team who develop in Adobe Edge. However, they are uanble to fulfill all of the requests we get for this type of work. We can't get more head count for our department just yet so are searching for reputable Adobe Edge experts who we would like to outsource some of the overflow work to. Does anyone know of a good place to find suitable professionals?
    Thanks in advance for any help!
    Tara

    Hi,
    I'm alwase available for freelance work, I'm working with Edge Animate since the first version and founded the community Edgehero for it.
    Made Edgehero.js and worked on alot of advanced projects already.
    Feel free to contact me and check out the rest of the Edgehero crew : http://www.edgehero.com/about.html
    - Rob Boerman
    Edgehero.com

  • Not trying to flame NI, looking for some real feedback

    I have been using LV since version 2.   Serious use started in version 4. 
    When version 7 came out, I needed another license and bought a copy but continued to use version 6.  I tried installing 7 but it was so different from the older versions I removed it.    Recently I had to upgrade to version 8.2.1.    I have been using it for a few months now.    While it does have a few features that I actually like, the problems that I see with it far out weighed the improvements. 
    I am talking about things like speed,  version 8 is a dog compared to 6.  Just simple things like connecting a wire is very slow now.  Other things like doing a simple drag operation where I draw a box around the objects I want to drag and the box that LV shows is some where in deep space.  It selects the right objects, but seening the box not where you draw it just makes it not very smooth to use.   Then there is the moving of some of the drop down menus for no good reason that I can see.  Some MBA or manager should have been fired over that one.  Even after 2 months I still hit the wrong menus.  Just from having used LV for so many years I have developed a habit.  You poor people that need to run both versions!!  Then there are the crashes.   I don't even want to think of how much time I spend trying to find functions now....
    Some of this I am sure can not be helped I'm sure but the bugs with the select box, graphic entry speed  and crashes are something I am not used to with LV.   Over time I will get used to the new menus as long as they don't move them again.  This version IMO was the worst I have seen from them.  We needed some of the low level features it has, so we are stuck. 
    My question is if I upgrade to version 8.5, has National just added more fluff that I will never use, or have they actually improved the graphical entry speed and made it a more bug free environment?    

    Thanks for all of your input.
    We have a six licenses for LV and use it on a few different types of PCs.  All run much slower now that we did the upgrade.  The PC I am currently using has an Intel P4 3GHz w/ 2GB of RAM.  It has an NVIDIA dual view something card with two LCD monitors.    When I upgraded to version 6, I was running on a PIII 750MHz with 512M and it worked fine.  For that matter, I own a copy and use it at home on an old dual 200 MHz Pentium and it runs fine (yep that right).  It's not just the startup that I think it slow (which it is) it's just the normal drawing that is a real drag for me.   Run time seems fine still for the most part.   However, I tried to put the new version 8.2.1 on my LeCroy 8500A DSO to do some post processing.  Just loading LabView with no pannel was enough to bring the DSO to it's knees.   I gave up on this idea real fast. 
    I am not sure what a big VI would be.  Typical program for me may have 20 sub VI's, some calls to external DLL's to talk to some hardware and a lot of math.  Looks like the current program I am working on is about 2 Meg in size total (all the VIs added up).  Not what I would call big.
    I like LabView.  It has saved me countless hours over the years and I have brought up many prototypes and done a lot of tests with it.  I just don't like this version.  I'm not really into all the cute little things they add.  I use it to get work done.  If they have forgotten that feature (that it needs to actually work) then they missed the point.  
    I may just order one license just to see if there is any improvements.   It sounds like you have uncovered problems that I have not yet ran into so it may be good just to have it in my bag of tricks.  
    Thanks again. 

  • Old issue, looking for simpler solution

    This is about the familiar, "I-had-my-logic-board-replaced-and-now-Time-Machine-is-confused" issue that has been covered in older posts. Forgive me if this seems redundant. Before I proceed with the solution described here:
    http://www.macosxhints.com/article.php?story=20080128003716101
    I was curious if someone here or even Apple (what a concept) has come up with a more "elegant" solution that allows one to continue using the "pre-logic board replacement" back-ups. Posters here and on MacOSX Hints have explained very concisely the cause of the problem, so the underlying cause is clear to me. I'm just a nervous about making a typo in the Terminal that will rear it's ugly head down the road. I looked around for an Applescript or utility that might do the voodoo for me, but came up empty.
    TIA

    Hi Bharath,
    You may check these:
    Add ons Info
    Give me the Best Scenario for Chemical Manufacturing
    Re: How to define BOM for Chemical Items
    Re: Batchwise Costing
    Thanks,
    Gordon

  • Sort of off topic, but same old question looking for a new answer

    Ok I'm ready to start a new site. I'm going cheap as it's all coming out of my pocket including hosting. I want to put a video chat room on my site. Is there anyway to capture a webcam in this fashion in director. I've done tons of searching but I can't really find anything. I'm trying to avoid using the flash communication server for three reasons. 1) I already have the director multiuser server that will host up to 1000 users (the room will never be anything close to that big 50 peeps tops) and my web host will support it and install it for me. 2) I can't find anything at a really cheap price. I'm looking at 25 cam users at once... 3) Actionscript is nothing I've every really worked with before, but I could do the lingo programming.
    I have a few questions First of all I read something about putting a flash element on the stage, and that the flash player is what captures the webcam. But I assume that it still needs flash communication sever to upload the video. Is this correct?
    Is there an xtra that will do what I  want?
    I read something about encoding the video to realvideo, but I have no clue how as I've never done anything like that before. Will this work and do you know of a tutorial for this?
    Do you know of a really really cheap flash comm host?
    Really off topic but, I could write the text chat end of it in cold fusion. Is there a known way to easily add the video in this way?
    Does anyone know of a cheap off the shelf video chat room that I can put up on my site and just pay for the bandwidth overage that it uses?
    Thanks for any help any of you could give me.
    Cane

    There are several 2.4 GHz MacBook pros shipped over several years.
    If this is your Mac (2007 model) scroll down to the memory section and read:
    http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2 .4-15-santa-rosa-specs.html
    Standard RAM:
    2 GB
    Maximum RAM:
    6 GB*
    Details:
    2 GB installed as two 1 GB modules. No slots free.
    *Apple officially supports a maximum of 4 GB of RAM but third-parties have been able to upgrade the system to 6 GB of RAM using one 2 GB and one 4 GB memory module.
    Site sponsor Other World Computing sells MacBook Pro memory, as well as hard drives, batteries, carrying cases, and accessories.
    ... and that sponsor is not a bad place to get RAM at all. They are experts, and back it up with a "money back if it does not work in your Mac" guarantee.

  • Old Computer; Looking for WebCam

    Hello all,
    I am looking to attach a web-cam immediately to my old Mac. It is a 1.25 GHZ PowerPCG4, with a 17inch swivel screen.
    Do you know what ISight camera, if any, will work with this old piece of junk? I would appreciate any information you may have.

    See if the info in these help you:
    http://discussions.apple.com/thread.jspa?messageID=5038555&#5038555
    http://discussions.apple.com/thread.jspa?messageID=5078791&#5078791
    http://discussions.apple.com/thread.jspa?messageID=5966817&#5966817

  • Old Topic, looking for newer answers....iMac (Late 08 model) shuts off

    Hi all, I've posted this topic before but became really busy and was unable to troubleshoot this problem to the fullest. Long and short is that my iMac decides to shut off on it's own. I've ran the hardware test months ago with the code saying that the temperature control was messed up. I've since taken my iMac to an Apple service center where they have changed the display and the power source and I'm still having problems. I've surpassed the Apple warranty and was dumb enough to not get the AppleCare for this system.
    A little more details, temperatures of core components (the ones that iStat Pro would show) seem to be normal. Nothing is over 120 F yet my CPU fan is spinning at nearly 4k rpm. For whatever reason, when this fan kicks in, the computer likes to shut off, even if temps aren't that high. Has anyone else experienced this? I know I'm going to either have get a new computer or face the bill for repair, but any help would be greatly appreciated.
    Lastly, I've tried running the Hardware test before posting this and the dang test won't launch. I'm losing too much hair people, please help!

    Ok, figured out the hardware code, it is: 4SNS/1/40000000: TpOP-131.000. Any takers?

Maybe you are looking for

  • How can I change my Iphone default email send from an alias to the address I want?

    My Iphone sends my emails "FROM" an alias address I have within my ISP email account. I don't want this alias to be used as the default send. It seems my IPad works fine as does my Imac and Macbook PRO. The Iphone is the only one that does this. Any

  • Obiee 11g Chart sorting issue

    Hi All, I am trying to plot a graph in OBIEE 11g answers which shows Calendar Month in X-axis and percentage of marks in Y-axis, in such a way that Calendar Month in X-axis should be in the order Jan Feb Mar Apr .....(where as now it is Apr Aug Feb .

  • An error occured in UI Component

    Hello               I'm working on the CRM WEB-UI , I have created search page where I have created hyperlink to view the overview page.               Initially in overview page i have added the two views table view and form view ,Later i have change

  • When I purchase using iPhone iTunes, can the music be placed in my mac?

    When I purchase using iPhone iTunes, can the music be placed in my mac's iTunes library. I can't drag and drop music bought using the phone from the iPhone into the computer. Any ideas? thanks t

  • HD Movie into Media Browser = Too Large?

    When I transferred each HD separate project into the Media Browser, I had no problem. When I combined all the projects together, I get an error message telling me that the file is too large. All I want to do is put the entire combined movie into the