SuccessFactors LMS
Learning Management Blog Posts
output controller: spool request selection force printing on both sides
Hello, Anyone has any guidance how to configure printing on both sides for output controller: spool request selection? We are using RDS farm. When we connect to the full rds server the default printer from the PC is successfully redirected to the server and from every other application and even in sap where the default adobe reader …
output controller: spool request selection force printing on both sides Read More »
Application Services with custom handle order
Hi all, I am trying to register a handler based on the ApplicationServices documentation. It works, but I want it to be the first handler to run and not the last, how can I achieve this? Thank you very much best regards
Is there a way to automatically set the execution block when creating a freight order in TM?
We have TM on S4/Hana 2021.
BOPF – Modify Node Association
I am trying to modify the parent key of a child node using BOPF framework. I have tried with the change_data_in_memory method using /bobf/if_frw_c=>sc_modify_association as the change mode, but it’s not working at all. I am getting a dump due to that change mode is not allowed when using the change_data method. Is there another way …
Sign in with Apple
It’s been a bit of a challenge but I’ve made somewhat some progress. I do need some expert help however, perhaps somebody has already tackled this issue! So far I can authorise users with their biometrics and retrieve an authorisation grant code from Apple’s servers. However I’ve been stuck at trying to validate this grant code. …
Predefined ABAP TYPES
Hi team. I have the following task to complete: Like in the first exercise of this course, create a new global class that implements interface IF_OO_ADT_CLASSRUN. Copy the following code snippet to the implementation part of method if_oo_adt_classrun~main( 😞 Code snippet * Data Objects with Built-in Types ********************************************************************** ” comment/uncomment the following declarations and check the output …
HCM Learning Updates and Highlights
Understand what your people need, how they work, and what motivates them to keep them happy and engaged. Human Capital Management (HCM) includes the SAP SuccessFactors portfolio and the Core HR and Payroll portfolio. In this blog you can inform yourself about our main HCM Learning Updates and Highlights in 2024: Human Capital Management product …
Upload Excel file via HTTP POST request.
Hello, I need to upload Excel file via HTTP POST request. According to the API parameters the content of the excel file has to be sent as binary inside the body of the request.How can I read Excel File from application server side in ABAP program binary and how to add those data intorequest body …