System not calculating as mentioned in the price differentials multipliers

Dear Folks,
We are using contingent worker functionality in R12.1.3.
1) For example,we have a PO with line type as rated based temporary labour, UOM as "HR" , unit price as 100 and total amount is 100000.
2) Mentioned multipliers in PO for price differentials as Holiday as 2 and Overtime as 1.5.
3) In general working hours in a day is 8 hrs.The calendar defined in the system with Mon-Fri as working days.
4) Timecard entered in OTL with Sunday as '8' hrs, Monday as '10' hrs.
5) Whereas system need to calculate as for Sunday 8hrs=>8*100*2=1600 and for Monday =>10hrs=(8*100)+2*100*1.5=1100 in total need to show as 2700.
6) And those time card details interfaced from OTL to purchasing and it shows as received with an amount of 1800 as received in the PO shipments under more tab.
System does not calculated as per mentioned price differential multipliers.
Am i missing any setup?
Any help will be highly appreciated
Regards,
Sri.

Please someone help...I am stuck on this at some place or the other and now finally at this place when I thought that everything is well:(

Similar Messages

  • Can not delete Twitter mentions from the Hub

    Can not delete Twitter mentions from the Hub. When I delete, they reappear in a few minutes.

    I had the same problem,so i just deleted Twitter altogethet. Like was said before it must be bug among many they seem to have,including password compromises

  • DC pension not calculating at 10% of the Pensionable earnings.

    Users,
    Part of the reason we made the changes to /171 was so that we could setup DC pension that would calculate automatically. We setup the WT 7310 effective September 1st, but the Pension is not calculating at 10% of the Pensionable earnings.  It looks almost like it is taking out the COLA rate is this possible?

    More info please. Where is this percentage defined at config level and  do you use Savings Plans  (0169) IT? More info on the config.

  • In the AppStore in categories in free section there are iPhoto, iMovie, Keynote, notes. But they have the prices near them. If they are free, then why are there prices near them? If not, then why are they in the free section? Thank you.

    In the AppStore in categories in free section there are iPhoto, iMovie, Keynote, notes. But they have the prices near them. If they are free, then why are there prices near them? If not, then why are they in the free section? Thank you.

    They are free to People who have purchased ios devices after a cetain date(September 2013).
    Those that have devices purchased before then have to pay.

  • System not calculating depreciation for assets

    The system is not calculating any depreciation or even showing planned depreciation values under asset explorer.
    Problem is in QAS client checked configuration and all settings are fine and in test client all is fine system is calculating depreciation. Please help thank you

    Hi, check in AW01N in Posted values tab when last depr was posted and when next planed.
    May be acquisition was in the next period from period in which you're trying to post depr. Or may be the case in Period control method, I mean that depr'd  be calculated quarterly

  • BPC 7.5 NW - ScripLogic Calculation of sales when the price is in other dim

    Hi, i try calculation the Price but Price, Quantity and Discount have different Dimensions.
    I try this code buy have error when is executed, not in validate.
    //CALCULA LA VENTA X SUCURSAL DESDE ENERO A DICIEMBRE
    *XDIM_MEMBERSET CATEGORY = %CATEGORY_SET%
    *XDIM_MEMBERSET CeBe = %CeBe_SET%, NA
    *XDIM_MEMBERSET CUENTA = 411200000, ZACB0001
    *SELECT(%MOD%, "[ID]", Modelo,[TIPO]=%Modelo_SET%)
    *XDIM_MEMBERSET Modelo = %MOD%
    *XDIM_MEMBERSET Moneda_Ppto = USD, NA
    *XDIM_MEMBERSET PARAMETRO = ZACB002, NA
    *XDIM_MEMBERSET CentroDeCosto = NA
    *XDIM_MEMBERSET Sociedad = %Sociedad_SET%
    *XDIM_MEMBERSET Sucursales = %Sucursales_SET%
    *XDIM_MEMBERSET Tipo_vta = %Tipo_vta_SET%
    *XDIM_MEMBERSET RPTCURRENCY = LC
    *XDIM_MEMBERSET TIME = %YEAR%.TOTAL
    *XDIM_MEMBERSET MEASURES = "PERIODIC"
    [CUENTA].[#411200000] = ([CeBe].[NA], [CUENTA].[NA], [Moneda_Ppto].[NA], [PARAMETRO].[ZACB002] * [CeBe].%CeBe_SET%, [CUENTA].[ZACB0001], [Moneda_Ppto].[USD], [PARAMETRO].[NA]), [CeBe].%CeBe_SET%, [Moneda_Ppto].[USD], [PARAMETRO].[NA]
    *COMMIT
    I need execute from 2010.ENE to 2010.DEC, Save in Account 411200000, and save in this values the dimension :
    [CeBe].%CeBe_SET%, [Moneda_Ppto].[USD], [PARAMETRO].[NA]
    P x Q
    ([CeBe].[NA], [CUENTA].[NA], [Moneda_Ppto].[NA], [PARAMETRO].[ZACB002] * [CeBe].%CeBe_SET%, [CUENTA].[ZACB0001], [Moneda_Ppto].[USD], [PARAMETRO].[NA])
    P = [CeBe].[NA], [CUENTA].[NA], [Moneda_Ppto].[NA], [PARAMETRO].[ZACB002]
    Q = [CeBe].%CeBe_SET%, [CUENTA].[ZACB0001], [Moneda_Ppto].[USD], [PARAMETRO].[NA]
    This is destine the Dimension :
    [CeBe].%CeBe_SET%, [Moneda_Ppto].[USD], [PARAMETRO].[NA]
    Any idea ?
    I can put more details if necessary
    Thank you.

    Hi, with respect to the first piece of code fails to make it work because I do not see where needed parentheses.
    So why am I using the second piece of code.
    For second piece of code i use :  UJK_SCRIPT_LOGIC_TESTER and detected problem in : [CeBe].%CeBe_SET%
    REGION
    Category="VPT",CeBe="CI1CA001",Modelo="Camiones",Moneda_Ppto="USD",PARAMETRO="NA",CentroDeCosto="NA",Sociedad="1000",Sucursales="10",Tipo_vta="ZTV01",RPTCURRENCY="LC",TIME="2010.TOTAL",MEASURE="PERIODIC"
    NEW CODE
    //CALCULA LA VENTA X SUCURSAL DESDE ENERO A DICIEMBRE
    *XDIM_MEMBERSET Category = %Category_SET%
    *SELECT(%CEB%, "[ID]",CeBe,[ID]=%CeBe_SET%)
    *XDIM_MEMBERSET CeBe = %CEB%
    *XDIM_ADDMEMBERSET CeBe = NA
    *XDIM_MEMBERSET CUENTA = 411200000, ZACB0001
    *SELECT(%MOD%, "[ID]", Modelo,[TIPO]=%Modelo_SET%)
    *XDIM_MEMBERSET Modelo = %MOD%
    *XDIM_MEMBERSET Moneda_Ppto = USD, NA
    *XDIM_MEMBERSET PARAMETRO = ZACB002, NA
    *XDIM_MEMBERSET CentroDeCosto = NA
    *XDIM_MEMBERSET Sociedad = %Sociedad_SET%
    *XDIM_MEMBERSET Sucursales = %Sucursales_SET%
    *XDIM_MEMBERSET Tipo_vta = %Tipo_vta_SET%
    *XDIM_MEMBERSET RPTCURRENCY = LC
    *XDIM_MEMBERSET TIME = BAS(%YEAR%.TOTAL)
    *XDIM_MEMBERSET MEASURES = "PERIODIC"
    *WHEN CUENTA
    *IS "411200000"
    *REC(EXPRESSION=([CeBe].[NA], [CUENTA].[NA], [Moneda_Ppto].[NA], [PARAMETRO].[ZACB002])*([CeBe].[%CEB%], [CUENTA].[ZACB0001], [Moneda_Ppto].[USD], [PARAMETRO].[NA]), [CeBe].[%CEB%], [CUENTA].[411200000],[Moneda_Ppto].[USD], [PARAMETRO].[NA])
    *ENDWHEN
    *COMMIT
    I try use var declared using SELECT for CeBe:
    *SELECT(%CEB%, "[ID]",CeBe,[ID]=%CeBe_SET%)
    *XDIM_MEMBERSET CeBe = %CEB%
    *XDIM_ADDMEMBERSET CeBe = NA
    After try use var in code :
    [CeBe].%CeBe_SET% : Not Working, Get Error and is empty in VALIDATE AREA
    %CeBe_SET% : Not Working, Get Error and is empty in VALIDATE AREA
    [CeBe].[%CEB%] : Not Working, Get Error and is empty in VALIDATE AREA
    %CEB% : Not Working, Get Error and  is empty in VALIDATE AREA
    [CeBe].[%CEB%]  : Not Working, Get Error and is empty in VALIDATE AREA
    Error is :
    UJK_VALIDATION_EXCEPTION:Set de dimensiones "CEBEDATAVALUE" no asignados a gestor de datos
    VALIDATE AREA:
    LGX:
    *XDIM_MEMBERSET Category =
    *XDIM_MEMBERSET CeBe =
    *XDIM_ADDMEMBERSET CeBe = NA
    *XDIM_MEMBERSET CUENTA = 411200000, ZACB0001
    *XDIM_MEMBERSET Modelo = Automoviles,a_mercedez,a_usados,Buses,b_b_mercedez,b_imp_directa,b_mercedez,b_power_system,b_promo_chasis,b_reg_general,b_s_fur,b_s_mini,b_usados,b_v,b_v_mercedez,b_v_min,Camiones,clase_a,clase_amg,clase_b,clase_c,clase_clc,clase_cls,clase_cl_s,clase_e,clase_glk,clase_ml_gl,clase_sl,clase_slk,c_freigthliner,c_mantenimiento,c_mercedez,c_usados,dummy,f_pesados,garantias,m_medianos,m_pesados_a,m_pesados_b,NA,parm01,PGD001,PGD002,PGD003,PGD004,PGD005,PGD006,PGD007,PGD008,PGD009,PGD010,PGD011,PGD012,PGD013,PGD014,PGD015,PGD016,PGD017,PGD018,PGD019,PGD020,PGD021,PGD022,PGD023,post_venta_c,post_venta_p,PS01,PS02,PS03,PS04,publico,PV01,PV02,PV03,PV04,repuestos,servicios,tremac,va_usados,vb_usados,vc_usados,Vehiculos_c,Vehiculos_p,v_interna_taller
    *XDIM_MEMBERSET Moneda_Ppto = USD, NA
    *XDIM_MEMBERSET PARAMETRO = ZACB002, NA
    *XDIM_MEMBERSET CentroDeCosto = NA
    *XDIM_MEMBERSET Sociedad =
    *XDIM_MEMBERSET Sucursales =
    *XDIM_MEMBERSET Tipo_vta =
    *XDIM_MEMBERSET RPTCURRENCY = LC
    *XDIM_MEMBERSET TIME = BAS(%YEAR%.TOTAL)
    *XDIM_MEMBERSET MEASURES = "PERIODIC"
    *WHEN CUENTA
    *IS 411200000
    *REC(EXPRESSION=([CeBe].[NA], [CUENTA].[NA], [Moneda_Ppto].[NA], [PARAMETRO].[ZACB002])*([CeBe].[], [CUENTA].[ZACB0001], [Moneda_Ppto].[USD], [PARAMETRO].[NA]), [CeBe].[], [CUENTA].[411200000],[Moneda_Ppto].[USD], [PARAMETRO].[NA])
    *ENDWHEN
    *COMMIT
    LOG:
    UJK_VALIDATION_EXCEPTION:Set de dimensiones "CEBEDATAVALUE" no asignados a gestor de datos
    Look :
    [CeBe].[]
    Any alternative for use CeBe value passed from DM Package ?

  • Tax not calculated in MIRO for the condition type JVCD

    Hi,
    We made some new different tax code and attached with JVCD , its calculating in PO but in MIRO calculation part not done but for other condition type ,JVRD,JVRN system calculating well...
    Please tell me some way why not system calculating in case of JVCD and JVCN for capital case..
    Thanks in Advance,
    Dharmveer

    Hi,
    We totally agreed with you and already we checked our configuration part is OK.Actually we want to map some process where we captured excise in GR but no need to take credit i.e. to post the excise in J1IEX,so we do not have to post our cenvat/modvat entry in MIRO but we need to calculate VAT whether it is deductible or non deductible.So far this thing is concerned,we made separate tax code which we use at time of MIRO posting and in configuration we did not attached the tax code in logitics-basic excise -assign to company code. Because once we attached here , system asking to make to pass furst RG part2 entry then it allows to post MIRO entry which we do not want .So please understand this scenario is different and we got the success for JVRN/JVRD for VAT but getting issue in case of capital VAT where system does not calculate tax for JVCN/JVCD .....where we want to process MIRO without posting J1IEX..
    Please thing and analyse ..give some helping response..
    Thanks,
    Dharmveer

  • System Not Calculating Taxes for Slab-Men.

    Hi,
    Before Applying the note i created entry for men in T7INT1, although system created a work bench request but the entry for MEN was not reflecting in T7INT1, i am not able to locate it, now the Note is applied & the entries are present.but i want to delete the manually created entry.
    SL23 Income tax rates for men 01.04.2011 31.12.9999
    I believe system is not able to read the slab properly as there are 2 slabs with same charectristics.i want to delete the manully created entry, where can i locate it as it is not present in T7INT1.

    Hi
    Please update the SAP HR Patch level instead of changeing manually.
    This will reflecting in T7INT1.
    Thanks & Regards
    Vikram

  • Flash Quiz not calculating totals correctly at the end

    Hi,
    I am working on a Flash XML quiz, that can be found on this
    tutorial
    http://www.permadi.com/tutorial/flashMXQuiz/index3.html
    I have it just about working except at the end on the summary
    screen, the application is supposed to calculate the number right,
    the number wrong and the percentage.
    I am not sure what I have missed, but I zipped up the .fla
    file and the xml file and wanted to see if someone could take a
    look. I know the problem isn't with the XML file so it must be in
    the AS towards the end in the summary screen section.
    here is the path the download the zip
    http://www.inspired-evolution.com/Quiz.zip

    the XML file is only storing the questions. For the scoring
    calculations I am using three dynamic text boxes with var values of
    numOfQuestionsAnsweredCorrectly,numOfQuestionsAnsweredCorrectly,
    numOfQuestionsAnsweredIncorrectly
    and in the AS I am using
    userScore=(numOfQuestionsAnsweredCorrectly*100)/
    (numOfQuestionsAnsweredIncorrectly+numOfQuestionsAnsweredCorrectly)
    I am following the tutorial to a Tee, so unless there is a
    typo or errors w/ the tutorial this should be working.

  • Error in  tax calculation It is giving the Error A currenc yis not defined

    While posting invoice using f-43  Tax on sales and purchases r not calculated
    It is giving the Error A currency is not defined for country
    pls send reply top my mail id
    [email protected]
    Thanks,
    Thiyagarajan

    Normally Planned delivery costs are known at the time of the PO, hence they are loaded to the value of Inventory.
    Unplanned Costs are not planned, that is the reason they cant be loaded to the Inventory, becuase we dont know the costs at the time of GR, these costs needs to be written off. But since Purchase order doesnot have a cost object associated with it. It throws this error.
    We tackle this by configuring OKB9 for this GL Account/Cost element with a cost object.
    Edited by: Suraj Ramamurthy on Nov 19, 2008 6:32 PM

  • Overheads not calculated in CK11N cost estimation

    Hi all,
    I have two issues
    1. When i am executing CK11N,i am not able to get the overhead calculation in itemization,but its showing some ridiculess firgure in cost component structure.I am using dependency D020.
    2 . when i am using  dependency D050 the system not calculating overheads.
    We have single plant with two process Repetative and Process order.I want to calculate the overhead on the Order type basis but the system is not calculating the overhead.
    So i changed the dependency to D050,now its showing the overhead figure in cost component structure but whic is not matching with the overhead rate i have given..
    as my go live is 20 of this month .....its bit emergency
    Revert
    Regards
    Pran

    Hi all,
    Thnx for your reply.
    But i have maintained all the entries in the respective  area,even though  i am geeting the issue.
    It was working fine for my previous repetative manufacturing ...i am using the single cost sheet for both  repetative and process order.
    And one more thing is that i have a Semi finished goods which is the output of REIM  order and is included in process order of the finished good.
    The system is calculating the overheads for the semi finished good too once again.
    Eg,
    Raw Material A and B produces Semi finish material C overheads and the utilities are calculated correctly in Repetative manufacturing.
    The semi finished material C is used in producing the finished material D ....in which the system is not caculating the utilities.The big problem is that the figure(value) of  itemzation and the Cost component structure is showing two different values.
    I am not sure and able to know how and why the system calculates and from where it gets these values  ......  totally  confussed and under pressure (may not be able to to explain properly).
    Revert
    Pran

  • Enter the price for the service item

    Dear Experts,
    We are implementing SRM 7.0 and we have upgraded our system with Service pack 7.Created a limit SC and approved at all levels. After approving SC system created PO in SRM but did not replicate to backend ECC system. When I looked PO in edit PO mode and system throws an error message "Enter the price for the service item".
    Have any body faced this issue? If yes please guide me how to fix this issue or Suggest me any useful link or OSS messages.
    Thanks in advance.
    Thanks
    Umakanth

    Hello,
    I assume you are using a Product category configured for Extended Classic scenario.
    In this case a limit item in SC creates limit item in PO(in SRM). But when this PO is replicated to R/3, it always creates item with type 'D' for limit item in PO.
    Now with respect to error message you get, can you check if you have specified all LImits (Overall value, Expected value etc)?
    You can also try creating a PO directly in SRM with limit item (use same Product category as above) and see if it replicates.
    If you get the same error, please raise a OSS message for SAP.
    Thanks,
    Sushil

  • Invoice Days are not calculating when a Days limit exists.

    Hello,
    We are having an issue with both our Customer and Vendor invoices.
    When using a 'payment term' with a 'Days limit' the Due date is not calculating at all.  The 'Days' field in the 'Payment tab' just comes up as a blank.
    This functionality used to work, something must have changed in the system.
    This is how I have the Payment term setup.
    ZY87 (days limit 10).  120 days invoice date (10th & 25th)
    Default for Baseline Date = Document Date
    Fixed Date = 10, Additional months = 4
    ZY87 (days limit 25)  120 days invoice date (10th & 25th)
    Default for Baseline date = Document Date
    Fixed Date = 25, Additional months = 4.
    When I choose this payment term in the invoice, I get no value to show up in the 'Days' box and when I save it, the Due date becomes the Baseline Date.
    Any idea why?
    thanks for your help!
    Brett

    Thanks for your immediate response.
    i have maintained all the ticks for the counting rule for LOP absence type. but in the infotype it still shows 22 days instead of 31 days for the month of oct.
    Regards,
    MVN

  • F110-Withholding Tax Not Calculating

    Dear Gurus,
    For ceratin vendors in F110 system is not paying and in payment run log a msg is generated as--Internal Error:Doc Balance not zero.In one vendor there are 2 open items system is calculating WHT for one invoice correctly and showing in payment log for ther other other than posting its its showing at as a difference and sysing that doc balance is not zero.
    But when I simulated the 2 invoices separately in F-53 correct WHt is shown but unable to understand why Payment Prog is not calculating for one of the documents.
    My client is based out of Thailand both docs have same WHT code and and WHT Type that is at payment.Please help.
    Regards
    Prabin

    You are saying that the invoice which are created with tax codes creates problem when it is paid through F110 that too for certain vendors, right ?  Still I am asking, at the time of invoice booking (F-43), the document will have line items with payable amount, tax deductions, etc. right ?  This payable amount only will be selected in F110 run.  Why then you want to calculate TDS again in F110 ?  With regard to your query that it is happening for certain vendors, please check the proper tax codes have been incorporated in the masters and the liable bock check is ticked.

  • Worth the price?

    I'm looking for a new laptop, and really like apple computers, but can't ignore the fact that the apple macbook pros cost basically double that of laptops by other companies of equivalent specs. Is it really worth it? I can buy 2 HP/Toshiba/Gateway/Compaq/Dell laptops for the price of one apple, and I'm not sure I can justify the price difference. Can anyone make a convincing argument?

    Dell XPS 1730 $3,353
    My Components
    Smoke Grey
    Intel® Core™ 2 Duo Processor T7800 (2.6GHz/800Mhz FSB, 4MB Cache)
    Genuine Windows Vista® Ultimate Edition - English
    2GB Shared Dual Channel DDR2 SDRAM at 667MHz
    Size: 320GB SATA Hard Drive (5400RPM)
    CD / DVD Burner (DVD+/-RW Drive)
    NVIDIA®GeForce®8700M GT graphics
    Intel® PRO/Wireless 4965a/g/n Mini Card
    Built-in Bluetooth capability (2.0 EDR)
    85 WHr Lithium Ion Battery (9-cell)
    High Definition Audio 2.0
    My Software & Accessories
    Trend Micro Internet Security 15-months
    No Productivity software pre-installed
    No Entertainment software pre-installed
    My Service
    2Yr In-Home Service, Parts + Labor, 24x7 Phone Support
    1Yr LoJack for Laptops Theft Protection (CD Shipped Separately)
    DataSafe Online Backup 20GB for 1 year
    No ISP requested
    Free Recycling Kit
    Also Includes
    17 inch UltraSharp TrueLife Wide-screen WUXGA
    AGEIA PhysX™ 100M Processor
    Windows Vista™ Premium
    Logitech® GamePanel Display
    Adobe® Reader 8.1.1 - English
    Intel Centrino Core Duo Processor
    Apple $3,349.00
    2.6GHz Intel Core 2 Duo
    2GB 667 DDR2 - 2x1GB SO-DIMMs
    200GB Serial ATA Drive @ 7200 rpm
    SuperDrive 8x (DVD±R DL/DVD±RW/CD-RW)
    MacBook Pro 17-inch High-Resolution Widescreen Display
    Backlit Keyboard/Mac OS - U.S. English
    Mac OS X v10.5 Leopard
    The world’s most advanced operating system offers hundreds of breakthrough innovations and applications, including:
    • Cover Flow
    • Quick Look
    • Stacks
    • Time Machine
    • Mail
    • iChat
    • Safari
    • Spaces
    Bundled Applications
    • iLife ’08 suite for creating photo projects, making movies, designing DVDs, building websites, and composing music
    • Front Row
    • Photo Booth
    • iWork ’08 30-day trial
    • Microsoft Office 2004 for Mac 30-day Test Drive
    • Aperture Trial
    Very similar.
    Message was edited by: secretbum

Maybe you are looking for

  • TS3274 Hey! What should I do if my messenger is no longer working and my Apple ID appears not to be recognized :-(

    Hello! I recently bought the latest model iPad and in the beginning the messenger app worked well - I was chatting without a problem then suddenly my messages stop being delivered and has been the same since then. I tried checking it out via the sett

  • Hiring new employee with HR_MAINTAIN_MASTERDATA

    Hi, I am trying to hire new employee with HR_MAINTAIN_MASTERDATA. For now, I only gives the mandatory values of the infotype 0002 in proposed_values and parameters to the FM. CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'      EXPORTING        pernr         

  • UpdateContent and Swapping images

    I have a function built to swap photos of a div: var imageCount = 0; setInterval ("updateImage()", 4000 ); function updateImage() Spry.Effect.DoFade('proImg',{ duration: 700, from: 100, to: 0, finish: function(){ imageCount++; if ( imageCount > dsPho

  • Lacie drive not mounting after updating to 10.4.8

    Hi, I have a 160gb Lacie d2 external hd, and after updating my OS to 10.4.8 in October, it will not mount. It's recognized in Disk Utility, but will not mount. I've tried repairing disk permissions from both my current OS and from the installer DVD,

  • To Find the SAP Query from the tranaction code or the program name

    Hi, I have a situation wherein I have to modify the sap query associated with an transaction code.But the problem is that I am unable to find the SAP Query. <b>Please let me know how to find the SAP query from the transaction code or the program name