Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8608 articles
Browse latest View live

NEED help in Activity report

$
0
0

Hi Experts

 

I had created a qurrey based on Activity,,

 

but i need to get only the last activity done on each BP, i had linked the query below, pls edit and help me to solve this issue

 

 

----------------------------------------------------------------------------------------------------------------------------------

 

select  OCLG.ClgCode AS 'ActivityNo',OCLG.CardCode as 'LeadCode',OCRD.CardName as 'Lead Name',OCLG.Notes as 'Activity Status',OCLG.Tel,OCLG.Details as 'Reason/Status',

OCPR.Name as 'Contact Person',OCLG.CntctDate,OCLO.Name,OCLG.DocNum as 'Document No',

OUSR.U_NAME as 'Activity Assigned To',

 

 

 

 

                       CASE OCLG.DocType

                       when (23)then 'Sales Quotation'

                      

    else 'Invalid Parameters' end AS 'Document Type (1)',

 

 

                       CASE oclg.Action

                       When ('C') then 'Phone Call'

                       when ('M') then 'Meeting'

                       when ('T')then 'Task'

                       when ('E')then 'Note'

                       when ('P')then 'Campaign'

                       when ('N')then 'Other'

 

 

else 'Invalid Parameters' end AS 'Activity Type (1)',

 

 

                       CASE OCLG.CntctType

                       when (-1) then 'General'

                       when (1) then 'Received E-mail'

                       when (3) then 'Follow Up: Phone'

                       when (2) then 'Follow Up: E-mail'

                       when (4) then 'Face to Face'

 

 

else 'Invalid Parameters' end AS 'Activity Type(2)',

 

 

                       CASE OCLG.Priority

                       WHEN (2) then 'High'

                       WHEN (0) then 'Low'

                       WHEN (1) then 'Normal'  

 

 

else 'Invalid Parameters' end AS 'Activity Priority'                      

 

 

from OCLG

 

 

inner join OCRD on OCLG.CardCode=OCRD.CardCode

inner join OCPR on OCRD.CntctPrsn=OCPR.Name

Left Outer join OCLO ON OCLG.Location = OCLO.Code

inner join OUSR on OCLG.AttendUser = OUSR.USERID

 

 

 

where ClgCode in(select top 1 max(ClgCode) from OCLG)

 

order by OCLG.ClgCode

 

----------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Regards


HCI - Unable to connect to sfsf system from eclipse

$
0
0

Hi,

while I am trying to access the sfsf url for query configuration am getting below error(below is the screenshot).

sfsf.PNG

I took the root ca of the sfsf url and placed inside the java keystore(cacert) at the JRE(eclipse referring to), then also same error.

I could access the sfsf url from browser.

any workaround for this will be helpful.

Thanks in advance.

reg, avinash

MM Posting period

$
0
0

Dears, We have an issue in initializing MM posting period, wherein we have copied all the settings from an existing co code which has initiated a MM posting period as 2012, we have imported the TR to QAS and tested an FI document. However we have reset all FI transactions through OBR1. Now system doesn't allows to initialize nor close in MMPV to bring the posting period 2015. Could any one quickly suggest how we can fix the issue..? Thanks, Lokesh

Sales percentage calculation

$
0
0

Hi All,

 

I have table with data Region, product,month, sales amount with data in HANA DB.I want to calculate the region wise sales percentage on the total sales in hana studio.(Some thing like % GT in BW).

 

RegionPRODUCTMONTHHeader 4
R1P1JAN100
R1P1JAN200
R2P2JAN300
R2P1FEB100
R3P2MAR100

 

My output should be

 

Regionsales percentage
R1=300/800 => 37.5%
R2=400/800 => 50%
R3=100/800 => 12.5%

i started doing using procedure but could not arrive to get final output. Any suggestions / ways to get % sales of region.

BEGIN

 

DECLARE V_SALES DOUBLE;

 

VAR = SELECT SUM(SALES_AMOUNT) FROM "JOSE_HANA"."SALES";

 

OUTPUT_TABLE = SELECT "REGION_ID", ( SUM(SALES_AMOUNT) / VAR * 100)  AS SALES_PERC

FROM "JOSE_HANA"."SALES"

GROUP BY "REGION_ID"

ORDER BY SUM(SALES_AMOUNT) DESC;

 

END;

Dummy string object that works in the query without any error?

$
0
0

Folks, need your thoughts.

 

Created a dummy dimension object (string data type) in the universe. Tried the object with and without referring it to a table, in both the cases the object does not parse. It doesn't work in the report as the query throws up an error message.

"Database error: Invalid column name".

 

My requirement is to schedule a report as csv file that has empty columns(created for business reasons), as we know when the report scheduled as csv the report columns will be dropped. Now I need to pull them through the universe so they show up in csv. Also the same report has hardcoded columns like for eg; "London".

 

I need objects that I can use them in the report without any errors. Any suggestions please?

Automatic Account Determination

$
0
0

Dear Experts

 

I have a problem.

 

In the Automatic Account Determination (tcode OBYC), my client would like for a unique couple ( Transaction key-Valuation Class) several accounting accounts be imputed.

 

How can i configure it?

 

Thank you for your feedback.

Post legacy depreciation for current fiscal year

$
0
0

Hi,

 

For an asset migration we need to migrate all depreciation posted up to 31.05.2015. For all historic acquired assets, so upto 31.12.2014, we are doing this via LSMW and populating the fields accumlated depreciation and ordinary posted depreciation.

 

Further steps performed;

- OAYC for all company codes set to period 05.2015, so first dep run will be in June

- S_ALR87009072 set the take-over-date to 01.06.2015

 

After migration the planned values look as below. All is correct, the depreciation for 01.01.2015 till 31.05.2015 will be migrated, and the first normal dep run is in June for the right monthly amount.

legacy data transfer assets.JPG

 

For assets that have been acquired in the current year however we want the same result. We are manually creating these assets through AS91, as it is only a handful. If I understand correctly, this can only be done by 'Transactions', and not 'Takeover values'. But if I enter these depreciation values through transactions, can I get the same results as above? What transaction types should I use, in other words how do I let the system fill the ordinary depreciation posted field? Or any other configuration that needs to be done? Or is this not possible and does SAP see 'Transactions' as a normal transaction instead of a legacy transfer. We cannot post any depreciation prior to 01.06.2015, so all depreciation upto 31.05.2015 needs to be done by legacy data transfer. Is there any way to achieve this for assets acquired in current fiscal year?

 

Thanks in advance.

@prompt:

$
0
0

Hello everybody,

 

I want to create a Dimension object "INPUT" of type Number with the Prompt function in the Universe

 

Adding this object in the report.

 

When I execute the report, it will prompt ' INPUT A NUMERIC VALUE :' Once I enter  a numeric value  into the Dimension object "INPUT" , It will calculate a "ratio"  using a function which use the numeric value of the the Dimension object "INPUT" .

 

I will show the new calculate value "ratio" in the report.

 

In the where clause of the properties of the new Dimension object "INPUT"

I write the sentence :

@prompt('INPUT A NUMERIC VALUE : ', 'N', 'Documentos_validos1\INPUT', mono, constrained)   but I get one error invalid definition UNV0023

 

Am I writting the @prompt correctly ?

 

How can I solve this trouble?

 

I am using MySQL as Data Base

 

Thanks in advance.

 

Best Regards.

 

Antonio


SF API Endpoint to create a candidate ?

$
0
0

I want to ask is there somewhere documentation or some API Endpoint to create a candidate. I enclose a picture of where exactly ask.


Screenshot from 2015-05-27 12:28:03.png


I apologize if the discussion is not in the right section.

Display multiple rows when used merged dimensions

$
0
0


Hello Experts

 

I have merged two quereies in webi document and want to create a single report out of those.

 

But query output is something like for every row in query1 there are 10 rows in query 2.

 

For the information two queries are covered by 2 contexts.

 

When I place the fields in report, Though I have created the detail objects, I am getting #MULTIVALUE error for field in query 2 that has 10 rows for every single row in query 1.

 

I have searched a lot and experts suggested to use aggregate fucntions but my field is a varchar value and I want to see all rows in a single table.

 

How can I achieve this.

 

Please help me.

 

Regards

Siva

Cash discount on more than 3 levels

$
0
0

Hi Gurus,

Greetings of the day...

 

I am working for an implementation project. One requirement is for cash discount at 4 levels. Standard SAP doesn't support the same.

Could any of you help  in this regard.

Example ....

CD 3% ---15 days

CD@2%---30 days

CD@1% --45 days

Net due---60 days

Some times it might be moved one level ahead also.

 

Your early reply would be highly appreciated.

 

Regards,

Debadutta

0 records selected, 0 updated: Backup from DP Planning Area

$
0
0

Hi,

 

My DTP is not backing up any data from  the planning area (to the infocube).

 

Steps followed were

 

- Planning area > Data Extraction tools

 

- Generate Data source - no zeros and blanks

- Replicate Data source

- Create a Info-cube

- Create transformation

-Create DTP - full upload.. tried Delta also with various packet sizes and error handling options.

 

- Test Extraction RSA3  - is showing the same stuff

 

The details message is this.

 

 

The data request was a full update.

In this case, the corresponding table in the source system does not

contain any data.

System Response

Info IDoc received with status 8.

Procedure

 

 

Net result : 0 selected , 0 updated

 

This is an RSDS Data source. Not 3.x Data source.

 

SCM7.2.

 

 

There were similar issues reported in BW forums but their language is beyond my comprehension.

 

Thanks

Amit

Hiding sections

$
0
0

Hi,

I have  a report in WebI. In that i have applied sections. Sometimes  the block underneath the sections doesn't have values. So i have hidden the blocks using the "Hide when Empty Property" in format table.

 

Now Similary the i want to hide the corresponding section also as there is no block related to it.For this similarly i used the "Hide when empty property" in format section. But no luck.

Also once i have checked the box for hide when empty in format section and next time when i come back to format section i find it unchecked.

 

So any solution to this or any other alternative to achive this.

 

thanks.

How to assign data to EXIT_SAPLIMR0_001 tables

$
0
0

Dear Experts,

 

I am trying to use  EXIT_SAPLIMR0_001 exit to create a notification based on measurement document creation in ik11, but I noticed the exit tables are empty and need to be filled. I would be very appreciative if you help me with this issue. I found a disscution mentioning use of 'assign' command but since I am new to ABAP I need a little more clarification.

 

please help fill below tables,

 

 

IMPT_OLD

IMPT_UPD

IMPT_UPD_USR

IMPT_INS_USR

IMRG_OLD

IMRG_UPD

....

 

Thanks in advanced .

Fscm Biller direct error

$
0
0

Hi All,

 

I configured biller direct on net weaver system  while connecting biller direct it is showing error. Below is the log file

 

Java exception "java.lang.NullPointerException: while trying to invoke the method com.sap.fin.webbase.context.ExecutionContext.getOptions() of an object returned from com.sap.fin.webbase.context.ECUtil.getCurrentExecutionContext()" has occurred; Check the trace file for location "com.sap.fin.webbase.taglib.LogExceptionTag". See also SAP Note 786367.
[EXCEPTION]
java.lang.NullPointerException: while trying to invoke the method com.sap.fin.webbase.context.ExecutionContext.getOptions() of an object returned from com.sap.fin.webbase.context.ECUtil.getCurrentExecutionContext()
at com.sap.fin.ebpp.global.ContextUtil.getDefaultBORObjectType(ContextUtil.java:133)
at JEE_jsp_public__frameset_5f_top_5f_html_842797150_1415280478000_1415340849103._jspService(JEE_jsp_public__frameset_5f_top_5f_html_842797150_1415280478000_1415340849103.java:96)
at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:428)
at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:147)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
at com.sap.xsrf.filter.XSRFProtectorFilter.doFilter(XSRFProtectorFilter.java:62)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)


Can any one help on this.

 

Thanks,

Narendar.



Adding Additional Custom field in Standard View ??

$
0
0

Hi..All,

 

I have requirement to hide one field (UI element) and create new field (UI element) in standard webdynpro view.

 

 

I have gone through Ramakrishna post  for hiding the field as below link.

http://scn.sap.com/docs/DOC-49108

 

 

For adding the field(creating new field)--

I have enhanced standard view and inserted new field(bind with required ZNODE attribute).But the field is not appearing in the view.

 

 

Kindly suggest --what could be the problem.

 

 

 

Regards,

Mahesh

sap.m.DatePicker rendering bug in Internet Explorer

$
0
0

Hi community,

 

there seems to be a little rendering bug when you put a sap.m.DatePicker in an sap.m.InputField when you want to access the app with Internet Explorer.

It looks like this:

datepicker.PNG

 

I am not quite sure if it is supported to put a DatePicker inside of an InputListItem, but it works fine with Firefox and Chrome. Unfortunately for me it has to work in Internet Explorer too.

 

Does anyone have an idea how to fix it?

In Webdynpro Iview not working

$
0
0


Hi All,

 

Recently we have upgraded support pack sp12, After that when we execute the reports through portal not working(its showing desroyed layout)

The issue only WDA Iview, all reports are working fine, other than WDA iview.

Its very urgent, if any one knows could you please help me out to resolve this.

 

upgraded version of system : SAP BI7.3(DB: HANA)

, Portal all equal version and we are using IE 9.

 

 

Regards,

Sat.

SMART WATER METER

$
0
0

The whole point of us participating in sudoCode2.0 was to learn as much as possible and have fun with tech. And we rarely thought about anything else. Moreover we took a use case for this project/app which we could connect to with our everyday life and we saw Internet of complimented it in a nice way. So our basic problem statement was: There is a lot of manual effort that goes into generating a water bill for any house in Bangalore. Similarly some apartments also have an issue as to, how does the Resident welfare association, divide the water bill judiciously. So we decide to build an app that would monitor the water flow into a household and generate the water bill automatically each month and send it to the customer’s phone via Email or SMS.

bb.png

The building blocks

The main devices that we planned to use for this IoT based solution was either a RaspberryPi or the Arduino UNO board. Though initially we did get hold of Rpi and a water sensor(also called flow sensor), which came at INR 450/-. After a few days of trying with the Rpi, where our mentor Trinoy Hazarika and Akshay experimented with various libraries supported by Rpi to get the sensor reading but we decided to go with the Arduino, as we only needed to measure the water consumption and the Arduino came at 1/3rd the price of a Rpi.

Finally with the help of Node.js and the Arduino board we were able to measure the total water flowing through the flow sensor and record our data. We were using the HANA as our backend and UI5 for the front end.

setup.png

The setup

 

We then slightly expanded our use case, where we

  1. Included views for the water providers (admins/municipalities) and the water consumers (households).
  2. In the water provider persona, we provide area specific details on how water is being used within a set of localities,
  3. We could further drill down to each of these localities (example: click on HBR layout to navigate down to see how many houses are using this device within HBR Layout).
  4. Once down to the street level view of it, the provider can see the weekly/monthly usage of water within this locality and also with the help of the sensor the provider could track in real time how much water was being used in this area.
  5. An additional feature which we added to this persona was the forecasting of water consumption in the coming months, this could help the provider it planning their procurement and better management of water for his particular area.
  6. As for the bill generation we could for now trigger emails to each of these houses who were registered with the billing details and amount to be paid.

area.pngWard/Whole area viewloc.pngThe locality view/Street viewIn the water consumer persona,

  1. We just displayed the basic details of consumer using this app, their current bill, and if this bill has been paid or not, and also their previous months consumption.
  2. The consumer can also view their weekly and monthly usage of water, which could help them control their water usage on the go, while providing a real time graph which tracked water coming in through the sensor.
  3. We provided the forecast tab, which would tell how much water would be used in the coming month and the associated bill amount.
  4. We again added an additional feature for the consumers where they could set a threshold on how much water they would use in the month, once this threshold is exceeded we would trigger a notification to their registered contact details. This would go a long way in curtailing excess usage of water.

consu.png

The Consumer View

So what next? There are a lot of areas where we need to improve on such as the bill generation, where we will need to factor in and generate the bill based on the parameters based by the municipality. We will also be implementing a payment, where it would be one stop solution, where the municipality need not require manual inspection of the water meter, then go on to generate a bill and then the consumers pay on some other portal. We definitely have to improve on the predictive analysis algorithm, tweak it so that we get the best forecast possible along with a slew of things which will go long way to solve a lot of problems we face with respect to water.

We have also seen that SAP Labs India also uses tankers for water and this device if installed and used might be useful for the facilities to track and monitor the usage and supply of water and lead to better decision making process. This is something we are excited about and have already connected with the facilities team for a pilot.

And what else did we learn?

Well, for beginners in IoT, none of us had ever worked with a Rpi or Arduino and getting to read the values from the flow sensor was the biggest challenge we had, so we started from scratch and learnt about Rpi first, programming a simple LED and then moved on to Arduino where we first developed a simple sketch and were finally able to read the values from the senor, the sketch was developed using Node.js which was a first for us. While two of us were tackling the device part of it, I and another team mate simultaneously developed the front end for it, using SAP UI5 and HANA XS services. The next challenge for us was to present the whole application in 6mintues and for this we had a lot of unplanned rehearsals and on the go presentations to different set of people eveytime, after which we came up with a structured way to present the application, where we decided to have a charade in the beginning where I was required to drink water before presenting it, and in the dress rehearsals I am pretty sure that I may have gulped down 5-7 bottles of water.

team.png

As for whom we are?? Well we are team Swift, consisting of

 

Akshay Rathore

Vandana Tadigadapa

Mansi Makkar

Syed Aleemuddin Noor

Featured Content for SAP BW powered by SAP HANA

$
0
0

 

Converting DataStore objects and InfoCubes into advanced DataStore objects

The advanced DataStore object is available since SAP BW 7.4, SP8.  

You are eager to use it for new data models and also for existing data flows?

Read this document from Tanja Wingerter about easy conversion of existing DataStore objects and InfoCubes into advanced DataStore objects.

 

The Wienerberger Story

The world's largest producer of bricks and the European leader in clay roof tiles, Wienerberger's business is characterized by strong seasonal fluctuations in demand. But slow IT performance, lack of functionality, and high support costs were making it difficult to improve sales planning, forecasting, and budgeting processes.

The central deployment of the planning applications kit for the SAP® Business Warehouse application powered by SAP HANA® allows Wienerberger to take a more granular, bottom-up approach to sales planning. The solution enables the business to make better, more-aligned decisions and IT to reduce support costs by up to 70% and accelerate the rollout of solution enhancements.

 

 

 

Increasing DMO performance

Since the availability of the DMO functionality within the SUM framework at lot of things happened under the hood as well. Beside the availability of the SAP First Guidance - Migration BW on HANA using the DMO option in SUM (which is updated constantly ...), it is also worth to have a look to the official Database Migration Option (DMO) of SUM 1.0 SP12 Guide for some performance improvements right out of the box of DMO.

Especially Oracle RDBMS based Systems which covers the majority of our customer base need to addressed with some performance improvements right from the beginning to ensure a stable and performant migration to BW on HANA.

 

 

Release of SAP BW 7.4 SP8/9  (In case the reference is not available please use this link)

SAP BW 7.4 SP8/SP9  powered by SAP HANA is the next milestone for enterprise data warehousing with BW on HANA and provides major enhancements in the area of running SAP BW on HANA as the Virtual Data Warehouse with the next level of Open ODS Views and additional CompositeProvider scenarios. In order to provide further simplification the Advanced DataStore object will consolidate DataStore Objects and InfoCubes.  Data modeling as well as query design will be supported via a common user experience. Big Data scenarios will be supported by SAP HANA dynamic tiering and performance enhancements will be provided for data staging as well as for OLAP analysis. Customers focusing on the planning capabilities will benefit from the enhanced Planning application Kit  and FOX usability

 

Simplified: SAP BW 7.4 Release Notes

Read this blog from Marc Bernard to find out about the  changes with a new SAP BW release or what features were introduced with certain support packages. Feb 2015

Updated: How To - Delta Merge for SAP HANA and SAP NetWeaver BW powered by SAP HANA

This document provides an overview of the SAP HANA delta merge process and the specific operations that affect applications such as SAP NetWeaver BW powered by SAP HANA. In order to provide further insight on this topic, the document will cover the following: - Updating the column store - Delta merge concept - Delta merge process - Monitoring the merge process - Configuring the merge process - Implications for applications like SAP NetWeaver BW powered by SAP HANA

Prototyping Your Scenarios with SAP BW7.4-on-HANA in the Cloud  – Piece of Cake with SDATA

You  heard about the exciting new functionality that is offered by BW-on-HANA especially with the latest feature package SAP BW 7.4 SP08(SCN or openSAP course).! And of course, you know of the easy way to get a free trial version of SAP BW7.4 SP08 on HANA! Now the big question is: how can you test your reporting scenarios with your data in such an environment? With the SDATA tool we have made exactly this extremely easy and comfortable!Read More...

New Query Designer in Eclipse with SAP BW 7.4 powered by SAP HANA
SAP BW 7.4 SP9 powered by SAP HANA comes with a first version of a query designer integrated in the BW-Modelling Tools (BWMT) in eclipse. With this feature it is now possible to define not only the InfoProviders of SAP BW 7.4 (Advanced DataStore Object, CompositeProvider, OpenODS View), but also queries with specific functionality in eclipse. Read the details in this blog from Marc Hartz.

Open Online Courses Delivered by SAP
How can you balance your busy work schedule, while learning how SAP innovations could potentially transform your business? With openSAP, of course! Whether you’re an SAP professional, developer, consultant, entrepreneur, professor or student you can keep up to date with the latest innovations from SAP.

Extended Storage and Dynamic Tiering

In his blog Thomas Zurek resolves the confusion around the terminology of extended storage and dynamic tiering within HANA. Further details can be found in a presentation attached to SAP Note 1983178.(SMP Login required)

 

 

See the recently featured content.

Viewing all 8608 articles
Browse latest View live


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