Set by default procurement indicator to PFV

Dear Gurus,
  I want to set by default procurement indicator to PReq + Reser for WBS element.
So when I will enter any material then system will create PR with Q and reservation number.
Please guide
Keshav Pawar

Please create a procurement indicator in OPS8 and use the settings as shown below..
Priorities
Priority Plant = 2
Priority Project = 1
Priority Sales ord = 3
Control data
PReq network = Checked
Default Item Category
Item Cat MRP = L
Maintain it in OPUU.

Similar Messages

  • Set a default release indicator while creatign PO in me21n

    Dear all,
    I want to update ekko-frkge = 'B' while creating the po in me21n.
    i tried BADI ME_PROCESS_PO_CUST but the filed is not modified.
    whether it is possible to set a default release indicator to a po?
    If possible tell me where to make the code...

    For that you have configure release strategy in SPRO and set the PO for release.
    Nabheet

  • Procurement type and procurement indicator

    hi all,
    There is a mismatch  occurred in procurement in PS.
    i have configured a procurement indicator in ps and in control data i have checked PReq Network.
    After that When i assigned a material to the activity .
    In material details under purchase data tab it is showing procurement type as "Third party Requisition for WBS "
    and under procurement parameter tab it is showing procurement indicator same as given and procurement type as "Third party Requisition for WBS "
    Why this is mismatch or any thing extra we need to configure.
    Also i want to create new procuremetn indicator which will create PR for WBS only what setting we have to do for this .
    thanks
    shiv
    Edited by: Shiv on Aug 26, 2008 10:23 AM

    Hi Raja,
    Back flush indicator can be maintained in many places.....
    Material master record (MRP2 view)
    Resource (Basic Data screen)
    Master recipe (General Data screen for component assignment)
    Process order (General Data screen for the material component)
    Priority works as mentioned in the below diagram....
    Thanks
    Kumar

  • Set PO item rejection indicator via IDoc ORDRSP?

    Dear experts,
    is it possible to set the rejection indicator in the purchase order item (EKPO-ABSKZ) via processing an order confirmation IDoc ORDRSP?
    I found nothing but SAP note 890812 where SAP proposes a workaround with manual setting of the rejection indicator.
    Our scenario is that the vendor sends an ORDRSP Idoc with action code 001 in segment E1EDP01-ACTION and a sales blocking reason in fields E1EDP01-ABGRU and E1EDP01-ABGRT. We already found a way to ignore segments containing these fields and process all other IDoc items, but it would be nice to set the rejection indicator automatically for these rejected items.
    We are on ECC 6.0 SP06.
    Any help is appreciated.
    Kind regards,
    Karsten

    do you really want your vendor to decide if you have a request or not?
    dont you need this reopened requisition to procure that material at the vendors competitor?
    by the way,
    The corrosponding purchase requisition is opened again and new PO's are created by MRP.
    MRP never creates POs. MRP can create requisitions. But why should MRP do this in case your PR is reopened instead of deleted?
    You should rethink about this statement.
    MRP will probaby recreate the requisition if you would close the requisition with the Order response from your vendor, so why not reusing this PR instead of deleting and crating a new one?

  • MD15 : default fixed indicator

    Dear guru ,
    in collective conversion of planned order to purchase requisition (MD15)
    I want the fixed indicator set as default in the first selection screen.
    How can customize this ?
    Thanks in advance.

    Dear,
    Create the transaction variant through SHD0 or  SHD0_MANDT enter T CODE enter MD15 and "Fixed" Indicator make With content or required filed save it and assign to user it will work for you. Please take hlep from technical person.
    Regards,
    R.Brahmankar

  • Default Procurement Type for a Material Type

    Hello everybody,
    Is it possible to assign a default procurement type (for example: F) to a Material Type?
    If yes, can you explain me where (which transaction)?
    If no, can you explain me an alternative to do so?
    Thanks a lot in advance for your help...
    Regards,
    Rudy

    You can do this by configuring material type.
    Follow the path
    IMG->Logistic general->material master->Basic Settings>Material types-->Define attributes of the material type
    Select the material type and click detail button
    In the External/Internal Purchase order Subscreen---Set the following details
    Ext. Putchase Order should be 2 (external purchase order allowed)
    Int. Purchase Order should be 0 (No internal purchase order allowed)
    If u save the setting
    then when u create material master, Procure type would be F in MRP 2 screen and you cant change this value becuase the field is greyed out it will be only displayed

  • Direct procurment indicator in production order

    hi
    I found in a production order, there is a "1" maintained under "direct procurment indicator " which means "external procurment" for an item, and a purchase requisition is generated for it.  And in CO02 I just can't remove it.
    I wanna know where does this come from and what should I do if I wanna delete it, thanks.

    Dear Lauliu,
    1.For all non-stock items which are represented with item category N as BOM items,this is the standard SAP behaviour(system
    will be setting value 1 in direct procurement in the production order).
    2.Only by making that particular item as a stockable item(to be represented as item category L) this can be met.But I would
    suggest you not to make that change because generally the pipe line materials or any component that will be required for
    specific header material's order will be generally maintained as non-stock item and the purchasing data can be maintained there
    itself.
    for what business requirement do you want to change this?
    check and revert back.
    Regards
    Mangalraj.S

  • Default GR indicator

    Hi! As default we have unchecked the Goods Receipt indicator for most acc.assignment categories. Now we have a new company code that want the GR-indicator set as default for the same acc.***.cat. Is it possible to set this indicator per company-code, perhaps per vendor/company-code instead? brgs ziggy

    Thank you for the link. I did attempt to maintain T163 via SM30. I had to first Find Maintainance Dialog and selected V_T163Y. It defaults to Display mode, and it only allows Change mode on the first Item Categories: Overview screen. When I go to the detail screen for 9/D/Service and switch from Display to Change, it kicks me back out to the Overview screen. Is this an authorization issue with my ID? Otherwise, I am not sure how I would change those settings for the item category. Thanks again for the help.

  • Default MRP indicator in excise J1IEX

    Hi,
    How to set default MRP indicator during excise avilment in J1iex..?
    Regards,
    Sai

    Dear Ram,
    There is no standard way to put MRP indicator automatically or default but you can try with screen variant SHD0 (Transaction and Screen variant).
    Regards,
    Karna J

  • How to set a default date as a parameter in Microsoft Reporting Services 2008 to January 1st

    How can I set a default parameter for date for 01/01/yyyy.

    Hi Giss68,
    If I understand correctly, you want to set the first day of current year as a default value of a parameter in Microsoft Reporting Services 2008 report.
    If in this scenario, we can use the expression below as the default value in the parameter:
    =DateAdd("d",-DatePart(DateInterval.DayOfYear,Today,0,0)+1,Today)
    The following document about DateAdd function is for your reference:
    http://technet.microsoft.com/en-us/library/aa337194(v=sql.100).aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • How to set a default value for a drop down list box and then apply cascading based on the default value in Infopath 2010.

    Hello Everyone
    I have two drop downs. Both are coming from look up fields from two lists. i want to set a default value(first list item) for the first drop down list box and then apply cascading based on the default value for the next drop down list box. I found one article(http://www.bizsupportonline.net/infopath2010/display-first-item-drop-down-list-box-infopath-2010.htm)
    where in i can set a default value but i can't apply cascading based on that default value. Any suggestions would be highly appreciated.
    Thanks
    Ramanjulu Naidu N

    Hey Ramanjulu,
    Take a look at the below article which I believe will answer your question.
    http://basquang.wordpress.com/2010/03/29/cascading-drop-down-list-in-sharepoint-2010-using-infopath-2010/
    Daniel Christian (MCTS)

  • SRM 4.0- How to set the default values for product type (01) only for SC

    The radio button “Service” should not be visible.
    Also for search help (e.g. search for internal products) where a search should only be possible for product type 01 (goods). The system should not display the product type and internally always search for goods only.
    How to set the default values for product type (01) only for SC
    We needs to use Search help BBPH_PRODUCT which having parameter PRODUCT_TYPE
    Here we can set defalut value 01 but it is not correct one since same search help is using several places.
    We need to limit the search help results only for SC.
    Kindly help out me ASAP.

    The easiest way to set defautl values is to edit the batch class.
    Goto the characteiristic and go to update values.
    In here you probably have something like 0 - 100 as a spec range.
    On the next line enter the default value within this range.  At the end of the line, click in the box in the column labelled "D".  This indicates the defautl value for the characteristic.
    If you need to you can do this in the material classification view as well.
    Just to be clear, these values will only show up in the batch record.  You can not have defautl values in resutls recording screens.
    FF

  • Set As Default Crystal Report Layout in SAP B1 8.8 PL13

    Hi,
    I want to Set As Default a Crystal Report Layout. I know you can do that in Layout Desginer - Selection Criteria, but SAP B1 8.8 PL 13 has only a Manage Layout button in the Layout Desginer window which links to the Report and Layout Manager. There is no Set As Default button.
    Where can you select which layout to be default in PL13?
    Thanks!
    Cristina

    Hi
    If you want to Set as Default particular PLD then Open that Form
    For. Example
    Sales Ar > A/R Invocies (Item) document
    Then Click on PLD icon ans select your crystal report as Default by Set as Defaul button.
    Thanks
    King Kevin

  • Setting a Default Value in SQL Query Report

    Hello:
    We are using a SQL Query Report to provide a mass update to a table. We are using the apex.collection and having it display a number of records in a SQL Query Report for mass update. We have 14 columns in the report, for which the first 11 are populated via the collection. The remaining 3 are open for input but the individual making the updates. We've were able to provide a default value for 2 of the remaining 3 columns using a named LOV's - however the fourth column we would like to default a sysdate - but we are not successful.
    We've attempted many things but none seem to work, including adding that column to the collection and assigning it a default sysdate value. We've also tried changing the settings in the report attributes --> Tabular Form Elements by setting the Display as to: Datepicker, Default type to PL/SQL Expression and setting the default to sysdate. We've also tried caputuring a date on the previous page and loading it onto the report page and trying to default the date column to a page item default.
    I'd appreciate any help.
    Thanks
    FYI - we are using version 3.2

    use as default
    to_char(sysdate, 'dd/mm/yyy') where the format is your application or item date format

  • Can I set the default save location in text edit to dropbox?

    I'm happy with dropbox for now and want to set the default save folder to a dropbox folder but I cannot see how to do this.
    Can it be done? Or do I need a 3 party text editor?
    Thanks
    Tom

    You cannot. Because this option both takes much longer and reduces the quality of files, it has to be chosen specifically.
    In any case, when you save a PDF file from Word. this process does not involve Acrobat or Adobe software in any way.

Maybe you are looking for