Quantcast
Channel: SCN: Message List
Viewing all 8851 articles
Browse latest View live

Re: Change from tax calc procedure TAXUS to TAXUSJ - Any experiences?

0
0

Not sure about that! But thanks.

 

For starters I worked from this document

 

http://https://www.consolut.com/fileadmin/Medien/PDF/SAP_PrintDoku/en/CAINTUS/CAINTUS.PDF

 

And the relevant SAP Library docs for sales tax.  There was some config setting up that needed to take place and also some program code to load the jurisdiction codes and other data needed.  That is pretty general and was on a 4.6 system I think so likely much, or at least some has changed since then.

 

Once I worked out what to change in config it seemed to go pretty well. But... 8 years can sure fill in some bumps I'm sure we hit on the way.

 

I can give you a general out line of the config steps, but again they would be specific to our modules so not sure if it would be helpful or not.

 

Laurie


Re: SOAP HTTPS Soap Envelope

0
0

Yes, this worked for me as well.

 

thank you Bhavesh & Jaime for your help and helpful info.

 

-Sri

How to Become a Thought Leader and Give a Perfect Keynote

Re: error when running crystal report server

0
0

Thanks. I am able to locate something. I notice this error:

 

|ae786a68-cc49-7314-6b74-aaa3b6a80920|2016 06 08 15:53:52:026|-0700|Error| |  |E| |cr2013proc_SVR_SP13_APP1_T.CrystalReports2013ProcessingServer| 9296|8568|| |77|0|3|0|CMC.WebApp|svr-sp13-app1-t:5996:57.800:1|cr2013proc_SVR_SP13_APP1_T.CrystalReports2013ProcessingServer.post|localhost:9296:2156.1917:1|RequestSubsystem.CleanupThread|localhost:9296:8568.1938:1|CqR..1PkJ0TRtcllXmXvlIM320|||||||||||ras21-core: Listener::timeout() (id=345) send a RequestAborted message back to the client

 

Any idea what this is and how to resolve? Seems to be some settings needed to be fixed

Re: Error starting database / nameserver

0
0

Bellow the behavior when trying database restore from full backup:

 

1.jpg2.jpg3.jpg4.jpg

 

Same savepoint error (Wrong savepoint version: Expected 8373 but found 8361.) in nameserver trace.

Re: Interactive Analysis 1.2

0
0

excel 2010 and 2013 is supported

Re: upgrade from 4.1 to 4.2

0
0

HI Abdussamad,

 

The step is to follow best practice where only CMS, IFRS, OFRS and tomcat comes into picture when you do a patching or update. Check :KBA-1757132 - BI4 Support Pack Upgrade and Patch Install Best Practice Guide

 

So basically, you need to disable all servers and stop them and only CMS, IFRS, OFRS would be up and running.

 

Yes, when performing the update it would be downtime for the users and no one should connect to it.

 

Regards,

Mahak

Re: upgrade from 4.1 to 4.2

0
0

Regarding the Parallel update :

 

  • Parallel update and sequential both can be applied on Bi 4.1 and 4.2.
  • If you have less than 5-8 servers as CMS servers then you can use sequential update because when performing parallel update your database should be so strong to handle the load of update of else you may find deadlock situation on the server and will not an successful one.

 

Regards

Mahak


Re: Querying a dim's column in star join HANA view why result in entire view execution (PlanViz))

0
0

Ok, I understand your view on the matter and how you and your team arrived at the expectation you laid out.

Now, I won't try to defend the way the Star Join view is provided, but I like to point out, that there are more than one types of requirements for such value help views.

 

One approach for those is to say: show the user every possible value (based on the available data in the dimension/master data).

 

Another approach is: only show the values for which there are actual records in the fact table (booked values in an InfoCube to use BW terms).

 

Both ways can be reasonable and by simply querying the dimension column in the star join view, you are following the second approach. And this makes sense also on a semantic level: you query dimension data in the context of this specific cube.

 

One important point about the way dimensions are modeled is that these are also calculation views of type dimension. This enables these dimensions, actually representations of master data, to be shared and reused in multiple cubes/star join views.

It also allows to access the master data outside the context of a specific cube. And this is what you seem to want to do here.

 

In order to model this in SAP HANA you can choose a table or calculation view and assign the to-be-filtered column in the star join view/cube separately:

 

2016-06-09_09-14-56.png

 

Note how I selected my dimension view devTest::dim10 here as the value help input.

It could've also been a base table or a completely different view (maybe one that would show more additional information).

 

This way of modelling allows for you to have it "your way" of displaying the value help data easily.

Re: Subtotals format in Adobe forms when using java script not displaying 00

0
0

Hi Ankit,

 

That's normal behavior for parseFloat(string), if you want it fixed to 2 decimals then do it as

parseFloat(total).toFixed(2);

 

Cheers,

Arshid

Re: RUN_RSDRI_QUERY - Memory :Low issue

0
0

Hi Raja,

 

Please provide you LGF file and your LT_SEL part of the code.

 

Andy

MaxDB Database Studio Class

0
0

Hello,

Is there any class for MaxDB DBStudios in USA?

Re: IBP 6.1 Creation of task automatically

Re: Preventing zero value records from getting exported, on running EXPORT Data Manager Package

0
0

Hi Rupali,

 

Performance impact will be minimum, routine will just sum up and remove all the 0 records in the internal table, will be very quick.

 

Andy

Re: HANA with Hadoop integration

0
0

Hi Sandip,

 

Some of questions are already answered in SCN blogs. I have done HANA/Hadoop integration on cloudera manager using SDA

 

Refer -

 

Hadoop and HANA Integration


Re: Serailization-Update not possible; event handler is locked

0
0

Please mark question as answered if issue is resolved.

Personas Flavor Rendering Incorrectly for Some Users

0
0

I'm running Personas 3.0, kernel 742, patch level 413. We went to 413 about a week ago having been on 327. When users log on, the Personas flavor for FV50 renders incorrectly - but only for SOME users. All users have the same authorizations, work roles, etc. In addition, the users with errors receive a "control serialization failed" error message - but only after the user attempts performing a task in the flavor - like simulate, or save. As far as I can tell, everything was working fine prior to the 413 patch.

Re: BAPI_ALM_NOTIF_CREATE

0
0

Those FM's work, but they are not Remote-Enabled Modules, so I can't call them from an external application.  I'm connecting to SAP using the NW RFC SDK.

 

I ended up making it work by calling BAPI_FUNCLOC_GETLIST and setting the LOW and HIGH filter values to the same Functional Location string.  It returns 1 result which has the matching TPLNR.  It's not an ideal solution, bit it works.

 

Thanks for your help!

Is there a table(s) that SAP uses to determine unsettled amounts?

0
0

Hi Experts,

 

We are trying to determine how SAP determines which transactions have been settled for determining what it must settle. What is the table (not a report using i.e. -  CJI3 using balances, dates, and business transactions) that can be used to determine that SAP has settled or has not settled a particular posting with respect to a particular WBS or a maintenance order?

 

Here is an example:

 

WBS A or Order Z

 

Posting date 6/1/16     GL acct X     Amt $100     Bus Trans COIN                Represents a posting to a WBS or order

Posting date 6/2/16     GL acct X     Amt - $100     Bus Trans KOAO             Represents a settlement from a WBS or Order

 

What table does SAP use to determine how a posting to the WBS or order has been settled or not been settled.

 

 

Thank you,

 

Kevin

PB Newbie - CurrentRow() is unknown function name

0
0

Hi PB Gurus,

 

 

I'm trying to get the current row of a DW in the clicked event.

 

I use this:

 

if (GetRow()=CurrentRow(), RGB(255,255,0), RGB(0,255,255))

But I got Unknown Function Name CurrentRow

 

 

 

 

If I place this In rowsfocuschanged / rowsfocuschanging event

if (GetRow()=CurrentRow(), RGB(255,255,0), RGB(0,255,255))

 

It ran. But it throws I'm in  row 1, even if I select another record in my DW.

 

 

Kindly, shed some light on this.

 

 

 

 

TIA,

Viewing all 8851 articles
Browse latest View live




Latest Images