Hello,
My input payload from SuccessFactors look as below
input.jpg
In CPI, I would like to compare the <lastModifiedDateTime> with my Exchange Parameter last_run_datetime which is 2021-04-12T01:05:23Z (please note that this value is dynamic an...
Hello,
My input payload is as follows
I need to create files based on combination of "CountryOfCompany" and "PayrollArea". Also, the filename should contain those values.
For example: For the above input payload, 3 files need to be created ...
Hello,
In the scenario ECC -> CPI -> SFTP, the file placed by CPI on SFTP server has permissions 666. Is it possible to change the file permission to 777 before placing it on the server? I know that the SFTP adapter in PI has the option to set the ...
Hello,
Has anyone come across the requirement to connect from Microsoft Azure AD to SAP PO using token/application Id based authentication (without username/password)?
SAP PO to Azure AD works fine but we need to connect from Azure AD to SAP PO a...
Hello,
I have a requirement to split 1 pdf file containing payslips of many employees into multiple pdf files in such a way that each pdf should contain payslip of only one employee.
I read the blog https://archive.sap.com/discussions/thread/347...
Hello Sriprasad,The issue was in the Gather step.IncorrectDue to this the XML before mapping had 2 <EmployeeLeaveRequest> nodes. As a result the XSLT mapping created 2 <ALL> nodes The issue is with the below fix to the Gather step. It created only 1 ...
Hi Sriprasad,Thanks for your inputs. The solution works fine except for 1 issue. The XSLT mapping creates 2 root nodes <All> due to which the interface fails at the splitter level. It should create only 1 occurance of <All> nodeI have attached the pa...
Thanks Shivaram,Appreciate your help. I applied the XSLT mapping and filter for "AU|M1" and it generated the below fileThis works fine when I need to filter only 1 combination e.g: "AU|M1". If I want to filter on more combinations e.g" "AU|M2" and "N...