Processing can be rejected

I create a simple one step workflow with a decision step using task TS00008267.  I turn on advance with dialog and  processing can be rejected.  Agent is initiator.  When I test, it displays the decision and I can cancel it and then reject from inbox.  Everything seems to work fine.
The problem is any time I go back into the decision step and then leave, it tells me it will delete the processing rejected outcome if I save the step.  Even if I don't change anything, it still deletes the outcome path.  If I cancel out, it will still work.  If I save, it deletes the path and even though the checkbox for rejection is still checked, rejection from inbox isn't possible anymore.  If I go back into the task and turn rejection off and then back on and save, it works again.
I've searched SAP notes and didn't see anything specific to this.  I've tried it both our dev and sandbox environments and it does it both places.  Any ideas?

Sometimes weird behaviour is observed, and the only explanation is that something has gone completely wrong internally. What you could try is to add a new step to the workflow with the same definition, and see if the behaviour is the same. Or, I suppose it is even better if you use a sandbox to create a new workflow and define it in the same way.
It's a long shot, but no-one else has suggested anything yet - perhaps they are still sleeping?
Seing my great idea about the sandbox ( I decided to give it a shot myself. I observe the same behaviour. However, the Processing Rejected outcome is never visible in the "Outcomes" tab for the step, so that's why the workflow builder insists on deleting the branch - just as if you had removed another outcome.
If you try a different standard task you will notice that "Processing rejected" will be added to the outcomes if you check the flag.
The decision tasks are special in their behaviour - with outcomes decided by step input data, and therefore SAP must also have some special handling of them internally. I suppose they didn't foresee someone checking this flag for a decision task.
A new OSS Message seems inevitable

Similar Messages

  • SAP_WAPI_DECISION_COMPLETE  : Processing can be rejected option

    In my workflow I am using a decision task which sometimes has to be approved in the background. This decision task has two outcomes Approve and Reject. I am also using the option "PROCESSING CAN BE REJECTED"  under details tab of the approval step in the workflow. So I see three outcomes in the template.
    My requirement is that when I execute the workitem in the background I want the decision task to take the third outcome (not the Approved or Rejected option). I am using the function module SAP_WAPI_DECISION_COMPLETE .
    If decision keys 0001 or 0002 are passed approval or rejection is happenign. However I am not sure how to use the function module to take the outcome created out of "Processing can be rejected" option.
    Any help on this would be appreciated.
    Thanks,
    Madhu

    the FM SAP_WPI_DECISION_COMPLETE is completing t he workitem if you pass 0003 to the decision key as there will be no index with 3
    I have checked by creating a sample workflow template and included on activity step in the new Outcome when ever we enable the Processing can be rejected so all you have to do is
    Get the workitem ID and pass the workitem ID to the SAP_WAPI_REJECT_WORKITEM and in the wrokflow log the system conatiner element WIRESULT will be initial there will no value in it
    by executing t he FM you are reserving the workitem  check the FM documentation.

  • Customer Acceptance Can't Process Partial accept/reject

    Is the new R12 feature for customer acceptance really must accept or reject a sales order delivery line, and cannot process partial accept / reject?
    If so, then this new feature won't matter much i'm afraid.
    Can anyone provide any explanation?
    Thanks,
    Gerry

    At first, I imagined that it will have the functionality to accept or reject partial >shipment. The deviation will then be enterred as expected receipt (just as the >RMA receipt would). Upon receiving (querried with the Sales Order number), the >journal created will be Inventory Valuation (material account) against Deferred >COGS. The autoinvoice will pull those that the customer received only (pre-billing >explicit/implicit acceptance). The SO line quantity will be changed with the >quantity that the customer received, and a new line will be created with the >rejected quantity and the status of backordered.I think this logic has a flaw: When you have shipped 10, you have delviery detail for 10 and inventory transaction for 10 (sales order shipment). Hence the accounting is Cr Inventory 1000 (assuming cost is 100) and Dr Deferred COGS 1000. If customer accepts 10 then there is a logical material transaction created for the same and accounting is Cr Deferred COGS 1000 and Dr COGS 1000 and invoice is generated for the order line with whatever is the price of the line.
    Instead if the customer accepts only 6?
    1. What happens to the orginial accounting entries? As you can see here, this orginal accounting entry has to be updated to match with the accepted quantity. YOu cannot just create logical entry here as quantity has to be received into inventory which will create entries for the same.
    Sales order shipment
    Cr Inventory 1000
    Dr Deferred COGS 1000
    COGS Recognition for only 600 leaves 400 in the deferred COGS.
    Cr Defered COGS 600
    Dr COGS 600
    2. You have to update the trasansaction quantity from 10 to 6 as customer accepted only 6. You cannot just create a logical transaction 4 as there are a number of procedures to be followed when returning goods into invnetory (location, quality control and many other processes).
    3. You have to synch up the delivery details with the accepted quantity and order line quantities need to be synched up with delivery details. Hassel.
    You were saying that there is no way to reverse the entry from deferred COGS to >inventory, but with current functionality, should the customer reject partial >shipment, we must create RMA for the whole line, create a new identical >order/line, ship the accepted quantity, and the rejected quantity will be treated >as backordered. Isn't it the same, but with longer manual steps?A lot is industry or company specific. If the customer accepts partial quantities, you will RMA for the partial quantities not the whole quantity and create a new ship line for the partial quantities again (if the customer wants it and rejected because of quality issues). THis all depends on company to company as we do not know why the customer is rejecting in the first place. Returning for quality reasons, returning for good or cannot accept at this time because they have space issues or simply demand is not there. I agree that it is a pain from the invoicing printing perspective (customer is expecting for only 6 but we send it for 10).
    Moreover, with current workaround like that, will it impact the sales order history >report? Will it show double sales order, eventhough the revenue will only >recognize one? (no problem for custom report, but I haven't tested the standard >report).There is no double revenue here as you are squaring off original invoice with an RMA.
    I am not defending the Oracle's functionality. This is the first step taken in right direction and I am sure there are lot more changes on the way in this area. So for now, this is what it is.
    Bagimana Kabar? Saya kerja di Purwakarta dari dua tahun.
    Terima Kasih
    Nagamohan Uppara

  • Calling ADF page Custom Listener (Ex: ActionListener) from BPM Process Task (APPROVE/REJECT)

    Hi All,
    Jdeveloper version - 11.1.1.7
    I am very new to BPM / SOA development, but I have very good development skills on ADF.
    I am not using ADF BC, using EJB for business services and also using custom ADF pages for HumanTasks.
    Usecase:
    From the BPM Process task, when process submission (APPROVE / REJECT) , I need to invoke a Custom listener (Ex.Action Listener - a EJB call) in the ADF page.
    I am trying to use BPM APIs.
    Please clarify me how this will achieve using BPM APIs. I need detail guidelines to do it. Please make to understand this process.
    Provide some useful documentation or links to understand the following:
    1. Custom Human task pages
    2. BPM APIs - 11.1.1.7
    3. Call a BPM process task from ADF Listener and Call a ADF Listener from BPM Process task - Using BPM APIs.
    Please revert more clarifications needed.
    Thanks and Regards
    Mohanraj N

    Hi Joonas.
    Plese let me explain me better for your understanding
    A big summary for what I meant it's the following:
    1- In the procces you made, when you add the HT activity, you have to implement it, this means declare the input(s) parameters you want. This implementation create the .task file.
    2- Create an application, and projects as HT you have. Each poject are based on the .task file, and automatically create a Data Control (for each project based on a .task) with all you need.
    This w'll be an empty application, so you can customize it all you want. The task selected should have all the parameters previously defined. Those parameters can change if you want.
    2- Create a page(s) in the task flow for the task implementation. You can even split the the payload of the task in differents pages, create your custom pages and any logic you need.
    3- An important aspect is how to match these application with the HT implemented in the process. It's possible, it's a configuration en the Enterprise Manager.
    4- Deploy your application
    All these are explain in the book I mentioned
    Th book you can find it here:
    https://blogs.oracle.com/soacommunity/entry/oracle_soa_suite_11g_handbook_1
    Regards Dariel.
    PS: Please, let me know if you need more details.

  • One work process can only process one user request at a time?

    Hi,
       How to configure the how many work processes for 80 concurrent users login daily.One work process can only process one user request at a time? Does this mean a login user has a dedicated work process servicing him. Or many login users interleave a work process's service? ,clarify the same.
    Thanku

    There are different types of work processes and the number needed depends on the number of transactions that will take place in the system. We are running 80 concurrent users with 15 dialog work processes. Please see the link below for an explanation:
    http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/content.htm

  • AD - 'Change First Name' process task is rejected by default - OIM 11.1.2

    Hi All,
    I wanted modification to be auto provisioned to AD account when user attribute is changed.
    For this created 'Change First Name' process task and made entry in "Lookup.USR_PROCESS_TRIGGERS" lookup def.
    I followed the link Enabling update for provisioned user in OIM11g
    When I changed first name of a user from identity console, 'Change First Name' process task is assigned to XELSYSADM. But the status of the process task is Rejected. Also, the changed 'First Name' value is not updated in the process form of the user. Hence the change is not reflected into AD.
    Please tell me why the status is Rejected and changes are not reflecting.
    Also, Please provide the solution to auto provision the modifications into AD.
    Thanks in Advance.

    Thanks much kevin,
    One more query.....
    In my case when 'city' attribute is changed its invoking 'Change city' which inturn invokes 'City updated' process. Now when city is updated I need to updated 'Organization Name' in AD process form and make it reflect in AD.
    For this, I created 'Change Org Unit' process task which will populate 'Organization Name' field in process form, so inturn it will invoke 'Organization name updated' process task.
    I made 'Change Org Unit' process task as dependent task for 'Change city', so once the 'Change City' process task status is 'C', it will invoke 'Change Org unit' process task.
    But, 'Change Org unit' process task is not being invoked.
    Could you pls provide me solution.
    Thanks in advance...

  • I live in Bidar,Karnataka,India.I recently updated my firmware.i dont have an official sim card to regain access and complete the process,can u please suggest me where can i buy an official sim card,please?

    i live in Bidar,Karnataka,India.I recently updated my firmware.i dont have an official sim card to regain access and complete the process,can u please suggest me where can i buy an official sim card,please?

    From the carrier for your cell phone service.
    Allan

  • AP - Manager Payment - Process staus is: Rejected by Processing Option

    When run a payment request (process Manager Payment) I get error. The Error reason is follow:
    Document payables was failed because of rejection level setting (failure was triggered by document payables XXXX).
    The process staus is: Rejected by Processing Option
    Status: Failed Document Validation
    I know when the process status is rejected but I don’t Know when I have the process status "Rejected by Processing Option". I don’t understand the error reason because I paid in the past with the same Profile payment.
    Has anyone faced this issue?
    Thank you
    Mauro

    Hi,
    You might have used the Profile previously but Validation failure may occur depending upon options ie. Selection criteria selected while submission of PPR.
    Change the options and try again.
    Regards,
    Sridhar

  • In Dialog server, what type of work process can I use.

    Dear all,
      In Dialog server, what type of work process can I use,
    Can I use all types like dialog, BTC, U1 and U2 , spool, and enque
    regards,
    satish

    Hi,
    you can use dialog, BTC, U1 , U2 and spool
    enque must be on only central instance becoz there is no message server on dialog instance
    regards,
    kaushal

  • I can't reject call from this number : 00 000000000

    Hi,
    Can someone help me with this ?
    I've got an iPhone 4S with a french mobile phone operator.
    Twice a day, I receive a call from this number : 00 000000000 (only zeros).
    I can't reject the call, and there is never a message left on my voicemail.
    My phone operator told me not to answer those calls, as they might be a fraud attempt.
    They also told me it is impossible for them to block incoming calls on iPhones.
    Can someone help me with this, even give me only information ?
    Thanks.

    Are  you away from your home country?
    Settings > General > International > Region Format > set to correct location?
    Settings > Phone > Dial Assist > ON

  • Can a process can have more than one variant?

    Hello Gurus,
    I've understood that, in a Process Chain, The variant holds the specific configuration information for a process.
    My doubt is, can a process can have more than one variant?
    Please explain with scenarios, examples etc.
    It’s my pleasure to award points,
    Thanks and best wishes,
    i-bi

    Hey....<b>If you right click on a process type (of a process chain)...it will give you option diplay variant(NOt Variants).</b>That means that process type has only one variant.
    <b>but yes to add here..a particulur variant itself can have multiple variant</b>
    A good scenario would be <b>Meta Chain</b>....this meta chain is made of multiple local chains (which are variants for the Metachain).
    Now each local chain of the metachain is a variant and itself has got a no. of variants(process types).
    I guess you got your answer
    regards,
    rocks
    Message was edited by:
            rocks

  • Messages from IDoc processing can be found in application log

    We are using the IDOC_INPUT_INVOIC_MRM Function Module to post Inbound Vendor EDI Invoices. During testing, we sometimes see the error "Messages from IDoc processing can be found in application log". We then have to check transaction SLG1 to ascertain the 'real' issue, e.g. "No GR documents found". In a Production environment however, this will be very inconvenient. Our business users process their own iDoc errors according to the iDoc Status, so to have to call up another transaction, and select the correct Application Log to find the true error, is not a process I would feel comfortable with for our users.
    My question is, can we configure/determine which messages are passed to the iDoc Status, or redirect Application Log messages ? Might a Z version of FM IDOC_INPUT_INVOIC_MRM be the way forward ?
    Many thanks,
    Paul.

    Hi,
       Just monitor your error idocs in WE20 transaction. Give idoc number here then execute, you can see the all three records(control, data, status). Click on status record node then double click
    on status number(e.g 51), it will take you to another screen there you click on "application log" button on application toolbar. This is the standard way finding the application log of an idoc, even i am finding the application log on production server like this.
    Thanks,
    Asit Purbey.

  • How can we reject an already approved sales quotation and sales order

    Hi,
    Could anyone please tell me how can we reject an already approved sales quotation and sales order.
    Thanks and Regards
    Mahavir

    Hi,
    in the document flow : i am finding documents which are given below :
    Serv. notif.      00015773                                                     
    Qt For NewConnection 20022016  23.04.08 Completed  
    Order New Connection  22460       23.04.08 Open                 
    Z New Connection  90022430   23.04.08 FI doc. not Required 
    Cancel. Invoice (S1) 90023731  19.07.08 FI doc. not required 
    I have run VF11 for document no. 90023731 .
    But when i was running VL09 i just gave the shipping point and execute the transaction.
    Then i did not find any document for that selection.
    Please guide .
    Thanks and Regards

  • How many parallel BPEL child processes can be invoked on single BPEL server

    Hi,
    Can anyone pls let me know
    1. How many parallel BPEL child processes can be invoked on single BPEL server at same time?
    2. How number of Invoker threads, Worker threads and DB connection pools are affecting the BPEL server's listener thread spawning capacity?
    Thanks in advance.
    -S

    Hi James
    Here is my problem. I need to do this for load balancing. I have two instances of SOA Suite running on single machine, i.e. two different BPEL servers. Now i need 2 BPEL instances on each server, i.e. two SOA Suite and four BPEL instances (Two BPEL servers on each SOA Suite)
    I tried to create a new OC4J instance on my app server and named it as OC4J_new. By default OC4J instance would have these application installed:
    ascontrol
    ccore
    coreman
    datatags
    default
    esb-dt
    esb-rt
    gateway
    hw_services
    javasso
    orabpel
    orainfra
    policymanager
    ruleauthor
    rulehelp
    But when i create new OC4J instance, i can see only these applications:
    ascontrol
    datatags
    default
    javasso
    How do i get rest of the applications in my new OC4J Instance??
    I tried deploying .EAR files but it failed all the time. What are possible fixes?
    Many thanks in advance

  • Which Toshiba Processes Can I Stop Running on my Tecra?

    I guess this is one I could try for myself but what "useless" Toshiba processes can I stop running?
    I assume this isn't laptop specific even though I have an A4.
    For starters as I have no docking station what is the point of the docking process running?
    I am referring to unticking in msconfig and other similar software.
    Basically is there a list like the windows process one where each process is listed with what exactly it does and what is dependant on it etc?

    Hi Bill
    All processes which are running in the background are Microsoft Windows applications and installing Toshiba programs, tools & utilities. I dont know the exactly name of the docking process but as far as I know if you remove the docking utility from the software list and reboot the unit so the background process should be disabled.
    Check this link:
    http://www.reger24.de/prozesse.html
    There you will find a complete list of background processes which are possible.
    Best regards

Maybe you are looking for

  • Can't use BoxLayout more than once in a class?

    I have a JPanel inside of a JPanel. I am using a BoxLayout manager on the main JPanel, and I used to use a GridLayout on the sub JPanel. Yesterday I changed the Layout Manager of the subPanel to BoxLayout, and now I get this strange error at runtime.

  • Using UI Automation Framework to interact with Flex applications

    Hi all, I created a small flash app using Flex builder 4. I am writing a tool to interact with flash applications using UI Automation Framework which is similar to UI Spy. I've read in so many forums that accessibility can be done using UI Automation

  • Placing answers in prescribed order

    Hi I am using Captivate 2, does anyone know how I could create an activity where the students have several items and they have to place them in order eg alpha, numerical etc.? Example: Arrange the following in file number order: 750923 785423 665239

  • ADOBE FORM instead of SAPSCRIPT or SMARTFORM

    Have anyone used ADOBE FORM instead of using sapscript or smartform and assigned to Output types in NACE tcode? If so, please give details for the same.

  • Possible to copy Package ??

    Hi Folks, Is it possible to copy an entire standard Package to a Z-package with all corresponding Z-objects in it ?? We have developed a new functionality for the customer. The request has already been released. But the team doesnt want to deliver th