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

Re: SAP Addon Error

$
0
0

Hi,

 

Is it SAP standard Add-on or third party add-on?

 

Thanks


SAPUI5 IOS KAPSEL Logon delete registration holds application session.

$
0
0

Hi There,

 

Good day ...!

 

We are using SMP 3.0 SP10, KAPSEL Logon plugin for IOS 9.3.1.

 

Using Kapsel Logon Plugin We register and unregister device, how ever I have below 2 issues which I couldn't find the reason or solution.

 

1) When user registers on the device, we see an entry of registration in SMP Admin cockpit. but on successful unregistration (sap.Logon.core.deleteRegistration) I assume the registration entry to be deleted, but its not happening.

 

2) This is weird, User A registers successfully and then unregisters, now with out killing the APP straight away if User B registers, it says success but in the Admin cockpit registration entry is with User A, so from here all calls to SMP or Odata returns 403 forbidden error.

 

If we kill the APP relaunch it and register it with User B everything works fine.

 

for scenario 2, after successful (sap.Logon.core.deleteRegistration) we just reload the window which mean Index.html is called and new context is created.

 

below is my code for reference:

 

deRegisterDevice: function(evt)
{  var controller = this;  jQuery.sap.require("sap.m.MessageBox");  sap.m.MessageBox.show(  "Deregistering the device will remove any data stored for the Application. \n Do you want to procced deregistration ",{  icon: sap.m.MessageBox.Icon.WARNING,  title: "Warning",  actions:[sap.m.MessageBox.Action.YES, sap.m.MessageBox.Action.NO],  onClose:function(oAction) {  if(oAction === "YES")  sap.Logon.core.deleteRegistration(controller.logonDeregisterSuccessCallback, controller.errorDeregisterCallback);  }  });
},
logonDeregisterSuccessCallback: function(result){  applicationContext = null;  var app = sap.ui.getCore().byId("App");  var vController = app.getPage("tileHome").oController;  jQuery.sap.require("sap.m.MessageBox");  sap.m.MessageBox.show(  "Device registration has been removed",{  icon: sap.m.MessageBox.Icon.SUCCESS,  title: "Success",  actions:[sap.m.MessageBox.Action.OK],  onClose:function(oAction) {  vController.router.oHashChanger.setHash("");  window.location.reload();  });
},

 

Have some one came across this and have a fix please advice.

Re: Failure - Unable to load groups - flpportal Trial Account

$
0
0

yes I tried, but no luck. I was wondering if this issue occurs on old trial accounts only, I created new one which works fine both portal and web ide.

 

 

I Just don't want to have a new account coz i cant use SSO on SCN and OpenSap.

Actually, i have 3 accounts on trial, the old one has issue on flpportal, the second one has issue on web ide error 500, unscribing and rescribe dont work , so my last resort is to create new Account which now doing fine. Comparing if I had done wrong with any config but none.

 

I hope this can be solve

Re: Reg : GL Opening Balances Project wise

$
0
0

Other option is to load opening balances using journals in DTW, there you can assign your projects

Re: SAP DS ABAP RFC_ABAP_MESSAGE- Time limit exceeded

$
0
0

Thanks for you answer, why do you say that with SAP HANA you can't extract huge tables?

 

Any particular reason?

 

Also what are the suggested workarounds?
thanks

mike

Re: Formatted search query breaks when a weight field changes from kg to mt

$
0
0

So I get the Case structure which is great. However, I am not sure why the unit of measure matters. I am actually using the total line weight, rather than the weight from the unit of measure (which I know is not perfect).

 

I imagine there would be a complex select statement to retrieve the weight from the unit of measure table, which is why I just take the total weight of the line (which is standard field regardless of unit of measure).

 

If someone has an idea of how to select the weight for a given unit of measure from a marketing document line that would be awesome.

Re: Need Help on External Reconciliation in SAP Business One

$
0
0

Hi,

 

You can select GL accounts from "From" and  'To" fields.

 

Thanks

Re: Unassigned Nodes in Master Data Hierarchy Load from BW InfoObject

$
0
0

Hi Nick.

 

It depends on your selection during master data upload, if you select a hierarchy in the hierarchy selection tab then any other members not part of the hierarchy will not be loaded, so in your case non-existent.

 

so it all depends what do you want to archive, do you want to load all member from that info object? then just leave hierarchy empty during the selection.

 

If you want all members outside a hierarchy into a custom one in BPC then you have to use routine BADI. or you update the hierarchy in BW.

 

Andy


Re: Access EKKO EKPO tables too...slow

$
0
0

Hi,

 

Can you please check following details.

 

1.Compare the size of the  tables both QAS and PRD systems.

2.Check the growth of the tables after migration .

3.Check the db response time for both tables.

4.If still tables are slow, can you do online  reorg  and recheck it.

 

Thanks & Regards,

Balaram

Re: EPMLocalMember formula goes wrong in a dynamic expandable report

$
0
0

Hi Vadim,

 

I also tried to manually create the local member then typed in the EPM formula in the "Edit" dialog box but the result is same - the figure is incorrect after report collapse because the excel cell reference moves after collapse. I'm attaching a few screenshots.

 

After Expand

After_Expand.PNG

After Collapse

After_Collapse.PNG

EPM Local Member Setting

 

localmeber_setting.PNG

Account Member Settings

 

Account_settings.PNG

 

Another thing I noticed that node TOTAL REVENUE is collapsed by default but other parent nodes are expanded by default i.e. when I launch the report.

 

Regards

Sougata.

Re: Trying to create a report with YTD and Month to Month comparison

$
0
0

I think I am done.

Thanks to everyone and no one. This was a very lonely adventure but I finally got it. This was the formula that I needed.

 

WhilePrintingRecords;

CurrencyVar Amt;

 

 

Amt:= Amt + Sum ({@Current Year Sales Per Rep}, {@Month Grouping})

Re: Stuck in phase PREP_GENCHECKS/NTACT_CHK

$
0
0

Hi Josue,

 

Did you find any solution for this? We are on HANA DB and getting the same error for table /BCV/S_UIF_CHIP_INSTANCES.

 

Thanks,

Arpit

Re: BPC Link - web doesn't appear to TEST SERVICE

$
0
0

Thank you very much Ozgur Tas for your answer,

 

I'm still not available to enter to BPC with that link. I already tried, what could I do?

 

Thanks in advance.

 

Best Regards.

Re: Today's date in Query filter of WebI

$
0
0

I second what Mahboob is sayin. Best way to achieve this through Universe. Second option is to use a custom sql which I would not advise you to use. So I would say better explain this situation to your client. I am sure he would understan.

 

Also check out this thread as well hope this will clear your doubt on this issue.

Using currentdate() on webi query | SCN

Re: sap Application server Java Kernel upgrade

$
0
0

Hi Kaushik,

 

Please follow below note for update the kernel.

 

19466 - Downloading SAP kernel patches


Procedure:

 

Copy uncar files to /sapmnt/<SID>/exe, /usr/sap/<SID>/JC<nn>/exe and /SDM/exe  and all application servers locations.

Rename  .old to  existing library files in existing kernel

For giving appropriate permissions to kernel files , logon to root user

Then run script => /sapmnt/<SID>/exe  saproot.sh  <SID>

Before starting the startsap , cleanipc <nr>  remove

startsap

 

Thanks & Regards,

Balaram


Re: How to create Webi Formula?

Falha validação ECC e GRC nos campos de encerrante

$
0
0

Olá pessoal.

 

Me deparei com um problema e cheguei a abrir um chamado na SAP, mas não foi solucionado.

 

O cliente é vendedor de combustíveis, mas não ao cliente final, ou seja, não se trata de um posto de gasolina, mas sim, quem fornece combustível ao posto.

 

Porém, o cliente, no futuro, deseja sim adicionar um posto de combustíveis no SAP.

 

Vejam anexo a análise do erro.

 

Espero que possam me ajudar.


Abs

Re: SOAP Testing error: INTERNAL.CLIENT_SEND_FAILED (SOAP UI)

$
0
0

Nitin

 

He is not able to test from SOAP UI, So nothing to do with PI I guess at this point.

Re: Copy and pasting from SAP to Excel with macro

Re: SLT Monitoring using SOLMAN

$
0
0

thnaks BJ let me try this configuration.

 

Amar

Viewing all 8798 articles
Browse latest View live




Latest Images