How to use Assignment Rate

Hi all,
Are there anybody know how to use assignment rates?
Our organization use grade/step as salary schedule. everytime when people are only doing temporary job , we need to set up new grade and step which is not conveinent. we didn't enable the salary admin form,therefore I am thinking about using assignment rates for those employee who retired but come back to subing temporarily?
Any suggestion will be very helpful!
if you can send email to the following address will be very helpful:
[email protected]
Thanks again!

Is your temporary workers stored as contingent workers or Employees. If they are stored as employees my understanding you cannot use the assignment rate, instead you use Salary admin with out grade structure
Regards
Ramesh Kumar S

Similar Messages

  • How to use Assignment Enforcement(Work Center Maintenance)

    I thought that I was not able to start SFC in the work center which Assignment Enforcement is set in Enforced.
    However, SFC was able to be begun and to be completed by using POD in the following situations.
    Is the mistake found in my way to use Assignment Enforcement?
    Product A can use just resource RSC01 in operation PR001.
    Resource RSC01 is assigned to work center WC001.
    I set Assignment Enforcement in Enforced.
    And No user assign to work center WC001.
    I start SFC at operation PR001 and resource RSC01.

    Yousuke,
    Let me quote the guru of ME first:
    "The Assignment Enforcement option only applies to the actual assignments made in SWA (Rich Supervisor Work Assignment).  If any assignments were made in SWA, then those will be enforced as defined by this rule.  There is still one validation that is performed no matter how this option is set:  The operator must still be in the W/C to perform the work in the Rich POD.  We donu2019t want users from WC1 working in WC2, ever.  That is why we always make this validation, even if the rule is set to None."
    So, in case you use Rich POD, SWA and Assignment Enforcement option, then you should see the error message caused by Assignment Enforcement.
    Regards,
    Sergiy

  • How to use assign from other program  ?

    is there any way to "point" ( assign ) on field of structure
    in other program  ?
    my goal is ...
    i don't find any point of exit in ME21N  that hold the
    last data of the quantity  "menge"  .
    i done debug  , and i found that "MEPO1211" hold it ,
    but it is not active in my exit  .
    so ...
    is there any way to be in my exit and point on
    structure in other program  in my exit ?
    thanks .

    Hi dakota,
    yes it  is possible. ABAP still supports the dynamic assign althought no official documentation on this is available.
    I'm not on system now, so take the following sample and adapt to your needs.
    CONSTANTS: BSL(20) VALUE '(SAPMF05A)BSEG-BSCHL'.
    FIELD-SYMBOLS: <BSL>.
    ASSIGN (BSL) TO <BSL>.
    IF SY-SUBRC = 0.
    * do what you want to do
    ENDIF.
    I guess, in your case it will be something like
    field-symbols:
      <menge> type ekpo-menge.
    ASSIGN '(MEPO1211)EKPO-MENGE' to <menge>.
    IF SY-SUBRC = 0.
    * do what you want to do
    ENDIF.
    Although the SAP docu said that it is for internal use and may be changed in the future it still works fine for all global structures, variables and even global internal tables.
    Regards
    Clemens

  • How can use removal rate to show level of liquid in a tank?

    I'm trying to use a use a flow meter to measure the usage of oil in a home heating system. I've set up a VI to measure the frequency of the flow meter and convert it into l/hr. The problem I have is how can I use this data to show the liquid level in the tank disipating as the flow meter runs?
    See diagram below....
    Chris

    Hi Chris,
    I hope you are well.
    Ravens Fan is right, Shift Register would be the easiest way of implementing this into your code.
    I have included a link to a Developer Zone article which explains Shift Registers under the Iterative Data Transfer section.
    Tutorial : Timing, Shift Register and Case Structures
    Video : Timing, Shift Register and Case Structures
    Basic Shift Register examples
    Have a good weekend!
    Ashish Naik
    Field Sales Engineer
    National Instruments UK

  • How do I use shipping rate tables on my listing.

    ok, really having a nightmare on this one. Explanations would be great guys  I have set up a postage policy and I ticked the large/bulky package option. It says underneath specify your shipping in your item description as it removes any further options within the policy settings themselves. If I choose flat rate [same for all] I do get 2 tick boxes at the bottom for international and domestic rate tables so I tick them as that is waht I want to use but because I chose flat rate to get those 2 tick boxes it wants me to add a value which defeats the shipping rate tables really. Other option is self collection which again turns off all other options in the policy page. When I post my item I get the choice of choosing the policy which is set to large bulky packages etc.I can enter dimensions and a weight but the ebay help description suggests I should see the option to tick the rate tables which I do not get. It mentions I cna add more options from within the P&P heading section of the item listing but I do not get that option either. I have buyers which is great news but all of them are asking for me turn on the postage /sighI would love to but cannot get any options at all to tick postage rate table as the postage setting. I have set the tables up for both domestic and international. Any advice would be appreciated as I am pulling my hair out trying to work this out  Cheers all.

    If you are using Flat Rate Shipping to ship large parcels, you are going to be losing money on postage.Here are a couple of Canadian postal codes.V8R 5G8/ K0A 0A6/ A1B 4J6 and for the USA90210/ 20500.Go to canadapost.ca and enter the same set of dimensions and weights for each of those codes.https://www.canadapost.ca/cpotools/apps/far/business/findARate?execution=e2s1And save that link- it is ridiculously hard to find.See the differences?  And use METRIC measurements. Canada Post went metric in 1974 and every other measurement will be an estimate.  The Calculated Shipping doesn't show you any tables. Instead it shows your customer how much postage is to his address. You can see this if you go to your listing->Shipping & Handling-> and then enter various destinations. It's automatic. You don't need any table. Certainly not in your listing. BDR-- Buyers Don't Read.Make the customer's job as easy as possible.   

  • How can i assign an identifier to a movieclip using AS2 ???

    Hey guys, i'm using the scrolling pane component in my
    project. i used to enter in the content path, the identifier of the
    movieclip which i set through the library. But now i wanna give it
    a movie clip that i've created in my code...so how can i assign an
    identifier to a movieclip using AS2 so that i can use it with my
    componenets ???? THANX

    I'm trying to make a script that goes through a folder recursively, checks for every folder if it's name is "template", and if so it changes the icon of that folder to an icon
    I chose.
    I searched for an answer here, and I've only managed to find a way to assign an icon to a shortcut, but not to an existing file.
    Thanks in advance (:

  • How can I assign an icon to a folder using Powershell?

    How can I assign an icon to a folder using Powershell?

    I'm trying to make a script that goes through a folder recursively, checks for every folder if it's name is "template", and if so it changes the icon of that folder to an icon
    I chose.
    I searched for an answer here, and I've only managed to find a way to assign an icon to a shortcut, but not to an existing file.
    Thanks in advance (:

  • How can I assign a period (instead of B) in Keynote for blank screen so I can use a Logitech R800 presenter? An option in next version?

    I have recently bought a Logitech R800 presenter which works very well with Keynote on a MacBook Pro. The start/stop presentation key does not work but that can be easily fixed by assigning F5 to "Start presentation" for Keynote in the keyboard system preferences. The remaining issue is that the blank screen button sends a period (".") which works as a prompt for a blank screen in PowerPoint, but in Keynote it causes the slideshow to end. Keynote uses the letter "B" for blank screen.
    How can I assign a period (instead of B) in Keynote for blank screen? Some sort of work around would be very useful as I often use blank screen in my presentations and much prefer Keynote to PowerPoint.
    Perhaps it will be an option in next version of Keynote?
    Thanks

    As far as I know you can not change these keystrokes without changing the Program files. I am sure it is possible there, but I have no idea where to even start to tell you where to find it.
    Your best bet it to go to the Keynote Menu>Provide Keynote Feedback and let Apple know you would like the option to change them.

  • I used an upgrade from a different phone to purchase a new iPhone.  How do I assign that phone its original number (not the one that it was upgraded from)?

    I used an upgrade from a different phone to purchase a new iPhone.  How do I assign that phone its original number (not the one that it was upgraded from)?

    Phone number of the device is assigned by the carrier.
    Ask the carrier.

  • How to use the fixed exchange rate  1009 (global rollout subsidiaries)?

    Hi Experts,
    I am doing currency conversion.My requirement is i need to take fixed exchange rate type of 1009.
    I am handling 16 different types of currencies that to be converted into US$.
    Can anyone help me out how to use the exchange rate(1009) and do the currency conversion?
    Thanks in advance
    Ganesh

    Hi,
    Look here for currency conversion:
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=currency+conversion&adv=false&sortby=cm_rnd_rankvalue
    Cheers!
    Amit

  • How can I assign 'Call Contact' in Reminders app without using Siri for it?

    Hi!
    Just like the title states, I was wondering how can I assign a click to call a contact in Reminders without using Siri for it.
    When I enter a reminder "Call mom" for instance (in the Reminders app), it does not sync with the same contact in my Contact list (for Click to Call), but it does when I use Siri for it. Anyway to resolve that?
    Thanks in advance.

    Hi,
    If the config the the module you are using doesn't support a certain type of form them you have two options;
    - Take a copy of the print program and change it to use the desired type of form
    - Create a type of form that is supported and use that to call your form.
    Regards,
    Nick

  • How to use ni-6008 and build a four channel data acquisition at a rate of 250 samples per channel and display all the data in a waveform chart

    how to use ni-6008 and build a four channel data acquisition at a rate of 250 samples per channel and display all the data in a waveform chart 

    Hi kdm,
    please stick in one thread for the same topic!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to Use the language function for assignment and validation

    Hi All,
    If anyone can explain me in details with example ,how to use the language function for assignments and validations?
    Thanks
    Arnab

    Hi Arnab,
    The expression is checked only for the current MDM session.
    If u login with the ABC language it will always show the ABC language no matter how many times u execute it.
    Try connecting to the DM with the XYZ language.
    It should go to the if part rather than else.
    Hope it helps.
    Thanks,
    Minaz

  • How to change exchange rate type for specific pricing condition type

    Hello every one,
    I have a requirement for billing ie VF01.
    currently  all the exchange rate are being calculated with exchange rate type 'M' by default.
    but now client want it should calculate exchange rate with type 'E' for two pricing condition type for all others it should calculate with type 'M'
    Please any body can help me with the exit and code which i can use.
    I have checked exits SDVFX008.
    but how to change exchange rate with type 'E' only for two conditions.
    as changing exchange rate at document header will change exchange rate for all condition type.

    You need to assign KOMK-KURST = 'E', for those two condition types. If it had been item number specific, you could have used USEREXIT_PRICING_PREPARE_TKOMK(RV60AFZZ).
    Do one thing, put a breakpoint on FM 'PRICING' and then do selective runtime analysis.
    Check whether any user exit/BADI/ explicit enhancement are available when condition types are processed in a loop. If nothing is available, try implicit enhancement.
    Link to refer for selective runtime analysis - Runtime Analysis for VOFM
    Also try with VOFM requirements ( not sure whether changing KOMK-KURST is permissable in requirement as normally  we only set sy-subrc values to suppress/allow condition types ). Don't forget to assign requirements against condition types in pricing procedure.

  • How to use DVB on ArchLinux (with an em28xx chip)?

    Hi there,
    I'm trying to figure out how to use my Terratec Cinergy Hybrid T USB XS on ArchLinux. It should use the em2880 chip.
    I think that the correct kernel modules are already bundled with the latest kernel version:
    bash-3.2# lsmod | grep 'em28'
    em28xx_dvb 10500 0
    dvb_core 86956 1 em28xx_dvb
    em28xx_alsa 11400 0
    em28xx 71852 2 em28xx_dvb,em28xx_alsa
    compat_ioctl32 11520 1 em28xx
    videodev 38784 3 tuner,em28xx,compat_ioctl32
    videobuf_vmalloc 9476 1 em28xx
    videobuf_core 20484 2 em28xx,videobuf_vmalloc
    ir_common 39428 1 em28xx
    tveeprom 16900 1 em28xx
    i2c_core 25760 8 tuner_xc2028,tuner,v4l2_common,tvp5150,em28xx,nvidia,tveeprom,i2c_nforce2
    snd_pcm 82440 4 em28xx_alsa,snd_pcsp,snd_hda_intel,snd_pcm_oss
    snd 64840 13 em28xx_alsa,snd_pcsp,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    usbcore 156816 8 em28xx_dvb,em28xx_alsa,em28xx,usbhid,isp1760,ehci_hcd,ohci_hcd
    This is the dmesg after plugging the USB device:
    usb 2-4: new high speed USB device using ehci_hcd and address 5
    usb 2-4: configuration #1 chosen from 1 choice
    em28xx new video device (0ccd:005e): interface 0, class 255
    em28xx Doesn't have usb audio class
    em28xx #0: Alternate settings: 8
    em28xx #0: Alternate setting 0, max size= 0
    em28xx #0: Alternate setting 1, max size= 0
    em28xx #0: Alternate setting 2, max size= 1448
    em28xx #0: Alternate setting 3, max size= 2048
    em28xx #0: Alternate setting 4, max size= 2304
    em28xx #0: Alternate setting 5, max size= 2580
    em28xx #0: Alternate setting 6, max size= 2892
    em28xx #0: Alternate setting 7, max size= 3072
    em28xx #0: chip ID is em2882/em2883
    tuner' 2-0061: chip found @ 0xc2 (em28xx #0)
    em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 5e 00 d0 12 5c 03 9e 40 de 1c
    em28xx #0: i2c eeprom 10: 6a 34 27 57 46 07 01 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 20: 46 00 01 00 f0 10 31 00 b8 00 14 00 5b 1e 00 00
    em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
    em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 34 03 54 00 65 00
    em28xx #0: i2c eeprom 70: 72 00 72 00 61 00 54 00 65 00 63 00 20 00 45 00
    em28xx #0: i2c eeprom 80: 6c 00 65 00 63 00 74 00 72 00 6f 00 6e 00 69 00
    em28xx #0: i2c eeprom 90: 63 00 20 00 47 00 6d 00 62 00 48 00 00 00 40 03
    em28xx #0: i2c eeprom a0: 43 00 69 00 6e 00 65 00 72 00 67 00 79 00 20 00
    em28xx #0: i2c eeprom b0: 48 00 79 00 62 00 72 00 69 00 64 00 20 00 54 00
    em28xx #0: i2c eeprom c0: 20 00 55 00 53 00 42 00 20 00 58 00 53 00 20 00
    em28xx #0: i2c eeprom d0: 28 00 32 00 38 00 38 00 32 00 29 00 00 00 1c 03
    em28xx #0: i2c eeprom e0: 30 00 37 00 30 00 32 00 30 00 31 00 30 00 30 00
    em28xx #0: i2c eeprom f0: 38 00 30 00 38 00 33 00 00 00 00 00 00 00 00 00
    EEPROM ID= 0x9567eb1a, hash = 0x4c13bfbe
    Vendor/Product ID= 0ccd:005e
    AC97 audio (5 sample rates)
    500mA max power
    Table at 0x27, strings=0x409e, 0x1cde, 0x346a
    em28xx #0:
    em28xx #0: The support for this board weren't valid yet.
    em28xx #0: Please send a report of having this working
    em28xx #0: not to V4L mailing list (and/or to other addresses)
    xc2028 2-0061: creating new instance
    xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
    firmware: requesting xc3028-v27.fw
    xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
    xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
    SCODE (20000000), id 000000000000b700:
    xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
    xc2028 2-0061: i2c input error: rc = -19 (should be 2)
    xc2028 2-0061: Unable to read tuner registers.
    xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
    SCODE (20000000), id 000000000000b700:
    xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
    xc2028 2-0061: i2c input error: rc = -19 (should be 2)
    xc2028 2-0061: Unable to read tuner registers.
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 2-005c: *** unknown tvp8081 chip detected.
    tvp5150 2-005c: *** Rom ver is 130.131
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    em28xx #0: V4L2 device registered as /dev/video0 and /dev/vbi0
    em28xx-audio.c: probing for em28x1 non standard usbaudio
    em28xx-audio.c: Copyright (C) 2006 Markus Rechberger
    em28xx #0: Found Terratec Hybrid XS (em2882)
    tvp5150 2-005c: tvp5150am1 detected.
    So it seems that the device has been recognized.. I downloaded the firmwares from http://konstantin.filtschew.de/v4l-firmware/ (the v2, since it is the 0ccd:005e version). I've also extracted the xc3028-v27.fw from the windows drivers using extract_xc3028.pl, since dmesg was complaining for the missing file.
    However, Kaffeine doesn't recognize the DVB device, and I can't get any other player to work with it.
    Is the kernel-bundled em28xx module broken for this device? I remember that I could make this USB dongle work some months ago in an Ubuntu setup, compiling the v4l from sources - do you think that this is required? I see many people can't compile it with the latest kernels.. and don't know exactly where to start.
    Any help would be very appreciated.. thank you
    Cosma

    Anybody can explain me what's the difference between /dev/video* and /dev/adapter*/* ?
    I tried to cat my /dev/video1 (sometimes, plugging out and in the adapter, it gets assigned to video1) and some weird stuff is actually received so I decided to try a frequency scan.. I prepared the frequency file for my local muxes, installed the linuxtv-dvb-apps package, and tried to scan:
    bash-3.2# scan ./it-Roma
    scanning ./it-Roma
    using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
    main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
    (also triend to play with the -f, -d and -a options to switch on adapter1, demux1 and frontend1)
    Now, those devices was not created at all in my system.. isn't v4l supposed to create them, once recognized the dvb device?

Maybe you are looking for

  • Dynamic table in Webdynpro Java

    Hi Colleagues, I need to develop a table dynamically in webdynpro(Java), the table should not contain scrollbar, header, lines and border...Actual requirement is to group 12 elements in the from of a table could anyone please help me here? Thanks & R

  • Charge 5 times for the same invoice

    Charged 5 times for the same invoice

  • Completion date for manually created maintenance notification

    Hi All, When closing maintenance notification created manually by t-code- IW21,there is no field to enter completion date & time. System is proposing the current  date as completion  date by default. However , as I have flagged u201Ccompletion datau2

  • Persistent Air 3.3 version watermark / textfield on stage

    Since Adobe Air 3.3.0.3560  ( May 4) it says "Adobe Air 3 3.3.0.3560 ) (Beta Build)"  on the stage. I cannot show this app to a client like this. Can I get rid of this message?

  • Oracle Application Server JMS Library files

    Hi, What are the JMS library files that are used by Oracle with the Application version 10.1.2 and 10.1.3? In which folder of the Application Server install, these library files would be available? Do they differ by JDK version? Please let me know th