PO rejection notification & rejection comments for Fiori
Business Purpose : 1. Rejection Comments pop-Up in Po screen while rejecting the PO 2. Rejection Comments need to save in PO header text rejection comments 3. Include rejection comments in the email Notification. 4. include rejection comments for Fiori Side (Work Flow) 5. change the sender ID for PO rejection notification. Logic For First Point: step1: Create a Badi Implementation : ME_PROCESS_PO_CUST write the below code in check method: IF_EX_ME_PROCESS_PO_CUST~CHECK When I click the Rejection button, a popup appears. Step2: The functional team is creating a header text, and we will store the content within that header text. step3 & Step5: IF_EX_ME_PROCESS_PO_CUST~POST : Write the logic for vendor email notification. IF ls_mepoheader - procstat = '08' . DATA : lr_send_request TYPE REF TO cl_bcs , lr_documen...