cancel
Showing results for 
Search instead for 
Did you mean: 

Input Parameter F4 help Date format Change in SAP HANA

Former Member
0 Kudos

Hello All,

I am working on creating the Input parameter for Start and End Date, and I want to have date format while we do F4 Help in HANA (Semantic type) , we should get format of YYYYMMDD.

In current scenario when we do F4 help in date and select any date we get the format as YYYY-MM-DD.

Do  we have any setting in HANA from where we can change the default layout of date to YYYYMMDD for F4 help.

Appreciate the help.

Message was edited by: Tom Flanagan

Accepted Solutions (0)

Answers (1)

Answers (1)

maxnuf
Explorer
0 Kudos

Hi Hemang,

There is a new feature in SP11 that does exactly this: conversion functions.

see slide 16 What's New in SAP HANA View Modeling

But you can achieve something similar by creating an extra Input Parameter Derived From procedure/scalar function and pass the Input Parameter into it.

see