ABAP Process Table not showing in SAP MCC
FILE channel stop and start
Hi,
FILE sender communication channel in PRD was working fine till date and today have found that there are few unprocessed files which are not picked up by the channel. When I stopped and restarted the channel all files have been picked up and is working fine.
Can you please let me know why this behaviour and what needs to be done o ensure that this does not happen in future.
Regards,
Abhishek
Method not visible on execution of BO
Hi All,
When i execute the custom BO the custom method in it is not visible.
The BO is delegeted one.Can naybody guide how to debug the this custom method?
Thanks,
Sanjay
BPM Build Error after updating from CE 7.2 SP03 to CE 7.2 SP09
Hi experts
We have several process developed on version CE 7.2 SP03. After upgrading to CE 7.2 SP09 most of the processes compile correctly except a couple of them with the error shown below.
I have updated NWDI track to match portal version, I've tried refreshing all mappings and even deleting every task and process in the project to figure out where the error could be, but I always got the same error.
BC-BMT-BPM-SRV com.sap.tc.glx.BpemTask execute() - Initiating data mapping validation.
Error: H:\ws7290\vendors.jdi\0\t2\5F8F7BE32A45149E8A44E8A75ACADC7E\default\logs\build.xml:81: java.lang.NullPointerException
at org.apache.tools.ant.Task.perform(Task.java:373)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:195)
at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:167)
at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:319)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1448)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1430)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3891)
at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:370)
at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:181)
at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:199)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:208)
at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:189)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.runInternal(InternalDiiJob.java:306)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.runR(InternalDiiJob.java:204)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:192)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.NullPointerException
at com.sap.glx.paradigmInterface.util.BaseMappingsUtil.getMappingScope(BaseMappingsUtil.java:188)
at com.sap.glx.paradigmInterface.util.BaseMappingsUtil.getScope(BaseMappingsUtil.java:175)
at com.sap.glx.paradigmInterface.util.ContextFactory.createGlobalContextForMappableObject(ContextFactory.java:291)
at com.sap.glx.paradigmInterface.mappings.MappableObjectContextProvider.createMappingContext(MappableObjectContextProvider.java:23)
at com.sap.glx.paradigmInterface.mappings.MappingContextProvider.createMappingContext(MappingContextProvider.java:43)
at com.sap.glx.paradigmInterface.mappings.MappingContextProvider.getMappingContext(MappingContextProvider.java:26)
at com.sap.glx.paradigmInterface.mappings.TransformationContextProvider.getMappingContext(TransformationContextProvider.java:37)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$3.getUncachedValue(CachingContextProvider.java:58)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$3.getUncachedValue(CachingContextProvider.java:54)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$Cache.get(CachingContextProvider.java:137)
at com.sap.mapping.dtmodel.validation.CachingContextProvider.getMappingContext(CachingContextProvider.java:88)
at com.sap.mapping.dtmodel.validation.impl.MappingValidator.validate(MappingValidator.java:52)
at com.sap.mapping.dtmodel.validation.impl.MappingValidator.validate(MappingValidator.java:34)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:111)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:103)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validateMappings(DataMappingValidator.java:90)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:71)
at com.sap.tc.glx.MappingValidator.validate(MappingValidator.java:72)
at com.sap.tc.glx.BpemTask.execute(BpemTask.java:219)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
... 35 more
--- Nested Exception ---
java.lang.NullPointerException
at com.sap.glx.paradigmInterface.util.BaseMappingsUtil.getMappingScope(BaseMappingsUtil.java:188)
at com.sap.glx.paradigmInterface.util.BaseMappingsUtil.getScope(BaseMappingsUtil.java:175)
at com.sap.glx.paradigmInterface.util.ContextFactory.createGlobalContextForMappableObject(ContextFactory.java:291)
at com.sap.glx.paradigmInterface.mappings.MappableObjectContextProvider.createMappingContext(MappableObjectContextProvider.java:23)
at com.sap.glx.paradigmInterface.mappings.MappingContextProvider.createMappingContext(MappingContextProvider.java:43)
at com.sap.glx.paradigmInterface.mappings.MappingContextProvider.getMappingContext(MappingContextProvider.java:26)
at com.sap.glx.paradigmInterface.mappings.TransformationContextProvider.getMappingContext(TransformationContextProvider.java:37)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$3.getUncachedValue(CachingContextProvider.java:58)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$3.getUncachedValue(CachingContextProvider.java:54)
at com.sap.mapping.dtmodel.validation.CachingContextProvider$Cache.get(CachingContextProvider.java:137)
at com.sap.mapping.dtmodel.validation.CachingContextProvider.getMappingContext(CachingContextProvider.java:88)
at com.sap.mapping.dtmodel.validation.impl.MappingValidator.validate(MappingValidator.java:52)
at com.sap.mapping.dtmodel.validation.impl.MappingValidator.validate(MappingValidator.java:34)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:111)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:103)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validateMappings(DataMappingValidator.java:90)
at com.sap.glx.paradigmInterface.bpmn.compiler.mapping.DataMappingValidator.validate(DataMappingValidator.java:71)
at com.sap.tc.glx.MappingValidator.validate(MappingValidator.java:72)
at com.sap.tc.glx.BpemTask.execute(BpemTask.java:219)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:195)
at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:167)
at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:319)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1448)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1430)
at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3891)
at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:370)
at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:181)
at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:199)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:208)
at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:189)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.runInternal(InternalDiiJob.java:306)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.runR(InternalDiiJob.java:204)
at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:192)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Thanks in advance.
Javier
Question to FBL5N - Account Master data
Good Morning
quick question: in Tcode FBL5n ->enviroment -> Account master data - The customer master data is displayed, but only a few tabs.
Is there a way to get the tab "Contact Person" being displayed?
Thank you.
Additive costs with special procurement
Hello Friends,
A part is procured in Plant B from Plant A and both plants belong to same company code. Following below steps for costing the part in Plant B:
1. Using CK11N to cost part in Plant B which is using special procurement key
2. CK74N - Loaded additive costs in plant B for this part
How can we get the system to consider these additive cost while doing cost estimate / marking?
Thanks.
Sudip
for all the assets deletion
I want to delete all the assets in the system.
Is OABL transaction is useful?
If I use this transaction what will exactly happen. will it clear all the assets data or it will delete all the master and transaction data.
regards
Raj
SLT Configuration - HANA database connection user change
Hi,
Current SLT configuration - MSSQL --> SLT --> HANA & configuration name is HANASCHEMA
I am using the user HANASCHEMA for Connecting to HANA system i.e.,
In "Configuration" -- Under "Connection to HANA system"
User name : HANASCHEMA
Password: XXXXX
Host name: XXXXX
Instance number: XX
Now, I would like give new "user name & password" in this connection. I have created new user "SLTHANA" in HANA system.
Will anything gets effect if I replace HANASCHEMA with SLTHANA or there any other specific things need to take care of.
-- KRPK
Set output type to smartforms
I have create a new smartforms by creating a copy of old forms.
ZETM_INV_SUMMARY.
also created a output type as ZEIS.
i can select this output type in vf02,but it will not give print preview.
when i give direct prin it will show following error messege.
Output V3 (application V3) is not defined in table T685B.
How can i get print .
Drawbacks for doing New GL Migration without SAP Migration cockpit
Hi Experts,
As per my understanding, drawbacks of doing New GL Migration without SAP Migration cockpit are as below , please share your inputs.
- Split of opening balance in multiple splitting characteristics, which is done via SAP Standard program and prerequisite is SAP migration cockpit & posting date as start of the year only. This will not be possible.
- It will also not possible, if we have a scenario, where for a particular account we need a different ledger specific balance then in existing system. The difference balance can be from consolidation system, exchange rate, etc.
- If we do migration during the year, then during the migration year, the reporting will be not up to the mark to the extent of un-splitted opening balance and not updated ledger specific balances.
- It will be hard to get support from SAP, if any issue come up in production system after the migration without SAP Migration Cockpit. As this migration approach is not supported by SAP.
Thanks,
Pankaj
Add similar materials in transfer order
Hello Experts,
I created a outbound delivery from multiple sales orders.
Now I created transfer order for this OBD.
Requirement is to combine similar materials to one line item in the TO. by adding quantity
Is it possible? Where should I write logic?
Thanks,
Swapnil
Plan Data from IBP to ECC reports
Dear Experts,
We are implementing S/4 HANA with simple fiancé. we are doing cost center planning in IBP.
After doing planning we are not able to see same planning values in ECC standard cost center reports.
I am not sure whether it will come to ECC or not?
Please give your suggestions on this.
Thanks,
Chandrasekhar
Solman Java stuck at AS Java is starting
Condition type Minimum hours for Service material
Hi Experts,
Condition type Minimum hours for Service material
PS-SD integration
For SD point of view in Debit memo request.
I have used PMIN condition and we are able to get minimum value for this line in DMR but we need to use minimum hours. So that system should calculate pricing based on minimum hours. We have informed our client that we are charging him for minimum hours and not actual hours.
For example: we provide service to customer for hour 8 hour (not yet billed), when service has done, our consultant will confirm actual service hour, let say 4 Hour. So based on the agreement, even they only use 4 hr, they have to pay for 8 hr service.
I have checked condition type PMIN which is minimum value, do we have any condition which is for minimum hours?
I have checked couple of conditions type like EDI/AMIW/AMIZ etc but could not able to get the solution.
Pls let me know if you need any further inputs.
Regards,
DJ
T-Code to stop all the Process chains
Hi All,
We have ECC upgrade.During cut over activites, we need to un schedule all the process chains in BW.
Is there any T-Code to unschedule all the process chains and reschedule all the PCs after upgrade??
Thanks in advance.
Best Regards,
Krishna.
EHP7 - Search Help
Hi
We have install EHP7 and now when I go to VF03 transaction it takes too long to aces the billing document because of the search help.
Do you know how to deactivate that?
Thanks
Dora
Planned Oder cannot be generated from MD02.
I have sales order which is has two items for one same material.But after running MD02 ,one item requirement can turn to planned order but the other cannot. Hope some suggestion.
Item 1010055649 /700 has been turned to planned order which has been converted to production order .
But Item 1010055649 /920 cannot be.However these two items refer to the same material.
ECC with SFIN Installation
Hello,
I want to install SFIN 2.0 in ECC 6.0 EHP7 (fresh installation). I know there's a DB export with SFIN 1503 SPS 1505, however, I want also to Update it to SFIN 1503 SPS 1511, so I'm confused about the order of the activities, Can I do it like this?
1- Installation of ECC 6.0 EHP7 with SFIN 1503 SPS 1505
2- Upgrade addon to SPS 1511 with SUM
3- Install Hana Live Content (ERP + SFIN)
or
I should go with 1 -> 3 -> 2
Best regards,
JAM
"Imported into production" without import transport
Hi Expert,
We are using Solman 7.1 & SP 10
In Normal Change status is set to be "Imported into production" but the transport is not in Production (or even stage). How can status be "Imported into Production"?
Error
Diagnosis
The system could not determine whether the production system has the correction, or at least one transport request was not imported into the production system.
System Response
The transaction is incorrect or the status has been reset by the system.
Procedure
You can try again to complete the import in the transaction by double-clicking the error message in the application log and then resaving the transaction. If the error message still appears, there is a technical problem.
Procedure for System Administration
Check the task list and the transport logs. If there was an import error which you have resolved, you can set the import status of the failed transport to "Repaired" in the task list with the "General Function" "Correct Import Errors Manually". You can then continue with your process.
Please the screenshot.
Regards,
Abhinash
QAAWS: Timeout after one minute
Hi friends,
We have some problems with qaaws (BOXI 3.1 SP7) timeouts.
We created a qaaws but when we trying to test with a SoapUI client, we have timeout error after 1 minute:
ERROR:java.net.SocketTimeoutException: Read timed out
We have others qaaws working normally with SoapUI (of course with reponse time shorter than 1 minute).
We had tried to change on dswsbobje.war > WEB-INF > classes > dsws.properties adding this line session.timeout=3600 and restarting the WebSpheret, but it doesn't work
We're working to trying to improve the select (redefining the report), but I would like to know if it is possible to modify the settings on the server to increase this timeout.
Do you have any idea?
Best regards.