Maintenance View for Multi Tenant Hana Tables
Hi everyone, Sorry if this is already answered, but I've been searching about this thing and I everything that I found is information about how to get information from views created in HANA.The problem...
View ArticleHi Everyone,
Am trying to print three sales order output(3 pages) through dot matrix printer(LIPI 2250 model). When i print this, All the data is getting printed on single page itself instead of printing in three...
View ArticleOptional Parameters in CDS view OR Default value
Hi I need to make a CDS view for consumption via Analysis for Office However there are certain parameters which user will enter as mandatory(easily solved by parameters) but certain are optional...
View ArticleABAP to HANA
Hi Guys, I need serious info for my building up my career , am currently working on SAP ABAP and technically good. I want to migrate to HANA and i have no idea what to choose in HANA . Can any one...
View ArticleRe: Maintenance View for Multi Tenant Hana Tables
Hi, I am not sure if this can work but try this & let me know if you face issues. Open ABAP perspective & create an "External view" for Attribute view(create attribute view for your table)....
View ArticleRe: Getting error "Object directory entry R3TR INTF IF_YDPP_PRO_XXXX does not...
Was earlier DB proxies were working or this is issue with just one DB proxy? Just a suggestion: SAP has deprecated DB proxies after 7.4 SPS05 so it is better to opt for another solution.
View ArticleRe: How to Connect HANA in Eclipse?
Hi Vaishali, Please refer the below blog on step to setup ABAP on HANA Eclipse Step-by-step Guide to setup ABAP on HANA with Eclipse Youtube videos which explains on the same...
View ArticleRe: How to get Standard Deviation in HANA SQL for columns
STDDEV is built in functionality is available for column store. You may consider to transpose it first. Many SCN helps are available for same.Thanks.
View ArticleRe: Maintenance View for Multi Tenant Hana Tables
Thanks for your input Sumit Kumar, Sadly I couldn't test your solution because our basis team already told us (not sure if it is actually true) that the user request is not viable. The explanation...
View ArticleRe: CDS Views:Multiplication of decimal numbers
are you using annotations for amount and currency code something like this: { bpa.bp_id as customer_id, bpa.company_name, @Semantics.currencyCode: true so.currency_code,...
View ArticleRe: Locking in AMDP
Hi Saurabh. ENQUEUE & DEQUEUE are meant for AS ABAP. AMDP doesn't execute on application server. Thomas is right. Thanks,Sumit
View ArticleRe: CDS view error
Hi Kumail, @AbapCatalog.sqlViewName annotation is required to create corresponding SE11 object. The object type of this object is "VIEW" and can be checked in table TADIR also.Any HANA table/view can't...
View ArticleRe: Optional Parameters in CDS view OR Default value
Hi Sumit, But I am not able to find right annotataions for making a parameter optional.I have period (MONAT) as optional parameter. how to make that
View ArticleRe: Optional Parameters in CDS view OR Default value
There is no annotation which makes CDS parameter optional(as of now). You need to think other way.
View ArticleRe: How to Connect HANA in Eclipse?
Hello Avinash, you cannot create an ABAP project on the HCP trial, cause there is not ABAP system running. You can do only HANA native development like explained above. To create an ABAP project you...
View ArticleData Migration Tools for ECC on SAP HANA
Hello, We are going to implement SAP ECC on HANA for our client and transfer legacy data to SAP HANA systems. I want to know are the data migration technologies (LSMW & BDC) will be available under...
View ArticleRe: Optional parameters on CDS Views?
Hi Is there any way to make parameters optional in abap cds views, say via annotations...? Any possibility now?
View ArticleRe: Getting error "Object directory entry R3TR INTF IF_YDPP_PRO_XXXX does not...
Nope that wasnt the issue with DB Proxy, but not sure whether the problem was because of some patch. Its resolved. thanks !
View ArticleUse of ABAP Functional Module in ABAP CDS Views
Hello All, In our operational BW reports which are based on ABAP CDS Views created in S4HANA System, we need to use functional module to populate few fields in the ABAP CDS View.Can you please let us...
View ArticleCDS - Display Elements in Analysis as Text
Hi togethergetting into the world of CDS I've done the example CDS which are mentioned in S4H410 (Flight-Model), Using the conumption CDS, all works fine together with BI Analytics (for MS Excel). But...
View Article