Inventory aging trend with S/4HANA embedded analytics? Hmm...Sounds like data warehousing snapshot requirement. Actually S/4HANA inventory data model supports key date concept (with some limitation) making it possible trend analysis.
Example below ...
Have you ever thought of adding aging dimension to S/4HANA trx.MB52 warehouse stock data? If yes, then we are on the same page - aging information helps to manage material stock more effectively surfacing processes issues. Enjoy.
Inventory Aging rep...
Spend reporting is an important AP requirement that helps companies better understand and control their expenses. Traditionally, companies that run SAP approach Spend reporting with BW solutions.
When it comes to Spend reporting BW gives little to no...
If you worked on complex S/4HANA ABAP CDS views, you probably run into "User-defined functions are not supported in the SEARCHED CASE WHEN clause" error message. You can workaround this problem either splitting complex view into 2 more simple nested ...
ABAP CDS views provide a set of string functions and also support regular expressions from release 7.55. But sometimes your string manipulation requirements go beyond aforesaid capabilities. In this case my blog is for you.
Below is a perfect exampl...
Hi Pablo,
thank you for interest in my blog. Fiori apps of use of CDS view string manipulation is beyond the scope of the blog. If you find a solution to your requirement, please share with SAP community.
Regards, Uladzislau
Hi Sameer,
using exception aggregation is a last resort. Your requirements can be fulfilled using nested CDS views. Inner view selects distinct material and status and outer view selecting material and count.
Regards, Uladzislau