Purchase Requisition from CRM Service Order

Hello Everybody,
I am trying to create Purchase requisition from Service Order for Service(Material type DIEN) as well as Material (Material type HAWA). I have maintained all the necessary configuration in CRM as well as ECC, like in CRM,  Logistic integration we maintained settings for Purchase requisition and in ECC we have maintained Document type and schema for the purchase requisition.
For information purpose, I have created Service Material in ECC as DIEN and item category group as LIES.
As soon as we save the Service Order in CRM with that item category, it should create Purchase requisition in ECC and the document flow in CRM should get activated.
Currently we are not able to create Purchase requisition in ECC.
Kindly let me know if there’s any configuration settings missing in CRM as well as ECC or if note to be applied.
Best regards,
Anup Bansal

Hi Anup,
I am facing purchase requisition creation problem for service products from crm.
I have seen your query which was posted on same issue, so i thought i could get some help.
The problem here is when i am saving the service order i am getting the below message.
Enter a (default) purchasing group for material group SUB_MC (Notification E CRM_SRV_LOG_EXT_OLTP 002).
I have actually downloaded mat_dien materials from ecc to crm and for material purchase group is already assigned for one plant, but still not able to recognise.
Please help me out.
Thanks in advance.

Similar Messages

  • Extract Text Types from CRM Service Order

    Hello Experts,
    I have a requirement where we need to extract the Text Types and texts from a the Item Details of a CRM Service Order.
    I know it's not ideal to have large strings of text in BW but it is needed by the business.
    Can anyone point me to the table that contains the Text Types and associated texts?
    When I F1 on the field, nothing happens.
    Thanks in advance.

    This can be done through action profile.

  • Purchase requisition generated before service order release

    Dear Experts,
    We're testing the Logistics Integration Scenario for the Procurement of materials.
    When we enter a spare parts item(which is configured to create a purchase requisition in ERP)
    and just save the service order,
    the purchase requisition is created in ERP as soon as the order is saved even though the order is not Released.
    Is this a standard behavior?
    We expect that the purchase requisition should not be created until the service order is released.
    This symptom happens not only with purchase requisition scenario but also with the purchase order, reservation, too.
    Does anyone have an information on this? Any information would be highly appreciated.
    Thanks in advance for your help.
    F.T.

    As far as I know the standard behaviour is that the PR is created upon order save and not upon the status of the order or items changing to released.
    To get around this you can set user status and use status management to prevent the PR getting created or use the BADI CRM_SRV_FIND_LOG_SC to supress creation of the PR.
    Hope this helps.

  • Creation Of A Single Purchase Requisition From Different Planned Orders

    Hi,
         After MRP run i get different Planned Orders for different raw materials . My requirement is that can i combine all the Planned Orders for diiferent materials into a single Purchase Requisition.This is a urgent requirement.
    If useful i will award points.
    Regards
    Jimmy

    Hi,
    it is not possible to combine with planned orders for different materials into single PR but differet PR can combine into a single Purchase Order.
    pls let me know any clarification.
    thanks
    mohan
    Message was edited by:
            Mohan Ramalingam

  • Creating Purchase Requisition/Order from a CRM Service Order

    Hello,
    My client is using CRM 4.0 with Service Industry add-on.
    I am trying to kick out a purchase requisition from a service order, but does not go through.
    The Service Order is released in CRM and an internal order does get created in R/3. The material that I am using is a service product (defined in R/3 and used in CRM) and I trying to procure External services.
    All the requisite configuration in CRM and R/3 have been done.
    I get an error message E06 436 (In case of account assignment, please enter account assignment data for Item).
    Would appreciate any feedback in this regard.

    Hi,
    I am working on the some scenario. Based on the limited documentation, it appears that you have to create a service master in R/3 that is than replicated to CRM (object SERVICE_MASTER). I did this, and this works. However, I am facing the issue that there is no sales data assigned to the service product in CRM, while you do need this (service order is not complete).
    I hope that I will have an answer for this, and then I think that it should work.
    The PO that is created in R/3 will contain an item with item category D and account assignment F (in our case, as we work with internal orders as account assignment object).
    The receipt of the service provided will then be posted by means of a service entry sheet in R/3.

  • Delivery Date - Purchase Requisition from PM Order

    Hi All,
    For "normal" material added to the PM Order (on an Operation of Control Key PM01), the system picks up the Early Start Date from the Operation as the Delivery date of Purchase Requisition for the material. However, if a "service" is added to the PM Order (on an Operation of Control Key PM03), the system picks up the Early End Date from the Operation as the Delivery date of Purchase Requisition for the service. I'm not sure if the problem is being caused by the Control Key PM03 configuration or if it is being caused by something related to the "services" setup.
    Any Clues?
    Regards
    Pankaj.

    Hi,
    I think that you will find that it is the "scheduling" indicator on the control key that is doing this.
    In PM03 it is normally left unflagged and this means that these operations use a duration of 0 and so it assumes a start and end date of the previous operation end date.
    Try it in your "play" client and see if setting this flag sorts it out for you.
    Steve B

  • Update Purchase Requisition from Sales Order

    Hi,
    My requirement is to Update Purchase Requisition from Sales Order based on the Vendor number in
    Purchase Requisition .
    I have used Userexit         :- MV45AFZB
                     Customerexit :- EXIT_SAPFV45E_002
                     BADI             :- ME_REQ_OI_EXT, ME_REQ_POSTED
    for my requirement, but in vain.
    Of these Userexit  MV45AFZB, Customerexit EXIT_SAPFV45E_002, BADI ME_REQ_OI_EXT are getting triggered in Sales order creation but, Purchase requisition is not yet triggered and we dont have the VENDOR value with which i need to do perform some checks and update the Purchase requisition.
    After I SAVE sales order, BADI ME_REQ_POSTED is getting triggered.Here, the purchase requisition is created ( not yet inserted into the database ) .I also have required VENDOR value, but in the given
    BADI ME_REQ_POSTED I can make checks according to my requirement but not able to update the new values into purchase requisition.
    Literally speaking, Iam struck up..Dont know what to do.....
    Please let me know any Userexit/BADI/BTE where I can  Update Purchase Requisition from Sales Order based on the Vendor number in
    Purchase Requisition .
    Thanks,
    Shivaa..

    Hi Max,
    It just struck to me...
    As suggested by you, I thought of calling BAPI BAPI_REQUISITION_CHANGE  from user exit USEREXIT_SAVE_DOCUMENT in MV45AFZZ .
    I f I give PReq no. , BAPI BAPI_REQUISITION_CHANGE  will take the particular PReq no., from database and then change it according to our requirements...
    But, in our scenario I am calling the BAPI BAPI_REQUISITION_CHANGE  and passing a PReq no..which doesnt exist in the d/b itself.....
    Anyways, let me try......
    Meanwhile ,please suggest any other options for resolving the issue in question......

  • How to get CRM service order data in R/3

    Hi,
    I want to retrieve service order data from CRM system to R/3, is there any FM for this. Please help as i am new to CRM
    Thanks
    Bobby

    Hi Bobby,
    It is very much possible to upload CRM service orders to SAP R/3 or SAP ECC via standard CRM middleware.
    Please refer to the below SAP help document for complete list of configuration activities for service order upload.
    http://help.sap.com/saphelp_crm50/helpdata/en/f0/5d583c65399965e10000000a114084/frameset.htm
    <b>Do not forget to reward if it helps</b>
    Regards,
    Paul Kondaveeti

  • Creation of Purchase Requisition from a BID

    Hi,
    I am trying to create a purchase requisition from a bid instead of a purchase order. Does anyone have any idea on this?
    Thanks
    Sunny

    Hello,
    are you trying to create a local SC or a backend PR ?
    If you are in classic mode (so PR and not SC), you could try to derive the PO flow to create a PR instead.
    But this is not really clean.
    The best way is to add a new button "Create PR" in quote screen (or rename the create PO if you don't use it), linked to your own fcode processing and finally call the META_REQUISITION_CREATE in SRM (instead of META_PO_CREATE).
    The last point would be to create a link BID_INV>BID>PR to be displayed in document flow. You have to check if it is possible, because sometimes the system is designed for limited possible flows and does not take into account the flow you want to add.
    In standard, you can create directly a backend PO only if the bid was created from a SC in the sourcing cockpit. Otherwise use local or extended PO (replicated in R/3).
    If this is the case, FM BBP_PD_SC_TRANS_MULTI_BE_PO will transfer the initial SC items to next document, which is a backend PO. You would need to operate some changes here to create PR.
    Rgds
    Christophe

  • Creating ERP Sales order with reference to CRM Service Order

    Hello all,
    I am trying to create an ERP Sales Order from CRM. If Icreate the Sales Order manually, it is working correctly but, if I try to create the ERP Sales Order as follow-up document for the CRM Service Order, it is not working.
    I have defined the Cross-system Copying of Transaction Types, byt the ERP sales order is not shown as possible follow.up doc from the CRM Service Order. Does anyone know if it is possible?
    Additionally, I would need to create CRM Sales Orders in reference to ERP Sales Order. Is there any way to do it??
    Thanks in advance and Regards,

    Hi Oliver,
    Rajendra answer is correct.
    The SAP Standard integration Scenario creates a ERP sales order for all the salesitems in the serviceorder.
    Without items no salesorder is created in standard.
    Maybe you could realize your requirement with own coding when you save a new service order or by button - click.
    I realized something similar some weeks ago. One hind:  It is helpfull to maintain a ztable where you store which CRM serviceorder is linked to which sales orders.
    Kind regards.
    Manfred

  • Unable to view Spare Part Components in SAP CRM Service Order

    Hello All,
    We are implementing CRM 7.0 Ehp 2.0
    As per the following video it is now possible to integrate the spare part components in the CRM Service Order, using the BOM replication and Product Proposal functionality in SAP CRM
    SAP CRM 7.0 - Integration of ERP BOM Information in the CRM Product Proposal
    However in our case we are not able to achieve the desired results.
    Following configurations are done
    1) The BOM is replicated from ECC to CRM the same can be viewed in commpr01
        Material 4561 is the main product and 4562 is the component
    2) The item category for the main product is YRVS where the customization for structure scope is done
    3) For the Product Proposal customization's, I have created a new method schema
    4) The transaction type and the sales org are assigned to the method schema
    5) However now when I am creating the service order, I enter the sold to party, the product id
    6) Next  I go to the line item to click on product proposal.
    7) The system issues the below message
    Please advice if I am missing on any configurations.
    Kind Regards
    Atul

    Hi Raghavendra,
    Thanks for your reply, appreciate the same, I have now added the relationship objects as per your post above in comm_hierarchy for the particular category
    Now  in the product master , I am now able to view the tabs(screen shot attached)
    Next I create my BOM in ECC with BOM Usage 5 and save the same
    Next I run the initial download for the adaptor object  BOM in SAP CRM
    When I check in commpr01 for the material 4561 the component and the main material have not come.
    Can you please advice further.
    Kind Regards
    Atul

  • Purchase requisition from sales document' not possible due to a credit bloc

    hi experts,
    i have to confirm delivery date and quantity for some purchase order items but i'm not able because i receive following message:
    Subsequent function 'Purchase requisition from sales document' not possible due to a credit block'
    Purchase requisition belongs to a sales order which has customer 10000.
    The customer 10000 was block from FD32 but now i have unblock the customer from FD32, i have assigned customer to a category risk which is only a warning. (in OVA8 risk category 002 static check, reaction C, status/block uncheck )
    There is any possiblilities to confirm quantity ?? I mean ... i understand that sales order was created when the customer was block due to credit limit exceded ... but now the customer is not blocked.
    What should i do?
    Thank you.

    Hi Dan
    If you want to  confirm the delivery date then change the static check reaction to B . in OVA8 . But if you change the static check reaction to A , you can do Delivery and billing also
    Regards
    Srinath

  • Import Purchase Requisitions from one Operating Unit to a different Operati

    The need is to import Purchase Requisitions from one Operating Unit to a different Operating Unit.
    There are 2 operating unit with one inventory orgs in each. But the 1st is OU( It is a club) merely creates Purchase Requisition, and its not a advisable process to have a separate Purchasing process in that OU as it is too small ( but for financial reasons it has to be defined as a separate OU). So we want the Purchase Requisitions created in the 1st OU to be imported in the 2nd OU. Is there any way we can achieve this. Note: Since Order Management is not implemented we cant use the Internal customer setup and we wont like the PO to be created in the 1st OU as we do in standard Intercompany invoicing process.
    Any solutions/Pointers/workaround for this.
    Regards,
    Manoj

    As long as you have the same master org in the 2 operating units, all you have to do is
    INSERT INTO mtl_system_items_interface
                (organization_code, segment1, transaction_type, set_process_id, process_flag)
       (SELECT '&new_Org', msi.segment1, 'CREATE', 100, 1
          FROM mtl_system_items_b msi
         WHERE organization_id = &old)And run the Import Items request.
    Hope this helps,
    Sandeep Gandhi

  • Deletion Purchase requisition created by sales orders

    Hi gurus,
    in my SAP system there are purchase requisition created by schedule line from sales orders. For different reasons the sales orders were deliveried and billed with stock free and not with customer stock.
    When I try delete de purchase requisition, because the sales order is completed, the system alarms a message that is not posible to delete in purchase requisition else in sales order. But the sales order is completed and we don't touch it.
    Any idea to delete this purchase requisitions?
    Thank you, I will revvard all answers..

    Hi ,
    We can not delete the purchase requisition if there is any subsequesnt documents created against this.
    If you want to delete the same then reverse the delivery then delete the delivery and then delete the purchase requisition by using the guide lines given in below path.
    www.passhe.edu/.../ME52N%20-%20Delete%20a%20Purchase%20Requisition.pdf
    Hope it helps.
    Regards,
    Pasapula.

  • Purchase Requisitions from APO to R3

    Hi,
    when iam transferring purchase requisitions from APO to R3, other snp orders are also automatically tranferring to R3 . How to prevent this?
    Thanks,
    Dhanush

    Go to the following menu path
    SPRO> APO>Supply chain planning> SNP> Cnfigure transfer to OLTP systems
    Based on your requirement: only transfer SNP generated Purch Reqs and dono transfer SNP generated planned orders to ECC, you have 2 options
    Option 1--Immediately transfer SNP generated Purch Reqs and never transfer any SNP planned orders
    Config required: (1)SNP( Select Radio Button- Immediate Transfer)  (2) Check the " NO SNP PLANNED ORDERS" (3) Check whether the Dist Definition for the plant is maintained for External Procurement
    (4) Check the CIF queues and clear or reset the status
    Preferred Option2 for future projects in mind--- As this is a global setting, it is better to have periodic transfer set and then use C5 transaction to send the Purch Reqs to R3 using the Filter as Order Type.
    This way you are not putting a hard stop for sending the planned orders to ECC as in OPTION 1.
    Config Required: (1) SNP( select Radio Button- Periodic Transfer) (2) Run C5 transaction and give in your plant/product selection and APO order type=21(ext Procurement)
    Thanks
    Kumar

Maybe you are looking for