Status of an action PPF

Hi,
I used an action definition and it is called successfully when I save a document.
But the status of this action is generated in error (red icon) although rp_status = 0 in my implementation.
I want to make this action as unprocessed (Yellow icon). How can I do that ?
Thank you in advance,
Mat

Didn't you manage to do this by cutomizing?
Try to play for instance with Merging option, Sceduled automaticly and Delete after processing flags in action definition.
If it's not possible to achieve the goal by customization you can use BAdIs EVAL_SCHEDCOND_PPF to implement your own schedule condition for an action or EVAL_STARTCOND_PPF for starting condition for an action. You can read more on this topic on [help.sap.com page right here|http://help.sap.com/saphelp_crm70/helpdata/en/c5/4a5b79589ae94baddc27cff9a830ef/frameset.htm]. And refer [Note 1007346 - Scheduling of actions only after resetting a status|https://service.sap.com/sap/support/notes/1007346] for an example of implementation and necessary customizing.
Also it's possible to extend a container with additional fields which you can check in start or schedule rules. Check [Note 502389 - Actions: Using additional attributes for conditions|https://service.sap.com/sap/support/notes/502389] for this.
Hope this will help you.

Similar Messages

  • Service Desk Unable to set status to Customer Action and Proposed Solution

    Hi Everyone,
    We are unable to set a service desk issue to the status Customer Action or Proposed solution.
    I have someone create a new issue in the bakend system and when I receive the issue I assign it to myself as the processor. When I try to set teh status to Customer action it is grayed out.
    I have checked the following:
    1. As a test I assigned My user with sap_all profile so does not appear to be authroisation related
    2. The status profile has all six standard values (New, customer action, In Process, Sent to SAP, Proposed Solution, Confirmed).
    3. The transaction types have been defined using the standard profiles for Text Det. Procedure, Partnet Determination Procedure, Status Profile. The Partner Function ORG is set to Sold-To-Party , The date profile is a SRV_SLA_ITEM and the Action profile is set to SLFN0001_ADVANCED. The Org Data Prof is set to a customer defined one: ZSSC000000001.
    4. I have checked transaction ppoma_crm and the org structure and my user is assigned to a team lead position.
    Your assistance is greatly appreciated.
    Michael

    Hi Michael,
    please check your status profile for the "lowest status no." and "highest status no." values of the status values as Alex mentioned!
    You can find this in SPRO under "SAP Solution Manager> Scenario-Specific Settings>Service Desk>Service Desk>Status Profile".
    If the "high" value of the status "New" is lower than the status number of status "Customer Action" than you can not set the message from "New" to "Customer Action"!
    Hope this helps,
    Christoph

  • Use of user status and business actions

    Hi all,
    I'm new at status profiles, user status and business actions.
    Currently we are using status profiles and user status for orders - but business actions aren't assigned to the user status. In a project I should evaluate whether we can use those business actions.
    After reading a lot of documentations there is still one question left. What are the business-actions for and how can I use them?
    Let's say I've a status profile with following user status with according business actions:
    - status: new;   business action: to progress
    - status: in progress;   business action: to confirm
    - status: confirmed;   business action: decline or close
    - status: closed;   business action: close
    What happens when a user sets the status of an order to "confirmed"? Will be done additional checks for my order? - If yes: Wich checks will be done and exists there an API to effect these checks or to implement additional checks?
    Regards,
    Christian

    Christian;
    If you´re wanting to speak about Status Profile in OP. You can execute whole theses steps in T-code BS02, when in this IMG:
    1. Enter a Status Profile.
    2. Assign the status profile to an Object Type.
    3. Define the User Status.
    4. Assign Business Transactions to user statuses.
    5. Translate the status profile and user statuses.
    You can also to use this function to simulate the status development for a particular object.
    To do this, select a status profile and branch to the screen "Allowed Object Types". Then place the cursor on one of the object types.
    Using the function Extras -> Status simulation, you can simulate the status changes that could be caused by performing various business transactions, or by changing the staus manually, during the lifetime of the object concerned.
    You can also branch directly from simulation to status maintenance for the object concerned, to display information on which transactions are allowed or disallowed in the current situation.
    The log function records all the changes you simulate and allows you to navigate freely to see what effects these are having.
    Status profile info
    Using the function Extras -> Status profile info, you can display a list of all the entries you have made for a particular status profile. The list is structured as follows:
    The first block contains the permitted object types.
    The second block contains the user statuses.
    The third block contains the following information for each user status:
    which transactions it allows
    which transactions it allows with a warning
    which transactions it disallows.
    I hope help to you
    Regards
    Luciano Nobrega

  • Status of Last Action is "Failed"  when StartScriptEnabled is set to true

    Hi,
    I have set StartScriptEnabled to true in nodemanager.properties file and restarted managed server through console. After restart, eventhough the managed server state is "Running", the status of last action is "FAILED". When I stop the server through console, the state is showing as "FAILED_NOT_RESTARTABLE" although I can start the server after this message.
    Can someone help me why I'm seeing these messages when I set StartScriptEnabled is set to true. If I set this to false, I'm not seeing the "FAILED" messages.
    The only error I see is the below error in nodemanager.log file.
    <Sep 14, 2010 3:49:34 PM> <Warning> <Exception while starting server 'ms01': java.io.IOException: Server failed to start up. See server
    output log for more details.>
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:303)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:542)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:119)
    at weblogic.nodemanager.server.Handler.run(Handler.java:66)
    at java.lang.Thread.run(Thread.java:619)
    Thanks

    All the managed servers are running in without any errors. The only error I see is failed in node manager log. I don't see any error or warnings in stdout and stderr logs even if debug is enabled.
    Edited by: nlrreddy on Sep 15, 2010 9:50 AM

  • HTTP Status 500 - No action instance for path /deletescmeetnot could be cre

    Hello,
    I am maintaining a JSP/struts program already in production. The client asked us to add the ability a record when certain criteria are met. Since this is my first Struts work, I have been following the examples of other actions in the app. I easily added the link to the form (and it only displays if the conditions where you may delete if you choose are met). I made the action and added it to the struts-config file. This is the node:
    //struts-config.xml
        <action input="/subcommittees.jsp" path="/deletescmeetnot" type="com.xxyzz.abcdef.DeleteSubcommitteeMeetingNoticeAction">
          <forward name="success" path="/subcommittees.jsp" />
          <forward name="failure" path="/subcommittees.jsp" />
        </action>These are the first two lines of the action:
    //DeleteSubcommitteeMeetingNoticeAction.java
    public class DeleteSubcommitteeMeetingNoticeAction {
      public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException {This is where I attempt to execute the action:
    //SubcommitteeListTag.java
                        writer.print(" - <a title=\"Permanantly delete this Subcommittee meeting notice\" href=\"" +
                                response.encodeURL("/cf/deletescmeetnot.do?noticeID=" +
                                                      notice.getNoticeIdField().getAsString()) +
                                 "\" onClick=\"return confirmDeleteSubcommitteeMeetingNotice();\">Delete</a>");The javascript executes properly, but I get the error below when I click "OK."
    //Apache Tomcat/6.0.18 - Error report
    HTTP Status 500 - No action instance for path /deletescmeetnot could be created
    type Status report
    message No action instance for path /deletescmeetnot could be created
    description The server encountered an internal error (No action instance for path /deletescmeetnot could be created) that prevented it from fulfilling this request.Can anyone help me find what I am missing?
    Thank you,
    Frank Luke

    Found it. I needed to add "extends action" to the class.

  • HTTP Status 500 - No action instance for path /retrieve_lib_log could be cr

    HTTP Status 500 - No action instance for path /retrieve_lib_log could be created
    type Status report
    message No action instance for path /retrieve_lib_log could be created
    description The server encountered an internal error (No action instance for path /retrieve_lib_log could be created) that prevented it from fulfilling this request.
    That is the error i am gettin and i have tried the solutions suggested here but it hasent solved my problem.... this error came up all of a sudden and it was working fine at a previous instace

    HTTP Status 500 - No action instance for path /retrieve_lib_log could be created
    This usually mean that a file or an object could not be found.
    sandyR

  • HTTP Status 503 - Servlet action is currently unavailable

    Hai,
    I'm developing a Struts application, where the control be forwarded to an Action class, I used globalforwards, as shown
    <code>
    <global-forwards>
    <forward
    name="Welcome"
    path="/Welcome"/>
    </global-forwards>
    </code>
    <code>
    <action
    path="/Welcome.do"
    type="WelcomeAction"
    scope="session"
    <forward name="success" path="/Login.jsp" />
    </action>
    </code>
    I've deployed the application, when run the program I got the following error
    HTTP Status 503 - Servlet action is currently unavailable
    type Status report
    message Servlet action is currently unavailable
    description The requested service (Servlet action is currently unavailable) is not currently available.
    Please help me ...

    503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a
    server must use it when becoming overloaded. Some servers may wish
    to simply refuse the connection.

  • Service Order status change thro' Action

    Hi all abaper
    After completing billing, thro the action I am changing service order user status as completed. i hv written my code in class method.
    After billing as action runs my code from method execute and changes the status properly and gets save into system but action status shows incorrectly processed and comes in red colour in action monitor. following is my code   plz help me        
    Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
    Edited by: Rob Burbank on Oct 13, 2010 11:13 AM

    Are you processing status codes out of sequence?  Talk to your functional specialist or look at the status config for these documents...sounds like you're going to completed without first setting a status code that would have to be there prior to your status code...I seem to recall doing status changes for these documents that were a multi-step process...set TECO, then CLOSED or something like that?

  • Set Status of processed action to successful

    Hello experts!
    I implemented a method call as an action when creating a new task.
    Everything works fine, the e-mails are sent, but if I open "processed actions" at the item, it says that there were errors while processing the action, but everything went fine!
    How can I manually set this status to "successful" in my coding?
    Greetings,
    littlesam

    Wouldn't you know it, as soon as I post a question I find the answer.  The BAPI that will TECO a prod order is BAPI_PRODORD_COMPLETE_TECH.
    Davis

  • How to make the SLA time stop when the status of SR is set to Customer Action?

    Dear All,
    When a Service Request is created, the agent take over this SR and then set the status to Customer Action. I know the CRM 7.03 has the ability to exclude the Cumtomer Action time out form the Response time of SLA. However, I don`t know how to set it up. Could somebody help to give me some information about this?
    I noticed that in SLA, there is a Work duration(SRQ_WORK_DUR) and a Total Duration(SRQ_TOT_DUR), which Duration is used to affect the traffic light of SLA MPT time?
    Thank you in advance.
    BR,
    Elvis

    Hi,
    in fact you can only trace duration of Customer Action status lifetime - this you can do by
    SPRO -> ... -> Define Settings for Durations.
    and SPRO -> ... -> Date Management to create this new duration and add to SR dates profile.
    So then in Dates tab of Service Request you will have new duration called eg. Customer Action.
    If you would like to additionally exclude it from Due Date, so you should then add this status lifetime to Due Date - then Due Date would be pushed to the future (eg. Customer Action status took 3 hours, so after changing status to other one you can write down this time to duration, and then add to Due Date).
    For that you need to have a development - eg. using CRM BT Events, or in WebUI layer.
    BR
    Radek

  • Making Employment status field editable in Actions infotype

    Hi All,
    Can we make the Employment status or Customer specific status editable in Actions Infotype 0000?
    I tried doing that in 'Change Screen modification' in IMG, but it isn't working.
    Please provide your inputs.
    Thanks!

    Hi,<br>
    It is not possile to do it.
    Each action is assigned the three status indicators STAT1 (customer defined), STAT2 (employment), STAT3 (special payment) in the customizing system.
    When a personnel action record is created, the system automatically fills the Customer defined, Employment and Special payment fields if the action affects the employee's status.
    The first record of the Actions infotype is assigned the status specified in the customizing system. All other records
    have the same status indicator as the new personnel action if this is not BLANK in the customizing system.
    have the same status indicator as the previous record if this is BLANK in the customizing system.
    This applies to all three indicators.
    Can you let  us know the business need or requirement to do it??
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

  • "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.

  • Help to find...Next status of the document or action executed

    Hi Gurus,
    I am working on SAP Solution manager CHARM. When i execute an action in a document(say YDCR), in the 'ORDER_SAVE' BADi, i need to know which is the next status. But i am not able to find any Function module to give me the next status.I presume that this is because the document is not yet saved. Is there any function module to get the action that has been executed or any way that will give me the next status when the action is executed ?
    Thanks for your help.
    Rithesh

    Hi
    Try to find the name of variable where code is stored and clear it.
    You should find it in the list of elements of the screen by screen painter.
    For example if the variable is called OK_CODE and the program is SAPXXXXX, you try to do something like this:
    FIELD-SYMBOLS: <FS_OK_CODE> TYPE SY-UCOMM.
    DATA: FIELD_OK_CODE(20) VALUE 'SAPXXXXX(OK_CODE)'.
    ASSIGN (FIELD_OK_CODE) TO <FS_OK_CODE>.
    IF ......
      CLEAR <FS_OK_CODE>.
    ENDIF.
    You can try to check the value of SY-UCOMM.
    Max

  • Issue in Absence Quota generation wrt to actions (IT0000);using schema TQTA

    Hi
    I wanted some clarification on Absence Quota generation through schema-u201CTQTAu201D
    The client Scenario is that they want Earned leaves (absence Quota type 0002 and 0003) and Half-Pay leave (Absence Quota 0004) semi-annually.
    Whenever an action is run (whether with employee status active or inactive) the absence quota is generated twice:
    1.     Last day of previous action
    2.     Last day of evaluation period.
    Main issue is that when it is reflected in IT-2006 it is summing up the quota generated on both the above said dates.
    Also the quota that is generated on the last day of the evaluation period is not prorated but for the entire accrual period.
    When the employment status of an action is inactive; the quota is generated upto the last date of previous active action, but if any other action is executed with employee status as u201Cactiveu201D in the same accrual period and time evaluation is run; the quota gets generated again on the last date of accrual period for the entire accrual period i.e. the inactive period is also taken into consideration. Moreover, both the quota generated are added up and displayed in IT-2006.
    Kindly advice me the solution for the same.
    Thanks and Regards
    Parul Jain

    Hi
    I wanted some clarification on Absence Quota generation through schema-u201CTQTAu201D
    The client Scenario is that they want Earned leaves (absence Quota type 0002 and 0003) and Half-Pay leave (Absence Quota 0004) semi-annually.
    Whenever an action is run (whether with employee status active or inactive) the absence quota is generated twice:
    1.     Last day of previous action
    2.     Last day of evaluation period.
    Main issue is that when it is reflected in IT-2006 it is summing up the quota generated on both the above said dates.
    Also the quota that is generated on the last day of the evaluation period is not prorated but for the entire accrual period.
    When the employment status of an action is inactive; the quota is generated upto the last date of previous active action, but if any other action is executed with employee status as u201Cactiveu201D in the same accrual period and time evaluation is run; the quota gets generated again on the last date of accrual period for the entire accrual period i.e. the inactive period is also taken into consideration. Moreover, both the quota generated are added up and displayed in IT-2006.
    Kindly advice me the solution for the same.
    Thanks and Regards
    Parul Jain

  • Concurrent report ending in warning with status 127 (post upgrade to R12.1.

    Hi,
    We ran a concurrent report with Print options set for a custom report.
    The report is ending in warning with the below error:
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 356879180      
    Number of copies : 1      
    Printer : ABSC_5WCC_HP9
    /bin/sh: jforasnd: not found.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 127
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 127.
    Action: Review your concurrent request log file for more detailed information.
    Please suggest how to overcome this error.
    Regards
    Siva G

    We ran a concurrent report with Print options set for a custom report.What is the type of this report?
    The report is ending in warning with the below error:Can you find any details in the OPP/CM log files?
    /bin/sh: jforasnd: not found.Is jforasnd used in your report? Were you able to compile the report from Reports Builder with no issues?
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 127
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 127.
    Action: Review your concurrent request log file for more detailed information.This is a generic error, so if none of the above helps please enable trace/debug, submit the request again and post the contents of the log file here.
    Thanks,
    Hussein

Maybe you are looking for

  • Copy batch classification in GR (101)

    Dear gurus, Could you please help me with the following issue. I have a material managed in batches, and it has a classification type 023 in material master. Now I want the class (with all characteristics) to be copied to the batch classification dur

  • Phone number not listed in Imessage Caller Id

    Okay i'm having a problem with my texts being sent as my email address using Imessage instead of my phone number.   The problem is when I go into settings, messages, received at ect....  My phone number isn't listed there.  It only has my email!  It

  • Calling RMAN script with DBMS_JOB

    Hi, Maybe someone can help me out. I'm perfecting my skills on 9i in the backup area before I have a need to use them and am taking notes. What I want to do is to store the backup script in the recovery catalog (which I already did under the name BAC

  • Outline of PSD clone stamp

    Hi, I´m new to using Photoshop with FCPX and I´m stuck. I´ve got a scene on my timeline, where I need to erase some cables and I have done the following in PS: (It should all be pretty straigth forward, as the background is all white and there´s no c

  • Why is there no address in the Address box after loading Firefox 5, just says Go To Website. It was fine this morning, then I updated to Firefox 5, now there is no address.

    The url does not load into the address line when click on a link or open Firefox. It just says "Go to Website". If I open a second tab, then the url will display and when I close the 2nd tab the url to the current page will finally display. However,