python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CDS view with parameters and aggregate function
I'm doing a self-learning on CDS views and I'm having trouble with aggregate function.
Here is my code:
define view ZACT02B_MAR
as select from cosp as vp
left outer join prps as vd
...
Bigflatfoot
Votes: 0
Answers: 1
Converting TZNTSTMPL long timestamp to TZNTSTMPS short timestamp?
In my CDS view, I'm required to Convert the Long timestamp (TZNTSTMPL) field to the Short timestamp(TZNTSTMPS).
This conversion will help in Filtering the data using date and time.
If we have Milli/Na...
BalajiB
Votes: 0
Answers: 1
Error while binding service instance in SAP CAP using external service
In SAP CAP, I am following this Blog example link for creating CAP project consuming an external service. However, during deployment to Clound Foundry, I encountered an error below:
Error encountered ...
Takao Baltazar
Votes: 0
Answers: 0
SAP Workflow read decision note from CDS view for mail template
As the title suggests, I must read the decision note from a workflow user decision task in a CDS view (https://blogs.sap.com/2013/04/01/sap-workflow-decision-task-new-capability-to-add-notes/). The CD...
jor
Votes: 0
Answers: 0