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

Re: Tax Calculation on Unplanned Delivery Cost

$
0
0

Hi Prasoon

 

Routine 371 is available as Condition formula for alternative calculation type Not as Alternative formula for condition base value. So I can only assign as Alternative calculation type.

But Note is saying that assign 371 routine  as Condition base value.Can you check on your system that how it is available.

 

I have gone through the document published by you. My case is same as case 3 .

By assigning routine 362 to BASB, tax is not calculated on Unplanned Delivery cost. But I am not able to achieve the requirement of case 3 as per your document with 362 routine.

 

Tax Calculation on Freight - Different Scenarios

 

Can we achieve case 3 requirement with 371 routine or not with Tax not calculated on Unplanned Delivery cost?

 

 

Regards

Manish


Re: Difference in Syntax Coloring : BI4.1 in compared to BI4.0

CTS+ Config Non ABAP Communication System and Domain Controller

$
0
0

Hello Experts,

 

I need your advice concerning a CTS + Configuration issue.

 

We have a SAP solman landscape with dev qal prod where prod is a domain controller.

On Qal we have connected a non abap landscape SO1 SO2 SO3 (PO Systems), and we try to activate charm project.

In TMS configuration,  we defined SolMan QAL as Communication System.

Charm project has been activated successfully.

 

We would hope that QAL will be the transport organizer, driving cts project and transport request.

We are surprised to see that solman prod(domain controller) was the transport organizer and cts project (IMG Project created in Prod instead of Qual).

 

So we are confused because the parameter "Communication_system" is not respected.

Maybe we missed something.

 

Thanks a lot for your return.

Re: Difference in Syntax Coloring : BI4.1 in compared to BI4.0

Re: Additional Fields in SOCO Search Criteria – Urgent

$
0
0

Hi Mahi,

 

SAP provides a BADI which gets called after the Standard SRM logic has populated the Header and Item Table for the Bid Invitations. The BADI Name is BBP_TRANSFER_GROUP so you Need to create an implementation for it.

I assume you have enhanced the Shopping Cart Item Structure by field ZZITMGRP and now you need to enhance the Bid Invitation Item structure by that field as well to get the true/false values into your BADI implementation. Once that is done you can add ABAP Code to method GROUP_BID which re-structures the Header and Item of the Bid invitations as you need it.

 

But I think SRM Needs a 1 to 1 relationship of Shopping Cart Items and Bid Invitation Items. At least the standard logic would never combine multiple SC Items into one item of a follow on document. The BADI should control which items should or should not be combined in one Bid Invitation but each SC item should be linked to one Bid Invitation Item ...

 

Good Luck with your Project!

 

Regards

Oliver

Re: MIGO

Re: Mobile Business Objects

$
0
0

Ashish,

 

Mobile Business Objects is nothing but you can view all your business objects report on iPad, Iphone and Android devices. You will be designing the report in desktop/PC and deploy those into mobile phones and you can view it through using Mobile app. if you design reports for mobile, you need to follow certain procedures as it should support to mobile devices. go thrugh the threads for your better understanding.

 

What's new in SAP BusinessObjects Mobile 4.1.0 for Android Phones & Tablets - ASUG Webcast

 

http://scn.sap.com/docs/DOC-19232

 

Thanks

Vijai Muniraj

Re: SAPUI5 mobile application - connect via SFTP

$
0
0

Hi Arie,

 

you need a special sftp-client for this. As far as i know, doing this within the browser via native JavaScript is not possible.

 

I see two alternatives:

 

  1. You can build a native app for this use case. There are several ssh libraries for Android or iOS.
  2. You upload/download your files via HTTP to a special web server, which handles the storage via sftp to your destination server. In this case, there is no need to develop a native app. The web server for ssh communication could be a node.js server with ftps module.

 

Regards

 

Michael


Re: RICEF Delivery planning

$
0
0

Changing you name from SD to Jay D. Do you think we're stupid?

Re: Modify standard screen Label

$
0
0

Hi ,

 

Sorry to say it is not possible as you want condition wise description should change.

Re: Problem assigning oModel to variable after read request

$
0
0

Hi, use async, sometimes oData work is not correct with async request, then use ajax:

try { 

     var sServiceUrl = "http://asd/sap/opu/odata/SAP/ZHREC_INPUT_HELP_SRV"

     $.ajaxSetup({

            async : false

                        });
     $.getJSON(sServiceUrl + ?$filter=InputType eq '" + inputHelpID + "'")

     .done(function(data) { //success

        oInputHelpModel = new sap.ui.model.json.JSONModel(); 

        oInputHelpModel.setData(data.d.results);//data.d if data like flat structure

        alert("in success: " + oInputHelpModel)
       })

     .error(function(request,status,statusText,responseText){

     alert("Failed to get InputHelpValues from service!"); 

        })

     .always(function(){


     })

    catch (err) { 

           console.log("erroreous maximous: " + err); 

     }

     alert(oInputHelpModel);

Re: Exam study

$
0
0

Hello Youssef,

 

See these Descriptions.

PLM300 - Business Processes in Plant Maintenance.

PLM305 - Structuring and Managing Technical Objects

PLM310 - Preventive Maintenance and Service

PLM315 - Maintenance Processing: Operational Functions

PLM320 - Work Clearance Management

PLM318 - Analytics in Enterprise Asset Management

PLM120 - Document Management System

 

As said before PLM300 is overview of next 4 books. I think you can download these from net. For example see this link for PLM300.

 

 

 

Regards

KJogeswaraRao

Regarding NW 7.4

$
0
0

Hello,

 

My SAP java system is on NW 7.4 SP 8.Now I have to download dumps so that i can take it to SP 11.

 

Please guide me what are the components in java system which decides its NW release and SP level?

so that I can download the required dumps for SP11.

 

 

 

Regards,

Akshay

Re: Short cut joins

$
0
0

Does short cut join  help in every  kind of situations to remove the loops ?  OR does it only help at specific senarios ?

Re: Fixed Asset Acquisition

$
0
0

Hi.

 

I also get similiar issue in SAP Business One 881 PL 07. No % character in the asset acquisition. Also the fiscal year correct, 2015. The issue solved by log out from SAP then log in and create acquisition.

 

Thank you.


Re: Confirmation Error - Notification E CRMSERV_ACC_EXEC 006

$
0
0

Hello Naval,

 

Thank you for attach the note 1839957

I updated the URL for the note. ^_^

 

Regards,

Webster

How to merge alv cells of two rows?

$
0
0

Hello everyone,

 

I'm having the requirement in ALV Report like below.

 

column1column2column3column4
Data1Data417
Data1Data428
Data2Data539
Data2Data5410
Data3Data6511
Data3Data6612

 

In column1 and column2 data are repeating. I have to display as below

 

column1column2column3column4
Data1Data417
28
Data2Data539
410
Data3Data6511
612

 

Please suggest me how to be done it.

 

Regards,

Manivel S

Re: customer Ageing report.

$
0
0

hi! can you help me do that also? i need a report of customer ageing 0-30days,30-60days,60-90days and90-120days and totals

Ui5 upgrades in HCP Portal

$
0
0

Dear experts,

 

we set up a quick PoC on hanatrial earlier this month:

https://cloudportaltrial-d048118trial.hanatrial.ondemand.com/portal/cloud-portal/index.html?id=e830462d-3a77-4aa9-936a-0…

 

You will find 2 open social widgets. One is a GeoMap. The other one shows some buttons. The first two buttons will trigger the map to load route data and display it as a Route Object in the map (following the UI5 example here: SAPUI5 Explored)

 

This worked fine until 2-3 weeks ago. Without changing it, we found that the Routes are still added to the map, but aren't visible anymore. We expect it to be caused by a ui5 version upgrade on your side, which may changed/updated the API? 


In our OpenSocial container, we set an absolute link to the central ui5 release https://sapui5.hana.ondemand.com/sdk/resources/sap-ui-core.js

It looks like the portal replaces the link in our bootstrap with your custom ui5 release. Could you please confirm this?


Is there any wiki / ticket where I can check on your ui5 version changes?

The broken feature seems to be fixed in ui5 already in the latest official release. Could you suggest a workflow, that allows us to avoid such issues in the future?

 

Thanks for your support.

 

Best Regards,

Axel

Re: Navigate to another view

$
0
0

There are a lot of threads on SCN.

Google

 

Search before posting.

Viewing all 8798 articles
Browse latest View live




Latest Images