Introduction
One of the most requested requirements in SAP S/4HANA is that having workflows in the Sales Price processes, even you can address this requirement since the ERP world. Now we have a way to set up Business Workflow Scenarios without the...
Hi experts,
My case is I need to execute some logic once COMMIT was involved. So I run my FM in UPDATE TASK. But the data structure is not a generic type, each run probably has a different data type, I can not directly pass it via the parameter of...
Hi experts, I have a web application, inside of it, a piece of code:-> CALL FUNCTION 'CREATE_ORDER' STARTING NEW TASK ''. What I wanted is a simple thing, debugging inside of FM CREATE_ORDER.So I set an external breakpoint at above code using the bu...
SAP On Premise, right? You may Unlock the namespace using transaction /AIF/NS_LOCK. And you have to understand '/' is reversed for SAP https://me.sap.com/notes/3071632/E.
For some complex calculations, you may try the 'Custom Analytical Query' app, where you can use Running Total Logic. This app is part of Key user extensibility.
The ABAP logic that pushes down to HANA should be in the right direction, so you may try the CDS function(CASE, WHEN...), if you don`t have CDS, create one...