Hi,
We have configured Flexible workflow for Purchase Requisition Scenario: WS02000458 Overall Release of Purchase Requisition.
Agent determination is configured with "Teams and Responsibilities" app with Team Category 'PROC'.
But , WF Agen...
Hi
We have a configured the Flexi Workflow with 2 Steps( 2 levels of approval) for Purchase Order. Users wanted to Mass Approval or Rejection using an ABAP program instead of approval/rejection individually from Fiori Inbox.
So we have created a ...
Hi,
We have configured Flexi Workflow for Purchase Order.Now we have a Requirement to approve those Purchase Orders using a Program from SAP GUI not from Fiori Inbox.
I have created a Program which can approve the workflow for PO. But Its not wor...
Hi
We are configuring a new Adobe form for Purchase order in "S/4 Hana ".
1.I have created an Interface(abap Dictionary based) and Layout( Declared as "standard Layout") and designed the layout using adobe life cycle .But after configuring the ou...
Hi We are the generating Invoice Output using adobe forms and send that PDF via mail to the customers.So wanted to Password protect the PDF file from Editing. I.e.Editing should be disabled in PDF file after reaching the customer.( Offline PDF securi...
Issue Resolved.We can use FM SAP_WAPI_WORKITEM_COMPLETE for both Approve and Reject Actions. But need to pass the container with Decision elements.Thank you .
Thank you Laszlo.I have gone through the BADI Implementation class. Based on RELEASECODE Element from Container, they are calling method set_decision_reject. However , The container for my Work Item doesn't have RELEASECODE element.What release code...
Before Mass Approval, user wanted to see a report with Certain z-fields that are there in pur Purchase Order Custom Screen.But Fiori Inbox Mass Approval only have 2-3 standard fields. So we wanted to write a program to meet that requirement
Hi SijinI have referred some of the standard where they are using the FM :SAP_WAPI_WORKITEM_COMPLETE and followed the same way.I will create a new Thread. Thank you
HI Rejection of Work Item is not working using either of the Function modules. i.e. SAP_WAPI_WORKITEM_COMPLETE or SAP_WAPI_DECISION_COMPLETE.1. For SAP_WAPI_DECISION_COMPLETE., i have passed the Wi_id ( wi_type W) along with the Decision as below:* ...