Compensation Workbench - Amount not rounded when uploaded from spreadsheet

Hi,
In CWB Allocate Merit and Lump Sum page, the Target Amount field has been defined to rounding code of 'Round to Nearest One'.
All amount with decimal value entered on the worksheet are rounded to the nearest one.
However, when downloaded to spreadsheet, Target Amount field can be entered with decimal value. And when uploaded, the decimal value is captured on the worksheet. Amount was not rounded. Only when change is triggered on the amount, the rounding works.
Please help.
Thanks.

Hi,
I am fairly new to CWB but from what I have seen, you can write formulas in the "Default Values" fields in the basic layout section from the desktop integrators. Below is a formula that is written that rounds the value. It is set to constant so I am not sure if you can get it to work on an entry field. but you may know how.
=IF(ISERROR(HANDLE_ROW_P_PL_XCHG_RATE),IF(OR(RC[-1]="",OR(RC[+1] =0,RC[+1] ="")),"",ROUND(RC[-1]/RC[+1]*100,2)),IF(OR(RC[-3]="",OR(RC[+1] =0,RC[+1] ="")),"",ROUND(RC[-3]/RC[+1]*100,2)))

Similar Messages

  • Contract Prices are not changing when upload from PC to SRM

    Hi all,
    We have local contracts in SRM and downloaded this contracts to local PC. We changed price of this contracts and uploaded again into SRM, But the prices are not getting changed in SRM.
    We downloaded in text format, opened in excel,changed prices and saved in text format.
    did anyone faced this problem?
    Thanks
    Ravi

    Hi Ravi,
    please refer OSS note 734060. You have to use the commands D=Delete, U=Change and I=Insert to modify the downloaded document.
    Rgds,
    RRK
    Reward Points for helpful responses*

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

  • Serial number not valid when upgrading from LR4 to LR5 [was:leewayphotography]

    J’ai acheté LR 4 il y a 1 an avec le n° de série sur la boite. J’ai acheté l’upgrade pour LR 5 et je n’ai jamais pu installer la version définitive avec ce n° de série.Ce n° de série n'est pas valide. La durée version d’essai est terminée et donc je dois retourner à LR 4 pour continuer à travailler ? Pourquoi cela ne fonctionne pas?

    Bonjour.
    J'ai bien compris votre réponse qu'il fallait utiliser un nouveau n° de série. J'ai bien téléchargé LR5 le 18 mars 2014, j'ai bien reçu une facture
    n° IEE2014000174985 mais je n'ai pas de trace d'un nouveau n° de série. Il n'est pas sur la facture, ni dans le logiciel?
    Que faut-il faire
    Leewayphotography
    From: John Waller
    Sent: Monday, April 21, 2014 10:14 PM
    To: leewayphotography
    Subject: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          Re: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          created by John Waller in Photoshop Lightroom - View the full discussion

  • Youtube 3D not working in 3D when uploading from Sony HDR-TD30V

    I have two 3D camcorders Sony HDR-TD30V and Panasonic HDC-SDT750. Video's uploaded from Panasonic HDC-SDT750 play fine using mozilla's html5 format in 3D But uploading video's from my Sony HDR-TD30V only displays 3D in Red/Blue format. when I switch to HTML5 the first video I uploaded triggers my Nvidia stereo and displays the left/right frames too far apart. Original Raw video plays fine using MediaShow 6 . subsequent videos only play in Red/Blue or 2D with the video shrunk in size from top to bottom. Help! check out my playlist's
    http://www.youtube.com/playlist?list=PLNzLZWq3qj3OtsdQKzauRKig903YlFeb9
    http://www.youtube.com/playlist?list=PLNzLZWq3qj3PARAxy5zThWI2RtEZT3vY2

    I think that's more a youtube or camera problem than a Firefox problem.
    However, I recommend you to opt-out from HTML5 and try if Flash version works.
    Remember too that 3D videos will only show if quality is set to maximum HD quality available, so set 1080p in YouTube, that would explain also why a camera works and why the other one doesn't, maybe they have different resolutions.

  • HR_INFOTYPE_OPERATION not working when called from Dynamic action

    Hi ,
           Senario  : I would like to execute a form from dynamic action which
    creates a record in 0015 (Additional payment IT) .
           I have writen the code as shown below am using FM HR_INFOTYPE_OPERATION
    . When i execute the program from se38 it is creating a record, however it is
    not created when it is called from dynamic action..when i debugged the code in
    inside the FM HR_INFOTYPE_OPERATION there is a FM HR_MAINTAIN_MASTERDATA where
    they are using call dialog (statement) and
    sy-oncom = 'N'   when called from Dynamic action and
    sy-oncom = 'S'   when called executed directly.
    I tried to change the sy-oncom to S while run from Dynamic action it created
    the record.
    So Can anyone explain me abt sy-oncom and how can i resolve the issue..
    code..
    REPORT ZHRPYENH01 .
    perFORM TERMIATION_9000.
    INCLUDE DBPNPMAC.
          FORM Termiation_9000                                          *
    FORM TERMIATION_9000.
    INFOTYPES : 0015.
    *data : i .
    *i ='c'.
    *break-point.
    *message i000(000) with i.
      TABLES : PRELP.
      DATA : P9000 TYPE PA9000." with header line.
      DATA : P0000 TYPE STANDARD TABLE OF  P0000 WITH HEADER LINE.
    DATA : P0015 TYPE STANDARD TABLE OF  P0015 WITH HEADER LINE.
      DATA : HIRE_DATE  LIKE SY-DATUM,
             TERM_DATE  LIKE SY-DATUM.
      DATA : MOLGA LIKE T500L-MOLGA VALUE '25',
             SEQNR LIKE PC261-SEQNR.
      DATA : RGDIR TYPE STANDARD TABLE OF PC261 WITH HEADER LINE.
      DATA : ACTUAL_PERIOD LIKE PA9000-RETENTION.
      DATA : PNP-SW-FOUND TYPE SY-SUBRC ,
             PNP-SY-TABIX TYPE SY-TABIX.
      DATA : TER_PERNR LIKE PA0001-PERNR.
      DATA : REF_PERNR LIKE PA0001-PERNR.
      data : key type BAPIPAKEY.
      data : payed_amount type p0015-BETRG.
    data : future_payment_amount type p0015-BETRG.
    data : p0002 like pa0002.
      types : begin of t_deduction ,
              deducation_date like p0015-begda,
              future_payment_amount type p0015-BETRG.
      types : end of t_deduction.
    data :  future_deduction type standard table of t_deduction with
    *header line.
      data :  future_deduction type  t_deduction .
    data : RETURN type  BAPIRETURN1.
    *data : deduction_p0015 like standard table of p0015 with header line.
    data : deduction_p0015 like p0015 .
    xxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxx
    ****Prepare 0015 data for deduction
    *deduction for payed amount
    clear deduction_p0015.
    *refresh deduction_p0015.
    deduction_p0015-pernr = REF_PERNR.
    *deduction_p0015-pernr = TER_PERNR.
    deduction_p0015-lgart = 'M120'.
    deduction_p0015-begda = sy-datum + 1 .
    deduction_p0015-endda = sy-datum + 1 .
    deduction_p0015-BETRG = payed_amount.
    deduction_p0015-WAERS = 'SGD'.
    deduction_p0015-ZUORD =  TER_PERNR.
    *append deduction_p0015.
    **deduction for future payment amount
    *loop at future_deduction.
    *clear deduction_p0015.
    *deduction_p0015-pernr = REF_PERNR.
    **deduction_p0015-pernr = TER_PERNR.
    *deduction_p0015-lgart = 'M120'.
    *deduction_p0015-begda = FUTURE_DEDUCTION-DEDUCATION_DATE.
    *deduction_p0015-endda = FUTURE_DEDUCTION-DEDUCATION_DATE.
    *deduction_p0015-BETRG = future_deduction-future_payment_amount.
    *deduction_p0015-WAERS = 'SGD'.
    *deduction_p0015-ZUORD =  TER_PERNR.
    *append deduction_p0015.
    *endloop.
    Create a deduction wage type in 0015 for the employee
    break-point.
    CLEAR RETURN.
    CALL FUNCTION 'BAPI_EMPLOYEET_ENQUEUE'
      EXPORTING
        NUMBER              = REF_PERNR
        VALIDITYBEGIN       = '18000101'
    IMPORTING
       RETURN              = return
    if not return is initial.
    message E000(000) with
    'Referred Employee could not be locked for referal  payment deducation,
    please try after some time'.
    endif.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        INFTY                  = '0015'
        NUMBER                 = REF_PERNR
       SUBTYPE                = 'M120'
      OBJECTID               =
      LOCKINDICATOR          =
       VALIDITYEND            = SY-DATUM
       VALIDITYBEGIN          = SY-DATUM
      RECORDNUMBER           =
        RECORD                 = deduction_p0015
        OPERATION              = 'COPY'
      TCLAS                  = 'A'
       DIALOG_MODE            = '2'
      NOCOMMIT               =
      VIEW_IDENTIFIER        =
      SECONDARY_RECORD       =
    IMPORTING
       RETURN                 = return
       KEY                    = key
    break-point.
    COMMIT WORK.
    if not return is initial.
    *return-TYPE
    *ID
    *NUMBER
    *MESSAGE
    message I000(000) with return-MESSAGE.
    endif.
    CALL FUNCTION 'BAPI_EMPLOYEET_DEQUEUE'
      EXPORTING
        NUMBER              = REF_PERNR
        VALIDITYBEGIN       = '18000101'
    IMPORTING
       RETURN              = return
    xxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxx
    Thanks and regards
    -Senthil Bala
    Message was edited by: senthil bala

    Hi Senthil
    Why at all U want a subroutine to create a record in IT0015 through Dynamic action.There are some standard codes available to update infotypes.
    Let me give U an example
    14     9CON     BETRG     4     2     I     INS,0015 This will create a record in IT0015 when IT0014 is updated with Wagetype 9CON
    14     9CON     BETRG     4     3     W     P0015-LGART='5400' Set wagetype for IT0015(Here U can use a subroutine call to set the wagetype)
    14     9CON     BETRG     4     4     W     P0015-BETRG=P0014-BETRG set amount for IT0015(Here U can use a subroutine call to get the amount)
    14     9CON     BETRG     4     5     W     P0015-BEGDA=P0014-ENDDA set the dates(Here U can use a subroutine call to set the dates)
    Hope this will help U.
    Please award points if helpful

  • Iphoto Not Updated When Uploading to Internet

    When I go to upload a photo online that's in my iPhoto library - half my photos are missing....or the ones I deleted are showing......What's going on???
    Say when I go to change my Facebook profile picture to a new photo I put in Iphoto. I click "upload" and then choose the Iphoto --- but it's only showing half of my events and/or photos that have been sent to the trash.
    And it's doing this on multiple applications - facebook, forums, photo bucket, etc.

    i, too, am having this problem.
    MBP Snow leopard ilife '11.
    The wife went to upload photos to snapfish, gets the finder window, clicks on media in the lower left, the iphoto events show up, but they stop at about a month and a half ago.  the images are fine in iphoto.  but given that iphoto tries to protect us from ourselves, there's no good way around this other than going into iphoto and exporting the photos to somewhere else on the computer then uploading from there.  that's really stupid and an extra step that should not be required.  we need a refresh command (the equivalent of the F5 in the PC world).

  • Field not visible when uploading the file in application ser

    Hi,
    I have added a new field at the end of a structure and When i upload the data in the application server it is not visible there. The new field length is 30chars(say field 'A')  and the one just before this one is 250 chars(say field 'B'). When i reduce the length of field 'B' to 30 chars or 40 chars the value which i populated in field 'A' is visble in the output file.
    Since the complete file was not visible in AL11 transaction, i used the CG3Y tcode as well to download the data to presentation server so that i can view the complete file. Even after downlaoding in presentation server the new field value is not visible.
    Can anyone please suggest why is the value in field 'A' not visible when the length of field 'B' is 250 chars? Also, how can i display the value of the new field in the application server.I cannot change the layout of the structure as per the requirement. Any help will be very useful.
    Thanks in advance,
    Sneha.

    Hi Sneha.. Happy new year
    <you subject is missing ver from the server, thats why your server doesnt like you :P>
    -ok, lets go step by step. how did you upload the file?
    -after uploading the file check the file in OS level(goto SM69, execute CAT, in additional parameter (not in parameter) give the full path (case sensitive), execute. ). here you can see the actual content of the file... check you data is present or not
    -which structure are you using to download and upload? a temp work area.. then please provide the WA details, so that i can try on my system.
    lets see what happens next
    one more thing: regarding AL11, it can read upto length 510 characters. check program RSWATCH0 form SHOW_FILE. here the read dataset into butffer is 510 characters.

  • Flickr plugin does not "replace" when uploading after elimination of Flickr Pro accounts

    When uploading an image to flickr it has been possible for Pro accounts to re-upload a photo and replace an existing upload. This "replace" functionality keeps intact any comments, ratings, "favorites" etc that the photo has accumulated on the Flickr website since the original image was uploaded. The Lightroom Flickr plugin (authored by Adobe) has always correctly limited this "replace" functionality to Pro accounts (flickr did not allow the API call for non-pro accounts).
    With the recent flickr policy change eliminating Pro accounts, flickr has enabled the replacement functionality for all users. However, the Lightroom flickr plugin still performs a check for a Pro account and does not attempt to replace a previously uploaded image if a user has a non-pro account (which is now all accounts that were not grandfathered in as Pro). The plugin currently uses the older behavior of first deleting the image and then uploading a new image, thus losing all comments, history, views, bookmarks etc that the old image has accumulated.
    There is another non-adobe flickr plugin, and the author of that plugin stated on his web site that simply using the old Pro "replace" API call now works for normal flickr accounts.
    I recognize that this flickr policy change happened recently, but I'd like to be sure that Adobe is aware of this change so that the next point release of Lightroom will include a change to the built-in flicker plugin to remove the check for Pro accounts and allow all users to replace photos. I used this feature a lot when I was a pro subscriber, and I think all flickr users of Lightroom would appreciate this change. It is still possible for all users to replace an image on Flickr by exporting to a jpg from Lightroom and then uploading the replacement through the web site, but enabling the plugin would obviously be better for customers.

    I worked with Gokul from Adobe support, and we eventually stumbled into the solution.
    The system clock was wrong! 
    Based on something Friedl says on the blog for his Flickr plugin, the Flickr authentication APIs will fail if the system clock is wrong.  His plugin helpfully points out that the clock is wrong when you install it.  It also reports the error that he gets from the Flickr APIs: HTTP 401 (not authorized).  Unfortunately, Lightroom's builtin Flickr publishing plugin doesn't report any error, and it just fails silently.
    In my case, Windows appeared to be displaying the correct time, but the time zone was incorrect, and my system time was actually 3 hours ahead.  I reset the clock and timezone and restarted Lightroom.  Now, the builtin Flickr publish plugin is working again.

  • Pictures uploaded to photos app not available when uploading through Facebook

    I've uploaded pictures to my photos library, which show up in the various albums that I've transferred them to.  In Facebook, when I try to upload pictures the recent pictures do not show up when Facebook access's those albums.  Earlier pictures are there but not the recently uploaded ones.  It appears that some sort of refresh is necessary to update the Facebook file structure to the new pictures, but I can't seem to find a way to do that.  How do I get recently loaded pictures to show up through Facebook?

    What version of iPhoto?
    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • AS3 not working when uploaded to linux server

    Works like a charm when I preview it but when I upload to the
    server (tried 3 different ones) it just ignore the actionscripts
    all together no matter what I use.
    What I have is a rotating banner system. I set it up to
    randomly start at a specific one. If I preview it locally or run in
    in my .html file locally (just using preview in dreamweaver) it
    works like a charm and starts at a random one. When I upload it it
    just starts at the first one like the actionscripts do not exist.
    Using Flash CS3 and AS3.
    Thanks

    Pretty sure it is not a problem with the upload as I have
    been doing this for years the same way with Dreamweaver. In
    diagnosing the issue I rebuilt it and in place of the movie clips I
    just put text and uploaded it. Worked like a charm. Added the movie
    clips and again does not work when I upload it. Ignores the
    actionscript and just plays them in order. Did a build from top to
    bottom and from bottom to top also. Something in the movie clips is
    causing it but darned if I can find the answer. I have done this
    same thing before and it worked just fine. Just at a loss. I am
    attaching the code inside the movie scripts which work just fine.
    It is just ignoring scripts on the Scene 1 level.

  • Why won't CSS changes save -  Are Reflected Locally, but not there when uploaded.

    I have recently re-installed Dreamweaver CC 2014.1.1. I am editing an existing site http://www.travelight.tv/test.html. CSS changes won't save (i.e ".righthalf" and <strong> and H3.)  I finally replaced the class with a table for the sake of time. Still can't save <strong> and H3 changes. CSS Designer Panel correctly shows the H3 font and the hex color (ee5e33) - but the color palate shows black. The uploaded document reflects gray. The changes are reflected properly locally, but not when uploaded to server. The time/date stamp doesn't update, despite saving several times. What am I missing?

    Sorry about that, I managed to get the test URL wrong. http://www.travelight.tv/test/index.html. I had to remove the righthalf class from the document, but the <strong> and <h3> tags are still having issues.As for the location, I am opening the one that is linked to the document from the bar at the top of the document - it is the only one named travelight.css. When I logged in this morning, I noticed that it is showing the icon as a Wordpad document even though the File Type shows it as a Cascading Style Sheet - I have tried saving it as an html file and have re-created it, but it remains a Wordpad document. Below is the a screen shot of the folder.

  • Powershell unzip with shell.application not working when launched from windows service

    I have a deployment agent on a machine implemented as a windows service. Service is 32-bit and runs on windows server 2008R2 x64 SP1 with powershell V2. Powershell script requires elevation and to run under x64 because of dependency to powershell module
    'IIS Administration'. To achieve this, the service starts a cmd file which in turn launches powershell x64 console:
    C:\WINDOWS\sysnative\WindowsPowerShell\v1.0\powershell.exe "Start-Process C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell -ArgumentList '-ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File C:\Temp\EndJobCmd\Install.ps1' -Verb RunAs"
    This seems to work well. The problem I have is that the script has a sequence where it unpacks a zip file to a destination folder using shell.application, this works fine when triggered manually on the server or through the task scheduler, but when triggered
    from the service it does not extract any files at all (cannot see any errors thrown by the script but it seems to continue to execute as it logs a successful message to the event log after finishing).
    Unzip sequence looks like:
    $shell = New-Object -com shell.application
    $pkg = $shell.namespace($sourceFile)
    $installDir = $shell.namespace($targetDir)
    $installDir.Copyhere($pkg.items(), 20)
    Any advice greatly appreciated. I have searched some and seen a few people with similar issue but have yet to find a solution.

    If it's still actual, I managed to fix this with having CopyHere params equal 1564. 
    So in my case extract zip function looks like:
    function Expand-ZIPFile{
    param(
    $file, $destination
    $shell = new-object -com shell.application
    $zip = $shell.NameSpace($file)
    foreach($item in $zip.items())
    $shell.Namespace($destination).copyhere($item,1564)
    "$($item.path) extracted"
    1564 description can be found here - http://msdn.microsoft.com/en-us/library/windows/desktop/bb787866(v=vs.85).aspx:
    (4) Do not display a progress dialog box.
    (8) Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists.
    (16) Respond with "Yes to All" for any dialog box that is displayed.
    (512) Do not confirm the creation of a new directory if the operation requires one to be created.
    (1024) Do not display a user interface if an error occurs.

  • Detail region does not refresh when selecting from a drop-down list in master region

    I am using DW CS3 and have updated to version 1.6.1 of Spry.  Using an XML dataset, I am able to create a Spry table as the master region that links to a detail region that displays a small JPG graphic.  It works fine in this format (clicking on a row displays the correct graphic).  However, my table has 80 rows and requires the user to do too much scrolling. So I changed the master region to a drop-down repeat list, but the graphic does not change when a new selection is made in the drop down list.  Listed below is the code produced when I used the insert Spry Repeat List.  I got the same results when adding a spry:setrow="dsChartNurse".  I also tried -- onclick="dsChartNurse.setCurrentRow('{ds_RowID}');" -- which again made no difference.
    When I removed children from the spry:repeat, the master region displayed as a two column list of all 80 items in a drop-down list format.
    <div spry:region="dsChartNurse">
           <select name="select" spry:repeatchildren="dsChartNurse">
             <option value="{name}">{name}</option>
           </select>
    </div>
    <div id="image" spry:detailregion="dsChartNurse">
       <img src="{dataimage}" align="center" style="margin:50px 0 0 0"width="320" height="164" />
    </div>
    Thanks so much to anyone who can help correct my code in order to have a drop-down list display information correctly in the detail region.

    Thanks for the quick reply.  I did solve the problem I was having by changing from onclick to onchange in the master region.  But, now I have another problem with, of course, IE.  I just put in online at http://www.minursemap.org/ageDistNurse.html.  When opened in IE, the drop down list displays the last entry, but the image is for the first in the list.  Thanks again for your help.

Maybe you are looking for