Quantcast
Channel: SCN : All Content - All Communities
Viewing all 7846 articles
Browse latest View live

EPM toolbar doesnt show all icons

$
0
0

Hello All

 

Usually when the EPM toolbar is deployed, users should have see all buttons in the EPM and Data Manager toolbar ribbons. Those that they have access to should be open for use; the rest should be greyed out.

 

If say a user has no data manager activities, I would even expect him not to see the data manager ribbon at all.

 

However, I have users here who have the same task and data access profile but one can see the whole ribbon (with the buttons he is not authorised for being greyed out), AND another user in his team who doesnt see some of the buttons at all.

 

For instance, the affected user doesnt see the Open and Save drop downs that allow users to open input forms and reports.

 

The strange thing is that if I try and add the icons by customising the Quick Access toolbar (right clicking on the Excel toolbar), then I have the option of browsing to the EPM and Data Manager ribbons and adding all these missing buttons. The buttons then populate themselves on a separate ribbon as little green dots.

 

Ever see this?

 

I am working with add in SP17 on BPC 10.0 NW.

 

regards

Shrikant


Batch Management - Work order collaboration

$
0
0

Hi All,

 

I am facing an issue regarding batch management during work order collaboration.

 

If I create a work order with batch managed product (e.g. product A with batch number as 42), In work order phase progress line screen customer batch number field gets enabled for input (see attached document for screen shot), now if I check the value list of batch number I get 42 there which was originally passed batch number via PO from ECC back end.

 

This is how we system shall work, but now when I chose the value (customer batch number = 42) from drop down and enter I get the error "Enter a Valid batch number" (see attached file fro screen shot)

 

I am no understanding this why SNC is giving error for value it listed for batch number itself, any help is greatly appreciated.

 

Thanks,

Vikas

SAPS Monitor

$
0
0

Dear Experts,

 

How can we monitor SAPS usage for SAP servers?

Anyone share the ideas.

 

Thanks in Advance.

Runtime Error DDIC_TYPELENG_INCONSISTENT on ABAP program "CNV_MBT_DEL_TABLES_SEARCH"

$
0
0

Good Moring experts,

 

I have reached an aborting status on ACTIVITY: Preparation for Data Deletion in receiver system SUBACTIVITY: Identify tables that are not delete but transferred - it keeps on aborting.

When I checked the dump it gave me

Pricing item not available

$
0
0

Hello

 

We have one order document with several items and we don't get condition on one of them (reprice is also unavailable)

the customize for item category set to "relevant for pricing"

Pricing item not available

Message no. PRC_MESSAGES_EXT320

Diagnosis

The program tried to access a non-existing item in the pricing document.

 

 

regards

Yaki KATZ

Search field live search filter does not apply ?

$
0
0

Hi All,

 

I am using search field in XML view.

 

<Page title="Title">

  <subHeader>

      <Toolbar>

        <SearchField

          liveChange="onSearch"

          width="100%" />

      </Toolbar>

    </subHeader>

  <content>

  <List id = "oProductList" items="{/formset}" select="whencliekedonlist" mode="SingleSelectMaster">

  <items>

  <StandardListItem title="{orderno}"

  description="{date}">

 

 

 

  </StandardListItem>

  </items>

  </List>

  </content>

 

  </Page>

 

On Init method of the view i am declaring the odata model

 

onInit: function() {

  //Declaring the model

  var oProductModel = new sap.ui.model.odata.ODataModel("/sap/opu/odata/SOL/TEST_SRV");

sap.ui.getCore().setModel(oProductModel);

  debugger;

  },

 

I am listing the order no's in the screen split app master page.

 

now on livesearch i am calling this method which sets the filers

 

  debugger;
    // add filter for search
    var aFilters = [];
    var sQuery = oEvt.getSource().getValue();
    if (sQuery && sQuery.length > 0) {
      //here name is the field on which the filter has to be done.
    var filter = new sap.ui.model.Filter("orderno", sap.ui.model.FilterOperator.Contains, sQuery);
      aFilters.push(filter);
    }

 

 

     
    // update list binding
  
    var list = this.getView().byId("oProductList");
    var binding = list.getBinding("items");
    binding.filter(aFilters);

 

Issue: I am not getting the results filtered.Nothing happens when i filter.

 

          I am using odata model is it because of it?if so how to proceed can you point me to the code

SAP- Performance Management System

$
0
0

Hi Experts ,

 

I am new to Performance Management system in SAP , my issue is that i am not able release the newly created template by using Tcode - phap_catalog. Please provide me the steps to release the template.

 

Enabling document date coloum to update in AR Invoice

$
0
0

Hi Experts

 

I want to edit the document date column after Adding a transactions.

 

How we can do it?

 

Best Regards

Gobi


Travel & Expense - Expense Upload?

$
0
0

Hi all,

 

Is there not a way in the system to upload travel expenses in mass?  A customer needs all employees to submit their expense sheets via excel to a single manager...the manager needs to then aggregate them in a single excel file and upload the travel expenses...

 

Can this be done?... & if not, is there a workaround?

 

The only options we currently see are (1) buying hundreds more licenses for all the employees who need to submit travel expenses (which the customer is unwilling to do) & (2) creating a supplier for every single employee and doing a supplier invoice upload for all the expenses (very tedious & even then we can't associate the supplier invoices to the employees correctly)...

 

 

thank you for any solutions/ideas...

FIORI - Create Sales Order - Multiple Sales Document Type

$
0
0

Hi,

 

As per FIORI Implementation Guide - Create Sales Order Application - the application works fine for DEFAULT Sales Order (OR/TA) - and sales order gets created. (Based on partner-function, Customers are picked for respective logged-in user)

 

Request to clarify two questions :

 

1. Does FIORI app "Create Sales Order" had UI facility to "SELECT" a "Sales Document type" before creating a Sales-Order?

Something similar to CRM-Apps, where FIORI UI allows CHOOSING the "transaction-type / Document-type" - from the "pre-listed" list configured for FIORI - e.g. Opportunity types etc.

 

In other words, does FIORI Create Sales Order allow for "Multiple Sales Order Types" at a given point in time ? If Yes, how - what's the workaround / configuration?

 

 

2. The configuration  guide recommends that application may not work properly, in case configured for different Sales Document type (ref. Call Transaction SIMGH and open "Create Sales Orders" node to configure user information parameters in Customizing Activity - Define Configuration Parameters ), however based on the code - (Fiori app selects single order type entry from the config. table SRA018_T_CONFIG with combination of app_ID,  the application parameter_type & parameter_name ) - the application will work for Sales_Document_type whatever is configured (mentioned) in the Customizing Activity - Configurable Parameter. - Right ?

Though only ONE / SINGLE SALES DOCUMENT TYPE - as default parameter - at a given point in time.

 

Thanks in advance...

How to bring Profit center field in to asset master

$
0
0

HI,

 

We are having new GL Profit center scenario active. My question is

 

1.How to bring Profit center field in to Asset Master?

 

I am not finding the field"Profit Center" under the configurations step Asset Accounting>Intergration with GL Accounting>Additional Account Assignment objects>>Activate Account assignment objects.

 

I know how to do it if it the Profit center field appears in the above step.HOW TO INCLUDE in the above step??Is there any prior activity I need to do?

 

 

2.If I could see the Profit Center field in the above step,then I can add it in T Code ACSET and select the field in Asset Screen Layout,so that it can come up in Asset Master.

 

If question#1 can be answered it will be great.

thanjs

hinfi

Afaria 7 SP5 enrollment server upgradation stops at 50%

$
0
0

Hi Everyone,

 

Need you crucial inputs in following issue:

 

We have redundant Afaria ennvironment below are the server box setup:

 

DB (Cluster Mode)

MST1 (Afaria Server, Enrollment Server and Package Server)

MST2 (Afaria Server, Enrollment Server and Package Server)

IIS 1 (Afaria Admin and API and Selfserviceportal)

IIS 2 (Afaria Admin and API and Selfserviceportal)

Relay Server 1 (NLB)

Relay Server 2

Threat Management Web Gateway 1

Threat Management Web Gateway 2


Our currrent version of Afaria is Afaria 7 SP4 HF12.


Issue as below:

We installed SP5 Pre-requisite i.e. 2012 Visual runtime etc.

We tried to upgrade Afaria to SP5, we successfully upgraded Afaria Server and Admin and API.

However, we tried to upgrade enrollment server it stuck on 50 percent. After which the upgradation process wasn't getting processed.


Performed Troubleshoot:

1) We re-installed Afaria enrollment server with Afaria 7 SP5.

Regards,

Subash Acharya

START Java fails on SUM upgrade - Execution phase

$
0
0

We're using SUM SP12 to upgrade ECC6 system, and we're having some issues during the execution phase, with the startup of the java instance.

 

 

jcontrol_screenshot.png

 

ASJAVA_screenshot.png

 

LOG FILES:

 

START_AS_JAVA LOG

 

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[/usr/sap/SUM/sdt/log/SUM/START-AS-JAVA_05.LOG]/-->

<!--PATTERN[START-AS-JAVA_05.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Feb 23, 2015 10:37:42 AM [Info  ]: Start service for instance 0 on host EXPSPRD ...

Feb 23, 2015 10:37:42 AM [Info  ]: Process ID 445, name sapstartsrv has been started.

Feb 23, 2015 10:37:42 AM [Info  ]:   Command line: /usr/sap/NP3/SYS/exe/run/sapstartsrv pf=/usr/sap/NP3/SYS/profile/START_DVEBMGS00_EXPSPRD -D

Feb 23, 2015 10:37:42 AM [Info  ]:   Standard out: /usr/sap/SUM/sdt/log/SUM/INSTALL_SERVICE_00_06.OUT

Feb 23, 2015 10:37:43 AM [Info  ]: Process ID 445 has been started.

Feb 23, 2015 10:37:43 AM [Info  ]: Waiting for process ID 445, name sapstartsrv to finish.

Feb 23, 2015 10:37:43 AM [Info  ]: Process ID 445, name sapstartsrv has been finished, exit code 0.

Feb 23, 2015 10:37:43 AM [Info  ]: Wait for service for instance 0 on host EXPSPRD to start...

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 446, name sapcontrol has been started.

Feb 23, 2015 10:37:45 AM [Info  ]:   Command line: /usr/sap/NP3/SYS/exe/run/sapcontrol -nr 0 -host EXPSPRD -prot NI_HTTP -function GetProcessList

Feb 23, 2015 10:37:45 AM [Info  ]:   Standard out: /usr/sap/SUM/sdt/tmp/SAPCONTROL_GETPROCESSLIST_0_11.OUT

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 446 has been started.

Feb 23, 2015 10:37:45 AM [Info  ]: Waiting for process ID 446, name sapcontrol to finish.

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 446, name sapcontrol has been finished, exit code 0.

Feb 23, 2015 10:37:45 AM [Info  ]: The sapcontrol service on host EXPSPRD and instance 0 is started.

Feb 23, 2015 10:37:45 AM [Info  ]: Service for instance 0 on host EXPSPRD has been started.

Feb 23, 2015 10:37:45 AM [Info  ]: Starting instance number 0 on host EXPSPRD with timeout of 7200 seconds.

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 447, name sapcontrol has been started.

Feb 23, 2015 10:37:45 AM [Info  ]:   Command line: /usr/sap/NP3/SYS/exe/run/sapcontrol -nr 0 -host EXPSPRD -prot NI_HTTP -function GetProcessList

Feb 23, 2015 10:37:45 AM [Info  ]:   Standard out: /usr/sap/SUM/sdt/tmp/SAPCONTROL_GETPROCESSLIST_0_12.OUT

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 447 has been started.

Feb 23, 2015 10:37:45 AM [Info  ]: Waiting for process ID 447, name sapcontrol to finish.

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 447, name sapcontrol has been finished, exit code 0.

Feb 23, 2015 10:37:45 AM [Info  ]: Starting instance number 0 on host EXPSPRD with timeout of 7200 seconds.

Feb 23, 2015 10:37:45 AM [Info  ]: Triggering an instance start by sapcontrol...

Feb 23, 2015 10:37:45 AM [Info  ]: Process ID 448, name sapcontrol has been started.

Feb 23, 2015 10:37:45 AM [Info  ]:   Command line: /usr/sap/NP3/SYS/exe/run/sapcontrol -nr 0 -host EXPSPRD -prot NI_HTTP -function Start

Feb 23, 2015 10:37:45 AM [Info  ]:   Standard out: /usr/sap/SUM/sdt/tmp/SAPCONTROL_START_0_05.OUT

Feb 23, 2015 10:37:46 AM [Info  ]: Process ID 448 has been started.

Feb 23, 2015 10:37:46 AM [Info  ]: Waiting for process ID 448, name sapcontrol to finish.

Feb 23, 2015 10:37:49 AM [Info  ]: Process ID 448, name sapcontrol has been finished, exit code 0.

Feb 23, 2015 10:37:49 AM [Info  ]: An instance start was triggered.

Feb 23, 2015 10:37:49 AM [Info  ]: Sent the start command to instance number 0 on host EXPSPRD with timeout of 7200 seconds.

Feb 23, 2015 10:37:49 AM [Info  ]: Process ID 449, name sapcontrol has been started.

Feb 23, 2015 10:37:49 AM [Info  ]:   Command line: /usr/sap/NP3/SYS/exe/run/sapcontrol -nr 0 -host EXPSPRD -prot NI_HTTP -function WaitforStarted 7200 5

Feb 23, 2015 10:37:49 AM [Info  ]:   Standard out: /usr/sap/SUM/sdt/tmp/SAPCONTROL_WAITFORSTARTED_0_05.OUT

Feb 23, 2015 10:37:49 AM [Info  ]: Process ID 449 has been started.

Feb 23, 2015 10:37:49 AM [Info  ]: Waiting for process ID 449, name sapcontrol to finish.

Feb 23, 2015 10:37:59 AM [Info  ]: Process ID 449, name sapcontrol has been finished, exit code 2.

Feb 23, 2015 10:37:59 AM [Error ]: Return code condition success evaluated to false for process sapcontrol for action wait for started.

 

Feb 23, 2015 10:37:59 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.util.diag.DiagException: Could not start SAP instance with number 0.

Could not check if the instance number 0 on host EXPSPRD is started.

Detected instance wait for started has an GATEWAY feature. It cannot be handled by SUM and will be ignored.

Return code condition success evaluated to false for process sapcontrol for action wait for started.

 

DETECT_SYSTEM_COMPONENTS

Feb 23, 2015 8:20:13 AM [Info  ]: Detecting deployable AS Java components...

Feb 23, 2015 8:20:13 AM [Info  ]: Obtaining connection to the table with system component versions...

Feb 23, 2015 8:20:13 AM [Info  ]: A valid connection to the table with system component versions has obtained.

Feb 23, 2015 8:20:13 AM [Info  ]: Access to the table with system component versions is available.

Feb 23, 2015 8:20:13 AM [Info  ]: Synchronizing table with system component versions and SDM repository...

Feb 23, 2015 8:20:13 AM [Error ]: com.sap.sdm.apiimpl.remote.client.APIRemoteExceptionImpl: Server EXPSPRD did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server EXPSPRD at port 50018: Connection refused (port 50018 to address 10.100.0.161 (EXPSPRD.PECITY.CO.ZA))

Feb 23, 2015 8:20:13 AM [Error ]: com.sap.sdm.apiimpl.remote.client.APIRemoteExceptionImpl: Server EXPSPRD did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server EXPSPRD at port 50018: Connection refused (port 50018 to address 10.100.0.161 (EXPSPRD.PECITY.CO.ZA))

Feb 23, 2015 8:20:13 AM [Error ]: Could not synchronize the table with system component versions with SDM repository.

Feb 23, 2015 8:20:13 AM [Error ]: Could not detect deployed components.

 

SDM port [50018] is available and listening, user [J2EE_ADMIN] and password has been set in secure store of configtool.

 

 

 

When manually trying to synchronize the SDM repository, it works:

 

./sdm.sh systemcomponentstate "mode=sync"                                  

Starting '/usr/sap/NP3/SYS/exe/jvm/as400_pase_64/sapjvm_4.1.042/sapjvm_4/bin/

java' '-Xmx2048M' -jar '/usr/sap/NP3/DVEBMGS00/SDM/program/bin/SDM.jar' syste

mcomponentstate 'sdmhome=/usr/sap/NP3/DVEBMGS00/SDM/program' mode=sync     

Starting SDM - Software Deployment Manager...                              

tc/SL/SDM/SDM/sap.com/SAP AG/7.0216.20140407133538.0000                    

 

Initializing Network Manager (50017)                       

Checking if another SDM is running on port 50018           

Synchronized all Deployments with the system component state.

Successfully executed. Return code: 0

 

I've also attached dev_dispatcher and dev_server0 logs

 

Regards,

Yogesh

SUM SP11 P7 - Oracle AutoExtend TableSpace Ignored

$
0
0

Hi All,

 

I'm in the prep stages of an SPS upgrade on our ERP 6 system.  During phase 5.4 Checks it's stop and said manual activities required :-

Insufficient free space in the database as follows. Please refer to file /sapsoftware/SUM/abap/log/DBFPLUSD.RES for more details and additional information about the results of the free space check.

 

 

 

Extend TABLESPACE SYSTEM by 341 MB

 

 

 

INFO: To adjust the size of your tablespaces, you may use the commands

in file '/sapsoftware/SUM/abap/log/ORATBSXT.LST' using the 'brspace' utility.

 

 

 

Please copy the file before making changes, as it may be

overwritten in subsequent upgrade phases.

 

 

 

You must fulfill these requirements first before you continue with the procedure!

 

 

 

Free space recommendation

In some scenarios there might be more space required, which was not part of the calculation. Therefore we recommend to have up to 20% more free space than overall required:

Additional 225 MB to TABLESPACE SYSTEM

 

 

But our SYSTEM tablespace is set to autoextend and has 935.75MB free to extend into.

 

Tablespace nameSize(MB)Free(MB)Used(%)AutoextendTotal size(MB)Sum of all free fragments(MB)Total used (%)#Files#Segments#ExtentsStatusContents
SYSTEM1,124.0011.7599YES2,048.00935.755411,2143,107ONLINEPERMANENT

 

Therefore we don't need to extend the tablespace as it's suggesting, as we have plenty free.

 

Is this going to prevent me moving forward?

 

UPDATE - this has stopped the update, seems to be a bug in SUM!

 

Thanks

Craig

ARIBA to SAP issue in message mapping

$
0
0


Hi,

 

I have a scenario from ARIBA(WSDL) to SAP(RFC) using PI as a middle ware.

 

 

The mapping we are using is standard,but in SAP they have changed the standard RFC(BAPI_CREATE) to customized RFC(BAPI_CREATE_001).

 

But when i am trying to change the RFC in the message mapping(i.e BAPI_CREATE to BAPI_CREATE_001) could not able to do the change.Could you please let us know how to change the RFC from BAPI_CREATE to BAPI_CREATE_001.In mapping the edit icon has been disabled.

 

P.S: When we imported the WSDL file,the mapping has been came automitically. Is there any tool to do mapping between ARIBA to SAP?


DDIC Activation errors during ACT_TRANS phase

$
0
0

Hi,

 

I am currently upgrading to NW 7.4 SP09, ERP6 EHP7 SP07.  I am currently using the latest SUM tool (SUM 1.0/SP12/Patch8) and latest kernel 742 patch 28 with latest tp patch 38.

 

During the ACT_TRANS phase I am getting the following errors.  I have attempted adjusting the tp version in the kernel but still get activation errors.  I have also tried kernel version 742 patch 17 and still get errors.  Any help would be appreciated.  Thanks!

 

 

Errors from ACTUPG.elg file:

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in H:\SP7_upgrade\SUM\abap\log\SAPA-10004INIAM.BPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<NO ERROR LINES FOUND, BUT HIGHEST EXIT CODE WAS: "8">

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in H:\SP7_upgrade\SUM\abap\log\SAPA-10006INPICM.BPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<NO ERROR LINES FOUND, BUT HIGHEST EXIT CODE WAS: "8">

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in H:\SP7_upgrade\SUM\abap\log\SAPA-61706INMDGAPPL.BPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<NO ERROR LINES FOUND, BUT HIGHEST EXIT CODE WAS: "8">

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA742EPU.BPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1EEDO516X"Index" "SRAL_CONFIG_WD" "001" could not be activated

1 ETP111 exit code           : "8"

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in H:\SP7_upgrade\SUM\abap\log\SAPAGPRD25.BPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<NO ERROR LINES FOUND, BUT HIGHEST EXIT CODE WAS: "8">

Featured Content for SAP Applications on SAP ASE

$
0
0

SAP on ASE - Development Update New!

Check our development update for SAP on ASE.


Compression Advisor for SAP Adaptive Server Enterprise New!

With SAP ASE 15.7, advanced compression capabilities have been introduced that allow large data volumes to be stored more compactly, thus reducing I/O times. In addition, SAP ASE 16.0 provides an index compression feature which further reduces the overall database size. However, compressing existing databases requires resources and time to rebuild the indexes. This can become a challenge for multi-terabyte databases or environments with extremely high load and limited maintenance windows.

 

Getting Started with SAP Applications Using SAP Adaptive Server Enterprise

The aim of this document is to help you get started with the SAP Adaptive Server Enterprise database that is run with SAP applications.

 

Configuring Automatic Database Space Expansion in SAP Adaptive Server Enterprise

This white paper introduces system administrators to the automatic database expansion feature in SAP Adaptive Server Enterprise. The author will focus on deployments of SAP Business Suite applications running on SAP ASE. With automatic database expansion activated, administrators can further reduce the time needed for administration tasks. More importantly, interruptions to business users can be avoided because the database server can automatically obtain the space resources needed for continuous operation.

 

Important Information

An issue has been identified that can potentially cause incorrect results in an SAP Business Warehouse system running on SAP Adaptive Server Enterprise. The problem has been observed whenever the optimization goal 'allrows_dss' or another optimization goal that includes optcriteria 'advanced_aggregation' is used for an SQL statement. This is typically the case for SAP BW systems. SAP ERP systems running on ASE are not affected. In SAP ERP systems, optimization goal 'allrows_mix' has been configured.

Details and corrections are available in SAP Note 2026328 - SYB: Incorrect results with SUM aggregation on decimal fields. We strongly recommend to implement the corrections in SAP BW as soon as possible.

 

On the Road to an Enterprise Cloud

Customer demands for support of virtualization are rapidly growing. SAP offers support for running its applications in virtualized cloud environments. You can start your projects and can bring the innovations from SAP into production in a matter of weeks instead of months, with complete flexibility of deployment choice. Landscape Virtualization Management (LVM) is available for SAP Business Suite on SAP Adaptive Server Enterprise.

 

For more information, read this article and SAP Notes 1630050 and 1492000.

 

DBA Cockpit: Automatic Table Maintenance for SAP ASE

Maintaining tables, indexes and data partitions is crucial for productive database systems. Continuous insertion, update and deletion of data induces fragmentation, bad cluster ratios and inaccurate optimizer statistics. The article shows how the DBA Cockpit and its automatic table maintenance for SAP ASE ensures good cluster ratios on tables and indexes, frees up unused space and ensures accurate optimizer statistics.

 

General Availability of SAP Adaptive Server Enterprise

 

SAP Business Suite on ASE is available for SAP Business Suite 7i2010, 7i2011, and 7i2013. For more information, refer to SAP Note 1554717.

SAP BI 4.1 SP 3 Installation Failing on Win 2012

$
0
0

Hi,

 

I am installing SAP BI 4.1 SP 3 on Windows and its failing every time I do

 

Environment:

SAP BI 4.1 SP 3

Windows 2012

 

We have our reporting database (SQL Server 2012) on the same server. We have followed  the prerequisites asp per SAP Note: 1952120

 

Installation gets suck at a point where it says "Waiting for Central Management Server (CMS) to start.

 

We waited for 30 minutes and then it goes on and we get the following error messages post this: Following are the applications which are

installed on the server:

 

 

Untitled.png

 

 

 

Untitled1.png

Untitled2.png

I have noticed the following error messages in the logs:

 

12:17:15.659 Current working dir:

E:\BI41\InstallData\logs\2014.05.20.11.58.38\

12:17:15.659 NativeActionExecutor: temporarily updating path. Adding to

path:

E:\BI41\InstallData\InstallCache\setup.core-4.0-core-32\14.1.3.1257\actions\

12:17:15.659 Set environment variable 'Path':

'E:\BI41\InstallData\InstallCache\setup.core-4.0-core-32\14.1.3.1257\actions\'.

12:17:15.659 Prepend to environment variable 'Path':

'E:\BI41\InstallData\InstallCache\setup.core-4.0-core-32\14.1.3.1257\actions\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program

Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program

Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL

Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL

Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft

SQL Server\110\DTS\Binn\'.

12:17:15.659 NativeActionExecutor: calling action entry point.

12:17:15.674 Log file name:

E:\BI41\InstallData\logs\2014.05.20.11.58.38\InstallDU-foundation.javalibs-4.0-core-nu,14.1.1.1036.log

12:17:15.674 Calling msiexec with parameters: INSTALLDIR="E:\BI41\"

REBOOT="ReallySuppress" MSIRESTARTMANAGERCONTROL="Disable"  ALLUSERS=1

12:17:27.264 Installer already running.  Retry while holding mutex...

12:17:30.284 Error: Error code from call to Windows Installer API: 1618

12:17:30.284 NativeActionExecutor: restoring path.

12:17:30.284 NativeActionExecutor: entry point returned successfully.

12:17:30.284 Error: *** Action failed.

12:17:30.284 ResumeSequenceInternal: properties written by this product

sequence element:

 

This is the Only error message I could notice.  After this Installation was done, but notice in CCM there was no SIA. I tried creating one and got failed with the following message in log:

 

Exception in thread "main" java.lang.NoClassDefFoundError:

com/businessobjects/foundation/exception/IException    at

java.lang.ClassLoader.defineClass1(Native Method)    at

java.lang.ClassLoader.defineClassCond(ClassLoader.java:735)    at

java.lang.ClassLoader.defineClass(ClassLoader.java:716)    at

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:336)    at

java.net.URLClassLoader.access$000(URLClassLoader.java:59)    at

java.net.URLClassLoader$1.run(URLClassLoader.java:250)    at

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

java.net.URLClassLoader.findClass(URLClassLoader.java:243)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:372)    at

sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:313)    at

java.lang.ClassLoader.defineClass1(Native Method)    at

java.lang.ClassLoader.defineClassCond(ClassLoader.java:735)    at

java.lang.ClassLoader.defineClass(ClassLoader.java:716)    at

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:336)    at

java.net.URLClassLoader.access$000(URLClassLoader.java:59)    at

java.net.URLClassLoader$1.run(URLClassLoader.java:250)    at

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

java.net.URLClassLoader.findClass(URLClassLoader.java:243)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:372)    at

sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:313)    at

java.lang.ClassLoader.defineClass1(Native Method)    at

java.lang.ClassLoader.defineClassCond(ClassLoader.java:735)    at

java.lang.ClassLoader.defineClass(ClassLoader.java:716)    at

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:336)    at

java.net.URLClassLoader.access$000(URLClassLoader.java:59)    at

java.net.URLClassLoader$1.run(URLClassLoader.java:250)    at

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

java.net.URLClassLoader.findClass(URLClassLoader.java:243)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:372)    at

sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:313)    at

com.businessobjects.smartservers.AddNode.main(AddNode.java:7) Caused by:

java.lang.ClassNotFoundException:

com.businessobjects.foundation.exception.IException    at

java.net.URLClassLoader$1.run(URLClassLoader.java:255)    at

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

java.net.URLClassLoader.findClass(URLClassLoader.java:243)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:372)    at

sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)    at

java.lang.ClassLoader.loadClass(ClassLoader.java:313)    ... 37 more

 

Please find the attached logs and document with screenshots.

Note: Rename the setupengine attachment to .zip to extract the log file

 

Thanks

Satish

New warehousenumber or add a storage location to existing warehousenr?

$
0
0

Hi all,

 

we are planning to create a new physical warehouse in another city then were the existing warehouse is located.

In the past we had two storage locations under one warehousenumber and i would like to add the new storage location as well.

Then we want to add MRP areas to split the availability check for these storage locations.

When we choose for this solution we can keep using the existing storage types which we move from the existing to the new storage location (we have certain materialnr's which we want to move to the new storagelocation and have their own storage types, next to that some materials will be stored in both storage locations but are only available for separate groups of customers (devided over the two storage locations).

Do you think this is a wise decision or are there strong arguments to create a new warehousenumber?

Appreciate your help.

break-point not stopping at user-exit USEREXIT_MOVE_FIELD_TO_VBAK.

$
0
0

Hi Guruj,

 

I am working on user exit,

 

I have written my code in user-exit form-endform USEREXIT_MOVE_FIELD_TO_VBAK.

 

But it is not getting triggered when I run tcode va21.

 

I wish to make valid to date as default 30 days further.

 

I have written the code as follows:

 

BREAK-POINT.

 

IF sy-tcode = 'VA21' AND vbak-auart = 'QT'.

   vbak-BNDDT = VBAK-ANGDT + 30.

ENDIF.


Please help me..its urgent..


Thanks,

Darshan.

Viewing all 7846 articles
Browse latest View live


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