Movement type in reservation

Hi
We are in a Classic Scenario environment and the requirement is for a certain type of material to create Reservations in the backend with a different Movement Type. Let’s say we have we need two movement type  201 for cost center and 241 for asset
I have assigned this value (241) for the movement type and set it up as default but it didn’t work, the reservation was still created with 201.
how can i manage two movement type in creating reservation
Regards
Elham

Hi Justine Delos Angeles
we implement BAdi BBP_CREATE_BE_RS_NEW
but the system also want to creating asset with movement type 201
can u send me the sample of badi for reserve
is my badi confiq ok?
method IF_EX_BBP_CREATE_BE_RS_NEW~FILL_RS_INTERFACE1.
   data : account type line of BBPT_PDEXT_ACC.
   loop at  IS_SC_DOCUMENT-ACCOUNT into ACCOUNT.
     if account-ACC_CAT = 'CC'.
       CS_RS1_DOCUMENT-IS_RS_HEADER-MOVE_TYPE = '201'.
     elseif account-ACC_CAT = 'AS'.
       CS_RS1_DOCUMENT-IS_RS_HEADER-MOVE_TYPE = '241'.
     endif.
   endloop.
endmethod.

Similar Messages

  • Movement type for reservation

    Hi All,
    We are using SRM 5.0 ECS.
    Once the shopping cart is created for stock materials it creates reservation in R/3 system.Could you please let me know how it considers movement type once the account assignment is given as Order or Cost centrei.e. either it should take 261 or 201. Where is validation wriiten for this? Is it using any BADI or any configuration involved?
    Regards

    Hi
    For reservation we dont have any MType evenin MM.  Generally we do it in ME21 in ECC.   I think you need to create enchancement for this. 
    Regards,
    Satish

  • Multiple movement types for reservation

    Dear experts ,
    Is it possible to give multiple movement types for issue against reservations? if possible what should be the setting in "Define Movement Types for Material Reservations"
    We are trying to issue materials against reservation to different GL accounts based on different movement types.
    Best Regards
    Kannan G

    I think you can have different movement types for GI against an Maintenance Order.
    Please check as per the following scenario
    Material A with valuation class "400"
    material B with valuation class "300"
    Now in automatic account determination you define
    movement type "990" for valuation class "400" incase of good issue
    movement type "890" for valuation class "300" incase of good issue
    Now whenever material A is issued it will be mvt type 900 & for material B issue 890.
    Regards
    You can also look at the following possibility:
    Plant Maintenance and Customer Service -> Maintenance and Service Processing -> Maintenance and Service Orders -> Functions and Settings for Order Types -> Goods Movements for Order -> Movement Types for PM/CS Orders -> Maintain Movement Types for PM/CS Orders.
    Also look at the badis:
    BADI DI_MOVEMENTYPES
    BADI_DIAD_GOODMVT_1
    Online Documentation for the above node:
    *Maintain Movement Types for PM/CS Orders*
    In this step you maintain movement types for PM/CS orders depending on material group, order type and a customer defined key. This key is read by BADI DI_MOVEMENTYPES. If the system doesn't find any information in this table, the corresponding movement types are determined based on the data of the Standard table.
    Further notes
    Using BADI_DIAD_GOODMVT_1, follow-up actions can be triggered for special movement types.
    Edited by: SAPASSUM on Aug 5, 2010 9:26 AM

  • Movement type and reservation

    hi MM expert,
    for material reservation , the movement type is 201.
    I have one scenario, how can i create a reservation at company A, then the stock replenishmnent at subcon stock. i dont want to have PR at company A and send to company B. but i want to use subcon stock tcode ME20 to transfer stock to subcon company code ?
    Appreciate your advuse .

    Hi,
    You may have to use Stock Transport order not Subcontract PO
    Regards
    Anand

  • Movement type for reserve material

    Hi sap gurus,
    While doing quality inspection, I had kept some quantity in reserves. How can move it to unrestricted stock and scrap stock. Which is the T.Code for that
    Cheers,
    Krishna

    Hi,
    Do the Ud for the reserved qty and then the stock will come to unrestricted and from there u can transfer post using the tcode MB1B , mvt type is 551 to the scrap it.
    Hope it wud have answered ur question
    Reward if useful
    Aasif

  • Movement Type used for How many users

    Dear All,
    I need to check how many users having authorization of "311" Movement Type. How i can check it?
    Thanks & Regards,
    Pramod

    These are the authorisation object which consists of authorisation field BWART(Movement type)
    M_MRES_BWA Reservations: Movement Type
    M_MSEG_BMB Material Documents: Movement Type
    M_MSEG_BWA Goods Movements: Movement Type
    M_MSEG_BWE Goods Receipt for Purchase Order: Movement Type
    M_MSEG_BWF Goods Receipt for Production Order: Movement Type
    You can run t-code SE16> Goto Table AGR_1251> In Field textbox enter BWART-->Low textbox Enter the value(311).
    You will get list of roles. Copy those role and then Goto se16>AGR_USERS>In AGR_name textbox Multiple selection paste these role names.
    You will get list of user having access to those roles.
    Do let me know if this brings the data what is required.

  • GL Account in Reservation Movement type 201

    Hi MM Gurus
    I want to know the that, while creating the reservation of particular material,
    system automatically pick up the (consumption)Gl account.
    what is the crietaria of picking that GL account ?
    regards
    Amit

    In OMJJ, you will have to flag an indicator CostElem Account for that Mvt Type under the Internal Control (Please do not change) to fetch the account automatically . This uses Account Modifier VQP which actually determines the accounts automatically when configured. Now if this is flagged then your scenario will work but since 201 does not have this indicator flagged it will not as expected. So you will have to copy and create a new movement type using a Mvt Type which has this indicator flagged(Ex. 331/551).
    /Manoj

  • Movement type for GI of material reserved from Network not allowed

    Hi Experts,
    Hope all are doing well.
    I am facing a problem in PS, I have the following scenario.
    I have some material in a storage location say 1010 - project storage location.
    I want to use that material for some project. I have created a reservation from the Network for an activity 0010 with Procurement indicator - Reservation Plan Stock and Item category L.
    After this saved the network, system generated reservation number.
    I want to issue the material against this reservation from the Project Storage Location. (its not marked as Project Stock)
    When I am trying from MIGO system says the material is not maintained for Q i.e., Project Stock.
    I checked the movement type it is 281 Q, GI Network from Project, where as I want the Movement type 221 GI for Project from own.
    The Movement type field in the Where tab of MIGO screen is in grat mode. So I cannot change that field.
    Please tell me how can I issue the material from a storage location to the project for the reservation created from the network.
    I am able to issue the material in case I am creating a manual reservation through MB21 with movement type 221.
    Please guide me on this.
    Thanks and Regards

    First yu will have to bring that much qty to project stock for that WBS element by MVT type 415 vide transfer posting. Then you can issue that qty. against the desired reservation.
    I hope this solved your problem
    Regards.
    Sanjay Bapat

  • Manual Reservation for Movement type 261

    Dear Friends,
    I want to create a manual reservation (MB21) for production order i.e. movement type 261. But system is not allowing and giving error message order category 10 (prodn order) not allowed for manual reservation.
    Can some one help to know how the setting which allows manual reservation for MVt type 261
    Thx
    Rishi

    Hi,
    After my long analyzation, I came know that, this is SAP standard setting.We cann't make any changes in order category 10. As per SAP standard procedure , the below order categories do not allow manual reservation.
    10 PP production order
    20 network
    30 maintenance order
    40 batch order (process manufacturing)
    50 inspection lot
    So please make goods issue through MB1A , if you want tracking this issue seperatly please put your production order number in text filed.
    I hope the above information is useful for you.
    Please reward points if my information useful.
    Best Regards,
    Nagapandian.

  • Movement Types for Material Reservations

    Dear All
    I have defined New package for defining new movements types for material reservation in PM order. this activity is carried out at following path.
    SPRO> Plant Maintenance and Customer Service>Maintenance and Service Processing--> Maintenance and Service Orders >General Data>Define Movement Types for Material Reservations.
    This has been carried out as i want to take the material in using 904 movement as reversal of 261.
    Can any body tell me where can I assign tghis package to Order/order types?
    Regards

    hi
    In the standard system, movement types are preset which you must not change.
    For the components, Plant Maintenance and Customer Service, the entry with the key 'IWO1' is relevant. In addition, you only need the two entries for the goods issue (GI) of materials for maintenance orders and the accompanying reverse operation (GI cancellation).
    as of my knowledge we don't have the option to go with ordertype wise settings
    -AShok
    Edited by: Ashok Keerthipati on Nov 19, 2008 5:57 PM

  • Reservation with movement type 541

    Hello Experts,
    I am making reservation with mov type y41 (copy of 541) by allowing transaction MB21 in its customizing.My problem is at the time of making reservation system is not reflecting vendor field, whereas in t code MB1B vendor field is appearing.I also checked in field status group there vendor field is appearing as mandatory.
    Can anybody suggest me how can i reflect vendor field at the time of making reservation with copied movement type in my case its Y41
    Regards
    VS

    Its not possibled i tried

  • Multiple receivng storage locations on Reservation (movement type 311)

    Hi
    We have a requirement where we create a reservation document either using BAPI or BDC (MB21). At the time of creation we require to maintain different receiving storage location on the reservation. Currently SAP allows to maintain receiving storage location on the header field RKPF - UMLGO only and then copies the same value on all line item field (RESB-UMLGO)..The line item field is not editable or set as I/O field therefore working on finding a user exit or BADI to update fields RESB - UMLGO in background. Has any one had this requirement and in case yes can you please advise how was this addressed.
    Thanks
    Lokesh

    Hi,
    If my understanding is correct. You want to transfer post a stock of material from one storage location to another ( IM perspective ) and from one bin to another bin belonging to different storage types but same plant ( WM perspective ).
    As this transfer posting does not involve any Sales order what is the logic behind the selection of movement type 311 E.
    I hope you can very well make use of 311 movement type for the transfer posting in IM which will lead to the generation of a PCN in the WM side. On confirming the same you will be able to do the reflection of Transfer posting in WM side also.
    I would suggest you to follow the above steps.
    1) First check the transfer posting 311 E which you have already completed a PCN in the background. If it is availble, just try to confirm the posting Change notice which will clear off the negative entry and a correponding postitive entry in the receiving storage type.
    2) In case if the system have not generated the PCN, then better to cancel the material docuemnt and re do the transfer posting to carry out the process from the start with the movement type 311 which will yield a PCN which can be confirmed to see the stock in the required storage type and in the respective bin accoring to the strategy set.
    Regards,

  • Transfer Requirement for Movement Type 262 (Cancel With Ref to Reservation)

    Hi Experts,
    it is possible to configure the system to create a Transfer requirement for movement type 262 (Cancel With Reference to reservation) ?
    When i execute a movement type 262 (Cancel with reference to Order), the system creates a Transfer Requirement, i can process it in transaction LB12. Now i am using the movement type 262 to Reservation, but the system does not create a transfer Requirement.
    I am using SAP ECC 6.0.
    Thanks in advance,
    Alejandro López.

    Hi Alejandro,
    Can you clarify what process you are performing by this comment? .. "_Now i am using the movement type 262 to Reservation"_.
    As per standard process TR (transfer requirement) creation takes place as per the setting in IM-WM interface. Please check in Tcode OMLR, if TR create field is having "X" for the warehouse and reference movement type record. Normally whenever any material document gets posted in IM, MM-WM interface provide the decisions about which WM movement type to pick for warehouse and data about TR , PCN and TO creation.
    Hope this will help.
    Regards,
    Sudhir

  • Transfer Requirement for Movement Type 262 to Reservation

    Hi Experts,
    it is possible to configure the system to create a Transfer requirement for movement type 262 to reservation?
    When i execute a movement type 262 to Order, the system creates a Transfer Requirement, i can process it in transaction LB12. Now i am using the movement type 262 to Reservation, but the system does not create a transfer Requirement.
    I am using SAP ECC 6.0.
    Thanks in advance,
    Alejandro López.
    Edited by: Alejandro López on Feb 28, 2011 1:55 PM

    Hi Alejandro,
    Can you clarify what process you are performing by this comment? .. "_Now i am using the movement type 262 to Reservation"_.
    As per standard process TR (transfer requirement) creation takes place as per the setting in IM-WM interface. Please check in Tcode OMLR, if TR create field is having "X" for the warehouse and reference movement type record. Normally whenever any material document gets posted in IM, MM-WM interface provide the decisions about which WM movement type to pick for warehouse and data about TR , PCN and TO creation.
    Hope this will help.
    Regards,
    Sudhir

  • Classic Scenario - Reservation Movement Type

    Hi All!
    We are in a Classic Scenario environment and the requirement is for a certain type of material to create Reservations in the backend with a different Movement Type. Let’s say we have three types of Stock Materials: two of these will create reservations with the Movement type 201 defined as default at the root level but I want the third type to create reservations with movement type 301 – Transfer posting.
    I have assigned this value (301) for the movement type attribute for a particular user and set it up as default but it didn’t work, the reservation was still created with 201.
    Is there any way I can achieve this? Will I need to use the BBP_DOC_CHANGE_BADI implementation?
    Any idea will be much appreciated (and rewarded of course )
    Many thanks
    Elisabeta

    Yes, I have successfully implemented this by using BAdI BBP_CREATE_RES_BACK as Dave suggested. I only wanted to change the movement type for a specific plant so Iu2019ve done something like this
    method IF_EX_BBP_CREATE_RES_BACK~FILL_RES_INTERFACE.
      data zl_res_items type bapiresbc.
    if res_header-plant = u2018my_plantu2019
    move '301' to res_header-move_type.
    Endif.
    maintain receiving plant & storage location
        move res_header-plant to res_header-move_plant.
    now this is the receiving plant which I am taking it from SRM
    I have put in the functional specification accepted by the user the fact
    that in SRM when they create the shopping cart they have to specify in the
    location the storage location which is the destination
        move zl_res_items-store_loc to res_header-move_stloc.  move_stloc is
    the destination
    Then Iu2019ve changed the res_items-plant & res_items-store_loc to be the supplying location which in our case it will always be 0001. If your supplying
    Location can be different then you will have to code some logic in here when you loop at res_items.
    Also I have made the Plant attribute maintainable so that the users can maintain their own default destination plant if they want.
    I hope this helps.
    Good luck
    Elisabeta

Maybe you are looking for