We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
IntroductionThe functional specification is very crucial for requirement documentation and management when all the functional and technical SAP consultants work on SAP RICEFW during the realization of any SAP project.In this blog post I would like to...
Introduction
The purpose of this blog series is to share my experience with developing optimized inventory aging reports with the valuation for all stocks such as
Batch Stocks
Special Stocks with Vendor
Sales Order Stock
Special Stocks from ...
Hi Experts,
Duplicate entries displaying in the following query result in AMDP class. But when I checked data with the SE16N no duplicate entries were found. I have used the proxy object MBV_MBEW. I need to get Material Valuation. data duplicating ...
Hi Nils,
Thanks for your comment. I'm with you in terms of the S/4HANA UI/UX strategy with the Fiori App . Definitely, Fiori Apps are better than Desktop GUI like ALV reports. Here I mainly focus on the efficiency of the data processing part with AB...
Thank you all.Problem solved by adding where condition mandt = SESSION_CONTEXT('CLIENT'). Thank you again xiaosanyu it_mbv_mbew = select distinct matnr, bwkey, salk3, lbkum
from MBV_MBEW
where mandt = SESSIO...
It is possible to pass multiple selections using ABAP Managed Database Procedures (AMDP) and Table Functions.Please refferhttps://blogs.sap.com/2015/03/30/handling-of-select-options-parameters-within-amdp/https://blogs.sap.com/2018/03/21/select-opti...