Hi Thomas,
Is there any best way to implement email functionality using sapui and sap river?
Thanks
Varathan A
Hi Thomas,
Is there any best way to implement email functionality using sapui and sap river?
Thanks
Varathan A
Not sure I understand the question. XSJS is planned to have this functionality in SPS09. Are you wanting to know how to send an email from the client side in the UI. The UI can use the mailto functionality, but this is just going to open the default email client on the users desktop. Generally this isn't what people want in the enterprise. They want to control the email content and send it automatically and therefore issue this from the server side.
Hi,
I working on a migration project from BW 7.01 to BW 7.4 on HANA.
There are MS Access databases that were used to update tables in the BW schema on SQL Server.
As we don't have time to rewrite everything, i need to make it work on HANA database.
I installed the HDBODBC client and manage to access some tables. But when there is a nvarchar in the table key, access linked tables returns #DELETED in all cells. nvarchar appeared since we did a unicode conversion during our upgrade process.
The ODBC trace show no errors and if i use direct SQL, I'm able to see the data.
As I don't want to rewrite the VBA, I'm looking for a tip to make linked table work with unicode.
Regards
Christophe
Thanks for the information.
I was doing a union of common data in KNA1 and LFA1 I renamed node to t_kna1 and t_lfa1,and I'm still getting the same error I think (not sure 'case I converted in 2 views now and deleted the old one) . For while I converted 1 view in 2 and now is working.
In my next view I'll try again using meaningful names to be sure.
Thanks a lot Christian.
Hi,
I have problem with filters after implemented SAP Hanna.
I can not limit choices in filters after making choices in first filtr. for example
I have wet and dry Products and in first filtr I choose "wet products" so in second filtr ( products ) I want to see only wet products not all (wet and dry). Before Hanna I have this, but now not .
Where is problem?
Hi,
While i am creating analytical view, in datafoundation i am using certain tables like EKPO, EKKO and in logical view i am joining this data foundation to my attribute views.
Problem i am facing is i require MEINS field from EKPO table which is in my data foundation , Also in one my attribute views which I am using in analytical view has field MEINS as well.
When I try to activate the model it gives me error saying "Unique Constraint Check" Duplicate Entities MEINS Detected. Please resolve the name clash among columns.
I thought of renaming the columns but i was not able to find that option so at the moment I removed MEINS from data foundation, keeping the MEIN from attribute view only but I am confused if data will be correct.
Is there some way I can have both the same name fieds of datafoundation and Attribute view to see both have same data or not.
Kindly help.
Regards,
Laksh
Hello Experts,
I am unable to call a SQL procedures which involves spatial function because of error "Syntax for Spatial Functions must be in Objective-style"
below is my Procedure & Call Statement.
This has remained unanswered on forum. Can anyone help.
Adding Gerrit Simon Kazmaier
As suggested by Jon-Paul Boyd in below thread
Hana SPS07 and spatial data in procedures
Thanks.
Harshawardhan
Hi Laksh,
You can rename the column in data foundation of the analytic view. Add the column to output. Then click on the column in output and edit the Name of the column from its properties.
Regards,
Rashmi
Thank you very much!
Hi Sreehari,
Sorry for the late response! I completely overcomplicated the solution and was able to get this done with this code:
| $(document) | ||||||||||||||||
| .ready( | ||||||||||||||||
| function() { | ||||||||||||||||
| setTimeout( | ||||||||||||||||
| function() { | ||||||||||||||||
| $( | ||||||||||||||||
| jQuery.sap | ||||||||||||||||
| .byId("tableID tbody")) | ||||||||||||||||
| .sortable( | ||||||||||||||||
| { | ||||||||||||||||
| connectWith : ".ui-sortable" | ||||||||||||||||
| }) | ||||||||||||||||
| .disableSelection(); | ||||||||||||||||
| }, 1000); | ||||||||||||||||
| }); |
If i have 2 measures. measure defined as count, works fine but measure defined as sum does not aggregate correctly.
I think i am missing some basics here. Suppose if i have 2 tables:
Table-1 with fields (date, year, month, day)
Table-2 with fields (date, attribute-1,measure-1)
and i join them in a calculation view on 'date'.
What should the level hierarchy look like?
1. year -> month -> day
or
2. year -> month -> day -> attribute-1
The following scenario:
Table A (the transaction table) contains 'Transaction Type' and 'Transaction Amount' (and other fields)
Table B (the accounting table) contains 'Account' and 'Booking Amount' (and other fields)
The requirement is to move the data from table A to table B based on a business logic. The business logic basically is a mapping between 'Transaction Type' and 'Account'
Example:
Table A transaction types ( T01 + T02 ) / T03 = Table B account A04
Since the business logic is to be manged by the business community the idea is to use 'Decision Tables'. It would be very advantageous if the busines users themselves would be in charge of the formulas (see example above), instead of having to go over a developer each time a rule needs to be adjusted.
In all the documents covering the topic of 'Decision Tables' that I have read, as well as the SAP-Help, there is NO reference to a case where the logic in a 'Decision Table' is used as the basis for a posting logic. All examples that I have come accross 'only' deal with altering the values in value fields (the classic example being discount).
Are 'Decision Tables' not made for what I am looking for?
Anybody gor a suggestion on how to go about solving this requirement?
Hello Fernando,
I am trying to find a way to convert the two GUIDs using HANA development. Even if I create a new table with two columns, how will I populate the tables?
Thanks,
Aamod
Hi All,
How can I get the Calendar Week from the Current Date in a Calculated Column of a Calculation view.
I know that if we pass current date to M_TIME_DIMENSION table we can get the result in CALWEEK field and can join it to my view.
But in my model I don't want to use the M_TIME_DIMENSION table. I want to get the Calendar week calculated in a Calculated Column of my Calculation view.
Thanks
You may use the ISOWEEK function for something like that.
If you are just looking calendar week number then Week function should work as well.. select week(current_date) from dummy
Hello Harshawardhan
This is a known limitation with HANA <= SPS8 / Rev84.
Your procedure works fine in HANA SPS09 which will be delivered soon.
Best regards,
Hinnerk
Yea kevin good find his helps allot
Hi,
Maybe you don't know but it's not easy to understand what you describe on your question. What is "before HANA"? What artifact you are using? Did you modeled something? Which kind of information view? or it's a script? or Maybe a client connecting direct to DB?!?!?!?
Please help us to help you. Describe the pieces of things we can analyze. Post some code, screen shoot something....
Kind regards, Fernando Da Rós