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

Re: Naming conventions and properties of Entityset in SMP OData implementation project to cosume SOAP services

0
0

Swati,

 

Can you send the payload which you are trying to execute.


Re: Error happened when maintained Rates Model - BPC 10.1

0
0

Hi Jacob,

 

Check if there is any transaction data in rate mode, if yes, clear data and then try.

If not, do some changes in category dimension and process dimension.

Run UJA_REFRESH_DIM_CACHE.

 

P.S. Also check the dump in ST22.

 

May be helpful.

 

Shrikant

Re: Problem Overview CCLM "no data"

0
0

ABAP Report RAGS_CC_REPORTING will give you a simple ABAP list (non graphical) with the CCLM content;

Use it and maybe you'll find some answers...

Re: Planning in AO: Add new line with compounded characteristics

0
0

Check OSS-note 2193606 for a solution

/Jens

What cause the following Problem? It just started happpening - see below

0
0

ABAP communication layer is not configured properly. This might be caused by missing Microsoft Runtime DLLs VS2010. Consult the installation guide or download page for further details on how to install this component.

JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path.

 

 

I am using Windows 10

 

DJ

Re: C4C X ERP ECC: Sales Order Integration

0
0

Hi Luca,

I can't comment on individual field mappings as I didn't do the mapping myself. What I can say is that we successfully tested the iFlow for both creation and update cases.

 

In the ERP inbound partner agreement (transaction WE20) we have an individual process code: COD_SALESORDER_CREATEFROMDAT2. You have use this one.

 

If you face an issue I would suggest you create a ticket with all the details. For concrete issues, tickets is the better channel.

 

Regards

 

Hermann

Re: Button on Child datawindow

0
0

Put your code in the "buttonclicked" event of your child DW.  Then if your button is named "b_ok" do the following...

 

if (dwo.name = "b_ok") then     //Code
end if

Re: JavaHelp no longer available for Advanced Analytics?

0
0

Please be so kind to mark the post as Answered ;-)

 

Thanks

 

Antoine


SAML2 configuration with multiple Service Providers

0
0

Dear Support,

 

We are trying to configure SSO with SAML2 with multiple Service Provider however it is not working

 

SSO with SAML2 between SAP Java portal(NW7.4) as Identity Provider and SuccessFactor as Service Provider and It works fine for one companyID.

 

We have different companyID's all are hosting on SuccessFactor and We would like configure SSO with SAML2 between SAP java portal(Identity Provider) and SuccessFactor(Service Provider) for multiple companyID's hosting on same successfactor instance with different CompanyID's.

 

Any suggestion/advice how to configure  SSO with multiple service providers for same instance(successfactor) ?

 

Is it possible to configure multiple Identity Provider in SAP JAVA portal(NW7.40) ? so that we can configure 1:1 (Identity provider : SuccessFactor for each companyID).

 

Please help.

 

Thank you.

 

Attached is the screen shot

 

Regards

Sadanand Depala

Re: Creation of Composite Provider in BW 7.4 (without HANA)

0
0

Hi Sagar,

 

I am not sure why SAP confirmed BWA is a Pre-requisite for composite Providers, but in my client we are using composite providers with out BWA-

 

Regards,

Pavan

Re: Color for ObjectAttribute

Delimiting Absence Quota in the background

0
0

Hi,

 

We have two EG - A and B.

 

A has Absence Quota (AQ) 01 and B has Absence Quota 02.

 

When moving Employee from EG A to B (say from 08/31/2015) we would like to delimit AQ belonging to A as of 08/30/2015 in the background and while performing the transfer action user can create the AQ for EG B.

 

Have created the below Dynamic Action to delimit the AQ of A (not sure whether it is correct) for action Infotype

 

Absence Quota1.jpg

 

Below is the Infogroup configured for this action. After 0041 Infotype, Infotype 2006 will pop up to be configured for new EG B

 

Absence Quota2.jpg

But Dynamic Action is not getting triggered so AQ belonging to EG A is not getting delimited as expected.

 

Any solution please.

 

 

Thanks,

Sriram

Re: how to get the selected node ID in tree?

0
0

Hi Dennis,

     it works,thanks you so much!

Re: when I manually refresh the report it has data but when i scheduled the report is empty

0
0

Does the report have any prompts ?

 

check if the report is taking some default prompts for scheduling.

 

Regards,

Vinay Raja B

Re: Which would be the future SAP UI technology?

0
0

Hi Pedro,

 

Firstly, please don't confuse Fiori with the underlying UI technology that it is built on.  Fiori is a number of things (a suite of applications, a design approach & philosophy, a way of thinking, etc.) but it isn't a UI technology.

 

Fiori applications are built using the SAPUI5 / OpenUI5 technology and follow a particular design approach and philosophy to give a consistency across applications and devices.  These applications from SAP are typically built using UI5 components that are optimised for multi-platform use and have simplicity as a desired feature.  That doesn't mean you cannot create complex solutions with UI5 though.  There are lots of applications built using the UI5 technology that don't fall into the Fiori or "Fiori-like" bucket.

 

The UI5 kit contains a lot of components that sit outside of the core sap.m (originally short for mobile but now adjusted to be main, I think) that could be used to build a more complex (i.e. similar to older GUI transactions) application.

 

If you want to see an example of UI5 being used to deliver a complex application, take a look at the WebIDE tool available either on HCP or as a standalone install - I'm about 99% sure the WebIDE itself is built using UI5 technology and is an amazing example of a complex solution.

 

Generally, SAP's UX strategy is aligned to Fiori and this is built using the UI5 technology.

 

Hope this helps.

 

Gareth.


Re: Method get_portfolio_guid needed

0
0

Hi Andeas,

 

You can get the linked Portfolio Item Guid from table RPM_OBJ_LINK.

 

GUID = Item GUID

PROJECT_GUID = cProject GUID

OBJECT_TYPE = 0INMCPROJECT.

 

Regards,

Priyatham

Re: How to get rid of last variant parameters in ME57

0
0

If you do not assign any variant in SE93, then system will not select any variant when you start the transaction.

First you need to observe that is system picking any value which is used earlier (without any variant) ?

If yes, then this value is coming from SAP internal memory.

Re: /SCWM/MON - Monitor

0
0

Hello Prabakaran,


Can you please ask your BASIS to swtich ON TRACE and then execute the monitor ? This is would help us to understand if it is taking time to access any particular table etc.


Regards

Kaushik

Re: Query to automate re-order point

XSJS - Asynchronous call procedure

0
0

Hi,

 

I have a procedure that takes a long time to run. My goal it's to execute the call procedure from the XSJS, but don't wait for the execution. I couldn't do this using $.hdb interface (SPS 10), it seems that it will always wait for the procure execution to complete. As it takes to long to run, I get:

 

The execution of the script has exceeded the maximum request runtime.

 

And everything is rolled back...

 

Any ideas ?

Viewing all 8676 articles
Browse latest View live




Latest Images