Any case study on using ERP sales order vs CRM Sales order in IC WEB UI

Hi All,
Currently we have a requirement where in agent uses ERP Sales order functionality in IC WEB UI for creating sales order. Incase of any incompleteness in order or any pricing error an activity should get created and should get assinged to Back office guy(CRM User).
My approach is as follows, we will call a custom FM in CRM from the user exit associated with Sales order transaction, This logic gets executed on save of ERP sales order.This custom FM will create an activity in CRM and assing it to back office guy. Other approach is to use the IDOC linked to the VAO1 transaction which inturns calls the custom fm.
Can you please suggest if you have any better approach to this.
Recently we came to know that ERP Sales order has got limited functionalities. If some one has a case study doc on ERP Sales order vs CRM sales order pls give me the ref link.
Thanks,
udaya

Hi Udaya,
Calling a Customer Specific R/3 Transaciton was quite easy in CRM 4.0 / 5.0 in the PC-UI Framework using Object Links. You can do that all by customizing and creating a custom method for a BOR Object in Transaction SWO1.
I think I've used CRM_ORDER_MAINTAIN to update the Document Flow. The subsequent activities where created by BAPI_ACTIVITYCRM_CREATEMULTI. I've wrapped all that standard functions in a RFC enabled function module.
It would be possible to provide also a link in the E-Mail to the Manager but the client is using a Citrix environment to provide access to the Portal. But Outlook runs locally. So we decided to use the standard Portal iView to display the Alerts. When you fill the Alert Container with the elements OBJKEY_GUID, OBJKEY_BOR_OBJECT_TYPE, OBJKEY_CRM_OBJECT_TYPE, OBJKEY_METHOD and OBJKEY_LOGICAL_SYSTEM using the Function Module SWC_ELEMENT_SET that provides a direct link to the specific document too.
Best regards
Gregor

Similar Messages

  • Merging datasources - Confusion with SD Sales order case study

    Hello
    This is continuation of my last post.
    My case study states that the fields required are on the order. See the excerpts:
    "The SD Consultant thinks this is an excellent report and he has advised that the transmissions are held in table NAST , the gross value is sub total 1 in table VBAP and the cost is also in VBAP. He thinks the rest of the fields are on the order."
    I have been able to identify NAST table as billing header data, VBAP(2LIS_11_VAITM) as Sales Doc item info but what he means by on the order is not clear if it is the Order header table or schedule line or the old sales order 2LIS_01_S260?
    The other confusion is that payment terms and complete delivery indicator is not in any of those datasources. Is it a case of another term being used as the field in the order tables that I could not recognise or I will have to look elsewhere?

    Why not create a wrapper for the bapi, which will generate the serial nos and then call the BAPI_SALESORDER_CREATEFROMDAT2, passing it the serial no. info along with everything else?
    Hope this helps.
    Sudha

  • Replicate custom fields from CRM sales order to R/3 sales order

    Hi Michael,
    I have a requirement to replicate custom setype data created for CRM sales order to R/3 sales order.These fields have been created at item level.
    Do you know the set of steps to achieve the same.
    Any help would be appreciated.
    Thanks,
    Chamu

    Hi,
    the CRM sales order cannot be extended using set types. Set types are a functionality that is limited to products.
    You can however enhance the orders by using the easy enhancement workbench (ransaction EEWB). It will allow you to add specific fields to all levels of the sales document and will take care of ALL the objects that are necessary to update and maintain he fields (functions, screens, bdocs, bapi's,...)
    Depending on you system, it will also generate the update modules for R/3 (don't bet on it). Otherwise you'll have to program the extraction and mapping of the new fields in R/3.
    Michael.

  • FM to retrieve the CRM sales order values

    Hi Friends,
    Can any one tell me the FM to retrieve the CRM sales order values ,so that i can send these values to my Customer.
    Pls help me .
    Thanks,
    Ganesh

    hi,
    Use CRMD_ORDER_READ function module. Pass guid of you documnet to this function module. You will get desired value in internal tables.
    This FM will read form Buffer.
    There is one more readdb* .  This will read from Database
    Reward points if useful
    Murali

  • Upgrade Project Case Study

    Dear Friends:
    I have to do a case study regarding an upgrade project from 4.7 to Ecc 6.0. Please guide me with suggestion,notes.If you any case study material,Please forward to my e-mail ID:[email protected]
    Thanks&Regards
    MSReddy

    Hello
    I do not have any ready made material on the topic, but could give my views:
    - Presentation to be in PPT format.
    - Features of 4.7 version
    - Features of ECC version
    - Comparitive features / replaced by new functionality
    - Advantages of new version
    - Disadvantages of old version
    - Challenges in new version
    Give all the comparisons, module wise.
    - Options in new versions
    - How the client benefits from the new versions
    - List of decisions to be taken.
    Q &A
    Reg
    *assign points if useful

  • Replication any bp of crm sales order as  reference bp in erp sales order

    Hi specialists in sap r3.
    I was faced with the requirement not to replicate all bp of CRM. We want to in order for replication of any PD (CPM) was replaced by a reference bp (ERP).
    Individuals do not need to be analyzed in ERP.
    Is anybody know how to solve this issue? How to replace individual bp (CRM) to reference bp (ERP) during replication?
    I'll be glad to any idea.
    Regards,
    Tatyana.

    Hi Sangameshwar,
    In CRM you can have two scenarios for ERP Sales Order.
    1. ERP Sales offer and Sales order, using the CRM User Interface to create directly the ERP Sales Documents with LORD interface. The document is only saved in ERP. I believe this the scenario you are using.
    2. CRM Sales offer and Sales order, the document is saved both CRM and ERP. The documents are replicated via Middleware.
    In both scenarios the interaction record should add the document in the doc. flow, it's probably a missing customizing in the interaction record.
    Hope this information help you.
    Regards,
    Jorge G.

  • Help needed on the logic used to display ERP Sales order in CRM WEB UI

    Hi,
    I have a requirement where i need to trigger an activity/workflow in CRM for orders that are created through ERP Salesorder functionality. In the workflow list, we need to give the order description and provide an hyperlink to the order number. on selection of order number, it should display the ERP sales order. To achive this in workflow, i am trying to understand the as-is standard functionality which is available in Agent Inbox search on ERP sales order.This search is getting the ERP orders and on selecting the order it is opening the ERO sales order page. I tried debugging the method GET_MAINCATAEGORY available in the component iccmp_inbox and in the view Inboxsearch.But couldnt really able to crack the logic how it is retrieving the ERP sales order from inbox search. Any pointers on how this is achieved will be of great help.
    Thanks,
    Udaya

    Hi Denis,
    very good idea. I thougt myself about that workaround, but it is not really that for what I searched.
    I mean the "SAP Query" is a really good standard tool, that are used by many customers. That is why think there must be a standard way to display the SAP Query in the Web UI without using Transaction Launcher.
    But it seems that there is no way, except of the transaction launcher or by using an additional analyse system like SAP BI.
    By the way do you know a Web UI compoment which enable the user to start reports like SE38?
    Regards
    Fabian

  • Error Message"ERP adapter is called" for CRM sales order replicate to ERP

    Hi All:
    In our implemenation project, we use CRM7.0 stanard sales order type TA for sales order creation. And we did all the right configuration for sales order at CRM side. CRM sales order can be saved correctly.
    But this CRM sales order couldn't be replicate into ERP, as in Middleware the corresponding BDoc message is yellow light and Error messsage show "ERP adapter is called".
    Is anyone have same issue before, please kindly advise how to handling this issue and prossibile solution?
    Best regards:
    Kai

    Hi Kai,
    Is there any queue entry on transactions : SMQ1/SMQ2 with SYSFAIL status. If so, what is the error message it is showing?
    Are you able to process the order further? Or getting an error message like "Document being distributed" or something?
    Good luck,
    Aaru

  • Urgent : Availability check in CRM sales order using APO system

    Hi,
    When we create sales order in CRM while entering vendor in the line item alongwith product and quantity, it goes for a Quantity Allocation check in APO system. Is there any standard BADI or User Exit to receive the information from APO to CRM system, so that using that we can provide the error msg in case of order quantity is more than with the allocated quantity.
    Thanks in advance.
    Kartavya

    Hi,
    You can use BADI CRM_AV_CHECK_APO_01 for the purpose.
    You can make use of any of the 2 methods of this badi:
    CHANGE_APO_RESULT_CRM_FORM   
    CHANGE_APO_RESULT_NATIVE_FORM
    kindly reward with points if helpful
    sharif.

  • Creating ERP Sales Order from CRM 7.0

    Hi Experts,
    We are implementing the scenario-Creating ERP Sales Order from CRM. My doubt is:-
    Do we need to download the entire product data from ECC via middleware to implement this functionality?
    Is it possible that we manually create few products in CRM with same heirarchy and category and avoid middleware data download?
    My basic doubt is-what product information is passed to ECC from CRM when we create the ECC Sales Order? If only product id is passed, then we can avoid middleware data download for product from ECC to CRM.
    Can anyone please provide me some pointers on this? What should be the approach-download product data from ECC to CRM or manually create product data in CRM?
    Thanks and Regards,
    Rohit

    I´m trying to figure out the ERP Sales Order Scenario in CRM, i found the following link (sap.help) to customize the ERP sales Order in CRM, it´s a quickly guide supported by SALESPRO but in my case does not work, if somebody knows how to retrive the Order in IC i´ll appreciate.
    Here a quick Guide -->
    Prerequisites
    You can directly create and change an ERP sales transaction in SAP CRM once you have carried out the following:
    You are using SAP ERP for your Quotation and Order Management.
    You are using SAP CRM.
    You have assigned the relevant ERP sales transactions to a profile.
    You do this in Customizing for CRM, by choosing  Customer Relationship Management  Transactions  Settings for Sales Transactions  Define Profile for ERP Sales Transactions .
    You have defined an RFC destination.
    You do this in Customizing for CRM, by choosing  Customer Relationship Management  CRM Middleware and Related Components  Communication Setup  Define RFC Destinations .
    You have defined a business role by copying the standard business role SALESPRO to your own. You make this setting in Customizing for CRM, by choosing  Customer Relationship Management  Business Roles  Define Business Role .
    You have defined cross-system copy control of transaction types.
    You do this in Customizing for CRM, by choosing Transactions  Settings for ERP Transactions Maintained via CRM  Cross-System Copy Control for Opportunities and ERP Transactions
    I want to see the screens or video regarding with this scenario.
    Regards,
    Memo

  • Working on LSMW using IDoc method for processing Open Sales Orders

    We are currently in middle of creation of a new instance of production for a different Business SBU. We are looking to utilise the LSMW tool using IDocs for uploading / transferring the open orders to the new box. If some one has worked on LSMW using IDocs, please get in touch and if you could share any documents on the process of utilising the LSMW tool using Idocs for any kind of conversions, it would be great. The following is a sample case.
    1. Each order will have multiple segments with different qualifiers under various segments.
    2. Multiple line items would be available under each order.
    Issues we are currently looking to solve :
    1. How do you manage to loop through the qualifiers during processing for the same segment.
    2. How do you prepare the tool to recognise the multiple line items of the same order.
    3. What kind of strategy needs to be used to create the input data file(s). Like, splitting the header and detail level information ?
    Note  : The volume of data we are looking at is somewhere around 40-60 thousand orders worldwide.
    Thanks in Advance.

    hI vikram check this link
    and reward points if helpful
    http://www.****************/Tutorials/LSMW/IDocMethod/IDocMethod1.htm
    http://www.jt77.com/system-dynamics/model-01395.html

  • How to create an ERP Sales Order in CRM by referring to CRM Quotation

    Hello Experts:
    My requirement is as follows:
    I have done the replication of customers and materials between ECC and CRM. 
    I need to create a quotation in CRM and create a follow-up transaction as ERP Sales Order within CRM.
    My question is: how do i link the CRM quotation and ERP Sales Order within CRM?
    In other words, Once I save the CRM quotation, I need to be able to create an ERP Sales Order within CRM through a follow-up transaction...
    Hope I made myself and the question very clear?
    Kindly help.
    Many thanks and regards,
    VSK.
    Edited by: venkatskumar on Feb 11, 2011 6:57 PM

    Dear,
    we faced same situation in ALmansour motors comp. , but we tried to create CRM/Qoutation and replicate it to ERP
    and after that we created ERP Sales order () with refrence to our ERP/Qout., the sales order will be replicated automaically to CRM again with same no. () and linked with ERP qoutation which have the same CRM qoutation no(*).    
    (*) i think after qoutation replication you can use transc. launcher to create ERP sales order through CRM screen.
    (**) you have to handle the no ranges for Q. and sales order on both servers to be matched
    Note :
    to replicate CRM qoutation, be care this configration point,
    CRM qout. item category>> ... >> customizing at item level (Qout. Data .. Releveance for Qout.) = 3 initially a sales/service trans. 
    I hope to it would be useful
    سبحان الذي علمنا هذا

  • 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

  • Prevention of delivery when using "user status profile" for a sales order?

    Hi,
    I have used "user profile status" in the sales order "as a work flow" for releasing the sales order.
    The user profile are as follows
    a) 10: created
    b) 20: Released
    But I believe I am still able to create the delivery when the order status is still "10" created.
    Any advise, user exit or workaround or should this happen.
    Usefull answers will be rewarded.
    Thanks

    Dear Rajiv,
    Please go through this SAP help link it will help you about Status Management in the sales order processing.
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/560629545a11d1a7020000e829fd11/frameset.htm
    I hope htis will help you,
    Regards,
    Murali.

  • Create Sales order from Internal Purchase Order using IDOC

    Hello Friends,
    I have requirement to create Sales Order from Internal Purchase Order Using IDOC.
    Backgorund, we have already configured IDOC orders05 to create Sales Order from external Purchase order from Inbound IDOC, and it is working fine.
    Now we have new requirement to create Sales Order from our own Purchase order, i.e. When PO is created in one plant corresponidng sales order automatically must needs to create in another Plant with respect PO.
    I m trying to design a solution for above problem as follows,
    1.create an Inbound Idoc from PO, by creatiing one new message type on PO save.
    2.Process that Inbound  IDOC same as it is from external PO.
    3.Once processed Sales order will create.
    Please help me in step 1. to create Inbound IDOC from PO.
    If you want any further clarification please write me.
    Thanks,
    Mahesh

    I had done a similar scenario before and we achieved it through SAP XI. The problem is with the control record. When we create a ORDERS IDOC from a PO the control record will be for outbound transmission. We sent the file to XI and XI resent it back with some data parsing and a new inbound control record. This way it went neat outbound and inbound.
    I'm not sure what kind of architecture you have. If you have to do it within your ECC/R/3, then you could create the outbound IDOC to a new port and write a fresh RFC to pick it up from the same folder and create a new control record for inbound processing.
    I haven't tried this; but there is a "processing w. trigger (inbound)" option on the outbound process code. May be you can explore into that a bit more.
    I'm sure there could be better approaches to handle this within ECC so if you stumble on any, do write back. I would like to know to update my knowledge .

Maybe you are looking for

  • HT1661 How can I restart my mac book pro 11 inches when it's on target disc mode

    How can I restart my mac book pro 11 inches when it's on target disc mode

  • HP C7280 All in One Error B042EBCC

    My Photosmart Express HP C7280 All in one printer was all flashing lights last night. It would not power off with the power button, so I unplugged it. Now when I plug it back in it immediately shows "B042EBCC" on a blue screen and goes no further. Th

  • How to install CRM Web Channel applications on local pc

    Hi All I need to do some development for CRM Web Channel (B2B) and just installed NW developer workspace (NWDS and MC both are running, NWDS is connected to local j2ee engine now).  I guess the next step is to setup application track / nstall the app

  • Oracle XA setup

    Can I know how can I setup Oracle XA in oracle 10g? XA is working in one database but not working in another db

  • Restore local test class

    Hi Group, We need to restore a local test class. Where are the local test class in the SAP system located (DB or cluster table)? How can we restore the local test class from database? Thanks in advance, Tino