The source file for the SAC Analytic application created for Workforce planning can be downloaded using the Github link. The features of the planning application are described in my previous blog.
SAC Version: 2021.13.2
https://blogs.sap.com/2021/...
Introduction:
This blog post describes an analytic application template I had developed for Workforce planning.
About the App:
This application provides the planning templates for Workforce - Headcount Planning and Cost Planning. Various data actio...
Introduction
This blog post describes how to load transactional data to a planning enabled model using Live connection data source. We had to use this approach as an alternative since this data source cannot be loaded through Import connection.
Sou...
Introduction
This blog describes how to perform multi-level approval in SAC using Calendar Tasks.
Content
In planning solutions, the workflow is an important feature that’s always requested. In SAC Input tasks, a workflow can be configured but it ...
This blog states how to create Currency Conversion calculation using Cross Calculation dimension in a story based on a Planning Model.
Content:
1. Enable Currency Conversion in the Model
In the Model Preferences, enable Currency Conversion. You ca...
If you do not want to list all values in Prompt available in Masterdata/Infoprovider:You can try creating another query (Query 2) with just Company Code and Variance with condition NOT EQ 0.In your main query (Query 1), create a filter on Company cod...
You can use:1. getPlainText().length to get the length of Input Text var text_length = 0;
text_length = Text_1.getPlainText().length;2. To find if it contains a number -> It contains a number if result is greater than -1var numbers = ["0","1","2","3"...
// Sample code - Picks latest Sales Order for a Material
// ROWNUMBER can be replaced with RANK or DENSE_RANK based on requirement.
RETURNSELECT "MATNR", "ERDAT", "VBELN", "ROWNUMBER"FROM ( SELECT V_VBAK."VBELN" AS V...