cancel
Showing results for 
Search instead for 
Did you mean: 

System error in program CL_RS_BASE and form CREATE_DTAPRO_FROM_DDFIELD-0CALDAY [Analytics]

Former Member
0 Kudos

Good morning,

When I wrote a CDS source and try to activate it, I got following error message

System error in program CL_RS_BASE and form CREATE_DTAPRO_FROM_DDFIELD-0CALDAY [Analytics]

I couldn't find any solution for this error.

Does anybody know about it?

@AbapCatalog.sqlViewName: 'ZRBEKNA1'

@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Vbakview' @VDM.private: true

@Analytics.dataExtraction.enabled: true

@Analytics.dataCategory: #DIMENSION

@ObjectModel.representativeKey: 'NumeroClient' define view ZRBE_KNA1 as select from kna1

{ key mandt as Mandant,

key kunnr as NumeroClient,

land1 as ClePays,

@Semantics.organization.name: true name1 as Nom,

@Semantics.address.city: true ort01 as Ville,

pstlz as CodePostal,

@Semantics.address.region: true regio as Region,

sortl as ZoneDeTri,

@Semantics.address.street: true

stras as RueNumRue,

@Semantics.telephone.type: [#WORK, #PREF]

telf1 as NumeroTelephone,

@Semantics.address.type: [ #PREF ]

adrnr as adresse,

mcod1 as CleRechercheUtilisation1,

mcod3 as cleRechercheUtilisation3,

anred as TitreCivilite,

@Semantics.businessDate.createdAt: true

erdat as DateCreation,

ernam as NomUtilisateur,

ktokd as GroupeCompteClient,

lifnr as NumeroCompteFournisseur,

@Semantics.language: true spras as CodeLangue,

lzone as ZoneTransportLivraison,

stceg as NumIdentificationTVA,

gform as FormeJuridique,

duefl as StatutRepriseDonnees }

Best Regards;

Accepted Solutions (0)

Answers (0)