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

Re: SAPGUI login screen forgot password enhencement

0
0

Hello Michael

 

I already saw that link.

 

It is not really what I am calling out of the box feature.

 

We need to install another peace of SAP product, SAP Identity Management 8.0 SP00 or higher, than a install a dispatcher, having AS java and Developer Studio and more.

 

I am not looking to spend a lot of money on something so basic.

 

We are not using Java, and I don't understand why we should use it. I maybe missing something here.

 

I am looking to a very simple solution to integrate a button to the login screen.

 

Is that can be possible?


SAP IBPF 1511 (On Prem Edition) Revenue Planning Transfer To SOP

0
0

Hi all,

 

We have activated content for the 1511 (V1) on prem edition and I am working on the BPC Optimized For S/4HANA module (IBPF).

 

I'm looking through SAP's documentation for standard pre-delivered content and specifically looking at the Revenue Planning (BEA) building block.

 

The last piece of the process is to transfer the quantity and sales plan into SOP as mentioned here:

Capture.PNGCapture 2.PNG

 

But I can't see any mechanisms to do this and it's not in the test script that SAP provides (http://support.sap.com/content/dam/SAAP/Sol_Pack/Library/TestScripts/BEA_S4HANAX_BPD_EN_DE.pdf), can someone please advise on this?

 

Capture3.PNG

 

Thanks!

SAP IBPF 1511 (On Prem Edition) CO-PA Product Cost Planning Into IBPF

0
0

Hi all,

 

We have activated content for the 1511 (V1) on prem edition and I am working on the BPC Optimized For S/4HANA module (IBPF).

 

I'm looking through SAP's documentation for standard pre-delivered content and specifically looking at the Revenue Planning (BEA) building block.

 

It is mentioned in the test script ((http://support.sap.com/content/dam/SAAP/Sol_Pack/Library/TestScripts/BEA_S4HANAX_BPD_EN_DE.pdf)) that a part of the Revenue Planning process is bringing in the Product Cost (for price Planning).

Capture4.PNG

 

But I can't see any mechanisms to do this or standard delivered Analysis For Office workbooks (queries) that would allow us to do this.

 

Part of the Price Planning we would like to do is taking historical costs by product and by customer to help plan out future prices by product and by customer as well.

 

Any help on this would be appreciated, thanks.

Re: MCF Self Service App for Utilities

0
0

Hello Yevgen,

 

Thanks for your suggestion. With your suggestion we have tested via postman and we have received response via SMP, after some modification in SMP. According we have to change metadata url in our code.

Now the initial page got loaded in our mobile app. All other functionality are working fine now except "Login". While clicking the login button the login.xml got loaded, but giving the userID and password its giving the below error in device debugging.

 

Thanks & Regards,

Souvik Saha

Passing parameters to a report using RESTful SDK

0
0

Have anyone used RESTful SDK to generate a PDF/XLS report that takes filters/parameters?

 

I have seen many posts that create a report but won't take any parameters. I couldn't find any documentation either. Not sure if I need to pass the parameters in the header or in the URI.

 

My requirement is to call a WEBI report that might filter data based on the values passed and generate either a PDF or XLS. So far we have simple filters that filter data by customer, date etc.

 

Any help is greatly appreciated.

 

Thanks,

Sher

Re: Embed a report inside another Webi document

0
0

Hi Jonas,

 

One way to do this which is too much maintenance is, in Document B create additional queries (queries from Document A) manually and the structure and everything from A. This is like creating Document A 2 times, it's too much maintenance if and when Doc A is updated, you'll have to update its stuff in Doc B again.

 

ONe workaround though is to use iframe and embed the Doc A in Doc B. Check this blog, it's about embedding swf file in Webi and I did that earlier.

embed xcelsius in webi

 

Thanks,

Mahboob Mohammed

Re: Leads Confusion

0
0

Hi Pushkar,

 

The user guide still have the "Leads" and "Sales Leads" mentioned which I think need to be updated.

 

Regards

Vishwas More

Re: Crosstab in Webi Report  with 13 months and Totals for 12 months

0
0

Hi Cristina,

 

Yes, you can, use relativedate() function to do that and starting 4.1 sp6, that function can do more. Check out "Improved Relativedate() Function" in this blog.

SAP BI 4.1 SP6 - What's New in Web Intelligence and Semantic Layer

 

To show 13 months data, create a flag variable as below and used it to filter on the block.

V_13MonthsFlag =If([Date] Between (Relativedate(Currentdate();-13;MonthPeriod);Currentdate())) Then 1 Else 0

 

To show the sum for last 13 months only in Summary column, use the below formula:

=Sum([Measure]) where ([Date] Between (Relativedate(Currentdate();-12;MonthPeriod);Currentdate()))

 

Let us know if you've any issues and/or questions.

 

Thanks,

Mahboob Mohammed


Re: prompts with universe as data source

0
0

Hi Jayanta,

 

Thanks for your reply, much appreciated.

 

I've realized that the prompt being forcibly applied has nothing to do with this issue so shouldn't have made that assumption - I'm guessing it might have something to do with LOVs but my track record of guessing doesn't look all that good!

 

I'm using SAP Predictive Analytics 2.5 x64 Windows 7 SP1

 

The BO installation is XI R-3.1 SP 4 and is running on Windows Server 2003 Enterprise Edition SP2.

 

CMS running on Oracle 11g

 

I've run UnvDoc on the universe, am I able to email this file directly to yourself? Please let me know of any additional information that's needed. I really appreciate your help with looking into this.

/Magnus

Re: Custom .CSS file is not working as expected in RFUI ITS(distracted output)

0
0

Hi

 

RTL is not supported for ITSMobile to the best of my knowledge.

Is RTL working correctly when you call the WEBGUI service if you logon in Arabic?

Please note that the WebGUI supports BIDI and mirrors most of the screen elements in Release SAP NetWeaver 7.0 and above.

The following elements are not mirrored:

  • Toolbar Control.
  • Some pictures.

You could try and use the ITSMobile Visual Editor to change the layout of the templates of the required screens

See the WIKI: https://wiki.scn.sap.com/wiki/x/-QRPF

 

Regards,

 

Oisin

Re: SAP HTML Viewer - GET and POST method

Re: Employee number in Successfactors

0
0

Yes you can. You just need to modify the rule example provided in the EC Master Guide to be Legal Entity specific. You probably need a number of rules, one for each Legal Entity.

Re: Call an URL with ABAP program (Method POST)

Picking one type of multi record

0
0

HI I Have data like this:

 

Order#            Order_code                  Order_Amt

 

123                 Code1                         100.00

123                 Code2                         100.00

123                 Code3                         100.00

123.                Code4                         100.00

 

Most of our orders will have only one order_code per order, but some have more than 1.Different parts require different works etc..

 

So in the above suppose we have a hierarchy, if there is a code1, only show that. if not a code1 in this list, then code2 is next.

 

How do I code this in the record select?

Re: Connecting to SQL Server Cloud- AZURE

0
0

Nope, it did not work, here is the response I got from SAP saying they dont support AZURE

 

I would like to inform you BO support cloud services to limited vendors.We do not support #Cloud# data sources in XI3.1 nor in UDT.  Only

BI4.0 or BI4.1 IDT.

The only data sources we support are Apache/Hive, OData,

XML/WebServices and Amazon.

We do not support any further #Cloud# vendors.

Please check the KBA Note:  1919334 - Connecting To A Cloud Data Source


Thanks


Project Planning Board Issue

0
0

Dears,

 

Can some one help me if he faced this problem before

 

the project planning board table area is appearing with no text as per the below screen shot

 

can any one help me

 

Best Regard

 

Allaa Waked

Re: Date Format displaying blank.

0
0

Hi Ankit,

 

I tried your way it is giving blank date on frontend. see below screen-shot.

Capture.PNG

SPDD

0
0

Hi ,

 

Within SPDD , under ' Without Modification Assistant' the data elements are in yellow? I have been asked to do SPDD work and I am trying to change them to Green. What is the best way to do this? Should i switch the modification assistant and do this?

 

Thanks,

K

Analysis 2.2 SP2 startup issue

0
0

Hi All,

 

I recently upgraded to Analysis 2.2 SP2 and noticed that I am unable to launch 'Analysis' from Programs-> SAP Business Intelligence -> SAP Business Objects Analysis -> Analysis for Microsoft Excel'. As a workaround I am able to enable the 'Analysis' add-in from excel through File-> Options-> Add-ins-> COM Add-ins-> Analysis option.

 

From the log that I realize that the excel is unable to find the Analysis application. Have any of you faced this/similar issue and were able to fix it?

 

----------------------------------------------BEGINNING of LOG----------------------------------------------------

 

FILE_TYPE:DAAA96DE-B0FB-4c6e-AF7B-A445F5BF9BE2

RECORD_SEPARATOR:30

COLUMN_SEPARATOR:124

COLUMNS:Time|Severity|Category|Method|Thread|Text

SEVERITY_MAP:DEBUG|Debug|INFO|Information|VERBOSE|Verbose|WARNING|Warning|ERROR|Error|FATAL|Fatal

HEADER_END

2016-04-11 15:58:29,165|INFO|Log.Cof|Com.Sap.Cof.Framework.Main.LoggingInitialisation.SetupLogging|1|Basic initialisation: logger is setup from: C:\Users\userxxxx\AppData\Roaming\SAP\Cof\Log.config#

2016-04-11 15:58:29,262|INFO|addins.launcher|Com.Sap.Cof.Launcher.Launcher.Main|1|Starting Add-in Launcher#

2016-04-11 15:58:29,262|INFO|addins.launcher|Com.Sap.Cof.Launcher.Launcher.Main|1|Version: 2.2.2.55076#

2016-04-11 15:58:29,538|INFO|addins.launcher|Com.Sap.Cof.Launcher.LauncherApplication.StartApplication|1|Trying to find Add-In: SapExcelAddIn#

2016-04-11 15:58:29,542|INFO|addins.launcher|Com.Sap.Cof.Launcher.LauncherApplication.IsAddInRegisteredInCurrentUser|1|my build#

2016-04-11 15:58:29,543|INFO|addins.launcher|Com.Sap.Cof.Launcher.LauncherApplication.IsAddInRegisteredInCurrentUser|1|File exists: C:\Program Files (x86)\SAP BusinessObjects\Office AddIn\SapExcelAddIn.vsto as registered at key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Excel\Addins\SapExcelAddIn#

2016-04-11 15:58:29,543|INFO|addins.launcher|Com.Sap.Cof.Launcher.LauncherApplication.StartApplication|1|The Add-In is registered under the current user tree#

2016-04-11 15:58:30,618|WARN|addins.launcher|Com.Sap.Cof.Launcher.CrLauncherUtils.TryFindApplication|1|Could not get application for process 1216 with default method, will try fall back method#

2016-04-11 15:58:38,401|ERROR|addins.launcher|Com.Sap.Cof.Launcher.Launcher.Main|1|Process has exited, so the requested information is not available.#

----------------------------------------------------------END of LOG------------------------------------------------

 

 

System Information: Windows 7 Enterprise

Analysis: 2.2 SP2

Excel: 2010

 

Thanks,

Santhana

Disabling TLS1.0 at OS level

0
0

Dear Experts,

 

Our admin team mentioned that security protocol TLS1.0 will be disabled at the Portal Server OS Level at our workplace.

 

Will there be any issues with normal access of portal ?

Any impact on ABAP/APIs ?

 

Any inputs are highly appreciated

 

 

Based on my initial analysis, SAP has these protocols at its Kernel level and may not have any impact.

 

Regards,

Murthy

Viewing all 8798 articles
Browse latest View live




Latest Images