Hi Experts,
I have couple of Input parameters defined in my Calc view created in webide. I had deployed into the project ZREP_INTERFACE, but when I try to activate or Save service I am getting error. XSODATA with Input Parameters I had found this b...
This Blog would give us most of the information about calendar attributes or date attributes through ABAP CDS. I am involved in Group Reporting implementation where we have to deal with lot of date attributes.
Little background on Group reporting, t...
Hi Folks,
I am trying to call FS03 (GL Account) from AO. AO uses the BEx Query.
When I try to call the FS03 from the report Company code fills right but my GL account only is displaying only first 2 digits of GL in FS03.
Say my GL Account is 7...
While working on the ABAP CDS Development, It is a common practice that uses the Where-used-list of CDS views so that if we are making any change in a CDS then we can expect how many CDS views might get impacted. So thought of building ABAP program w...
This blog would give insights about the Annotations used in the S4HANA CDS DDL views.
If you are begineer then you will be puzzeled what are the available Annotations which we can use while creating a CDS view. SAP doesn't allow any customer specifi...
Sorry for delayed response
ZT_FISCPER is the my table function
define view ZCC_FI_CSDETDYCUBE
with parameters
P_FiscalYear : gjahr,
P_FiscalPeriod : poper,
P_GLRecordType : fincs_rrcty,
P_ledger : rldnr
as select from Z...
I am guess XSODATA expecting Content kind of path here not the Catalog , In my case Catalog and CV mentioned as CV developed in Webide. If I have to build this XSODATA in Webide can you please share what are the library files I need to add like JSON ...