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

Re: extend gl account


Re: How to add from_date to to_date filter in sap.m.PlanningCalendar ?

$
0
0

Hi experts,

 

     I tried to do filtering but it shows NO DATA when filter finish.

 

My code is given below. Did i make any mistack....

 

<====CODE TO FILTER FROM planning calendar =====>

 

 

var sValue = that.getView().byId("DRS1").getValue();

        alert(sValue);

        var oFilterSdate = new sap.ui.model.Filter("start", sap.ui.model.FilterOperator.Contains, sValue);

        var oFilterEdate = new sap.ui.model.Filter("end", sap.ui.model.FilterOperator.Contains, sValue);

        var oPlan = that.getView().byId("PC1");

        var allFilter = new sap.ui.model.Filter([oFilterSdate,oFilterEdate], false);

        var oBinding = oPlan.getBinding("rows");

        oBinding.filter(allFilter);

 

=============================================

Re: Stored Procedure in Business Partner

Re: Costing of rejected material - Variant material

$
0
0

Hi Nikki

 

If the material can be used as an input material in some other sales order, then also it makes sense to GR that in the same material code, because this material code would be there as a BOM Component in that other material

 

So, to summarize the whole discussion, I would say receive the material against the same SAP Code and then transfer it from Sales Order stock to normal stock (411 E to 411)

 

Ajay M

Re: Update Comments from third party application into the order against each operation after completing the operations...???

$
0
0

Hi Vicky,

 

 

Your requirement is to transfer that confirmation text to operation. One possible option I could think of is

 

Step 1) BADI - /***/BADI_AFVU_MAINT for activating user fields against operations.

 

Step 2) Exit -  CONFPM05 for ON SAVE event in IW41 to transfer confirmation text to your defined user field against operation.

 

Hope this clarifies your requirement.

 

Regards,

Amol

Re: Alternative material in SAP PM, does exists?

$
0
0

First of all, thanks for all the help.

 

 

 

I´ll try first the solution proposed by Savas, since it looks standard and I think, I have used it in the pass.

 

 

 

Kind regards,

 

 

Mauricio

Re: Communication mails are not being received

$
0
0

Hello - I've been away these past few days and just seeing this now.  I've notified the support team who are investigating.

Re: WBS Nomenclature

$
0
0

Thank you for the input Terence.

 

However, the problem is not related to NW. It is related to WBS as can be observed in the screenshot below.

 

Test.png


Re: alv report

$
0
0

Can you send me your code, I cant tell exactly why this is happening, can be a case of variants or anything.

Re: Update DSP 112 for HANA multitenant

$
0
0

I already tried. and i have the same error.

Re: 0130 - Inspection lot not created at 101 (Subcont. PO)

Re: How Fiori App triggers oData service methods

$
0
0

Discussion successfully moved from SAPUI5 Developer Center to SAP Fiori

as the more appropriate community for this topic and please remember to search before posting.

 

Regards, Mike (Moderator)

SAP Technology RIG

Re: 0130 - Inspection lot not created at 101 (Subcont. PO)

Re: How to post consolidated payroll results to SAP FI for Sr. Management to avoid line item wise posting?

$
0
0

Hi Aleksey,

 

Currently, we are not processing the salary of senior management (G6 - G10 Employee Subgroup)  in SAP and want to introduce in SAP.

 

Can you please elaborate your suggestion?

 

Thanks.

 

-Rakesh

Re: different fonts in preview and PDF

$
0
0

Dear Jurgen,

 

Thanks for your advice. However, I CANNOT set the Output Device "LP02" as default value under "Edit - Printer default" of MR91. When executing another doc., it was restored back to "local" as below -

 

ScreenHunter_185 Mar. 23 18.17.jpg

 

Could you advise how to set the default value in here ?

 

 

Tks,

KH Fong


Re: Error in transport from development to quality of SAP BPC environment

$
0
0

Hi Dipesh,

 

Have you tried going into UJFS, and seeing if the problem conversion files exists in there? If so, you can directly delete from UJFS by right clicking


David

Re: How to activate/deactivate field in PPM item window

$
0
0

Hi

 

This does not look correct

 

In the standard (Check SAP field configuration) for RBH these fields should both be set as READ only = 'False' and REQUIRED = "True"

 

Did you change this? Change it back to the standard as per above and check again - first your Bucket (fill these values ) then your Item

 

As mentioned before these are standard settings and a standard passing of these values occur from Bucket to Item. Perhaps, by deactivating it at RBH level, these fields have been affected at RIH level

 

Regards,

C

Cannot create a document based on a bex query (RC)

$
0
0

Hi all,

 

I have the following issue.

 

I'm currently working with WebIntelligence Rich Client (4.1 SP 4) and I want to create a document based on one of our Bex queries.

 

When I chose Bex query as a data source, I get the following error:

 

ava.util.concurrent.ExecutionException: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: Unknown Error in SL Service

    at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)

    at java.util.concurrent.FutureTask.get(Unknown Source)

    at javax.swing.SwingWorker.get(Unknown Source)

    at com.sap.webi.ui.dialog.bex.OpenBexPanel.endRefresh(OpenBexPanel.java:758)

    at com.sap.webi.ui.dialog.bex.OpenBexPanel.propertyChange(OpenBexPanel.java:1031)

    at java.beans.PropertyChangeSupport.fire(Unknown Source)

    at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

    at javax.swing.SwingWorker$SwingWorkerPropertyChangeSupport.firePropertyChange(Unknown Source)

    at javax.swing.SwingWorker$SwingWorkerPropertyChangeSupport$1.run(Unknown Source)

    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)

    at sun.swing.AccumulativeRunnable.run(Unknown Source)

    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)

    at javax.swing.Timer.fireActionPerformed(Unknown Source)

    at javax.swing.Timer$DoPostEvent.run(Unknown Source)

    at java.awt.event.InvocationEvent.dispatch(Unknown Source)

    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

    at java.awt.EventQueue.access$200(Unknown Source)

    at java.awt.EventQueue$3.run(Unknown Source)

    at java.awt.EventQueue$3.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

    at java.awt.EventQueue.dispatchEvent(Unknown Source)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

    at java.awt.WaitDispatchSupport$2.run(Unknown Source)

    at java.awt.WaitDispatchSupport$4.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.awt.WaitDispatchSupport.enter(Unknown Source)

    at java.awt.Dialog.show(Unknown Source)

    at com.jidesoft.dialog.StandardDialog.show(Unknown Source)

    at java.awt.Component.show(Unknown Source)

    at java.awt.Component.setVisible(Unknown Source)

    at java.awt.Window.setVisible(Unknown Source)

    at java.awt.Dialog.setVisible(Unknown Source)

    at com.sap.webi.toolkit.ui.dialog.GenericDialog.setVisible(GenericDialog.java:128)

    at com.sap.webi.ui.dialog.bex.OpenBexDialog.setVisible(OpenBexDialog.java:115)

    at com.sap.webi.ui.data.BexQueryDataSourceProvider.createDataSourceInfo(BexQueryDataSourceProvider.java:95)

    at com.sap.webi.ui.context.managers.DataManager.createDataSourceInfo(DataManager.java:383)

    at com.sap.webi.ui.tasks.workflows.CreateDataSourceInfoUITask.doneProcess(CreateDataSourceInfoUITask.java:127)

    at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.done(WebITask.java:378)

    at javax.swing.SwingWorker$5.run(Unknown Source)

    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)

    at sun.swing.AccumulativeRunnable.run(Unknown Source)

    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)

    at javax.swing.Timer.fireActionPerformed(Unknown Source)

    at javax.swing.Timer$DoPostEvent.run(Unknown Source)

    at java.awt.event.InvocationEvent.dispatch(Unknown Source)

    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

    at java.awt.EventQueue.access$200(Unknown Source)

    at java.awt.EventQueue$3.run(Unknown Source)

    at java.awt.EventQueue$3.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

    at java.awt.EventQueue.dispatchEvent(Unknown Source)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

    at java.awt.EventDispatchThread.run(Unknown Source)

Caused by: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: Unknown Error in SL Service

    at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:152)

    at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:109)

    at com.sap.sl.sdk.requests.doit.DoItRequestHandler.afterProcessing(DoItRequestHandler.java:54)

    at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:178)

    at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)

    at com.businessobjects.sdk.core.server.internal.InstanceServer.process(InstanceServer.java:94)

    at com.sap.sl.sdk.repository.service.RepositoryServiceImpl.processDoIt(RepositoryServiceImpl.java:259)

    at com.sap.sl.sdk.repository.service.RepositoryServiceImpl.processServerBrowsing(RepositoryServiceImpl.java:191)

    at com.sap.sl.sdk.repository.service.RepositoryServiceImpl.browse(RepositoryServiceImpl.java:73)

    at com.sap.sl.sdk.repository.service.RepositoryServiceImpl.browse(RepositoryServiceImpl.java:57)

    at com.sap.webi.ui.dialog.bex.BrowseItemsWorker.doInBackground(BrowseItemsWorker.java:37)

    at com.sap.webi.ui.dialog.bex.BrowseItemsWorker.doInBackground(BrowseItemsWorker.java:19)

    at javax.swing.SwingWorker$1.call(Unknown Source)

    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

    at java.util.concurrent.FutureTask.run(Unknown Source)

    at javax.swing.SwingWorker.run(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: com.businessobjects.sdk.core.server.ServerException: Unknown Error in SL Service

    at com.sap.sl.sdk.requests.doit.DoItRequestHandler.afterProcessing(DoItRequestHandler.java:50)

    ... 16 more

 

 

It seems to depend on my Java Version (8.73). Creating a document with the Web Panel works fine.

Do you have any idea?

 

Thanks in advance.

Oli

Re: User SM_EFWK blocks all Dialog WP

Re: Check that discount in Value should not be more than 25 % of Sales Price

$
0
0

Hello,

 

I would suggest to develop a Requirement and assign the same to Pricing Procedure. This requirement will check whether the Condition Value (KONV-KWERT) is more than 25% of the Condition Base Value (KONV - KAWRT) than replace it will 25% Value or give a error message, as per the Business requirements.

 

We had a similar requirement (not exactly the same) where were supposed to restrict the maximum discount value to € 1.5 (though the discount record was maintained in percentage) per unit and a new requirement fulfilled the purpose.

 

Thanks,

Jignesh Mehta

Viewing all 8713 articles
Browse latest View live




Latest Images