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

Re: Crystal Reports Server 2008 V1 SP7

0
0

Hello Robert,

 

 

I could only find the non-Server version of Crystal Reports 2008 V1 SP7 (which is here: Downloads for SAP Crystal Reports and others) but no traces of Server SP7.

 

Was this package announced somewhere?

 

 

Best regards,

Laszlo

 



Re: How to Use Initial Report Results to Build Final Report?

0
0

One option is to create a VIEW in your database, or a COMMAND in Crystal, that returns the set of all Sales that contain ads answering to the criteria. You can then join that VIEW/Command to other tables to get all ads within these Sales.

 

If your report in its current form contains at most 1 ad from each Sale, an alternative is to simply include the ADS table a second time with an ALIAS such as ADS_in_Selected_Sales (using a join of ADS.Sale# = ADS_in_Selected_Sales.Sale#). Remove from the report canvas the original columns and use data from the ALIASed side.
Note: if the initial set might include more than 1 ad from a single Sale, that would cause record inflation in the ALIASed side. You may be able to solve this by grouping on AD#, displaying only GF/GH section, and using Running Totals to avoid double counting. But such a scenario should push you to consider the first approach above.

Disable custom button added in SC line item during display mode

0
0

Hi All,

 

We have added a custom button in WDC: /SAPSRM/WDC_UI_SC_DOTC_BD view: V_SC_DOTC_BASIC at item level next to Delete button.

Now problem is this custom field is always enabled. We need to disable the custom button when the shopping cart is opened in display mode.

 

How to get the mode (Display / change) while adding code to disable the button in WDDOMODIFYVIEW method?

I know the code to disable the button which is given below But I need to call this code only if the cart is opened using display mode.

 

DATA:  lo_button  TYPE REF TO cl_wd_toolbar_button. 

lo_button  ?= view->get_element( 'COPY' ). 

lo_button->set_visible( '01' ). 

lo_button  ?= view->get_element( 'PASTE' ). 

lo_button->set_visible( '01' ).

 

Regards, Sasi

Re: Issue in assigning Fiori Catalog to PFCG Role - After Upgrade

0
0

Hi Tejas,

 

Yes, Our UI library version is 1.28.11.

 

I got user assigned with the role SAP_UI2_ADMIN_700 [admin access for assigning catalog for users].

This same user was not facing this issue before upgrade.

 

I tried running all the reports you mentioned, but no luck...

 

Thanks.

Re: SAP IDES IS-Retail is not showing in SMP

0
0

Hello Chidananda,

 

 

strangely I can only find the SAP IDES Inudustry Solution Retail 6.00 in the Download Search section.

 

The steps are:

  1. Go to Software Downloads | SAP Support Portal
  2. Click on "Search for Software" in the right-hand menu
  3. Enter this for search term:
    IDES RETAIL
  4. The results will show the downloadable parts.
    (Note that there is no "central page" for these parts, the downloadable export-CDs will be only shown by this search.)

 

(Another note: it seems there is no item description for these parts, so clicking on the item number will display a blank page. Simply click on the small icon with the "red arrow" to put the parts into your Download Basket.)

 

 

Best regards,

Laszlo

Re: Business Partner Issue- CRM004 vendor master

0
0

Hi Yogi,

 

Please go through the below menu.

 

SPRO->SAP - Implementation Guide->Cross-Application Components->SAP Business Partner->Business Partner->Basic Settings->Identification Numbers->Define Identification Categories

 

Identification Categories( CRM004 ) , remove the tick in ID Unique and display only column and then check in  tcode BP , hope it will allow to change.


Let us know if issue persist.


Note:

The menu path has given of older version 7.0.Please try the Identification Categorie if you are in new version.


Thanks,

Ajit

Re: CK40N help

0
0

Cancel the marking allowance in CK24

and again assign the required costing version

Capture1.PNG

then do the below steps

 

Click the Selection Parameter button.

1.png

1.png

1.png

Click the Save  button.

Click the Back  button.

 

1.png

Click the SelectionExecute  button

1.png

Click the Struct. Explosion  button.

Costing Run: BOM Explosion - Change Parameters

1.png

Click the Save  button.

 

Click the Back  button.

1.png

Click the Struct. Explosion  button.

Click the Costing Parameter button.

1.png

Costing Run: Cost Estimate - Change Parameters

1.png

Click the Save  button.

Click the Back  button.

1.png

Click the Costing Execute  button.

1.png

Click the Analysis Parameter button.

Choose reference for selection parameter


1.png

Costing Run: Analysis - Change Parameters

1.png

Click the Save  button.

Click the Back button.


1.png

Click the Analysis Execute  button

Analyze/Compare Material Cost Estimates

1.png

Click the Marking Parameter button

1.png

Price Update: Mark Standard Price

1.png

Click the Marking Execute  button.

1.png

Price Update: Mark Standard Price

1.png

Click the Back  button

Click the Release Parameter button.

1.png

Price Update: Release Standard Price

1.png

Click the Save  button.

Click the Back  button.

1.png

Click the Release Execute  button.

1.png

Hope this help you out.


Regards







 

SAP Fiori LaunchPad on SAP Portal

0
0

Hi Experts,

 

I am trying to integrate the SAP Fiori LaunchPad with the SAP Portal. The portal is on 7.40 SP8. For doing this as an example, I followed the blog:

SAP Fiori Launchpad on Portal – Sample Content for Administrators

 

 

I followed steps 1, 2 and 3 and assigned the role OOB to a user and when I logged on to the portal with that user I get the following error as in the attached screenshot. I checked the logs and I found the error (find in the attachment):

 

[EXCEPTION]
com.sap.portal.prt.broker.PortalModuleNotFoundException: Could not retrieve portal application <landscape-URL-here>
at com.sap.portal.prt.broker.PortalAppBroker.ensurePortalModuleIsStarted(PortalAppBroker.java:640)
at com.sap.portal.prt.broker.PortalAppBroker.getPortalModule(PortalAppBroker.java:319)
at com.sap.portal.prt.component.PortalComponentContextFactory.createPortalComponentContext(PortalComponentContextFactory.java:140) 
at com.sap.portal.prt.component.PortalComponentContextFactory.getPortalComponentContext(PortalComponentContextFactory.java:82)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:442)
at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:101)
at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)



Am I missing something? Can I get a better document which shows step by step configuration?


Kind Regards,

Arthur.





Re: What is the usage of “dependents” aggregation in SAPUI5..?

0
0

Hi Sai Vellanki,

 

Thanks for your response.

 

will you please tell me what is the starting version of SAP UI5? when its started ?

 

Regards

Aswini

Re: steps for localization config of italy

Re: Write Data from one application to other application with script logic

0
0

Hi All,

 

Can we copy data from one application data to other Application for specific categories using copy dm package.

Re: Profit and loss from currency trading

0
0

Dear Ramu,

 

Thanks for your reply, really appreciated.

 

I understand your point, but in my case the settlement day is in the same day, because its a foreign currency exchange company so the settlement has to be done in the same day, also is it applicable to maintain more than one exchange rate record in F-62 ir OB08 in the same day.

 

Thanks,

Ahmed Samir

FIORI App Offline using SMP Platform.

0
0

Dear All,

 

We want to make FIORI app offline using SMP platform. can you please explain steps?

 

 

Best Regards,

Vaibhav

Re: NWBC 5.0 and (from SAP) used MS-Tools MS.NET + MS.VisualStudio 2012, installation issues

0
0

Hi,

 

Could you please check these notes.

2066345 - NWBC for Desktop 5.0: Prerequisites and restrictions

NWBC for Desktop Installation - SAP NetWeaver Business Client - SAP Library

 

It will help to provide correct environment for NWBC.

SAP GUI for Windows 7.40

Microsoft .Net 4.5 and Microsoft Visual C++ Redistributable for Visual Studio 2012
Microsoft Visual C++ Redistributable for Visual Studio 2012 is included in SAP NWBC 5.0.
If you do not have Microsoft Visual C++ Redistributable for Visual Studio 2012, it is automatically installed with SAP NWBC 5.0.

 

As well as the necessary PAM.

https://apps.support.sap.com/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3A%2F%2Fwebsmp102.sap-ag.de#s=sap%2…

 

Especially Windows 8 is less supported compared with Windows 7 and Windows 8.1. Amazingly Windows Vista with IE 8 is supported longer than Windows 8.

Can we copy data from one application data to other Application

0
0

Hi All,

 

Can we copy data from one application data to other Application for specific categories using copy DM package.


Change line chart properties

0
0

Hi gurus,

 

I need to display a graph like follows:

Untitled.png

 

The light blue rectangle represents minimum and maximum values of two different KFs.

That can be presented in the chart using stack bar, where the lower part is white and therefor is not visible in the chart.

 

The problem is with each of the others - blue/red dots, and the triangle - each represents a different KF.

I thought using a different line chart for each KF and use different shapes in each chart.

But I cannot find a way to make the line invisible.

 

I found some threads that use css in order to custom the chart appearance but none related to the line properties.

Since I'm not familiar with the css I need some help ....

 

Is there a way to use all the KFs in one line chart, change the lines color and control the shape of each KF?

 

Thanks,

Hagit

Re: JCS-108002: The specified process file (ID: 78,964,809) cannot be retrieved. The file seems to be missing.

0
0

These are SAP jobs, they have no triggers. The file is not available on any of our two servers.

 

We also get a another error message in our logs:

 

 

JCS-111003: No running ProcessServer service with unique id of 979,111.

Re: Reverse engineering Hadoop/hive database using PowerDesigner

0
0

Hadoop support is added in SP04 and later.  You need to upgrade.

 

Chris

Re: Characteristic properties non compounded key

0
0

Hi Mark,

to answer your question: No, there is no setting available, e.g. via properties.

 

The only solution is Victor's proposal.

 

Best regards,

Martin

Re: How to lock actual data using work status in BPC 10.0

0
0

Hi Vadim,I thought we can lock the data set using work status only in BPC.

 

Can you please explain me in details I did not get your point exactly.

 

Thanks,

Vishu

Viewing all 8594 articles
Browse latest View live




Latest Images