Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3523

Are numericals accepted as Package names in HANA Studio ?

$
0
0

Hello HANA Modelling Experts,

 

I wanted to know if the numericals are accepted as package names ? I remember Thomas Jung creating a package name with 00 in one of the openSAP courses in the past. I followed the same and system did accept it. However, I faced an issue while creating a .hdbdd file with the below syntax

namespace workshop.sessiona.00.models;

 

@Schema: 'WORKSHOPX_00'

 

 

context  tt_bp_addresses  {

 

  type PartnerId : String(10);

  type PartnerRole : String(3);

  type EmailAddress : String(255);

  type CompanyName: String(80);

  type AddressId : String(10);

  type City : String(40);

  type PostalCode  : String(10);

  type Street :   String(60);

 

 

};

 

System threw the following error while activating it.

workshop.sessiona.00.models:tt_bp_addresses.hdbdd

Syntax error: Unexpected token "00" at line 1, column 29


I tried escaping 00 as shown below, but it didn't help and I have got the following error.

workshop.sessiona.00.models:tt_bp_addresses.hdbdd

Syntax error: Unexpected token "\" at line 1, column 29

 

Can someone clarify if this is expected ?

 

Thanks & Best Regards,

 

Babu Kilari


Viewing all articles
Browse latest Browse all 3523

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>