Set Partner Field in Sales Doc as Mandatory

Hi SD gurus,
Is there a way to set the a particular Partner type as mandatory in a sales document? In our sales order we identify the Sales Employee related to this sale. However there are times when users forget to select/identify them because it is not mandatory in the transaction. Is there a way to do this thru configuration?
Thanks,
Jograd

Hi,
Go to SPRO -> Sales and Distribution -> Basic Functions -> Partner determination -> Set up partner determination.
Here select the Set Up Partner Determination for Sales Document Header or Item per your requirement.
In the partner determination procedure select (highlight) the correct procedure and click on partner functions in procedure.
You can see the partner funtions in the procedure. There is a column mandatory function where in you can check for sales employee.
This is standard SAP functionality.
Regards,

Similar Messages

  • Partner determination for sales doc header

    Dear all
    I assigned 2 SH to 1SP in customer master but in sales order system allowing manually to select any SH which is not assigned to SP.
    waiting ur reply

    Hi Lucky,
    To map your requirement please use the following path:
    IMG> Sales and Distribution> Basic Functions > Partner Determination> Set Up Partner Determination--> Select (Set Up Partner Determination for Sales Document Header). Here Select the Standard order & select Partner function in Procedure. Here against Ship-to-party Line you can see the ORIGINAL TABLE coloumn Here select "C" - Partner function from customer master (table KNVP).
    By doing the above settings the system will allow only partners from Customer master records.
    Hope this works for you.
    REWARD if it helps you!!
    Regards,
    Ajinkya

  • Partner field in Sales Order should be greyed out

    How can I do the configuration for making a particular partner in Partner Tab of a specific Sales order type greyed out so that it is not open for change

    Follow the following steps:
    1. Go to transaction <b>"VOPA",</b> next select the radio button for sales document header.
    2. Click on<b> Partner procedures [F6]</b>. Select the procedure which is assigned to the sales document.
    3. Click on <b>Procedure details [F2]</b>.
    This would gives you all the partner assigned to this procedure in turn attached to the sales document. One can make configure the partner as "Changeable", Mandatory, etc.
    Regards,
    Gauravjit.
    Reward Points if solution is helpful.

  • Division field Set as mandatory but it is effecting to other fields in sale

    Hi all.
    I want to set division field as mandatory field at material master creation..
    I have made Division(MARA-SPART) as required option for MM01 in field selection.
    But the problem is, if I set Division as mandatory simultaneously Setup time,base quantity,shipping process time, in Sales:General view are set as mandatory automatically..
    How can i set only division as mandatory at Basic view in material creation..
    plz help me..
    thanks and regards
    ramesh reddy

    In OMSR change the  Field sel. group  for MARA-SPART to new no. say 210 , Use this Field sel. group (210)  in OMS9 to achieve your requirement.

  • Sales Employee mandatory field in sales order item level

    Hi all
    I want to do SALES Employee mandatory on sales doc. item level, once i have gone through customization i did it check BOX on but once i save there where no effect, that check BOX still blank
    please provide me how i should do it
    Regards,
    Abhijeet

    hi Cong,
    i earlier i unable to save due to VE and PE confusing partner function but now i have to save the setting means check BOX marked but still there where not effect.
    Again i want to tell you the requirement i have to do Mandatory Partner function (Sales Employee) on sales order item level,may be that will be PE or VE i m not sure....
    Management want to track like who is the owner of this business at the per item level for incentives purpose and after that marketing team can analyze the incentive or commission by the end of the every months from early this practice is going on but every sales order or every line item every time user not used to fill sales employee so that i have to do Mandatory, If any user creating sales order and if in sales order there end of line item means 2-3- 5-10-50...so on....may be every item has different sales employee and all has to be complete or els sales order should be pending or sales order not going to save...
    I hope u understand the requirement and pls provide me solution
    Regards,
    Abhijeet

  • How to put Sales employee (Splcode) Mandatory Field, when adding A/R invoice

    Hi,
    Kindly solve, How to put Sales employee (Splcode) Mandatory Field, when adding A/R invoice.
    Regards,
    Rajeev.

    Follow this step..
    1. In SQL Server, go to the SAP B1 Database you're using. 
    2. then on the Object Explorer , go to Database Folder, explode the SAP DB->Programmability->Stored Procedures->SBO_SP_TransactionNotification * the only Stored Procedure that is allowed to be edited. Just right click and modify
    3.  Try to paste this -> and click F5
    If
    @object_type ='13' and @transaction_type in ('A','U')
    Begin
    If EXISTS
    select DocEntry from ONIV
    Where DocEntry = @list_of_cols_val_tab_del
    and  SlpCode<>'-1'
    Begin
    set @error_message = 'Please select the Sales Employee'
    set @error = 1
    END
    END
    Regards
    Kennedy

  • Mandatory field in sales order entry  VA01.

    Hello ,
    I need help to resolve my problem. I am using transaction VA01. In the sales order entry we have provision for fast entry for characteristics.
    This can be customized in SPRO .. IMG -> Sales and Distribution -> Sales Documents -> Fast Data Entry of Characteristics in Sales Documents -> Define Characteristics Display for Overview Screen.
    In the characteristics display I have added the required characteristics I need for sales order creation. Now i need to make one of the characteristics field as mandatory for sales order creation.
    How can I do that setting, so that each time when the sales order is created the particular characteristics fields pops out to be mandatory?
    Thanks in advance.
    Regards,
    Divya

    Hi,
    How can I do that setting, so that each time when the sales order is created the particular characteristics fields pops out to be mandatory?
    Maintain the Entry required for all the desired characteristics of finish material class.
    Try and revert.
    Thanks
    Hrishi

  • How to make plant in shipping cond tab for line item in sales doc mandatory

    Hi
    How to make plant as mandatory for a sales document say quotation mandatory ? I went to SPRO-> Basic Fucntion - > log of incomplete terms ->  Define incomplete Groups -> B.selected sales -Item -> Created new procedure Z001 with fielda VBAP - WERKS ,selected screen name PDE2 and checked warning check box.
    When i goto Assign incompleteness procedures I donot have option to assign it sales document item level procedure i will only get sales doc header procedure to assign it to document type quotation.
    How to make plant as mandatory for each line item in quotation?
    Thanks,
    Vaishnavi

    Include: MV45AFZB
    Form  USEREXIT_CHECK_VBAP
    In our business scenario, we have used the same ,But  Plant is mandatory only for 1st line item-
    source code:
    IF vbak-vkorg = '1000' OR vbak-vkorg = '2000'.
        IF sy-tcode = 'VA31' OR
           sy-tcode = 'VA11' OR
           sy-tcode = 'VA21' OR
           sy-tcode = 'VA41' OR
           sy-tcode = 'VA01' .
          IF vbap-werks IS INITIAL AND
             vbap-posnr EQ '000010'.
            MESSAGE e398(00) WITH 'Please enter the plant for first line'.
          ENDIF.
        ENDIF.
      ENDIF.
    Help:
    Through this form exit we are making the "plant' field (for the ist  &*
    & line item ) mandatory for the sales document . This interns helps us &
    & to create the sales document numner according to the plant (Region)  &
    *& of the Plant
    Hope it clears. take assistance of your ABAPer.

  • Mandatory field in sales document

    Hello experts,
    I'm working with CRM 4.0 SP08
    How can I make mandatory some fields into CRM sales document ?
    1 - Requested delivery date at header level.
    2 - Reference date at header level.
    How could I fill up theses fields automatically by default ?
    Regards
    Juan

    Hi Juan,
    If u want to make some fields mandatory in Sales doc, then u can use Incompleteness Check, follow below path:
    SPRO->SAP Implementation Guide->Customer Relationship Management->Basic Functions->Incompleteness->Define Incompleteness Procedures
    1) Create Incompleteness Group for Trasaction
    2) Assign ur TransactionType to Incompleteness Group
    3) Create Incompleteness Procedure and define fields which u want to make manadatory.
    4) Determination of Incompleteness Procedure.
    As Siddharth explained above used date rules in profile for u r date realted query.
    Regards,
    Dipesh.

  • Profit center mandatory field in sales order !

    Hi All !
    How to make profit center mandatory field in sale order can any body let me know...
    Thanks & Rgds
    Naveen

    Hi
    You can either Transaction variant SHD0/User exit
    Refer below<a href="http://www.sap-img.com/sap-sd/supressing-fields-in-sale-order.htm">Fields in Sale Order</a>
    help required: how to makes sales office field mandatory, in inquiry and qu
    Re: supress  some fiels in sales order? user exit?
    Message was edited by:
            SHESAGIRI.G

  • Free form partner function field in Sales document header and item..

    Hello Experts,
    Is there anyway we can use the partner functions functionality in Sales document header and item level, so that we can enter a free form number in the Partner field? I mean is it possible to be able to enter a free form number WITHOUT getting validated against corresponding master data like Customer or Vendor master, Contact person, Personnel or User master records?

    Hi,
    It is not possible.
    Because partner function will be determined in the sales document header and item as per the configuration you have done in the partner determination.
    It is not possible to enter a number wihich is not created and assigned.
    Regards,
    Mullairaja

  • Field selection for sales doc.

    Hi all,
    I have a requirement to make some field/s as mendatory in Stock Transfer Orders without disturbing the purchase order settings.
    another requirement is: where do we select the fields on Sales Document ex. OR - in OR i have to make customer required date field as mendatory. Kindly suggest or give path to solve these issues.
    Thanks
    Manoj

    Hi,
    to make a field mandatory in a sales order, you can use t.code SHD0. Give the t.code as VA01, select the variant bus2032, you will get a list of fields with options to make them optional, mandatory or suppress. Select according to your requirement.
    Pl reward if it helps.
    Thanks,
    Sadhu Kishore

  • Making "Partner" field mandatory during IW32

    Hi,
    Can u pls suggest me as to how to make the "Partner" field mandatory during the change of Maintenance order (ie IW32) for a particular order type. I tried Field selection for Order Header Data(PM) but the Field name "partner" is not appearing there. Kindly suggest me the way out.

    hi arun
    as far as i know it is not possible to make partner field mandatory after release.as i said you can make it mandatory during creation itself.
    iam not sure but another option you just try it out.create a status profile of 2 status assign one status as intial and hide the partner function and another status make partner function has mandatory.presently i am not in SAP so just try it out.
    regards
    thyagarajan

  • Regarding Making Of Mandatory Fields at Sales Order

    Hi Gurus,
    My reuirement at site is like this:
    Separate Sales Order document type, Delivery Type and Billing type Should be maintained for Narcotic drugs. This thing i can maintain but they want,
    Five fields in Sales Order will be identified and made Mandatory for entering the details of information pertaining to Narcotic drugs viz., License no, Expiry date etc., How we can make mandatory of this fields.
    Please suggest me
    Regards
    Kiran

    Hi,
    go to t.code SHD0, enter t.code VA01, and description go to screen by screen and select ur fields, make it as required indicator activation.
    hope this will help u
    regards,
    sk

  • Partner Field Mandatory during Order change

    Hi,
    Can u pls suggest me as to how to make the "Partner" field mandatory during the change of Maintenance order (ie IW32). I tried Field selection for Order Header Data(PM) but the Field name "partner" is not appearing there. Kindly suggest me the way out.

    You mighht have to work with your developer to find an appropraite user exit then!

Maybe you are looking for