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

Re: Order cannot be placed using "Create sales order" fiori app

$
0
0

Have you been able to solve this issue without resorting to a core mod described by Gopichand above? In our system the notes referenced by Masa in another post are not applicable because of the SP-level of the components involved. We've got:

 

SAP_GWFND7400010SAP Gateway Foundation 7.40
SAP_UI7400011User Interface Technology 7.40
SRA0176000006Create Purchase Order OData Integration
UIEAAP011000005UI for ERP Central Applications
UIX01CA11000004UI for Cross-Applications
UIX01EAP1000005UI for ERP Central Applications

 

Based on the fact that the error seems to be caused by the mismatching types of the SalesOrderSimulation property, the component at fault is SRA017 or possibly the GWFND component itself. In another system we're on SRA017 SP5 and SAP_GWFND SP9 and the app works without an issue. Since both those SP's are 1 level lower, it further confirms that it must be SRA017 SP6 or SAP_GWFND SP10 that cause the issue.

I have not been able to find any recent OSS notes that would address the issue and will be opening an OSS incident for it. If you happen to already have a solution, then please let me know. If not, I'll provide an update once I've heard from OSS folks.

 

Lukasz


Re: User exit or BADI on clicking save on tcode CK74

$
0
0

Pavan,

 

You can put break point in class CL_EXITHANDLER & method get_instance. You will get the names of BADIs hitting on clicking save in this debug mode in this method. You c create implemntation of the BADI if you found any,.

 

Rgds,

Ravi

Re: ASE 15.7 for Solaris

$
0
0

I'm also trying to download Devel ASE 15.7 but for linux ... no luck yet... cant find original download links . I'll let u know if i find it

Re: Where does variant data get stored in sap abap

$
0
0

Use FM RS_VARIANT_CONTENTS_255 which is not limited to a length of 45 characters for content of parameters and select-options.

 

RS_VARIANT_CONTENTS has a max length of 45 characters.

 

Bruce

Re: Don't see option to create identity provider in SAML 2.0 Local Provider Configuration

$
0
0

Hi Ray

Just had a similar issue, after the deployment of the "IDM FEDERATION" component a restart of the java instance was required in order for the IDP option to show.

Maybe of help.

Craig

Re: Purchase Order Data Transfer

$
0
0

Thanks Ivan - we'll persevere with them.

Re: Processing of FCODE Detail Screen Popup

$
0
0

Have you considered adding code to do what you want in the PAI using an explicit enhancement.  You would have to decide if this is appropriate in your situation.

 

Bruce

Re: PI Scenarios - Uso de BC/BS para Homologação e Produção

$
0
0

Obrigada José Nunes,

Realmente é um peso morto como você mesmo disse.

 

Vamos migrar para o PI 7.4, usando ICO e quero aproveitar para retirar essa duplicação de objetos e de trabalho.

 

Infelizmente não temos aqui a API do Directory, então eu devo deixar as duas opções ativas apenas para o NFESC de Consulta de Status da Nota, para todos os outros não.

 

Att,

Daniela


Re: Calling inbound proxy in ECC for each value in the source XML

$
0
0

You don't need java mapping, Just change the target message type occurrence to 0..unbounded  and map the message node to create for every itemID. (during graphical mapping)

 

As you'l; be using the soap adapter(on AE), messages get's split into multiple messages.

 

You can search for multi mapping without BPM. we have log of blogs for reference.

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/600b455f-01cd-2b10-0cab-a50e47a8f800?QuickLink=index&…

 

For some reason if you want to with java mapping then refer to below wiki

http://wiki.scn.sap.com/wiki/display/XI/Multi-Mapping+using+Java+Mapping

Re: archive job stopped by itself after few days for 1 days frequency

$
0
0

Is it repeating ? Do you still notice the same behavior?

 

May be try checking nwa logs with the job name for those dates and see if you can find anything.

Re: B1if - File2B1 Scenario

Re: Hierarchy data load Yellow Status in DTP Details tab

$
0
0

Hi Suresh,

 

Did you manage to fix this issue?

 

We are experiencing the same issue, how did you manage to fix it or do we need to raise an SAP ticket.

 

Regards,

S

Re: How to automatically setup Target price in Purchase Request Report

$
0
0

My customer cannot use copy from PR because it is not suitable for their business process. The create PO feature inside PR report is already in accordance with their way of work.

I think SAP need to cater this kind of requirement, it will be helpful for the user.

Re: Issues using EPM Add- in for Excel

$
0
0

Hi Nidia,

 

Which version of EPM addin did you install?

 

Andy

Design Studio Real Time Addon installation issue

$
0
0

Hello,

 

I'm facing an issue when trying to install the real time Addon on Design Studio through the "Tools -> Install extensions" menu.

I have tried with both DS1.4 SP1 and SP2, using SP1 and SP2 versions of the Addon, reinstalling completely DS, removing existing extensions, running DS as administrator.

I have permanently the same messages in the error log window:

 

An error occurred while collecting items to be installed

 

No artifact repository available.

 

Exception stack trace:

java.lang.Exception: noArtifactRepositoriesAvailable

  at org.eclipse.equinox.internal.p2.engine.DownloadManager.start(DownloadManager.java:95)

  at org.eclipse.equinox.internal.p2.engine.phases.Collect.completePhase(Collect.java:104)

  at org.eclipse.equinox.internal.p2.engine.Phase.postPerform(Phase.java:251)

  at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.java:101)

  at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(PhaseSet.java:47)

  at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:75)

  at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)

  at org.eclipse.equinox.p2.operations.ProvisioningSession.performProvisioningPlan(ProvisioningSession.java:174)

  at org.eclipse.equinox.p2.operations.ProfileModificationJob.runModal(ProfileModificationJob.java:79)

  at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)

  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

 

session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

 

which seems to be related to an Eclipse issue.

Any other extensions install without problem.

 

Did someone already meet this issue or did I miss a pre-requisite?

 

I have also tried using "Help -> Install New software" menu as proposed by Tammy in this post (SDK Installation Problem) but without more success. In this case I can also see these error messages:

 

org.eclipse.equinox.p2.core.ProvisionException: No repository found at jar:file:/C:/Users/Christian/Downloads/DSREALTIME02_0-70000134/artifacts.jar!/.

 

and also:

 

No repository found containing: osgi.bundle,com.sap.ip.zen.extension.realtime.timer,14.1.0

No repository found containing: osgi.bundle,com.sap.ip.zen.extension.realtime.timelinechart,14.1.0

No repository found containing: osgi.bundle,com.sap.ip.zen.extension.realtime.espdatasource,14.1.0

No repository found containing: org.eclipse.update.feature,com.sap.ip.bi.zen.streaming.feature,14.1.0

 

Unchecking "Contact all update sites during install to find required software" doesn't help.

 

Christian


Payment Terms of Less Than 30 Days

$
0
0

How does one set up payment terms of less than 30 days? For example, I need to set up a customer with payment terms of 5% Net 10 Days. The problem I am running into is that the system is looking for a fixed due date and net 10 days does not provide one.

 

Thank you,

Mark

Re: Job Position Text for an employee..

$
0
0

Hi Sachin

 

Please indicate clearly whether you need job description or position description. 

 

A job is a PD object in the company or organization.  It is a generic description of a role (e.g., secretary, programmer, manager).

 

A position is within a org unit which is assigned with a job.  (e.g., Sales Manager, Northern Territory)

 

If you need job description for an employee's position  read object HRP1000 for the job in P0001-STELL; for position, use P0001-PLANS

 

Hope this helps,

JG

Re: Issues using EPM Add- in for Excel

$
0
0

Hi Andy,

 

The version is 10.0.0.8993

SAP enterprise services - Proxy classes

$
0
0

Here is my scenario :

 

1. We have an RDS (Rapid Deployment Solution) deployed and there are enterprise services that came with that.

2. There are proxy classes generated, which can be found in SPROXY

 

My question is -

 

If I can use these proxy classes elsewhere in the ABAP programs? Though I know the answer is Yes, I would like to understand the procedure from the ABAP code perspective.

 

Also, I understand that the values of the fields have to be passed into the proxy input structure, which is a little pain.

 

In the other words, when the request comes from PI the inbound proxy classes and the methods are invoked, I am trying to do the same thing in an ABAP program.

 

 

Thanks,

-Naveen.

Re: Not able to create meeting request in outlook using desktop connection

$
0
0

Hi Balaji,

 

The system is actually designed to work the other way around. Users are expected to work in MS Outlook as the front-end and trigger corresponding activities/appointments in CRM.

 

Warm regards,

John

Viewing all 10548 articles
Browse latest View live


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