SuccessFactors CMP

Compensation & Variable Pay Blog Posts

SCMS_BINARY_TO_TEXT with trailing spaces

Hello team ,  My requirement is to use an enhancement to send DME file from SAP to FTP server. I get the data in format   tab_x1   TYPE STANDARD TABLE OF x_linetype1. When I try to download in desktop using below , I get correct out put and with proper trailing spaces and format. CALL METHOD cl_gui_frontend_services=>gui_download    EXPORTING      bin_filesize         = filesize      filename             = filename_string      filetype             = ‘BIN’      NO_AUTH_CHECK        = ‘X’    IMPORTING      filelength           = after_download_length    CHANGING      data_tab             = tab_x    EXCEPTIONS      file_not_found       = 91      file_write_error     = 92      filesize_not_allowed = 93      invalid_type         = 95      no_batch             = 96      OTHERS               = 97.  hlp_file_exit = filename.   My requirement is to share …

SCMS_BINARY_TO_TEXT with trailing spaces Read More »

Triggering SAP Build Process Automation Workflow from a Custom SAP Fiori Application

Triggering SAP Build Process Automation Workflow from a Custom SAP Fiori Application In this blog, we’ll explore h to integrate SAP Build Process Automation with a custom SAP Fiori application. This involves creating a workflow in SAP Build Process Automation, setting up an API trigger, and calling this workflow from a Fiori application. Steps to …

Triggering SAP Build Process Automation Workflow from a Custom SAP Fiori Application Read More »

🌟 Let’s Talk About Innovation Day! 🌟

🌟Let’s Talk About Innovation Day! 🌟 Last week, we wrapped up our Innovation Day—a day filled with inspiration, learning, and meaningful discussions. From thought-provoking keynotes to hands-on workshops, it was amazing to see the energy and ideas that emerged throughout the event. As part of the SAP Women in Tech community, I’m grateful to have …

🌟 Let’s Talk About Innovation Day! 🌟 Read More »

Passing Bas64 Encoded string of a PDF as Email attachment from Process Automation

Hello Experts, I’m working on CAPM with SAP Process Automation for using workflows and sending emails. I have used AWS S3 Bucket using Object store to store my PDF attachments in CAPM. I have passed the stored file’s URL  to the workflow and have created an Action in SAP BPA to fetch the content from …

Passing Bas64 Encoded string of a PDF as Email attachment from Process Automation Read More »

Loading Time by Crane to be displayed on Order confirmation and Delivery confirmation (outbound)

Dear All, I have one requirement received as below: Customer wants loading done by Crane for material  to be included exactly with Time and agreed Rate on delivery note copy and order confirmation. Currently on delivery note it is appeared as below: Material No                      QTY …

Loading Time by Crane to be displayed on Order confirmation and Delivery confirmation (outbound) Read More »

Scroll to Top