Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
89 views

I'm creating the booking functionality of a Room Booking System. Each room will be booked by slots, so I'll get the total slots of the room on a specific date subtracts the booked slots of the room on ...
1 vote
1 answer
108 views

I'm building a Room Booking System using SAP Fiori. Here's a requirement I have to implement: In the page Find Room users will choose a room and a date, then take action onBookRoom. The action will ...
1 vote
1 answer
83 views

I am following the code from this tutorial. https://ecmwf-projects.github.io/copernicus-training-c3s/projections-cmip6.html When I type: # DOWNLOAD DATA FOR HISTORICAL PERIOD c = cdsapi.Client(url=...
1 vote
0 answers
62 views

Environment SAP S/4HANA: 2023 release (on-premise) Fiori App: F1595 – Stock – Multiple Materials OData Service: S31PCE Issue In the standard Stock – Multiple Materials app, the Material filter field ...
0 votes
1 answer
177 views

Can I create table type from CDS view? This is what I see when I try to put CDS as a line type for TT despite this CDS exists and I see it in SDDLAR. I tried also to create table type based on ...
0 votes
0 answers
137 views

I am working on a SAP Fiori Elements application using ABAP CDS views and want to limit the number of characters that can be entered in a particular field that is part of a grid table. In the frontend,...
k34l's user avatar
  • 103
0 votes
0 answers
63 views

With current implementation we have defined fields as mandatory like this, but we want it under feature toggle, how can we use feature toggle checks? annotate service.ProgramCycles with { name ...
Sindhu's user avatar
  • 3
0 votes
2 answers
338 views

I have the below CDS view. I need to do 1 more thing that the business has requested. Column Name1 has value 'STARBUCKS' in the db table and when user tries to search with 'Starbucks' it does not ...
1 vote
0 answers
46 views

I have an app using CAP CDS and Fiori. I use OData V4. I have various value helps which call different OData APIs when clicked. But one of the value helps, calls a REST API when clicked. I intercept ...
0 votes
0 answers
135 views

I have 4 fields: A @mandatory; B @mandatory; C @mandatory; D @Common.ValueList: { Label : '{i18n>label}', CollectionPath: 'XYZ', ...
0 votes
0 answers
316 views

I would like to get all sales orders where the material number is ABCD. I would do this with an EXISTS in OpenSQL: SELECT * FROM VBAK INTO TABLE @DATA(lt_target) WHERE EXISTS ( SELECT vbeln ...
András's user avatar
  • 1,400
0 votes
0 answers
82 views

I have defined a CDS view which is used for the value help of a smartfield. define view entity ZZHU_CDS_ORDERTYPE as select from tvak left outer join tvakt on tvak.auart = tvakt.auart { @...
Tim's user avatar
  • 73
0 votes
0 answers
479 views

I've got code like @Consumption.filter: { default value: '2025' }. Instead of this constant value, I want to have a dynamic value approach like: last day of the current month current year = !blank ...
0 votes
0 answers
372 views

I’m encountering an issue while working on an SAP CAP-based application. I'm sharing the details below and hoping for guidance from anyone experienced in CAP and SuccessFactors API integration. The ...
0 votes
0 answers
1k views

I create SAP ABAP CDS view using Z table join with table AUFK and COBRB. I want filter field GABJA based on year of KEYDT and field GABPE based on month of KEYDT. But, when I put code c.gabja = ...

15 30 50 per page
1
2 3 4 5
...
14

AltStyle によって変換されたページ (->オリジナル) /