Make unit price as a mandatory field and using FMS

I would like to use FMS for provide price as a mandatory filed in Purchase order .
I created UDF and made it as a mandatory and I refered it's value to Unit price but during UDF definition system asks me default value so when I create purchase order the udf has a value and it makes problem.

Hi
It can be done by FMS .
You need to put clause like ..where $[$userdefined field] =' '
Please test this in your environment .If this didn't help ,then you have to go for Store procedure .
Thank you
Bishal

Similar Messages

  • I am trying to make a fraction in a form field and I would like it to have an over/under appearance. Is this possible?

    I am trying to make a fraction in a form field and I would like it to have an over/under appearance. Is this possible?

    What system and iPhoto version are you running?  What theme are you using.
    All of my calendars do have the month starting on Sunday,  Don't know of any way to change it.  Where are you located?
    How do you have your Calendar application's preferences set to, Sunday or Monday start of week? 

  • Declare the internal table with only one 10 character  field and use

    Hi,
    I want to declare the internal table with only one 10 character  field and use.
    Jaya

    Hi,
    Go ahead. U can declare IT with only one field
    Example:
    data: begin of zcustlist occurs 1000,
                   custmer(10)  type c,
             end of zcustlist.
    Narendra Reddy.
    Edited by: Narendra Reddy C on Aug 8, 2008 11:39 AM

  • Mandatory fields while using Group chart of accounts

    Hi,
    Which are the mandatory fields while maintaining GL accounts in FS00 if i am using Group chart of accounts.
    And how attached these group chart of accounts gl to the operational chart of account GL.
    raj

    Hi,
    the assignment from operational chart of accounts to group chart of accounts is done in OB13. Follow the steps in Customizing IMG FIn. Acc. (new) / Consolidation preparation (new) / General specifications / G/L and FS Charts of accounts...
    Best regards, Christian

  • Wrong Unit Price in a Good Issue Document using DI

    Hi,
    in my addon I want to create a new Goods Receipt document, using DI.
    In the Lines, I set the ItemCode, I set the Quantity, and I set the Price, then I add the document, but when I go to Sap, in the Goods Receipt created, the Unit Price is wrong. I've try to set Quantity and LineTotal, Quantity and Price, Quantity Price and LineTotal but all the combinations is not correct, and the Unit Price is not equals to the price that I have set.
    I have try to change the Price List, but nothing is happened.
    This is my simple code:
    Dim entrataMerce As SAPbobsCOM.Documents = myDB.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry)
    entrataMerce.CardCode = cardCode
    entrataMerce.Series = series
    entrataMerce.Lines.ItemCode = itemCode
    entrataMerce.Lines.Quantity = 1
    entrataMerce.Lines.Price = 100
    entrataMerce.Lines.WarehouseCode = whsCode
    entrataMerce.Add()
    Where is the error?
    Thanks
    Marco

    Instead of Price, try using UnitPrice? This is a confusing area of the DI :/

  • Can't make or receive calls but can text and use data

    I have had signal problems since I have got this phone which is an s4 my wife s3 mini gets better signal while at the same location. Tried everything customer service doesn't know and now I can't even make or receive a call. I can though send and receive text and use data but when I try to make a call it just says dialing then quits. Anyone trying to call says it will ring until voicemail but I never got the call. Can anyone help

        haynes88,
    Yikes! I want you to be able to make phone calls on your cell phone! I would recommend what others have stated on here as well. Remove the sim card for a good 30 seconds while the phone is off. Then try to make the phone call again. Have you ever replaced the sim card on your device before? You can always get a new sim card for free at a corporate store location: http://bit.ly/3SdsA Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • How to identify mandatory fields while using an idoc

    Hi
    I am new to Idocs. I want to find out the mandatory fields in the segments that are used in an Idoc.
    Please help.
    Regards,
    Lohitha

    Hi Lohitha,
    I dont think there is a straight forward/documented way of knowing a mandatory field within a segment, however you can use WE30 or WE60 to identify the mandatory segments in an IDOC.
    I guess you will have to use common knowledge of the requirement to know/identify a field that might be mandatory. For Ex: when you are creating an ITEM on a SO, Material  is mandatory etc
    Regards,
    Chen

  • Form validation error with mandatory fields and signature field

    Hello,
    I have seen that many other users are facing this issue, and they partialy do solve it with some workarounds. However, none of them applies to my case.
    I have a dynamic form (can be registration form for example) where user fills in bunch of fields. Some of them are mandatory.
    When user signs the form, I get our favourite validation error popups that filed this and this did not validate. (I think that the signature is not valid too once I get these errors).
    Workaround would be to set all fileds in the form as optional, however, the presign and postsign events work only in A9 and I need the form to be compatible with ver. 8 too.
    I also need to make sure, that they are not set to optional, if the signing fails, user clicks on cancel etc...
    Any ideas how to acomplish such a scenario?
    Thanks
    J.

    solved by myself.
    You have to install and configure the reader rights credentials mentioned in note 736902

  • Mandatory Fields and Navigation Buttons

    Hi
    I have a search form where I search by number, then I have the choice to update and submit the request. All fields are required for submission. The problems is that when I have empty fields I cannot use the search and navigation buttons, I tried to set Immediate to true but then the buttons would not perform their action. How can I solve this?
    Your help would be appreciated

    Hi,
    immediate works in the combination with response complete. However, because you are omitting the model update you will have to do this manually in an action method or action listener
    Frank

  • Concatenate field and use in smartform

    Hello,
    I have generated a form .In a program ,i have used a  CONCATENATE IT_OUT1-BSCHL UMSKZ INTO temp1.
    and IT_OUT1-BSCHL = temp1.
    temp1 is a variable type c.when i called it in smartform i.e.WA_IT_OUT-BSCHL.it does not shows both field data in print preview.
    Please give me the solution.
    Its an urgent.........
    Awaitng reply.
    Thanks
    Suchita

    hi
      in global Definition u can define variable , then in ur driver prg.
    add that fields name  and assign value to it of that fields of internal table.
    like this :
        netpr                      = itab_ekpo-netpr
       TOTAL_VALUE                = ITAB_TOTAL-TOTAL_VALUE
    importing
    Note :   netpe is variable u define in SF and itab_ekpo-netpe value ur passing to it.  add before importing
                                            OR
    add a new field in ur intarnal table and assign value to it and call it in SF.
    rewaed if helpful.

  • I try to make a dll in VB 6.0 and use it in LabView. I have some difficulties exporting the functions.

    I use LabView 6.i and Visual Basic 6.0. So, I wrote a dll in VB and we want use it in LabView but I can't export the function. So, in LabView I can't choose the function name.

    VB DLLs often embed ActiveX type libraries in them, and don't export any symbols. These DLLs are intended to be called via activeX, not at normal DLLs. Try to call your DLL by registering it with the system and then using ActiveX calls.
    Marc

  • How to define and use FMS in UDF?

    Hello,
    I searched the forum and find the link:
    https://websmp103.sap-ag.de/~sapidb/011000358700004565932005E/How_To_DefindeAndUseFMS.pdf
    but I can't access this link. I think it's useful to me. can anyone send it to me? Thanks a lot.

    ok

  • System demands Weight unit as a mandatory field in material master

    Hello friends,
    When I create a material with only basic data view, the system doesnot require the weight unit field(in basicdata1 view) as a mandatory field, but when I try to create a material with salesorg1 view , it makes the weight unit filed as a mandatory field and also populates the weight unit field with the value as "KG" by default. Could any one please help me to find out where I can see the configuration and the default values.
    Thanks,
    Ramineni.

    Hi Ramineni,
    Plaese go through the menupath to conttol the field selection in the Material Master just like the fields controlled in customer master. Here you can select the required fields as mandatory, suppress or Required. I believe you need to take consideration of Material Type while doing this.
    Spro->Logistics General->Material Master->Field Selection.
    Consider the transactions : OMSR & OMS9.
    Please let me know your thoughts.
    Thanks and Regards,
    Satheesh Durgi

  • Total calculation based on unit price and UDF field values

    Hi All,
    This is for a construction related company. Please find attached screen shot for details.
    My scenario is when we are creating sales order my client wants to calculate the total amount based on unit price towards the UDF fields defined. For example user will give the unit price  per sqft in Unit price ie 2800 as per screen shot column and constructed area in Sqft in he will enter the area like cons area in sqft =1500. So this 1500 need to calculate with unit price and will display in total. So in Total field it should show like 2800*1500= result. Like wise other amount values in udf needs to be calculated and displayed in total field  .
    Is this possible in SAP B1. Please help me with your valuable suggestions.

    Hi,
    Try this:
    SELECT ($[$38.U_Price.number]* $[ORDR.U_CArea.number)+ $[ORDR.U_EBexp.number]+ $[ORDR.U_RO.number]+ $[ORDR.U_Maintenance.number]+ $[ORDR.U_CorpFund.number]
    Thanks & Regards,
    Nagarajan

  • End User Personalization - Mandatory field does not make it mandatory

    I am on GRC 5.3 SP8 and when I set "Company" as "Mandatory" under "End User Personalization", it does not put an "*" next to Company or force the user to fill in the Company field. 
    How can I make sure that the user enters "Company" when doing a "Create Request form"?  I want to make sure a red "*" is next to the field so that they update it.  Right now I have a default value in there but I want to make sure they think about what goes in this field.
    When I create a custom field and use "end user personalization", the red "*" shows up and an error occurs if they don't fill in the field, but the predefined fields don't work the same way. 
    Thanks,
    Peggy

    GRC Experts, please correct me if I'm wrong but from my understanding, the Request Screen in the MyWork tab is for Approvers/Admins/Security i.e. those with UME permissions of some kind. This is not the Request Screen for end users. We actually customize our UME roles to elimate the ability to use this Request Screen. We want all of our security requests to be done in the End User Request Screen.
    Unlike the MyWork Request Screen, the End User Request Screen is customizable under configuration-->End User Personalization. As you've noticed, here you can customize what fields you see on the End User Request Screen, what fields are defaulted, etc. For example, for our company, we do not want end users picking and choosing roles. Our end users are not knowledgable on our roles so we save that step for a stage in which Security Admins choose roles for users based on what they asked for in the Request Reason.
    Another advantage of using the End User Request Screen is that end users can create requests without having UME permissions; they need only to be authenticated against whatever system you have chosen to authenticate them against (for example, SAP) Configuration-->Authentication. As long as they exist in that system, they can create a request.
    Every company is different. For us, we don't like that the MyWork Request Screen is not customizable and requires UME permissions to even access it. So we have essentially taken it away through security (based on the Security Guide provided by SAP).

Maybe you are looking for