Change Status of Follow up document ( Call of Order )

Hi Experts,
The Scenario is to create a contract in CRM whose follow up document is call of order. Now the requirement is, When the Status under the general tab in the Contract changes to Approved immediately the status of the follow up document (i.e. the Call of Order documents) should changed into an Approved state.
I want to know  the procedure as well as the Function Module name which i can use to change the status of preceding documents. Also, I want to know the diffrence between SYSTEM and USER status as i was asked to change the USER STATUS.
Kindly Suggest...

Hi Shreeya,
Use FM CRM_WR_CHANGE_STATUS to change the status and then use FM
CRM_WR_ORDER_MAINTAIN to update the changes to Document.
Best Regards,
Pratik Patel.
Reward with points if it is of any help to you!

Similar Messages

  • Xchange Rate type changed in the follow on document getting posted from MM

    Hi,
    There is an issue while the follow on document posts from MM module to FI module.
    The rate of exchange captured is M-CL while creation of the Purchase order. On posting the MIGO/ MIRO, the exchange rate type is correct viz M_CL .
    But when the follow on document in the FI module is generated, the Exchange rate type is changed to M.
    Can any one please tell me as to what can be the possible issue and wht are the configuration details be checked in the system or whether there is any special configuration of the Exchange rate type maintenence at country level and at transaction code level.
    Thanks  in Advance.
    Manish

    Hi Amam,
    Have checked in the system the tocdes and the table as mentioned by you.
    The issue here is that the system is picking the default M as the exchange rate type defined is blank . I want to specify the exchange rate type for a particular (country chile) for a particular document type.
    Is there any setting to set the exchange rate ype at country / company code level for a particular document type .
    Thanks in advance
    Manish

  • Change status of Follow-Up with an action profile

    Hi,
    I would like to create an action profile for the following function:
    After creating an opportunity with a Follow-UP (quotation), I would like to change the status of the quotation if the opportunity is saved.
    Is there any BADI which provides such a functionality?
    Has anyone an idea for solving that problem?
    Thanks in advance.
    Regards,
    Nicole

    Hi Masthan,
    yes, I solved that problem.
    There isn't any BADI which provides this functionality, you have to implement it on your own. (new BAdI under SPRO -> CRM -> Basic Functions -> Actions -> Actions in Transactions -> BAdI Processing Methods)
    Regards,
    Nicole

  • Different follow-on document created if 'Order as direct material' ticked

    Dear Colleagues,
    I have a product category Q4334104 replicated from backend system Q43 (clinet 341). The sourcing is never carried out from this product category. Secondly, target system configured is the same as the source system Q43 (client 341). BAckend object defined is reservation if the item is subject to inventory managed otherwise purchase order if the item is complete else purchase requisition.
    Now, coming to my scenario, when I create a shopping cart with free text item, it creates a purchase requisition in the target system which is fine.
    Now, I take a product belonging to the same product category but inventory managed. So, When I create a shopping cart in SRM with the tick 'order as direct material' , I expect it to create a reservation in the target ERP system. But the system behaviour is confusing here. It tries to create a local purchase order in the SRM system.
    Only after unticking the option 'order as direct material, the system creates a reservation in the target system which is the expected behaviour here.
    Why different behaviour is observed when 'order as direct material' unticked?
    Secondly, the system takes a particular document type for the local PO  although different values are assigned to the transaction type 'DP_PROC_type".
    Full marks if you can help me to understand the above system behaviour.
    Thanks and regards,
    Ranjan

    Hello,
    The direct material scenario is technically similar to the extended classic scenario, at first the system will create a "local PO" in the SRM system (with the document type BUS2201) and the system will copy this PO into the backend system with the document type BUS2012.                                                                               
    The extended classic scenario works if the purchasing organization and group are local and not linked to backend organizations and groups.                 
    The purchaser user is assigned to this organization.                                                                               
    Please check the settings for the direct material scenario in the link below:                                                                               
    http://help.sap.com/saphelp_srm40/helpdata/en/8d/f6a93e08503614e10000000a114084/frameset.htm                                         
    Plan Driven Procurement - Direct Procurement: Process Flow                                                                               
    In extended classic scenario or when ordering as direct material, the system ignores the responsibilities defined in the organization structure.                                                                          
    A local purchasing group is determined, instead of the defined in the organziation.                                                                       
    So, classic scenario cannot be used with direct material.
    Kind regards,
    Ricardo

  • Item in Transfer Process  - Follow on documents status not displayed

    Hello experts,
    User created a shopping cart of 12 line items (out of that no 3rd is deleted) and PO is created in backend r/3 system.
    Now when i see the status of my last item ie 12th line item is "Item in Transfer Process". and for 3rd item which is deleted for that also Status shown PO NO (I1113)  i can see that PO no is there when i check follow on document.Problem is i want to change the status of 12th line item with its respective PO no .
    Activity done by me to solve
    If i manually update the status in the table CRM_JEST then the status will get changed but the follow on document is not displayed evenafter  run reports like CLEAN_REQREQ_UP and Get status2. i am trying to run a report BBP_ALERT_SB_NOTTRANSFERED but it got cancelled. even i tried to run a function module BBP_PD_SC_RESUBMIT but short dump will come. i have implemeted a suggested SAP note 729967 but still problem persist.
    In BBP_PD and in table BBP_PDBEI field ( BE_OBJECT_ID ) in this field Ponumber is there against that line item.
    Thanks
    Sunny Sharma

    Hi Sunny,
    the manual action taken on the transfer is dangerous and can cause even more inconsistency.
    Hence you may have changed some tables of the SC manually, I would suggest rather to delete SC items, and create a new SC for them.
    Regards,
    Peter

  • Shoping cart deletion when follow-on document deleted

    Hi Experts,
    it is not possible to delete a SC when the follow-on is deleted - the deletion button is deactivated. The SC is in status I1115 Follow-on Document Deleted, is there any way we can delete the SC?
    Thanks for your help.
    Tomas

    It should be not possible to delete SC when there was a follow on
    document was created in the backend, even if the PO was deleted.
    Because of  performance reasons and because the items on one SC can
    result in different backend purchase orders this is standard behavior.
    Is possible that when you delete the follow on document the SC goes to
    the sourcing.
    You should be able to delete a SC where no follow on object was created
    in the backend.

  • How to get Follow on documents

    Hi All,
    I need to find follow on documents for sales orders, e.g, I need to find all accounting documents created for a sales order. I know we have document numbers for Invoices and Credit Memos in VBFA but how do we link them to accounting tables like BKPF and BSEG. Does anyone know how to link them or if there is any Function Module availavle for this. I have tried FM  RV_ORDER_FLOW_INFORMATION and BAPI_ACC_DOCUMENTS_RECORD but they only seem to give whatever is in VBFA and not the accounting documents posted in FI.
    Any ideas/suggestions will be greatly appreciated.

    Try to plug in the SD document number into <b>BKPF-XBLNR</b>. This works for me.
    <i><b>Points are always welcome!!</b></i>

  • Document user status not changed from follow-up document

    Hi gurus!
    My task is to set new user status of primary document (service order) from follow-up document (task) after follow-up document is created.
    To do this I've created Badi-impl. of ORDER_SAVE Badi and in PREPARE method when saving newly created follow-up task I'm setting new service order user status using 'CRM_ORDER_CHANGE_STATUS' function. sy-subrc = 0 and, moreover, when in SAP GUI I'm pressing "Back" button I see new user status in  service order. But after I'm pressing "Change" or re-open the service order - I see the old user status, so nothing happens at all.
    Why could it be?
    Thanks in advance.
    Best regards,
    Alexander Kirillov

    Hello Szymon,
    The solution is:
    1. CALL 'CRM_STATUS_CHANGE_EXTERN_OW'
    2. If ok - CALL 'CRM_STATUS_SAVE_OW' passing relevant header/ item GUID
    Regards,
    Alexander
    Edited by: Alexander Kirillov on Jul 17, 2009 6:47 PM

  • Problem in changing follow up document Transaction type using CRM_COPY_BADI

    Hi,
    I am creating follow up document ( Service Contract ) to another service contract. Now Based on a condition, in CRM_COPY_BADI, I have to change the follow up document type forcefully to Service Contract Quotation.
    Menas, eventhough I select ZSC, I have to change it to ZSCQ using CRM_COPY_BADi.
    Can you please help me, how to do it.
    Thanks
    Sandeep

    Yes, Rajesh is right. You can use action profile for that kind of stuff. For the action just use the method call COPY_DOCUMENT. And of course you then create several action which trigger this method and in action parameters define which action is triggerred when.
    Regards.

  • I1112 status of Shopping cart- Need to create a follow on document

    Hello Experts,
    I have one issue in which enduser had created a shopping cart and header status is approved but no follow on document is generated. at line item level the status is Error in Process.
    When i ran the report BBP_ALERT_SB_NOTTRANSFERED. then my Shopping cart status changed from I1111(item in transfer)  to I1112"error in transmission'..
    In Applicaiton monitor : the message is Not transferred to backend and Shopping cart 3100001911: Follow-on document(s)  not transferred. we are using Extended Classic Scenario and i dont know why we are getting this issue, we are getting this same issue only for 2 Shopping carts.
    Please guide me how i can repost the document so that follow on document will get generated.
    I am in ECS scenario with SRM 7.0
    Help will be appriciated.
    smriti

    Hi,
    If it is only the problem with only few carts, Check if any Short dumps are occuring in SRM as Well as in R/3.
    We faced a simialr situation and observed that it was resulting in a short dump due to bad coding in one BADI.
    regards,
    MRao

  • Changing Status of preceeding document in CHARM

    Hi Experts ,
    I need to change the status of a preceeding document in CHARM.
    I created a YDAD document from YDCR.
    When i change status of YDAD to cancelled i need to change status of YDCR to Cancelled.
    Steps i followed :
    1 . While changing status of YDAD to cancelled i added a new parameter PREDOC_STATUS and given status of YDCR as E0009.
    2. In "Assign actions" for  status "cancelled" of YDAD i hve given a action SET_PREDOC .
    3.In  "Specify Status Attributes"  for  status "cancelled" of YDAD  i hve given YDCR  YDCRHEAD  E0009.
    But still it is not working . Please help me on this .
    Thanks , Vijay

    Hello,
    please take a look to this Re: Change status of previous document
    If solution is not provided; please put break points as stated lines and tell us what you see
    Regards
    Khalil

  • Call List and Creation of a Complaint as a follow-up document

    Hi Experts,
    I have a basic question in reference to the Call List Functionality of SAP CRM 7.0. We have to generate a list to measure the satisfaction of our customers. In this cases it is possible that the customer is very unsatisfied with the provided service and wants to open a complaint. Now my question is, if it is possible to open a complaint in the form of a follow-up document of the call list (so that the data of the customer is directly copied from the call list to the complaint - I am talking about data like Business Partner ID, etc.).
    Is that possible? What is the customizing I have to do to make this possible? What are the basic steps?
    Best Regards
    Oliver

    Hi Oliver,
    Don't know if I understand correctly the question, but if it helps, here's my opinion.
    Normally, we create every call of a call list associated with a document...  a contact/interaction record.
    So, for your scenario, I would try to create 'complaint' as follow-up document of that contact.
    Then the agent makes the call and:
    - If the customer don't answer or don't want to complaint, just close the contact with the respective reason
    - If want to answer and have a complaint, the agent create a follow-up document of complaint type, and fill with the respective information.
    Hope that helps you a little more.
    Kind regards,
    Garcia

  • Changing Status of document should start workflow

    Hi WF-experts,
    another issue I have to deal with:
    My WF should start after the status of a document has been changed.
    The process is that the customer creates a document and saves the entries (status is "in process"). Later he wants to have the opportunity to change the sales document. If he sets the status to "for approval" the WF should start (with the approval process).
    First I defined the event "CREATED" as start event but that is not right. I enhanced my business object (BUS200115) with a new event and mentioned that one in the start event tab of my workflow. But it does not work.
    Do I have to define an action profile?
    How can I start my workflow after changing a status of a sales document which was already created?
    Thanks a lot

    Depending on the type of document, you can trigger the event by change of status:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/e4aee2453d11d189430000e829fbbd/content.htm
    For example this works for "classic" SAP objects like production orders, document management documents, etc, and is a very nice way to handle it, because you can easily customize your status profile to support your business process.  These status profiles are maintained in the IMG or transaction BS02 (BS22 displays system statuses for objects that use this status type).
    I've noticed that a lot of newer SAP components don't support this though.
    I hope it is helpful, if not in this case maybe in the future.
    Margaret

  • Change Status of archived document after approval process

    hi how can we change the status of an archived document in KM after it has gone thru the approval process.
    the reason once we archive we cannot resubmit the document for approval.
    thanks

    Hi Venu,
    have a look under System Administration - System Configuration -- Knowledge Management -- Configuration --Content Management -- User Interface -- Commands -- UI Command Groups -- StatemanagementGroup.
    See Java class: com.sapportals.wcm.rendering.uicommand.cm.UIStatemanagementGroupCommand. Take the class and decompile this and everything needed around to understand how this class works.
    Then you can choose to extend this CommandGroup to also have a command "Resubmit for Approval" or you can implement your own UI Command only for resubmitting (you will also have to activate your command (group) by settings within the configuration).
    On the other hand, if all this is completely new to you, I'm a bit sceptical if the task isn't a bit too big as a first task on KM implementation topics...?
    Hope it helps
    Detlev

  • SC Status "follow on document created' but no PO has been generated.

    Hi All,
    We are in SRM 7 EhP2 extended classic scenario.. In the recent past we have noticed some Shopping carts which are approved fully. Workflow status is Finished. SC status is Approved in portal.But there is no PO created. In BBP_PD, we can see the status of the SC is in I1113: Follow on document created. Checked in RZ20, but no error. Tried to run FM BBP_PD_SC_TRANSFER and also BBP_REQREQ_TRANSFER but no luck. This is happening for a particular company code and only with few SC. Other SCs are working fine. Please suggest.

    You are right in saying that when a SC is approved the PO will be automatically created, but what about SC that does not have Supplier?
    Where does a SC goes if there is no assign supplier?
    You may also want to see if you have a PO number for the SC in BBP_PD.
    Mike

Maybe you are looking for

  • Error while updating the Vacancy in irecruitment Module

    Hi, When updating the existing vacancy in the irecruitment module, we are getting the following error. Error: The HR Object is invalid Cause: The HR Object which is attempted to be locked is inconsistent with the corresponding object in the HR Shema.

  • Time Machine won't back up to my ext hard drive - 'read only' error

    My (two week old) external hard drive that is used for Time Machine has just given me this warning: Files can't be copied onto the backup disc because it appears to be 'read only'. It tells me to repair or reformat the disk using Disk Utility. I have

  • FTP(File zilla)Server Error

    Hi, I am using FTP Server(File Zilla Server)  to read the file from my WinXP local machine.The File Zilla Server downloaded from Web and  configured it. The directory is C:/Data/Common/FTP and filename is "Sender.txt" ,When i give this path in Sender

  • Can't configure servers in cf Builder using coldfusion as MultiServer

    I have coldfusion 9 installed as MultiServer in mac OS 10.6. I'm usisng Apache 2.2 I access each instances using apache virtual host. No matter witch WebServer port I configured when adding a new server in CF Builder it always start the cfusion insta

  • How to track payroll results if payroll runs twice in day.

    Hi ALL,    How can i see all  payroll results if payroll runs more than once in a day. i.e if program runs on 31.10.2008 at 9.00 AM and the same day program runs at 8.00PM .i have to find both results. please give me any table or program form whihc w