Hi all!
I'm working on a custom GR forecast report in CDS and have run into a little obstacle where I need to derive the following:
I have the delivery date, but not sure where to begin extracting the required data.
I'll continue to look ...
Hi all,
I'm having a difficult time getting 'GET_MONTH_NAME' to work, so I am looking for an alternative way to get the month name from the period.
Here's what I've done thus far:
" Convert Timestamp to Date CALL FUNCTION 'IB_CONVERT_...
Hi!
How does one express a date MM/DD/YYYY as just a month number in CDS Views?
I want to do this:
I see lots of ways to convert date fields, but they're either for ABAP, or converting dates into something else (days between dates, number o...
Hi,I couldn't use AMDP in this particular query, and ran into a few obstacles with using substrings, BUT, I did join I_CalendarDate:inner join I_CalendarDate as Date on likp.erdat = Date.CalendarDate
Date.CalendarYear as DelDateYear,
Date.Calen...