Query on Labor Confirmation

Hi Seniors - I am having a query on labor confirmation in maintenance order.
When we enter the operation, the system calculate the value in DURATION FIELD based on time you enter in WORK FIELD and the no. of people we schedule for the said operation in NUMBER FIELD .e.g.
WORK = 4 HRS.
NO. OF PEOPLE = 2
DURATION = 2 HRS.
Now when planned cost is caluculated, it will be based on DURATION i.e 2 hrs. and while confirming the labor, we will put ACTUAL WORK as 4 hrs. so the cost will be calculated based on 4 hrs. and there would be a deviation of 2 hrs in PLANNED COST AND ACTUAL COST.
Please clarify.
Thanks & Regards
Manmohan K. Bajaj

You have the fields for "Actual Work" as well as "Actual Duration" on the work order time confirmation. So the time can be entered appropriatley and system will do the calculation accordingly.
Thanks
Sarang

Similar Messages

  • Posting labor confirmations against sales order and internal order

    Hi,
    We are looking for a functionality where in we want labor confirmations to be done against a sales order line item or to an internal order which is attached to the sales order line item. CS module is not in scope. So can anyone guide how can we have the functionality without CS module.
    Thanks

    Hello,
    Labour confirmation can be posted through IW41, if the order type is a PM order or service order. If you wan to post expenses against sales / internal order (FI) , get in touch with a
    Finace expert, he may be able to guide you  properly.
    Prase

  • Labor Confirmations in production orders

    Hi All,
    We have a requirement to use catts to get the labor confirmations thru cats. But however we need to prepare a document which highlights the imporatnce of the labor confirmations in production orders.
    Can any one help me in this regard.
    Hope the question is clear.
    Reg Sam

    Hi..
    you can do Labor Hrs confirmation via production order for that you need to some settings
    1. Go to your work center and set up a Standard value key as Labor and put rule as " should be entered"
    2. use the above work center in your routing
    3. Indicate Std Hrs against labor activity type .
    4. Use this routing in your production order , then while confirmation of production order it will ask you to indicate labor Hrs against each Activity type.
    I hope this will serve your purpose.
    Thanks
    sekhar

  • Balance Confirmation Query

    Hi Experts,
    I need the query for balance confirmation letter.
    The query should have the following result.
    Date, Balance as on Date, Current Balance, Name of Business Partner, Bill to Address of Business Partner
    Regards,
    Datta Kharat

    Hi Datta,
    Try this....
    SELECT Max(T0.[RefDate]), SUM( T1.[Debit]- T1.[Credit]), isnull(T2.Balance,0),
    T2.[CardCode], T2.[CardName], T3.[Address], T3.[Street], T3.[Block], T3.[City], T4.[Name]
    FROM OCRD T2 
    LEFT OUTER JOIN JDT1 T1 ON T1.ShortName = T2.CardCode
    LEFT OUTER JOIN OJDT T0 ON T0.TransId = T1.TransId 
    LEFT OUTER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode
    LEFT OUTER JOIN OCST T4 ON T3.State = T4.Code
    WHERE T2.[CardName] =[%0] AND  T0.[RefDate] <=[%1]
    GROUP BY T2.[CardCode], T2.[CardName], T2.[Balance], T3.[Address], T3.[Street], T3.[Block], T3.[City], T4.[Name]
    Regards,
    Sachin

  • Confirm TO Query (ref:L_TO_CONFIRM)

    HI Everyone,
    I have a query regarding TO confirmation that I'd appreciate some advice on. I implemented a custom RF transaction to confirm TO for putaway using the function module L_TO_CONFIRM. To my mind it's working as it should but my client has reported what they think is an error. Bascially when the TO is created from the goods receipt it's creating entries as follows . e.g
    Material  Batch   QTY
    1234      ABC     1
    1234      ABC    1
    Now when the client uses the RF transasction they scan in the details for material batch and quantiy and perform the confirm action. In the example above they enter Quantity as 2 so they expect both lines above to be confirmed. Currently it just confirms one of these lines. My question is this:
    Why have two different lines on the TO/GR with the same material and batch instead of just one line with a quantity two ?
    and
    Can the function module L_TO_CONFIRM handle the above scenario ? 
    Any help or advise is greatly appreciated.
    Thanks for your time
    DK

    More or less what J put.  Presumably you've got two TO items as there are two destination bins.  On that basis confirming a quantity of 2 is incorrect if that is against a single TO item.  In fact you should probably have some form of feedback given to the operator to that effect i.e. an 'error' or 'warning' sound and msg as quantity input does not match quantity expected, for your custom RF tx.
    You've got two issues:
    1. Understand why quantity split over two items and possibly correct settings
    2. Consider how to present the information to the operator so the operator understands the expected quantity and is alerted to entry of a quantity that doesn't match.

  • Network confirmation cancell. thru CN29,when past posting period isnot open

    Hi Gurus,
    I have one query regarding netowrk confirmation. In our scnario, we are confirming network activity/element directly through CN27. Now after confirmation, due to some mistake we are trying to cancel that confimration through CN29 but system gives me error that "posting period is not open". As my network confirmation was done in the month of March'10 and i am trying to cancel it in April'10 that's why system is not allowing me to canel the confimration.
    Now my query is that how to cancel the network confimmation without opening past posting period. I looked into the configuration for network confirmations but there is no setting available to allow cacellation of network confirmation done in posting period which is not open now.
    however in CAT5, we have a option where we can enter cancellation posting date, and system allows to cancel time postring for that period also which is closed now (by putting cancellation posting date belonging to current posting period wihhc is open).
    regards
    Alok Mittal

    I have not verified the same on system, but  It's quite good observation. I think it's standard behavior  in system and could be possible, in CN29 you are not having option to put posting date, so, system is taking date of posting date on which it got posted for reversal. i.e. March 10, but period is closed for that date. so, system is giving you error that period is closed.
    Now coming to CAT5 if you give posting date of March 10, and try to reverse this document system will give you same error of period close. but if you give posting date of period April 10 system will allow to post. Because  current period is open. Reversal program works in SAP based on some logic for different documents. 
    If you wanted to check why system is behaving in that way in that case, compare  both documents ( original posted and reversal document posted in CAT5, check after posting reversal document is there any change done by system to original documents , I understand mostly system put reversal tick mark or  so, in original document and give reference document in new documents )
    Please check and revert back.
    With Regards
    Nitin p.

  • How to see a query?

    I get the following message when I try to delete a row using BC4J and JSP:
    Error Message: JBO-26080: Error while selecting entity for GenesisSalesGroup
    Error Message: ORA-00936: missing expression
    I've added a transient column to an entity class. Best I can figure, it is this column that is causing the missing expression, but, since I cannot see the query, I cannot confirm it is the problem.
    So, what is the best way to view a query in JDeveloper and BC4J, I just need to see the code it generated so I can figure out what's going on here.
    Regards,
    Ed.

    Hi,
    If you are accessing a View Object to remove a row, you can
    see the associated query in the properties panel of the VO in
    JDeveloper.At design time? Or run time?
    I can see a query for the View, but it is a select query and is valid. I cannot see the Delete statement that is generated by the Business Object. That is what is failing.
    You may want to check the Attribute Settings of the entity
    to make sure that transient attribute is not mapped to any
    table column. The View Attributes "Entity Tab" shows a "Database Column" value of "$none$", which I assume is correct.
    Regards,
    Ed.

  • "MS" reserved word in oracle text query?

    Wondering if anyone has run into the string "MS" behaving as a reserved word in oracle text queries. For example, this specification returns all records from Texas:
    '<query>
    <textquery>
    <progression>
    <seq> TX WITHIN CUSTOMER_STATE </seq>
    </progression>
    </textquery>
    </query>'
    But this one does NOT find any results for Mississippi:
    '<query>
    <textquery>
    <progression>
    <seq> MS WITHIN CUSTOMER_STATE </seq>
    </progression>
    </textquery>
    </query>'
    I've confirmed we have data that should match, and I've tried escaping it with the sequences as described in the SQL docs (I've tried single quotes, pairs of single quotes, braces, and combinations of those) . And trying to find info on the web is tough since all web queries that contain 'MS' bring back tons of Microsoft-relevant information.
    Can anyone nudge me in the right direction for a better google-search, or some materials in these forums (my initial searches here didn't turn anything up either).
    Thanks for any feedback!
    jh

    Wondering if anyone has run into the string "MS" behaving as a reserved word in oracle text queries.Maybe because »MS« is in the default english stoplist?:
    English Default Stoplist.

  • View or Query

    I am very inexperienced with LS (second attempt after looking a few years ago).
    I have watched many video tutorials which has got me very motivated to give it a nother go but I am failing at the first hurdle.
    I have an existing DB in SQl2008 for CLIENTS and an SQL View which is filtered to only show records based on a users list of area's they can access).
    CREATE VIEW [dbo].[vCLIENT] AS
    SELECT dbo.CLIENT.Client_Name
    , dbo.CLIENT.Client_Address
    FROM dbo.CLIENT
    INNER JOIN dbo.USER_AREA
    ON dbo.USER_AREA.Centre_Code = dbo.CLIENT.Centre_Code
    I started my new app by using this view but the primary key is being infered so I am now thinking what I would be better doing is creating a "Query", could someone confirm this is the correct path to take and possibly provide a syntax example I would
    add in to the code ?
    Thanks in advance
    Dave

    Efficient:
    Whenever possible i try to use views on the SQL Server. This reduce the amount of data fly to the Client. Second I'm easy able to create Indexes and so on to Speed up collecting the data.
    A Version which working on the Middle Tier:
    You can use the preprocessquery Option.
    In LS (HTML) create a query based on your table. In the query designer you can choose write code and the preprocessQuery.
    In the Query you can add code like this (VB but C# is working in the same way)
    Private Sub qrySelectTableforUser_PreprocessQuery(ByRef query As System.Linq.IQueryable(Of LightSwitchApplication.yourtable))
    query = query.Where(Function(fx) fx.user Is Me.Application.User.Name)
    End Sub
    Hope this helps.
    Kind Regards
    Thomas

  • Jump Query not working

    Hello Gurus,
    I have a problem with Jump query. When i open query in Bex Analyzer and when i right click and goto i can see two queries there. But when i click on any query it opens the complete list of queries to search for.
    I checked against RSBBS when i feed the sender query name in Text box and enter i can see 2 receiver query below. which confirms me that it is configured corrrectly so why im not able to jump to receiver query please suggest me.
    Any suggestions are highly appreciated with Points
    Thanks
    Mahesh

    HI MAhesh,
    Have u done this .....
    This steps for RRI i.e report to Report Interface !!!!!!
    T Code -RSBBS.
    Report A-Jump to report B.
    Report B-Is Employee Based
    Assume u want call report B from Report A
    1)GOTO RSBBS
    2)Create New
    3)Sender Query Give the First Query Report A
    4)Below sender Query there is Receiver Query  give the RRI query report B (The query which u want to call).Report type should be BEX ,and Target system--Assign the System(Local) and in the report give the Report B.
    5)In the Report A check whether in the GOTO -u get the Receiver Query ,i.e Report B
    The Input Variable of Query No 1 will become as the Filter to the Query No 2 and That is the Default propoerty of RRI.
    Hence in TCODE RSBBS ,in the Assignment TAB please set that Infoobject on which u have built the variable to DELETE mode instead of Generic and then try.
    Pl let us know the settings for the assignments in the  RSBBS .
    Rgds
    SVU
    Edited by: svu123 on Jul 29, 2009 1:53 PM

  • Exiting form after being in query mode

    Hi guys,
    Having an issue with some forms after migrating from forms version 6i to 10g. Learning as I go along.
    Forms which startup in query-mode seem to have an issue when closing - all have two blocks - one block is utilised through user query and the other (like a child) displays the query results and can be updated from here. If the user does not enter a query they can cancel it using exit_form which works fine.
    After a query has been completed the system mode returns to 'normal' mode (which I can see through debugging by entering messages/pauses throughout the code). However when exiting the application breaks with error FRM-92100. I have had this problem before with regards to exiting forms but I got round this by having an open window (acting as a parent or root window) in the background which is not closable. Been tweaking the form all afternoon including using exit_form(no_validate) and other changes. By commenting out enter_query and execute_query commands the form closes as normal without issue which means it is related to query mode or something along these lines.
    If anyone has any ideas or pointers on how to move forward with this it would be much appreciated.
    Cheers,
    Robin

    Guys,
    Thanks for the replies.
    The form currently uses exit_form twice in order to close the query mode and I receive a message "query cancelled" to confirm this.
    I have also tried - and retried for the benefit of confirming this - the code you have mentioned u3 - using it in the when-window-closed trigger. I chose &lt;option&gt; to be no_validate.
    The main app is opened from a webpage. Forms are opened from a menu which is attached to all forms. The code that opens the forms is open_form (i.e. not call_form or new_form) for modal reasons.
    The application is disconnected straight after exit_form is used - its as if coming out of query-mode to normal causes this as I said before closes gracefully when I remove the enter_query command.
    As for the error message itself here is a fuller picture:
    FRM-92100: Your connection to the server was interrupted. This may be the result of a network error, or a failure on the Server. You will need to reestablish your session.
    Details...
    java.lang.NullPointerException
    at oracle.forms.handler.TextComponentItem.selectionChanged(Unknown Source)
    at oracle.ewt.lwAWT.lwText.LWTextComponent._fireSelectionChanged(Unknown Source)
    at oracle.ewt.lwAWT.lwText.LWTextComponent.select(Unknown Source)
    at oracle.ewt.lwAWT.lwText.LWTextField._selectAll(Unknown Source)
    at oracle.ewt.lwAWT.lwText.LWTextField.processFocusEvent(Unknown Source)
    ...AND SO ON!
    Hope this gives a better picture of what's going on :)
    Robin
    update - There is a 'dirty' workaround to this problem - if i minimize the window (change its state in any way) after the mode is back from query-mode to normal THEN close the window it closes gracefully.
    Edited by: Robin84 on Sep 10, 2008 10:03 AM

  • Schedule/Execute POWL Query in Background or via ABAP Program

    Hi all,
    I would like to know if there is any chance/possibilities to schedule/execute the POWL Query for example the Query ID
    "SAPSSRM_R_CENTRALCONFIRM_01_01" Confirmations Pending in the background to output report.
    Or perhaps there is anyway I can make use of the logic within the Query ID above in an ABAP program?
    The main reason is that I need create a Confirmations Pending report and sent out to relevant SC Creator and the quickest way is to make use of the existing query of above.
    Many thanks and regards,
    Hon Leong

    Hi Hon Leong,
    please first check POWL - Web Dynpro ABAP - SCN Wiki to understand, how POWL works.
    You need to find a Feeder Class of your query and execude GET_OBJECTS Method to get the result list.
    For example you can check report POWL_WLOAD or function module POWL_QUERY_REFRESH.
    Regards
    Konstantin

  • TO Confirmation through Mobile Data Entry

    Dear All,
    I have a query regarding TO confirmation through MDE(mobile data entry) screen.
    In the development server, in one user the MDE screens of TO confirmation for picking and put away is working properly.We have created a seperate user in the same server.But here when we are trying to open the transactions LM03 and LM05, we get a message saying 'Logical Screen Cannot be Found'.
    I want to know whether we need to maintain any data for every new user that we create, and I would also like to know where and how we need to maintain this data.
    Thanks and Regards
    Lokesh.

    Hi ,
    I think  you have to maintain the Profile Defination for the User , this can be done by using Tcode SPRO then go to Logistics Execution - Authorization Management- Define Profiles.
    or by using PFCG transaction.
    Thanks,
    Syed Quadri.

  • Cancellation of Inspection point confirmation of quantities

    Hi Experts,
    How to cancel the inspection point confirmation quantities done via Result Recording ?
    When Co13 is used it throws out error saying the confirmation was done in another application.
    The requirement is to cancel the confirmation so that the previous confirmations can be cancelled.
    Any suggestions ?
    Rgeds
    Jomy

    Hi Gajesh,
    Solved the problem.
    One more query,
    Currently the confirmation can be done by CO11N for QC operation once the result has been recorded (either reject or accept)
    The system is not stopping production from not entering (via co11n) the confirmation even though the valuation of the insp point is a reject . Is this a standard behavior ?
    Is there a way to confirm the QC operation via Result recording only ?
    Thnx.
    Jomy

  • Confirmation Error - Notification E CRMSERV_ACC_EXEC 006

    Hello  -
    Please advise on the following situation:  I have created an HR record for an internal service technician in SAP R/3 4.7.  I have linked this record to CRM 7.0 through the BP record.  When I assign the technician to the confirmation and save at Completion, I get the error Notification E CRMSERV_ACC_EXEC 006, only when confirming orders with materials.  Service Labor confirmations have no issues.
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occurred while transferring the document into another system. Refer to the enclosed log to view the error messages.
    Transmission log
    No customer could be determined for technician with personnel number 00006834 (Notification E CRMSERV_ACC_EXEC 006)
    Enter a customer for special stock W (Notification E M7 072)
    Has anyone encoutered similar issues?
    Regards,
    Guy

    Thank you for the tip PePe, the note solved our issue.
    Regards,
    Guy

Maybe you are looking for

  • TreeView Component

    All, Looking into building an e-learning menu with a Flash Tree component. We'd like to vary the icons in the tree and perhaps change the text color based on the learner's progress in the course. We're using an XML file for building the menu tree nod

  • Getting following error when trying to run my application through eclipse

    Hi i am getting following error when i am trying to execute my program from my eclipse id 3.2 .Plz help me .I have also increase jvm memory upto 256M but it doesnt work. [java] E:\tarun\java\workspace1\Nss_Gui\main\build.xml:62: java.io.IOException:

  • Can you store an email on a sim card?

    I have recently put a SIM card into an iphone 4S (my first time using iphone). I notice that in  'contacts' there is a field to enter an email address. If I enter an email address in this field, will it be stored on the SIM, or on the iphone? Many th

  • XI Designer

    Hi , What is XI Designer ? Is Universe designer & XI designer are same. Can w euse XI designer locally on the desktop or is it mandtory to connect to the live server? If possible can any one provide me some docs on this.

  • Question on Registering MBean on specific Domain

    We have a Run-time which is at present modeled as a Domain level MBean. In the MBean descriptor , we have the following snippet for registering <jmx-runtime-mbean objectname="EMDomain:name=oracle.sysman.emfa.FADiscovery,type=EMDiscoveryIntegration" c