Form Personalization is not working for copied Sales Orders

Hi All,
We have a requirement in Sales Order form, if the order type is "Standard" then Ship method field should be mandatory.
We were able to do this using below form personalization, it is working for new order creation.
When we did the below testing it is not working
Inactivated the ship method and try to copy the order with Standard type the field remains mandatory and null but still it is allowing to book the Sales Order.
Please help to sort out this issue, let me know if it is not clear
Condition
Trigger Event : WHEN-NEW-ITEM-INSTANCE
Trigger Object: ORDER.SOLD_TO
Condition:
(:ORDER.ORDER_TYPE not like '%STANDARD%')
Action
Type : Property
Object Type : Item
Target Object : ORDER.SHIPPING_METHOD
Property Name: REQUIRED
Value: True
Thanks,
CSK

Hi CSK,
try it in well validate item trigger.
If that order type is list then you may disable the field in WHEN LIST CHANGED  trigger itself.
Hope it will work,
Regards,
Soofi

Similar Messages

  • TANN item category item not picking for return sales order

    Hi all,
    I have a question regarding TANN item category. This TANN item category item is not picking for return sales order type. As far as i know RENN is the free goods for return sales order. Can you please clarify the above question further

    Hi
    If you are making return order by copying sales order then please see this procedure also.
    Try to check in the copy control also.
    Go to the following path IMG u2013 Sales and Distribution u2013 Sales u2013 Maintain Copy control for sales documents. (Tcode VTAA)
    Select copying control : sales document to sales document.
    Search your return delivery order from the reference sales document type.
    Then select the item from the left side Colum.
    Go and find out TANN item category and click on detail.
    Check out Item Cat proposal. If it is empty then type your RENN condition type over here.
    Now try to create the return sales order it might work.
    Raj.

  • Automatic Batch Determination is not happening for New Sales Order Type

    Dear Experts,
      I have created a new sales order type ZBPY - For Free Sales, but automatic batch detrmination and batch pick up is not happening for new sales order type,  but it is activated for all the other sales order types in Production Server, can any body let me know the steps how to map this new order type to batch management and let it behave like other order types.
    Thanks in Advance.
    Saravanan(EKS).

    Hi Saravanan,
    Kindly check the following steps for automatic batch determination.
    1. First check the material is maintained with batch in the warehouse management.
    2. Maintain new entry for search procedure for batch determination with the new created doc type.
    3. Maintain new entry for automatic batch determination for sales order or automatic batch determination for delivery ( This depends on the business process of our client, whether they want to determine the batch with sales order or at the delivery level. check this and make new entry)
    4. Create Batch using T.code MSC1N with proper date of manuf. and SLED.
    5. Create Batch Search Strategy using T.code VCH1 with proper strategy type.
    6. Maintain stock with active batch. check this with t.code LS26 or LS24.
    regards
    Ravishankar M

  • VF06 not working for drop ship orders

    Hi All,
    We use VF06 for creating billing docs. Interesting it works good for all order/delivery types but does not create any billing document for third party sales orders. I have flagged both - order related and delivery realted document indicators and leaving all the selection inputs blank except for the sales org. When we try to create the invoice for a drop ship order, it gets created but surprisingly does not get picked up in VF04 or VF06.
    Any help would be appreciated.
    Thanks & Regards,
    Vidya

    Hi,
    I did go through some notes and could find out the problem. In copy controls we have set the billing quantity to F to enable billing even if GR is done for the PO and need nt have the Vendor Invoice Recipet to be done. SAP says in some notes that if this is set, then the billing due list will not have the order displayed even if it can be manually invoices. But I dont have any idea how to overcome this. SAP has provided standard reports but somehow these reports are not working for me.
    Thanks & Regards,
    Vidya

  • Set_lov_column_property through Oracle Forms Personalization does not work

    Oracle EBS 11.5.10
    I need to change the LOV column title in an existing form using Forms Personalization technique. I am using BuiltIn->Call Custom Library option to invoke set_lov_column_property in WHEN-NEW-FORMS-INSTANCE event. It is not changing the LOV column title. I have attempted to use Synchronize following set_lov_column_property action and it has no impact. I have not tried using CUSTOM.pll changes and I feel it may work. At our client site, we have used only Forms Personalization to implement extensions instead of CUSTOM.pll changes as a standard practice.
    Has anyone attempted this technique in Forms Personalization and know whether this works?
    Any help is greatly appreciated.
    Gopal

    Hi Oleh,
    I was just returning to the thread to report that I'd found the issue (actually a colleague did) - and it is exactly what you said - the in-house documentation for the translations library says to add an ON-ERROR trigger to capture (and ignore) 41364, but whoever developed this form apparently forgot to perform this step.
    You still get the brownie points for the answer though =)
    Thanks for the help, my mind is more restful now because I was going nuts trying to find this!
    Alan.

  • Suppresing Delivery note prints for certain sales order types/item category

    Hi
    I need to find a way of suppressing some delivery notes from being printed.
    Relating to orders for consignment fill up and consignment issue.
    The delivery notes are needed to be printed for 'Consignment fill up order' type, BUT not for Consignment issue - as this is confusing some of the warehouse staff at month end.
    All have the same delivery type, the only difference i can see is the item category types are different
    Is there a way i can use the sales order type, with customer number as an access sequence for the Output type ?
    -  Or the Item category type ?
    Is it possible to add sales order type or Item category into the FIELD CATALOG :- output for deliveries
    Your help would be much appreciated
    Cheers
    Tony

    Hi,
    I can suggest you something, but do remember that I've never done such kind of thing till date.
    >> Copy LF and create new delivery type
    >> Assign this to your consignment doc. types
    >> Kindly remove the Header output determination procedure assigned to this new delivery type
    >> Then assign output det. procedure at Item level {according to Item category}
    >> Then check if will cater to your requirment or not.
    Please keep one thing in mind that I am giving you a proposal by thinking in one logical way and I can't confirm the practicality of the proposal.
    Hrishi

  • Query not working while creating Sales Order... Need suggestions

    Dear All,
    My client requirement involves creation of Sales Orders both as standalone as well as based on Quotations, depending on the case. Now there is a UDF created in the Item Master Data called "U_Unit" which should be populated in another UDF (U_BPQty) in the Sales Order and Sales Quotation which can be changed at the transaction level.
    The requirement is if the Sales Order is created based on Quotation, the system should take the value from 'U_BPQty" of "Sales Quotation" and populate in the Sales Order. if the Sales Order is created as stand-alone, it should take the value from U_Unit field of the Item Master Data. I wrote the following query for that purpose and using it as a FMS but its not working.
    Can you suggest me where I am going wrong?
    Declare @Base varchar
    Declare @Item varchar
    Declare @Draw varchar
    Declare @BaseQty varchar
    Set @Base = (Select Case When $[$38.44.0] is Null then 0 when $[$38.44.0] is not Null then $[$38.44.0] end)
    Set @Item = ($[$38.1.0])
    Set @Draw = (SELECT T0.U_BPQty from QUT1 T0 INNER JOIN OQUT T1 ON T0.DocEntry = T1.DocEntry INNER JOIN RDR1 T2 ON T2.BaseRef = T1.DocNum WHERE T0.ItemCode = @Item)
    Set @BaseQty = (SELECT T0.U_Unit from OITM T0 WHERE T0.ItemCode = $[$38.1.0])
    Select Case when (@Base = 0) then @BaseQty when (@Base <> 0) then @Draw end
    Thanks and regards,
    Bharath S

    Hi Bharath.......
    As you said if SQ not there and SO is directly punched then it should Pick up U_Unit else if SQ has target of SO then U_BP then your query working fine.
    But if SQ not there and Del is directly punched instead of SO then it should Pick up U_Unit else if SQ has target of Delivery and not SO then U_BP. Is it?
    In such case its not working?
    If yes then use this query.......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From QUT1 T0 where T0.docentry=$[DLN1.BaseEntry.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Else use this......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From RDR1 T0 where T0.docentry=$[$38.45.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Regards,
    Rahul

  • Routine for copying sales order header text to invoice

    Hi friends,
    My requirement is to copy header texts from sales orders when creating an invoice (VF01). In T-Code VOTX the system suggests two routines :
    1 - DATEN_KOPIEREN_01 include LV45TE01
    2 - DATEN_KOPIEREN_02 include LV45TE02
    Does anyone already use one of these routines? When invoicing more than one sales order does the routines work fot this case ?
    Best Regards.

    Hello.
    .....goto transaction VOFM
    Menue: Copying requirements -> Billing documents
    ...or maybe: Data transfer -> Billing documents
    Put a break-point and the header routine......for long-text you should use transaction VOTXN
    Edited by: Erik Hoven on Feb 24, 2009 12:28 PM

  • Approval Procedure not working randomly on sales orders

    Hi Experts,
    We place approval procedure for 2 users in SAP B1 2007B pl15.
    Some SO does not pass approval procedure  and we cannot trace why. The are 2 set up for approval procedure 1 for within on below credit limit. The other one beyond credit limit.
    Does anyone have the same problem with Approval procedure?
    What do I need to check  to isolate the problem?
    Regards,
    Amy

    Hi Gordon,
    We tried to disable the SO query beyond credit limit in a test database to check if the approval procedure will run if there are no other queries checking the credit limit. Now we only have one query running- the SO within credit limit.
    We eliminated another possibility for the error. The error occurs for a newly created BP.  The approval procedure will not work in SO  is the first SO ever created in the system. All subsequent SO will go thru the approval procedure even if the SO, DN and Account balance is zero
    1)We also tried this query and diabled the SO Beyond Credit Limit
    SELECT DISTINCT 'TRUE' from DBO.ORDR T0 INNER JOIN DBO.OCRD T1 ON T0.CardCode=T1.CardCode Where T0.CardCode=$[$4.0.string] and T1.CreditLine >=(
    (case when T1.Balance = 0.00 then 0.00 else T1.Balance end) +
    (case when T1.OrdersBal = 0.00 then 0.00 else T1.OrdersBal end) +
    (case when T1.DNotesBal = 0.00 then 0.00 else T1.DNotesBal end) +
    +$[$29.0.number])
    2) We also tried the Deviation from credlit limit is less than .01. Still error.
    Is this a system error or error in the query?.
    Regards,
    Amy

  • Shipping point determination is not happening for CRM sales order in ECC

    Hi,
    When we create direct sales order in ECC, shipping point determination is happening automatically that means all the relevant settings are properly maintained in ECC for automatic determination of shipping point.
    But when we create sales order in CRM and replicate it to ECC, shipping point field is empty even though we use same master data.Hence we are unable to create delivery document.
    All the master data (Org structure,Customers,Materials and plants) downloaded from ECC to CRM.
    Your help would be highly appreciated.
    Thank you.
    Regards,
    Nagi

    Hello Nagi,
    Shipping point is determined by the following three factors:
      1.shipping condition 2.loading group 3.plant
    So please check your customization by the following steps:
      1.Use T-code OVX6 to check if you have assigned the plant to your CRM order's sales organization.
      2.Shipping condition is usually taken from CRM order directly. Please check whether you have CRM order shipping condition set to the same one as creating ECC order VA01
      3.Use T-code SPRO then press F5, go to Logistics Execution  Shipping Basic Shipping Functions  Shipping Point and Goods Receiving Point Determination  Assign Shipping Points to check the shipping point is assigned correctly.
    I hope this could be helpful.
    Best regards,
    Maggie

  • Copy and paste feature not working for copying pictures

    when copying a picture, you are not giving any paste feature

    greyed out I would expect... it sounds like copy is not happening. does the Ctrl + C work Or Ctrl X
    And for the next obvious but more painful check. Windows safe mode with networking. instruction for [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7].

  • Form Based Authentication not working for my sharepoint site.

    I am using FIM 2010 r2 on Sharepoint -80 . I tried to use forms based authentication instead of default windows based auth. But the site is not even redirecting to the custom login page i am trying to connect .
    Any suggestions ?

    Issue has been resolved.  There was no interesting work-a-round or fix involved.

  • Command key not working for copy and paste

    Hi everyone!Copy and paste doesn't work when I use the command key on my new macbook pro.Any ideas how to fix this?If I use the toolbar it works fine

    Are you sure you are using Command+C and Command+V.
    Works fine on my MBP Lion 10.7.2 in all applications.
    You could also try using the Space bar and the Shift and Enter/Return keys when asking a question.
    makesiteasiertoread.

  • VPRS Cost not pickibng only for single sales order

    Hello Gurus
    Goodevening every body
    If we maintain  two prices  in material master one is moving average and another  one  is stanrdard price which  price the system will pick in the  sales order of my pricing procedure.
    Note-Only for one sales order system is not picking  VPRS  cost in my sales when was doing testing and giving some  message  in condition analysis -VPRS     111 Condition ignored (requirement 004 not fulfilled)
    I tried to analysis it but not able to come final conclusion this  message
    I am looking for your inputs
    Thanks in advance
    Regards
    Venkat

    Something wrong in the "item category" settings for that material.
    Pls activate "determine cost" control in the item category setting.
    Revert back for confirmation.
    Rgds
    Sumanth.Gururaj
    Consultant/Systems Analyst - SAP SD/MM

  • Form Designed in LiveCycle will not work for End User

    Please Help!
    I am a newbie to Adobe LiveCycle but recognized the utility in the program, so decided to give it a while to try and streamline some of my employer's forms.  After spending too much time learning how to design a form (much to the dislike of my boss), I am finally going to have to ask for some help.  So here's the deal:
    I've designed a dynamic pdf in LiveCycle with two master pages and two repeating flowed subforms.  The first repeating subform is basically an expanding table intended to be used as a photographer's log where they can log each photo taken with the camera.  The expanding table has some code with a button at the top for the end user to enter the number of photos on the photo roll, click submit, and table expands to however many instances of rows are needed for each photo that was taken.  The second subform is basically an image field and text fields used as photo captions/photo compilation pages.  When the end user clicks submit on the first subform to expand the table, I also have javascript in that click event to also create same amouint of instances of the second subform (the photo compilation page(s)).  Each text field for the photo caption on the second subform is populated by the data entered into the photo log table cells.  I was able to find a script to correctly populate those fields for each instance of the table.  Wish I had the form here, but it's at work at the moment.
    My problem is this: I've scratched and clawed to get all of the forms expanding correctly and the scripts populating each instance of the fields correctly and everything works great in LiveCycle preview.  I then saved the form as PDF for use by my field crew personnel (whom all use, at the very least, Adobe Pro 9, but most Pro X).  I sent the new form to them and they move it to their desktop, open it with Adobe Pro, and populate all of the fields and everything works swimmingly.  However, once they save it, it gets all jumbled and they can't even print it.  We even thought we found a workaround by entering all data and printing to PDF, but even that has turned out to not work.  I checked to make sure that I designed and saved the form in LiveCycle for use with the Adobe Pro versions, but still not working for my end users.
    Anyone have any thoughts on my long explanation??  Please HELLLLPPPP!

    The error(s) occur when trying to save the document.  I want each user to tell the first page how many rows they will need in the photo log table, so they would enter however many photos were taken in the box: "Number of Photos on Roll:"  ---> Then click the "Submit" cmd button.  That should expand the table.  Once it expands, it should also add the same amount of instances of the photo compilation page (2nd Page) as there are rows in 1st page table.  Then the user will populate each cell of the table on page 1 with data.  The data entered into the page 1 table cells will populate the text fields (photo caption) in Page 2 once the user clicks on the "Populate Captions!" cmd button in the lower left corner of the table on Page 1. 
    The problem is in the distributing of the form to the user so they can save the form after populating the data.  I did a test run this morning and for some reason it did do the "print to PDF" correctly for 5 photos on the roll (though this has not been happening every time and especially for a large number of pages, ie. 80 photos).  However, after entering the data for 5 rows on page 1 and then populating the 5 photo compilation pages, I saved a copy as "Save As PDF" and closed the document.  Then re-opened the copy in Acrobat Pro X.  The new copy:
    -had 5 additional rows added to Page 1
    -Duplicates of some of the fields
    -Only retained the 1st instance of the Second Page (Photo w/ Caption) and not all fields were populated
    Again, this all works fine in the LiveCycle Preview but not anywhere else.  I do not have this set up to be linked to an external data source (YET) but there is javascript in the cmd buttons.  I also do not want to distribute this form to end users and then collect the data back from them.  I want them to be able to save a copy of my LiveCycle designed form, open in Adobe Pro, populate the data and save as many copies as needed for form production.

Maybe you are looking for

  • How to change Owner property in KM

    Hi masters. I want to know how to change cm_owner property of a document that i am uploading with dynpro java. I have written a code to add new properties for document but i couldn't change the Owner of document. Here is my code for adding a new prop

  • How to validate xml file with XSD schema ??  in JDK1.4.2

    How to validate xml file with XSD schema ?? in JDK1.4.2 i dont want to use new Xerec Jar ... Suggest option ...

  • Rebuilding corrupted library after upgrade to iPhoto 6.0.5

    I upgraded today to iPhoto 6.0.5 and experienced the problem that many people here have discussed -- missing photos, greyed out thumbnails and images, and so on. Just a small number of recent photos show up, out of about 15000. All the photos seem to

  • Intercompany STO Process

    Hi Experts I am in to Intercompany STO process with one step Goods issue procedure. When i tried to post PGI for the NLCC type D.O obtained the below error. Error Message Fld selectn for mvmt type 645 / acct 6005100 differs for Business Area (033) Pl

  • SUN cluster 3.1 Agent for Siebel Server

    Hi All I dont have the CD for the Sun Cluster 3.1 agent . Please suggest me a link from where i can download the agent for Sun HA For Siebel Server, Thanks/Regards