Query on Auto GR

Hi All,
In operation control key in routing we have the "Auto GR" option. When we select this then system will perform automatic GR on confirmation of this operation. I have not set this indicator, but still want the system to perform Auto GR on confirmation of the operation. How can this be done.
BEst Regards
lss

Shyam,
If you want to do auto GR on final operation confirmation without setting Auto GR in control key then you can have Production Scheduling Profile(OPKP Configuration) which is having Auto GR check box activated.
BR
KK

Similar Messages

  • Query for Auto Calculation based on input of 2 Fields

    Hi,
    I would like to write a sql query to allow for auto calculation based on the Inputs of 2 other fields before Adding the Order.
    For example. A query on Sales Order where I have Item 040634 (Code for a Flower) and Quantity 200.
    I have a UDF (Bunching) where the value is 10, 15 or 20.
    Based on the Bunching the result should be given in another UDF (Noofsleeves).
    (Quantity) 200 / (Bunching) 10 = 10 (Noofsleeves)
    The Order will be having multiple items where the Bunching can differ for each item.
    Is it also possible to remove the calculated noofSleeves from Inventory.
    I am using 2007A SP01 PL05

    Hi ,
    You may try this: Apply this fms on other udf and auto refresh on the udf mentioned in the query (in your case Bunching).
    SELECT $[RDR1.Quantity.number] / $[RDR1.U_UDF.number]
    You may check these too.
    cALCULATION OF udf ON UNIT PRICE
    FMS
    Thanks,
    joseph
    Edited by: Joseph Antony on Jul 8, 2010 12:31 PM

  • Query regarding auto e-mail notification for ccms

    Hi,
    I want to configure auto e-mail notifications for ccms alerts.
    I have configured ccms monitoring for our landscape on the solution manager.I went through the SAP documentation and it mentions that we have to do the SCOT settings and CCMS_OnAlert_Email_V2 method settings in client 000.But we already have  the SCOT config done in 100.
    My question is can i complete the rest of the config in 100 or i have to do everything in client 000 only.
    Thanks,
    Shashank

    No Shashank. I dont think this is required. You need not have to redo everything in 000 client.
    You only have to create the user in 000 client.
    Might be you have to create an RFC connection between your 000 client and the 100 client. I will confirm this to you tomorrow or so. Make sure the user has required authorizations in 000 client.
    best regds,
    Alagammai.

  • Query on Auto Prepopulate checkbox

    Hi experts
    I would like to know the usage of Auto Pre-population Check Box on User Defined Field Definition. I have seen the description in design console but not able to relate with real time example.
    How can we attach pre-populate adapter to UDF field?
    Thanks
    Edited by: P.K on 22 Jul, 2010 5:26 AM

    I am also looking for the same...
    Checked on mete link also but no result......
    If i get anything i will update if you get the answer update on forum...
    As its very interesting...
    Regards
    Alabhya Goel

  • Query on auto-refreshing frames / linked .pdf docs on link

    All,
    I'm in the process of building a website on an intranet which, heavily uses content from a .pdf document.  I'm using a frame-structured website (two Vertial frames), with the left-hand side frame used as a nav bar and the pdf content displayed on the right.  I've been able to link the links on the left to bring up and display the .pdf doc on the right-hand frame, however after the first link has been clicked the clicking of further frames does not either seem to refresh the doc or change the position to the relevant .pdf bookmark.
    My questions are therefore as follows.  Does anyone know how to:-
    A) Add a html command onto each link which will force the pdf document to reload?
    B) Force a refresh of the right-hand side content frame every time a link has been clicked on the left?
    C) Alter the .PDF document so that it will allow the moment to the correct bookmark/destination when called by a link selection in the left-hand nav frame?
    D) Save the .PDF into an alternate working format which may bypass any potential problems with moving to a requested bookmark in an already-open doc?
    E) Force the opening of the .PDF in the browser, rather than in an opened adobe .PDF viewer?
    Sorry guys I'm not the most technical person in the world, but would certainly appreciate any help anyone can offer!
    Al

    You should keep it simple and best practice. Keep lag enabled even if you are only going to use one port on the wlc. When you disable lag, then that is when the configuration becomes tricky and that's why it's not supported.
    Sent from Cisco Technical Support iPhone App

  • Query to skip special customer numbers while auto generation

    Hi
    I have a customer number maintenance screen refering table STTMS_CUSTOMER_SRNO_BANK, where customer number is auto generated.
    Table:STTMS_CUSTOMER_SRNO_BANK columns are
    CUSTOMER_RUNNING_NO , USED_FLAG
    Present queries are:
    SELECT MIN(customer_running_no)
    INTO l_no
    FROM sttms_customer_srno_bank
    WHERE used_flag = 'N';
    SELECT customer_running_no
    INTO l_running_no
    FROM sttms_customer_srno_bank
    WHERE used_flag = 'N' AND customer_running_no = l_no
    FOR UPDATE NOWAIT;
    Current logic is it takes MIN(customer_running_no) and USED_FLAG is 'N'.
    Now an enhancement is to be added that a new table CSTM_CUST_CATEGORY where a range of numbers is reserved for a special classification of customers.
    Table:CSTM_CUST_CATEGORY
    CUST_CATEGORY START_RANGE END_RANGE
    ROYAL      1     100000
    VIP 150000 200000
    I need to write a query to auto generate customer numbers and the auto generated numbers should not fall in the special customer category like ROYAL,VIP,ie it should not be in the range 1-100000 and 150000-200000.
    Please help me to write this query.
    Thank you
    Mary

    Thanks a lot
    This query works and serves half my requirement.
    Ex..i have customer_running_no from 1300 to 1350 where used flag set to 'N'
    and the start_range and end_range I have given is 1300 to 1500.
    Now this query skips 1300 to 1350.It gives 1351.But my actual requirement is it should give 1501 as the next customer_running number.May I know what modification should i do to this query to get this expected result.

  • UDF at header level will not auto refresh before & after adding the invoice.

    Hi All,
    I have a FMS query in the UDF at AR Invoice header level. I have set the FMS query to auto refresh when tax rate field changes but the UDF doesn't auto refresh when there is a tax code in the document.
    I will need to add the invoice first then open the added invoice and press shift+F2 to get the calculated amount in the UDF to update the invoice.
    How to get the UDF to auto refresh whenever the tax code has changed? Or after the invoice has added?
    The FMS query:
    SELECT sum(T0.[TotalSumSy]) FROM INV1 T0 inner join OINV t1 on t1.docentry = t0.docentry WHERE T0.VatGroup in ('SR','DS','AJS') and t1.docentry = $[OINV.docentry]
    Thanks & BR,
    Leng

    Hi,
    I solved the problem following the steps in SAP note 633285 - Printing the total Vat amounts in each Vat group, https://websmp130.sap-ag.de/sap/support/notes/0000633285
    In order to print  in the  order  the Vat amount  in each vat group Please perform  the followed stages:
    Go to Tools (in the SBO tool bar ) and chose Manage User Field
    In Marketing Documents (Rows) add new fields according to the Num of the vat groups that you are using in Orders (e.g. A1, A2 ,A4) The type : Units and Totals  - the Structure: sum in the order each column will represent the vat amounts in the line but only for certain  Vat Group
    in order that each column will display the vat amount in the line only if it belong to certain Vat group we attach a query to each column: (e.g. we have 3 columns : A1, A2, A4) .the queries are;
    SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A1' FOR BROWSE  SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A2' FOR BROWSE SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A4' FOR BROWSE Now each column will display the vat amount only if it in the relevant vat group
    in the order document printing template you need to add those Vat column in our example we add 3  data fields : the file: Order - Rows , the Field: A1/A2/A4 - you can hide (un visible ) this columns as needed
    in the Repetitive Area Footer add a calculation field for each vat groupthe Type: Column Total , the Column: Order; A1/A2/A4 in each calculate field you will get the sum amount of the vat in the relevant Vat group. (in  addition you can add text fields with a relevant description for the calculation fields)
    Thanks & BR,
    Leng

  • Item Code Auto Generation Based on User defined Tables

    I need the Item code like
    PRODUCT TYPE-ITEMGROUP-ITEMCODE-SUBITEM-BRAND-COLOR  e.g .FG-01-01-00-001-00.
    I created the following User define Tables and link to Item Master data
    U_PRO             - FOR PRODUCT TYPE
    U_GROUP        - FOR  ITEM GROUP
    U_ITEMCODE    - FOR ITEMCODE
    U_SUBITEM       - FOR SUB ITEM
    U_BRD              - FOR BRAND NAME
    U_COLOR         - FOR COLOR
    i need a formatted search in Item code to fetch the codes from the user defined  table
    i tried with the following
    SELECT T5.[Code]'-'T2.[Code]'-'T3.[Code]'-'T4.[Code]'-'T0.[Code]'-'T1.[Code] FROM [dbo].[@BRD]  T0 , [dbo].[@COLOR]  T1, [dbo].[@GROUP]  T2, [dbo].[@ITEMCODE]  T3, [dbo].[@SUBITEM]  T4, [dbo].[@PRO]  T5 INNER JOIN OITM T6 ON T5.Code = T6.U_PRO WHERE
    T5.[Code] = T6.[$U_PRO] AND 
    T2.[Code] = T6.[$ U_GROUP] AND
    T3.[Code] = T6.[$U_ITEMCODE] AND
    T4.[Code] = T6.[$U_SUBITEM] AND
    T0.[Code]  = T6.[$U_BRD] AND
    T1.[Code]  = T6.[$U_COLOR]
    showing errors. Can any one help me regarding this. I badly need the query for Auto generation of Itemcode

    Hi,
    How can you assign those UDF value without ItemCode in the first place?
    Thanks,
    Gordon

  • Batch number auto generation nedded

    hi all,
                  i have a query that when i make a GRPO of 10 items with different qty, these items are set to batch on every transaction, then it will ask to enter the batch number of all item with the number of their quantity, is there any process to create these batch number automatically, is there any formatted search query for auto generation of batch number.
    even they are making GRPO by taking 100 items, it is very difficult to for them to to enter manually all the batch code.
    is there any provision to do the task by formatted search.
    revert back soon
    its very urgent
    regards
    sandip

    Sandip, 
    I have answered a few posts on this Forum about the different options.  Formatted searches can be considered but you will need to maintain a temp table.
    What is the real usage of the batch numbers in this business case?
    Suda

  • Auto Clear bills

    Dear Sap masters,
    My query is Auto clearing bills, Generally we will do through F.13 for auto clearing of bills
    To do this, what are the setting that needs to be done in sap , could please help on this, and also tell me the procedure for Auto clear bills
    Thanks and regards
    mdk

    Hi,
    For Auto Clearing, follow the following:-
    1. Tick Open Item management in GL for which you want to do the Auto Clearing.
    2. In T-Code OB74 (Table TF123), maintain Clearing Criterion for clearing.
    Standard SAP provides maximum five criteria's which you can define for a GL as a basis for clearing. For example, if you want to clear the debit and credit line item of a GL if the assignment is matching in both the line items, then define ZUONR as criteria for clearing.
    3. Run F.13 to post clearing postings and clear open items.
    Regards,
    SAPFICO

  • Auto refresh when opening a workbook

    Hi
    When I open a workbook, I would like the query to auto refresh. In that way the planning user will see the latest planning values and not the ones saved in the workbook.
    Is there any functionality for running the planning function refresh automatically when the workbook is opened?
    Kind regards
    Erik

    Hi Erik,
    Once you open the workbook, just right click on result area and select properties.
    In that select the Interaction tab and then check Refresh query when opening workbook.
    Then dont forget to save the work book.
    Regards,
    anil

  • Dynamic Query in Element Definition

    Hi All,
    I am using SiteStudio 10gR4 Designer, i have placed a query in element definition, since the query is auto generated from content server so it is specific to node ID, now i want to use it for other node IDs as well.
    Just to clear out i want to use the same element definition for different sections without displaying the datafiles related to other node IDs. I need to make the query in element defination generic.
    Eg.:
    xWebsiteObjectType <substring> `Data File` <AND> xWebsiteSection <substring> `test:30` <AND> xSubType <substring> `SideNavigation`
    I want to replace `test:30`so that the query becomes generic.
    Thanks.
    Edited by: user3919522 on Jul 19, 2010 11:43 PM
    Edited by: user3919522 on Jan 7, 2011 6:22 AM

    Simple. Just put in idoc for the siteId and nodeId:
    xWebsiteObjectType <substring> `Data File` <AND> xWebsiteSection <substring> *`&lt;$siteId$&gt;:&lt;$nodeId$&gt;`* <AND> xSubType <substring> `SideNavigation`
    Good luck, and please award points as necessary.

  • Auto code generate

    hi,
           i am using following query for auto code generation group wise
    declare @temp as char(20)
    IF $[OITM.ItmsGrpCod] = 101
    BEGIN
    set @temp=(select isnull(max(right(ItemCode,6)),0) + 1 from OITM where (ItmsGrpCod= 101) and (len(ItemCode)=7))
    set @temp='FAB'+isnull(replicate(0,6-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OITM.ItmsGrpCod] = 104
    BEGIN
    set @temp=(select isnull(max(right(ItemCode,6)),0) + 1 from OITM where (ItmsGrpCod= 104) and (len(ItemCode)=7))
    set @temp='BRD'+isnull(replicate(0,6-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    but this does not increment code  automatically every time it shows me FAB000001 and BRD000001
    thanks
    rahul

    Solved

  • Auto Increment No in Sales Order Title Level UDF

    Dear Experts,
    Please provide me query for Auto Increment No in Sales Order Title Level UDF.
    BR
    Deep

    Hello Friend
    Try this
    Select max(T0.[U_AUN])+1 from ORDR T0 where T0.series = $[ORDR.series]
    and make it referesh.
    Thanks
    Manvendra Singh Niranjan
    Edited by: Manvendra Singh Niranjan on Feb 21, 2012 12:38 PM

  • Bex query - templets

    Hi,
    Can anyone give me some examples or templets of Bex query for Auto mobile service industry please.
    Queries like  Inventory maintenance, Consumption of Parts each vehicle at the time of service, Number of Vehicles a service engineer attended per day/ week/ month,  etc.
    Please give me some details about it.
    Regards

    The best place to start for looking at query templates for IS-AU, would be the SAP Help Portal at:
    [http://help.sap.com/saphelp_nw70/helpdata/en/f4/1e453cabf4ef6fe10000000a114084/frameset.htm]
    Sequenced JIT Calls
    Vehicles Fitted
    Components Groups (various)
    Variant Frequency
    Components Called
    Production Planning Backflush
    Goods Issues / Goods Receipts / Scrap (various)
    Reporting Point (various)
    Component Consumption (various)
    Activity Consumption (various)
    Production Variances (various)
    Vehicle Management System
    Supply Analysis
    Stock Analysis
    Vehicle Availability
    Top 10 Sellers
    Partner and Vehicle Relationship Analysis
    Business Partners (various)
    Vehciles (various)
    Warranty Analytics
    Claims (various)
    Failures (various)
    Recalls (various)

Maybe you are looking for