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

Re: Passing table name dynamically in SQL Transform

$
0
0

Is there any specific reason why you lean towards this approach?


I assume you would pass a different table name as value to the global variable.It is not possible. I would not suggest the idea of extracting the tables using SQL transform. By doing that you will be missing the impact/lineage analysis and potentially it will lead to poor performance as well.


Re: Webi export to csv

$
0
0

Hi

 

straight forward it is not possible.one option is to hide the header row from the webi table or use some java script which convert excel output to csv format without first row.

 

But if you are expecting row table header to show in webi and exclude in output is not possible.

 

CSV archive option is going to export all rows which are in the webi table.

 

 

Amit

Error create time series

$
0
0

Hi all

 

When I am creating times series for the standard planning area 9ASNP01 I get the following error:

 

Internal error [/SAPAPO/OM_TS_SNP_RELA_CREATE]

 

Message no. /SAPAPO/TSM099

 

 

Thanks in advance

Crystal Report takes forever to run in PRODUCTION

$
0
0

Hi Everyone,

 

I have a Crystal Report scheduled to run everyday in production and lately it is taking a lot of time for this report to run, This report never took more than a couple hours earlier, now takes 10 hours or so to finish. To ensure it's not the data that is causing the delay I tried pointing a copy of this report in QA to same database as used in PROD, the report runs as normal and finishes just in time (2hrs). Knowing that it's not the data that is to be blamed in production env. I need your inputs as to what else can cause the report to almost endlessly .

 

I'll really appreciate your thoughts on this. Please feel free to ask should you have any questions.

 

Thanks

GB

Re: Regarding Certification logo and S-User ID

$
0
0

Hi Pardhu,

 

Here are the four steps that you need to know after you complete the SAP Certification

1. You receive a score sheet right after your completion of the certification indicating the result and score

 

2. You can login to PearsonVue website and download the result of the exam(indicating you passed)

 

3. You will receive a mail from SAP Credential manager confirming the availability of the Certificate in the SAP Credential website

 

4. For CLOUD certifications like(Successfactors etc..) no hard copy of the certificate is sent, for other non cloud certifications the certificate is sent to the registered address of the candidate

 

Sunil

Re: full process of refurbishment and calibration order

$
0
0

Sameer,

 

  • Please note that SCN is not meant for explaining full OR step-by-step process. It is meant for specific issues  you are face, in course of your working.
  • Another thing in your query is you are asking about two big processes in one query in one single sentence. I do not know what type of answer you are expecting.
  • Because of these things your query is likely to be deleted if it comes to the notice of moderation. However, I'd like to give you some guidelines to use SCN for such queries.

 

Search Google or SCN with these two strings separately. (Refurbishment and Calibration Order). You will come across several discussions and also the posts by few experts who spent their valuable time and effort on them and documented their knowledge in matters like what you've asked for.

 

Calibration related such posts

Calibration Process Steps

Guideline to Map Calibration Process in SAP PM and QM Module

 

Refurbishment process related threads are available in this discussion

Refurbishment order

 

 

KJogeswaraRao

Re: Integration to ERP accounts and OP CRM opportunities

$
0
0

Hello Anders

You can also upload and download ID mapping.  It simplifies everything that the account ID's are the same everywhere.  So, in the ID mapping, I guess it's asking the the ID mapping for accounts be done for both the system ERP and the system CRM.   I think, since you are bringing them in from ERP you will only have the automatic mapping for ERP - you might have to download/upload the ID's to get them for the CRM accounts.

 

I think Marcus Echter published something on this recently  -but it might have been for integrating to two ERP's.  But - I know he's done ERP  + CRM as well.

 

-ginger

Re: SAP afaria relay server connectivity issue

$
0
0

Ashit,

 

Take a look at your rsoe configuration files or startup options. If you enter the host into a browser, i.e. http://xxx.xxx.xxx.xxx or https://myserver.mycompany.com, are you able to connect?

 

If so, add the url_suffix to the address, probably /ias_relay_server/server/rs_server.dll. What do you see now?

 

Finally, add the farm id. What do you see now?

 

Now look at your Relay Server log. Typically this will be in a folder called ias_relay_server, and will be called rs.log or ias_relay_server_host.log. Search for the farm id you used above. Are there any errors?

 

Regards,

 

Mike Loop - SAP Product Support


Re: Multi-mix resource

$
0
0

I did that but then I get an error when transferring PDS or PPM that use this resource

Re: IDM Logon Access denied, service is down

$
0
0

Hello Rahul,

 

 

As per screenshots shared your Deployed Dev Studio service version is 8.0.12 while your Dev Studio eclipse plugin version is 8.1.15

 

Due to this version mismatch, you are getting the error while accessing SAP IDM Developer Studio.

 

Please Upgrade your SAP IDM Dev Studio Service to 8.1 (Recommended) otherwise install the Dev Studio eclipse plugin version 8.0

 

Regards,

C Kumar

Re: Custom SAPUI5 app in Fiori launchpad - wrong resource path

$
0
0

Hi,

 

I am having the same issue. I created an app using WebIDE and deployed. It works fine in WebIDE but it doesn't work when create a tile. It throws the same error as you mentioned. Can you please let me know how it worked?

 

Thanks

Gopi

Timeout on WebUI

$
0
0


Hello Experts,

    We are having some problems with users that access SAP thru the Web User Interface instead of the clasic SapGui, basically the problem is that they are timing out to quickly or sometimes they open a SAP session and they don't know it timed out until they try to perform any action and get an ugly screen, sometimes it has a clear timeout message but other time it has a different message which is also related to timeout but not clear for the user. I found some OSS notes about how to implement a TimeOut Counter but apparently this is only for CRM and not for PLM, do you know if something similar exist on PLM? have you had a similar problem?

 

Thanks in advance

Hugo

DataManagerFilesUpload in EPM sp24

$
0
0

My coworker built a file upload macro using the VBA code below. This code works perfectly for all the users on Client20, but doesn't work for me on Client24, instead it crashes excel every time I try and run it. Its not security related because I can upload a file manually on my version of the client, and run this macro from another machine using client 20.

 

I'm wondering if anyone else has seen this issue?

 

 

Code:

Sub File_Upload()

     Dim EPM As New FPMXLClient.EPMAddInAutomation

     Dim Team As String

     Dim SFolder As String

     Dim FilePath(0) As String

 

     Team = "Your Team ID"

     SFolder = "Your SubFolder"

     FilePath(0) = "Your File Path"

 

    EPM.DataManagerFilesUpload Team, SFolder, FilePath

End Sub

 

Thanks, Ryan

Re: Can I use two inbound interfaces for one outbound interface, one is used to create ABAP Proxy

$
0
0

Hi Blue

Didn't understand your question. Do you have 2 separate receiver?

Re: Data Profiling

$
0
0

Unless you want Information Steward to work with MDG , I don't think you need RDS.


SQL error "-727" when accessing table "CRMV_LINKCUMUL_I".

$
0
0

Good afternoon, SAP Gurus.

 

Two months ago I made homogeneous copy in sap crm with database DB2, and now show me the follow dump:

 

SQL error "-727" when accessing table "CRMV_LINKCUMUL_I".

 

Error Text of the Database: "SQL0727N An error occurred during implicit system

action type "3". Information returned for the error includes SQLCODE "-551",

SQLSTATE "42501" and message tokens "SAPP01|SELECT|SAPP01.CRMD_CUMULATED_I".

SQLSTATE=56098"

 

 

I updated sap kernel to release 721 level (600), and also update db6util file up to patch level 16.

 

 

However the dump continue.

 

 

Someone can help me about it?

 

 

Enclose picture.

Re: How to find granularity

$
0
0

Hi,

 

To get granularity in Webi:

 

Define a vertical table with all dimensions you have.

 

Add [Number of Records] as first row.

 

Sort the table by [Number of Records] descending.

 

Then remove one dimension. If first row (Number of records) > 1, it means that this dimension is a key. Undo and do it again for another dimension.

 

Regards,

Julien

 

 

 


Re: CTM - Hardware Requirement

$
0
0

This is something i found by SAP . Is this applicable to SNP CTM as well?

 

https://websmp206.sap-ag.de/~sapidb/011000358700001144692010E#Sizing

 

  1. S : Small SAP SCM Optimization Model:
    Continuous Model : with up to 1.000.000 continuous variables and 500.000 constraints.
    Discrete Model : with up to 100.000 continuous variables, 5.000 discrete variables and 50.000 constraints.
    The Optimization server requirements are:
    1 CPU core per parallel Optimizer run
    ≥ 4 GB RAM
    80 GB Hard Disk
  2. M : Medium SAP SCM Optimization Model:
    Continuous Model : with up to 2.000.000 continuous variables and 1.000.000 constraints.
    Discrete Model : with up to 500.000 continuous variables, 50.000 discrete variables and 250.000 constraints.
    The Optimization server requirements are :
    1 CPU core per parallel Optimizer run
    8 GB RAM
    80 GB Hard Disk
  3. L : Large SCM Optimization Model:
    For models Larger than medium Size M, the Optimization server requirements are:
    1 CPU core per parallel Optimizer run
    16 GB RAM
    80 GB Hard Disk

Re: Custom TAB Hide in QM01

$
0
0

Please start a new discussion with more clarity.

In Analysis for Office is the function ABS (Absolute Value) available when creating calculations.

$
0
0

I am exploring the utilization of Analysis for Office 2.0 as an end user application.  We want the users to be able to create analytic reports sourced from BEx queries in the BW that IT creates. We abandoned the potential for Analysis for OLAP sourcing data from a Microsoft SSAS cube or a BOBJ universe created from a Microsoft SSAS cube.  The limited functionality for the users to create calculations in this tool led us to look at Analysis for Office. It appears the only functions available for creating calculations using more than one existing measure are ADD, SUBTRACT, MULTIPLY, DIVIDE, PERCENTAGE DIFFERENCE, and PERCENTAGE SHARE.  One of the key metrics that we were able to create in our Webi reports in the reporting layer required the ABS function (Absolute Value).  We also used IF ERROR.  Both of these appear not to be available in Analysis for Office and would  have to be developed in the BEx query.  Am I missing something, or is Webi the only BOBJ front end option for end users to have a full array of calculation functions at their disposal? Thanks Zack

Viewing all 2796 articles
Browse latest View live


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