Hi Rohan,you can check if there is a user assigned to the HR person (in transaction pa30).Usually, this is needed in order to have a full linkage between BP <> HR <> SU.If the linkage is correct, you can check if your user appears in CDS view I_Busin...
Hi,1) First check if the event linkage for the Task PM workflow pattern is active.2) If yes, you can put a breakpoint in class CL_EHFND_EXT_NOTIF_PM_PROXY method CREATE_NOTIFICATION for user SAP_WFRT and see what messages are returned after CALL FUNC...
Hi Alan,from S/4HANA version 1809 the old actions are deprecated and now we use the new Task Management.The PCBO and PCO objects are not available anymore and you should not check/rely on SPRO activity "List Configured Processes".The Workflows are no...
Hi Andrew,Example:Lets say that we have uploaded 2 pictures in the incident (see picture file1).These records are saved in the node ATT_DOCUMENT (see picture file2)Both records have different ATF_FILE_KEY saved in the database.We can use this ATF_FIL...
Hi Deepak,the PCO classes are not needed anymore.The reason for the error is because the Incident Record is not found in the CHECK_LPOR method of the adapter class.Can you please check and implement SAP Note 2928017 and check if this will solve your ...