Incorrect Action Status in Opportunity

Hi,
I have created a new action profile (by copying a standard one), assured the relation to the new opportunity type, maintained conditions etc. In testing:
- no planned activity is generated
- the action status is incorrect
I have double-checked all setting, I cannot figure out what is wrong. I will appreciate your help.
Regards,
Horatiu

Hi Horatiu,
Where exactly you are finding results such as:
no planned activity is generated
- the action status is incorrect
rgds
Hari

Similar Messages

  • Error Invoking Web Service Action: Status (500): null

    Hi forum
    I am getting an "Invoking Web Service Action: Status (500): null" error  when invoking a web service action block .  The BLS transaction used as a web service outputs a text string which I tested using an xacute query . while executing the transaction as a web service the tracer tells me that there is no output .
    Best regards,
    Antonio
    I am using an xMII 11.5 installation  .
    [INFO ]: Execution Started At: 04:17:46
    [DEBUG]: 00000.01600 Begin Transaction 'TMP45B360D9-0E02-2CF7-C4B4-F3C0B41C29E0'
    [DEBUG]: 00000.01600 Begin Sequence Sequence : ()
    [DEBUG]: 00000.01600 Begin Action WebService_0 : ()
    [ERROR]: Error Invoking Web Service Action: Status (500): null
    [ERROR]: ACTION FAILED: End Action WebService_0 : ()
    [DEBUG]: 00000.11000 Begin Sequence Sequence_0 : ()
    [DEBUG]: 00000.11000 Begin Action Tracer_0 : ()
    [INFO ]:
    [DEBUG]: 00000.11000 End Action Tracer_0 : ()
    [DEBUG]: 00000.11000 End Sequence Sequence_0 : ()
    [DEBUG]: 00000.11000 End Sequence Sequence : ()
    [DEBUG]: 00000.11000 End Transaction 'TMP45B360D9-0E02-2CF7-C4B4-F3C0B41C29E0'
    [INFO ]: Execution Completed At: 04:17:46 Elapsed Time was 94 mS

    Jamie,
    Yes Indeed, I was calling inside a web service action another BLS transaction .  Now ,  I am using a call to the transaction using the runner . It worked fine .
    Thanks,

  • SAP WCF - Getting incorrect action when trying to send a RFC to SAP

    SAP WCF - Getting incorrect action when trying to send a RFC to SAP
    I am trying to send a rfc and i am getting this message below.
    Does anyone know the correct action i need to use?
    Event Type:        Warning
    Event Source:    BizTalk Server 2006
    Event Category:                BizTalk Server 2006
    Event ID:              5743
    Date:                     7/6/2009
    Time:                     3:02:26 PM
    User:                     N/A
    Computer:          saptestbox
    Description:
    The adapter failed to transmit message going to send port "WcfSendPort_SAPBinding_Rfc_Custom" with URL "sap://CLIENT=200;LANG=EN;@a/saptest/90?ListenerGwServ=sapgw90&ListenerGwHost=saptest&ListenerProgramId=testE1D200&RfcSdkTrace=False&AbapDebug=False". It will be retransmitted after the retry interval specified for this Send Port. Details:"Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: Incorrect Action <BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Operation Name="_x002F_SIE_x002F_E_MM_INVENTORY_INTF" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/_x002F_SIE_x002F_E_MM_INVENTORY_INTF" />
    </BtsActionMapping>. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions.
    Server stack trace:
       at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    I am getting same error even after using the same operation name  in logical and  in action on physical port as in Binding file created by adapter
    Details:"Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: Incorrect Action <BtsActionMapping>
    <Operation Name="Send" Action="http://Microsoft.LobServices.Sap/2007/03/Idoc/3/ORDERS05//711/Send"/>
    </BtsActionMapping>. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are case-sensitive.

  • Action Status

    Hi ALL,
    Iu2019m doing the PO confirmation on Web UI (SNC 7.01), after Publishing the PO the header status(that is confirmation status) immediately changes to u201CConfirmedu201D  but the Action status on PO item level would not change immediately and after doing manual refresh it shows the u201CConfirmedu201D  status.
    Please reply on above.
    Thanks,
    Sanjay

    Hi Nidhi,
    You said, you are unable to get the Action status. Do you mean, the status in the mail which you are getting when you change the current processor or when you change the status? If this is the case, you need to select the correct smart form to trigger a mail when an action been done on a support message.
    Let me know whether this is what for you are looking for. If not, please give details for what you are looking for.
    Regards,
    Satish

  • Cannot extract user statuses for Opportunity items

    Hi,
    Standard SAP Extractor does not extract User statuses for the Opportunity Items, Data Source name 0CRM_OPPT_I for 0CRM_C04 icube.
    According the OSS note We have to prepare our own enhancement of the extract structure to include the mapping of the user status group.
    We extended the related structure. There is no problem with this. We need a code sample for mapping of added field to extract structure.
    There is a BAdI for this purpose : CRM_CSDR_BWA_MFLOW
    I need to insert some ABAP code in this implementation.
    Does anybody can give some code sample for this.
    thanks,
    Yigit

    You can also configure the user status for Opportunity Item also. If you want to enhance the dataSource, here is the sample for BAdI:
    method if_ex_crm_bwa_mflow~enhance_data_source .
      data: it_extract type table of CRMT_BW_OPPT_I,
            wa_extract like line of it_extract.
      case i_datasource.
        when '0CRM_OPPT_I'.
          it_extract = ct_data[].
          refresh ct_data.
          loop at it_extract into wa_extract.
    Implement your logic here*****
    All the statuses stores in CRM_JEST table*****
            modify it_extract from wa_extract.
          endloop.
         ct_data[] = it_extract.
        when others.
      endcase.
    endmethod.

  • Action tab in Opportunity.....

    Hi,
    I have assigned an action profile to an Opportunity Trasaction type...
    while i  was trying to create the same Opportunity, The "Action" tab has not been displayed...
    Even in the standard opportunity (OPPT) also the action tab is not coming...
    But with the same procedure i could be able to see the " action" tab in Leads and Activities..But in each and every oppotunity the action tab is not coming..
    To get the " Action" tab in Opportunity what i have to do..
    Regards,
    Venu.

    Venu,
    Further, you can get the Sales Assistant tab for actions in the oportunity by using the action profile OPPORTUNITY_SALES_ASSISTANT
    Regards,
    Julius

  • Status in opportunity

    We have the requirement in Opportunity Mnanagement ,
    If I change the Phase from IDENTIIFICATION to QUOTATION ,by default  The tranjasction status should change from " INPROCESS " to " SENT QUOTATION " .
    any kind of information is rewarded .
    Thaks in Advance ,
    SAPCRM

    Hi,
    To achieve this as everyone said u can make use of action Profile.
    1. The action Profile will have the scheduling condition or start condition as the Phase = Quotation.
    2. In procesing type u can use tWo options ( B is preferrable):
    a. Use Workflow- u may have to create a workflow which will change your user status from Inprocess to sent Quotation. It will be a small workflow.
    b. Use Method call- Here there is an standard method available to change user status.( not very sure with the name i think its CHANGE_USER_STATUS).here u just have to pass the status Profile name and the status to be changed.It will be a very simple development.
    Wish the information is useful.
    Regards,
    Shalini Chauhan

  • Table for Status for Opportunity or Credit Memo

    Hi,
    Which table stores the 'Status' field for Opportunity?
    Thanks,
    Chirantan

    Hi,
    The tables are TJ30, TJ30T.
    Hope this helps!
    Best regards,
    Roula

  • SQVI Report for generating Sales Transaction's Action status

    Hi
    I have a requirement to generate a report to get Sales order's 'ACTION' details like its Status (mandatory).
    I tried the tables:
    CRMC_LOG_PROF - Customising table to maintain log profile
    CRMC_OBJ_LOG - Customising Table for linking log profile to Business obj
    but
    no result.
    Can anyone tell in which table I should work on it?
    Please ask me, if my question is not clear.
    Regards
    Pravin

    Hi
    Only Basis team have the access for Sp01 t-code.
    so Is there any alternative t-code for SP01 to check the spool request for Print and Fax ?
    please help
    Regards
    Pravin

  • "No action " Status in FEP 2010 Report

    Hi Team,
    We need a clarification about the FEP 2010 options as below:
    Our internal security team raised an Point that what does "No action" actions specify here,which notified in FEP reports.
    There it says 1 system status is "No action",however there is no hyperlink to check which one is the system. 
    Whether FEP not able to qurantined the Malware or if any.
    Please help us in understanding in this ( No action, Incident 7 computers) Whether this means system is clean or not.
    Actions   Incidents   Computers 
    Failed   0   0 
    Removed   0   0 
    Quarantined   19   9 
    Cleaned   0   0 
    Allowed   0   0 
    No Action   1   1 
    Blocked   0   0 
    Regards
    Sudam Bisi
    Cognizant technology Solutions

    Hi,
    No Action means no action defined
    For more information:
    http://social.technet.microsoft.com/Forums/forefront/en-US/c99390b4-4929-41e3-ac2c-6a5675b5e75a/forefront-endpoint-protection-antimalware-action
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Incorrect fault status - why is it not possible to...

    We have had a fault on our phone line since last week - VOL051-115******, initially it was a very noisy line which was also killing the meagre broadband speed we normally make do with. When the fault was reported a line test was run which was passed - I assume it just checks connectivity rather than line quality, and the fault was blamed on our internal cabling (which we don't have any of, it's all wireless from the master socket) plus the fault is still apparent when connecting directly to the test socket.
    The line has now degraded so much that we do not even get a dial tone (none for the last 3 days) but the fault still blames our nonexistent internal wiring.  How can I get this fault status corrected?, if it stays like this nothing is going to be done to fix the real fault. I can’t raise a new fault online because it says there is a fault already on the line which means the line test doesn't even get done so it looks like my only option is to sit in a phone queue for at least ¼ of a hour being charged by the minute because I am forced to use a mobile.

    Hi
    I suggest that you get back to the Faults dept on 0800 800 151 and inform them that you now have no dial tone in the test socket, they should be able to change the fault location on their system which should progress to Openreach to attend.
    Can I also suggest you remove the VOL number from your original post.
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

  • Incorrect packing status

    Hi,
          In the delivery document when i pack 3 line items out of 5, the status at delivery header shows ' C ' and at the items which are packed ie those 3 as  ' C '. indicating completely packed. This is wrong at the header level because another 2 line items are not packed at all. So, it should indicate ' B '- Partially packed at header level.
    Also we have applied as OSS Note to rectify the problem but could not resolve it.
          Please help in this regard. We are on ECC 5.0.
    Thanks in advance.
    Sadhu Kishore

    Hi Sadhu
    I'm not sure if this is still an issue for you as the post is from January. Nevertheless, it appears that the behaviour is related to the packing control setting in the item category definition (transaction 0VLP). If you set ' ' (can be packed) then if some items are packed the header status will be 'C'. If you set the packing control to 'A' (must be packed) and then only pack some items then the delivery header packing status will be 'B'.
    Regards
    Michael

  • Incorrect processing status in PR

    Hi all,
    We have a situation where the PR is showing the incorrectiong processing status.  The user creates a PR from  planned order.  If the current price is not sure RFQs are sent.  After sendign rfq teh PR processing status changes to RFQ.  When quote is recieved, user may or maynot update the quote in ME47.
    After this th PR is converted to PO.  The problem happens is that PR still has status as "RFQ created".  The status does not change to "PO created". 
    Please let me know what could be issue.  Thanks.
    Regards
    AF.

    Just check, there is a system message which do not allow converting one PR multiple times. I mean if PR is for 100 qty and you are creating 10 different POs with ref. to same PR for 100 qtys than by default it is allowed and these case system will only give status of the first document.
    As RFQ, PO, contracts are ext. docs, PR will keep track of only the first one which is referenced. As you are creating RFQ, system is expecting that you will recieve quote and it will be converted to PO later.
    And as you have not switched on these message for not allowing PR to be converted multiple times, system will allow you to create multiple POs.
    Regards,
    Dakshesh

  • Incorrect delivery status in sales order

    Hi,
    Sales order  delivery status is not delivered though i have done delivery and billing and so how can i correct the overall status as completed in sales order
    Regards
    Ravi

    Check in the transaction: V_UC incomplete delivery.
    If the deliveries are appearing after you have marked check document flow update.
    Also cehck for the deliveries whether it is billed fully or there are some of the sub items which are yet to be billed.
    regards,
    Amlan Sarkar

  • Incorrect Vacant status

    Hi Nakisa experts,
    I'm trying to display the correct icon for vacant positions in OrgChart (Nakisa 3.0) but all the positions are taken as occupied positions but there are vacant positions (at least in PPOME). I've checked some xml files but I couldn't find where I have to do necessary changes to get the correct vacant status. ¿Can anyone help me, please?
    Thanks in advance,

    In the early build versions of 3.0 there was a problem with how vacancies were determined.
    This solution varied between the Live and Staged solution but each was resolved by an update to the Add On (to include 2 new function modules for Position Vacancy).
    For 3.0 product version see OSS note 1589536 [VSN 3.0 SP1 ABAP Add-on required from some VSN 3.0 builds|https://websmp108.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1589536&_NLANG=E]
    3.0 SP1 does not have this issue and SP1 is available on SMP:
    Software Downloads
    Browse Our Download Catalog
    SAP Solution Extensions by Partners
    SAP Talent Visualization by Nakisa
    SAP Talent Org Chart
    SAP Org Visualization 3.0
    Regards,
    Stephen

Maybe you are looking for

  • DVD burning error in Premiere Elements 11

    I recently filmed a friend's memorial service for their family.  I have footage from two different cameras that I have edited in Premiere Elements 11, for the purpose of making a DVD of the service. I run into a problem when I try to burn the project

  • Report to find Bid Invitation against an item code

    I have an item code(product master) in SRM. I want to find whether any Bid Invitation exists against this item code? Is there any report or function module to find?? regards Harshb

  • Net invoice reciept

    my scenerio is po created of 100 pc @ 10rs/pc GR of 40 pc @ 10rs/pc invoice reciept 40pc @ 10rs/pc tax is 10% tcode MIRO document type  : NET INVOICE RE. terms of payment  : due immideatly invoice verified with refrence to delivery note of above case

  • Can I use a blue screen with Final Cut Pro X?

    Hi, I am at a school that uses Macbooks and has just purchased a blue screen (with lighting).  I am new at chromakey / blue screening.  I know that you can use iMovie for green screens, but could somebody please tell me what is a good software to use

  • X-Fi I/O Drive Update Kit + Vista

    Hi, does anybody know if the I/O dri've kit(http://us.creative.com/products/prod...duct=4659&nav=) work under vista ultimate x64 with 4gb of ram I have a few questions about it: Does the remote control only control CL software or some other players l