Finding HR Position using 2LIS_11_VAKON DS

HI ,
I have constructed a Cube from 0SD_O05(which is populating data from 2LIS_11_VAKON with enhacement of EIKTO field in it (this field will give the employee responsible for the customer)). Using this field(EIKTO) i have to find his/her position from the employee master (0employee).
Pls let me know how to achieve this.
With Regards,
Bala
Edited by: Balachander Subbiah on Sep 30, 2010 8:00 AM

Hi Experts,
Pls throw light on this.
With Regards,
Bala

Similar Messages

  • How do i find coordinates (latitude longitude) of a particular place or my position using my iPad2.

    How do i find coordinates (latitude longitude) of a particular place or my position using my iPad2.
    It shows the current position but cant it tell cordinates as well.

    Get this app http://itunes.apple.com/jm/app/lat-long/id425984240?mt=8
     Cheers, Tom

  • Finding the position of the end of a line in a JTextPane

    I'm trying to make a JTextPane which expands horizontally if the text being typed in it reaches the right hand edge. To do this I need to know the position in the Document of the end of the current line.
    I've managed to write a method which expands the JTextPane vertically using getEndPosition() in AbstractDocument.
    There is an endLineAction in the DefaultEditorKit which moves the Caret to the end of the line but I don't want to move the Caret, just find the position of the end of the line. I did have a method before which moved the Caret to the end of the line, stored the position and moved it back but that wasn't suitable.
    I suspected the answer was to do with the View but I can't figure out how the View relates to the JTextPane or Document.
    Can anyone help?

    Well, personally I don't think its a good idea to keep changing the size of the text pane as text is being typed and I doubt the solution will be as easy as you think.
    As you type the text will automatically wrap so it will be a little late trying to change the width after the text has wrapped, which means you would need to increase the width "before" text is typed. But then you have another problem because you don't know how much to increase the width by since a single character could be typed or a string of text could be pasted into the text area (people always forget about pasting when doing stuff like this).
    Also if text is removed you would need to iterate through all the line to find the longest line and reset the width.
    Anyway the only way to know the width would be to play with the modelToView() method. If you want to find the end of the current line then you can use the Element.
    Check out my [Text Utilities|http://www.camick.com/java/blog.html?name=text-utilities] class which might give you some ideas on how to use the Element class and modelToView() method.
    which has example of using the above Class and method that might give you some ideas.

  • How can I find the position of a robotic arm with a cFP-CTR card?

    Hello,
    I use a CTR-500 to measure the pulses of 3 encoders.
    The encoders are related to the 3 axis (x,y,z), to which a robotic arm is moving.
    Each encoder has 2 channels (A,B) which go to each pair of Count Inputs of the CTR card.
    When the robotic arm is moving on one axis, the corresponding pair of Count Inputs is increasing, but there is a phase between the one Count Input and the second one. What is more, the Count Inputs do not decrease when the robotic arm is moving to the other direction, but they still increase.
    So, I cannot find easily the position of the robotic arm.
    What I have done, is to try finding the position, by using only one Counter Input for each axis. This means that I use the value of the encoder as a counter, and I calculate the position with some software tricks. But for some reason, it does not work properly.
    I have heard that the method I use is not proper. Instead, I have been told that I must use the phase of the 2 Count Inputs, in order to find the direction to which the robotic arm is moving. But, the Count Inputs of the CTR are augmenting in parallel, when the robotic arm is moving forward or backward.
    How can I find the position of the robotic arm, as it is moving like a CNC ?
    Thank you very much.
    Message Edited by nikosfs on 08-21-2009 12:27 PM

    You don't want to use a cFP-CTR-500 card.  What you have are quadrature signals.  You should be using the cFP-QUAD-510.  It has 4 channels that can handle both the A and B signals of a quadrature encoder.  It has the built in circuitry do determine the phasing of A vs. B to know when to count up vs. count down.

  • Need help in finding the position of a SubString in a String

    Hi All,
    I have a VARCHAR2 column in my table which has data similar to '152-425-3265-8-5623-45'.
    I want to find the position of the numbers in the column.
    For example:
    If i give 8 - query should return me 4.
    If i give 425 - query should return me 2.
    The numbers are delimited with '-' value.
    Please help.
    Thanks in advance.
    Edited by: 868171 on Jun 24, 2011 4:33 AM
    Edited by: 868171 on Jun 24, 2011 4:34 AM

    do you know the max number of dashes?
    if so
    with t as (select  '152-425-3265-8-5623-45' code, '425' num from dual union
                   select  '152-425-3265-8-5623-45' code, '8' num from dual)
    select code, num, case num when  regexp_substr( code,'[^\-]+',1,1) then '1'
                   when  regexp_substr( code,'[^\-]+',1,2)  then '2'
                   when  regexp_substr( code,'[^\-]+',1,3) then '3'
                   when  regexp_substr( code,'[^\-]+',1,4)  then '4'
                   when  regexp_substr( code,'[^\-]+',1,5) then '5'
                   when  regexp_substr( code,'[^\-]+',1,6)  then '6'
                   else 'not found' end result
    from t
    CODE     NUM     RESULT
    152-425-3265-8-5623-45     425     2
    152-425-3265-8-5623-45     8     4or if you have 11g you can use regexp_count
    with t as (select  '152-425-3265-8-5623-45' code, '425' num from dual union
                   select  '152-425-3265-8-5623-45' code, '8' num from dual)
    select code, num, regexp_count(regexp_substr(code,'^.*'||num||'.'),'-')
    from tEdited by: pollywog on Jun 24, 2011 7:55 AM

  • N8 GPS can't find my position

    Hello
    I have a big problem with my N8 GPS. I just use Integrated GPS in positioning methods and I disabled A-GPS, Network and Wi-Fi options. But Ovi Map 3.04 can't find my position. I compare my phone with an N79 and a 5800 in similar situation. They can easily find the position in less than a minute! But my N8 still searching and searching…. . It’s embarrassing!!!
    Can anybody help me?! Any suggestion?

    Grrr ! All that "experts" here...
    1, Use AGPS if you want to get a coarse estimation of your position.
    2. Use internal GPS only if you want to get a precise position.
    3. There are no (NO !) differences in position fix speeds caused by software. GPS works in a sequential way: A sequential data stream is sent by the satellites. To get a full position fix, all of that data stream has to be received, from start to end. THIS causes speed differences: If you start the GPS application at the beginning of the data stream, fix is fast. If you start it in the middle of the stream, the device has to wait for the stream starting again from the beginning. This is for collection "almanach" data - data about where the satellites are at present - they're moving.
    4. If that almanach data was received earlier and no too long ago, GPS fix is fast because the device does not have to wait for that almanach data stream. Again: It has NOTHING to do with different software.
    By the way: This is what AGPS does - downloading that almanach data via internet instead of waiting to get that data via the air and trying to triangulate your coarse position with the help of comparing the signal strengths received by different cell towers. Again: This does NOT provide you with precise positioning data - just estimations. Never use AGPS if you need a reliable position fix. .
    5. GPS signals are high frequency signals. Reception of such signals may vary greatly with the phone's position: One or two cm of placing difference may cause a big change in reception.
    6. GO OUT ! Do NOT try the GPS module indoors. You MAY get sufficient signal strength inside buildings - but this is an exception, not the rule.
    7. N8s GPS receiver is really fine, very sensitive. No problem with that.
    In short: Go outside. Don't use AGPS or network-based GPS. Don't believe people saying "Precise (!) GPS fix is much faster with software blabla..." Don't get fooled by a quick display of an estimated position: The real position fix did not get calculated at that point of time; it's still running in the background. This is what's causing that constant change of your position right after the first fix got displayed. A minute later, your position appears stable; and that's the point of time where real positioning data are used - not just coarse estimations.
    It all depends on that almanach data and a clear view of the sky.

  • Maps not finding my position

    Hi everyone
    I have a wifi model 64gb and it's impossible having maps application an other localisation working properly.
    It's impossibile finding my position on the map and afte a while i have the "unable to find your position" Message.
    I tried different networks. With or without Apple ruoters
    I tried to register networks to skyhook
    No luck.
    On the sane networks iPod touch 2g works perfectly.
    It's an iPad problem, i'm sure
    Please help me....
    Thanks a lot

    I had the same problem with my iPad 16g not being able to use any of its location services.  I finally did something crazy.  I was using a 2Wire Gateway from ATT for my wireless network and I got the idea to try something a little different.  I had just recently moved to a new house and still had my old NetGear wireless router, so I plugged my NetGear router into my 2Wire router.  My NetGear is receiving its signal from the 2Wire Gateway, but it is also broadcasting a wireless signal as well.  I took my iPad and connected to the NetGrear signal and guess what?  My iPad was able to locate my location.  Apparently, the NetGear router "transmits" some sort of "location" information that the iPad was able to read.  You might try using a NetGear router for your iPad, or another router in general.  Let me know if this helps.
    nx2000a

  • My 3 apple products, an imac, a macbook air and a macbook lost their contact with their external hard disks. They were LaCie make. And every time I turn my laptops, I find the positions of the keys on their  keyboards changed.  Why is Apple silent?

    After the latest apple IOS upgrade my 3 apple products, an imac, a macbook air and a macbook, lost their contact with their external hard disks. They were LaCie make. And every time I turn my laptops, I find the positions of the keys on their  keyboards changed.  Why is Apple silent? There are so many people complaining about this issue and expecting Apple to correct this issue that they have created.

    Probably because it's not an Apple issue. I have Lacie EHD's connected to my MBAir and iMac, all work perfectly on Mavericks. In addition I don't have any keyboard issues on any of my Apple products. BTW IOS is only for IOS devices such as iPads, iPods and iPhones, Macs use OS X. The two OS's are seperate  products designed to run on seperate products.

  • When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?

    When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?
    All of a sudden I noticed that most of the folders on my computer were no longer using the folder icon, but the generic document icon. I had to manually change back the icon being used by opening Get Info for each folder and copying and pasting the generic folder icon from some folders that remained unchanged. Now whenever I create a New Folder (right click -> "New Folder"), the icon that shows up is the generic document icon (white page with top right corner turned down). And I have to manually change it so it shows up as a folder in Finder or on my desktop. I don't know why or how this switch happened. All of the folders now on my computer look ok, but I need to change the default so when I create a New Folder it uses the correct icon.
    I have also Forced Relaunch of my Finder and rebooted the system. I downloaded Candybar but am not sure what will fix anything, so I haven't proceeded.
    Anyone know how I can do this? Thanks.

    Anyone?

  • I had a drive failure and lost the iWeb file along with other things.   I did manage to save a lot of user file documents but I don't see or   recognize the my iWeb site file. It was on a 15" G4 Titanium pb. I'm trying to find a way, using version 2.0.4

    I had a drive failure and lost the iWeb file along with other things. 
    I did manage to save a lot of user file documents but I don't see or 
    recognize the iWeb site file. It was on a 15" G4 Titanium pb.
    I'm trying to find a way, using version 2.0.4 of iWeb on a different 
    pb to recover the file into the iWeb app or a way to download the site into iWeb.
    There are 6 pages of images and text, and it 
    would be a task for me to recreate the whole thing again. I did 
    download the site but I don't know how or if I can get iWeb to see it and open it.
    Does anyone have any knowledge about this? The link to my site:
    <http://web.mac.com/danauerbach>
    Any suggestions will be most appreciated.
    dan auerbach
    [email protected]

    Unfortunately iWeb cannot read or import previously published files, only generate them.  You'll have to recreate your site from scratch.
    However, Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the recreation of the site.
    OT

  • How to find process chain using background job in sm37

    How to find process chain using background job in sm37

    Better is to select the job.
    Select (Define) Step (s) or F6.
    Select the line and Menu Goto>Variant.
    The variant contains the name of the CHAIN and its VARIANT.
    Success
    We faced an old job and via job monitoring we were informed about a cancelled job every 'interval'.
    We noticed that the related chain was deleted but still the job was scheduled each interval again and was cancelled because an event was missing
    We could not find the scheduled job via SM37.
    Via view V_OP, view over tbtco abd tbtcp, we find the related entry.
    We delete these entries via function BP_JOB_DELETE....
    Edited by: Jack Otten on Jul 9, 2010 2:50 PM

  • I am unable to start Firefox. Getting message that it's already running. Can't find my profile using "%APPDATA%\Mozilla\Firefox\Profiles|". What do I need to do

    I am unable to start Firefox. Getting message that it's already running. Can't find my profile using "%APPDATA%\Mozilla\Firefox\Profiles|". Rebooting my computer didn't help. Since I experienced that problem I also noticed that all my bookmarks which I had copied into the Windows Internet Explorer have also disappeared. I am using Firefox as my primary search engine and usually don't use Internet Explorer. I am running Windows 7 on my machine.

    Try this add on [https://addons.mozilla.org/en-US/firefox/addon/open-profile-folder/ Open Profile Folder]

  • TS4002 I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed but when searching I can't find same being used. How do I find out where that particular email adress is use

    I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed When searching I can't find same being used anywhere. How do I find out where that particular email adress is used so I can delete it there and use it for my new apple-id?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • How do I find what's using my hard drive space

    My wife has a 14" iBook. How do I find what's using all the hard-drive space? It only has a 40GB hard-drive (it's one of the older G3 models) but there isn't a lot loaded onto the HD. There is only 3GB space left. I've gone through every application and utility and document and every folder (document, movie, etc.) and the largest space-hogging folder is iTunes which uses 15GB because of the music. I can't find any singular folder that uses any sizeable HD space. I recently loaded Tiger so I don't know if Tiger uses the rest of the space or if it's just a combo of all the other applications.

    You could download and use WhatSize to see what may be eating up the space.
    With a 40 GB hard drive, you need to keep at least 6 GB free in order to avoid problems.

  • HT201210 restoring ipod and it say's can't find software and use a cd-rom if necessary. what am i supposed to do? my ipod is stuck on the connect to itunes screen and wont do anything.

    Restoring ipod and it say's can't find software and use a cd-rom if necessary. My ipod is stuck on the connect to itunes screen and wont do anything. What am i supposed to do?
    Please help, i will be very grateful

    you can do is go to ijailbreak.com then select downloads section.......scroll down and see the latest version of ipod touch second generation is available for download.....when it gets downloaded connect your iPod to itunes or keep it connected then hold option and click restore (mac) search the software by writing in search "iPod" a thing with white cube will show up if it is the file you just downloaded click it and wait for itunes to do its work......you can ask more if you are on windows

Maybe you are looking for