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

Re: Error: Some of the archives defined in the stack configuration file were not found in the download directory.

$
0
0

Hi Amerjit,

 

Please find the file "DEFINE-TARGET-SOURCE" in attachment.

 

I don't understand, what do you mean with file SMSDXML_<SID>* ?

 

Actually, from SolMan MOPZ,  two types of files (Stack Delta Configuration Files and Stack Delta XMLs for Software Lifecycle Manager)can be generated.

 

I downloaded Stack Delta Configuration File "stack.xml" into directory that is used during SUM upgrade.


Thanks,

Sreenu


Discount Error when creation Goods Receipt PO & AP Credit Memo

$
0
0

Dear Experts,

 

I have upgraded a client from version 2007 A to 9.1 PL 07. End users are currently doing some tests. Two users have the following error

 

1. One of the users is trying to create a Service Goods receipt PO from a Service Purchase Order. The goods receipt PO is a partial receipt therefore the user is putting the partial value on the total column (This is the normal business process they follow).

 

Note: The Purchase order total column is 19375.00, the partial goods receipt PO total column is 6960.00. The unit price in the goods receipt PO remains the same as the total of the PO (19375.00). This therefore generates a discount of 68.04 because the total column and unit price column are different. In version 2007 A, this is allowed. However in the upgraded version 9.1 PL 07 the following error is generated

 

[Goods Receipt PO - Rows - Discount % per Row][line:1],'You are not permitted to perform this action' [Message 200-30]

 

2. Another user is also trying to add a Service AP Credit memo with discounts and is getting the same error as above

 

[A/P Credit Memo - Rows - Discount % per Row][line:1],'You are not permitted to perform this action' [Message 200-30]


Do I have to give authorizations to the above users mentioned? I have tried to give Max. Discount Purchase =100.00 at the bottom of the general authorizations window for each user but it is not working


Kindly assist. Thank You


Regards,

Pascale

Re: How to add arrears amount to Current month gross (/101)

$
0
0

Hi Krishna,

 

What's your Ptax deduction period? Is arrears period comes under that period?

 

Thanks

Re: Syclo Transaction Error "cannot validate Transaction"

$
0
0

Are you generating this key property in Edit transaction? If no than good. If yes please modify this.

 

Also please cross verify all the data type.

I can see in screen you have DATE property. for this your transaction and in Object same property type needs to be define. you can't define DATE_AND_TIME property.

 

 

Ajitesh

Re: Dashboard Crystal Report based

$
0
0

Point 1:

To explain detail create a report with country sales. Take the data into the pie chart. Then create a report where it has region/state or whatever next level data you have but keep the country as a filter/prompt/selection variable in crystal report level itself. Keeping them mandatory or optional that based on the logic.

 

Now point the second query which has country as a prompt to the cell A1. Then pass the selected value from the pie chart to the cell A1. I mean map them according to this. So on the run time based on your country selection the second report data will change. Like this you can link multiple reports to drill down. NOTE you need to set the trigger option on this.

 

Point 2:

Live office is add-in tool where you can download from Service Market Place, please contact you admin team to get more help on this or if you have the s-user id you can also download directly. After that you need run and get connected with MS-Excel. Then only you can see the crystal report icon over there.

 

Point 3:

Being an administrator you can create reports and you can create a single user and you can assign rights to the dashboard or you can create multiple user and you can assign multiple rights at the dashboard level. May be you can create set of groups for certain user and assign the dashboard, that is a another level.

 

Hope i tried to clarify you in detail.

Have a great day ahead.

DM Chapters Wise User Access

$
0
0

Hi All


We have a requirement have different chapters in DM as shown in the below screenshot.Our requirement is that different chapters should be assigned to different users. For Example User A must be able to access only the chapters 1 and 2 only

user B must be able to access the chapters 3 and 4 in the same way user C must be able to access 5 and 6 chapters only.

 

Note:- User A Access only 1 to 2 only (Should not be able access Other Chapters)

           User B Access only 3 to 4 only (Should not be able access Other Chapters)

          User B Access only 5 to 6 only (Should not be able access Other Chapters)


Please help me to achive this requirement in DM..

 

Regards

Veera

 

User Requirement.jpg

SAP CPM (Commercial Project Management integration With PPM(Project Management)

$
0
0

Hi All,

 

I am doing some solution design for one of our client, I have a question related to Commercial Project Management(cpm) Integration with PPM Project management which is as under.

 

I am very well aware of CPM integration with PPM when it comes PS Project creation from PPM item.

 

Just wanted to know is it is possible we can link CPM master project with PPM project Management (cProejcts)...since we want to use project management features given in Project management/Resource management i.e (phase, task......roles.. resource and assignment of resource to task ..etc) of PPM and later linking master project with SD for billing related features available in CPM....

 

Thanks

Amit Mishra

Re: Business Rules for Account ownership

$
0
0

Hi, Markus,

 

Thank you for information. Indeed it could be a nice feature to have some day.

 

Best regards,

Nadezhda Rukavishnikova


Re: Screen Icon for Screen

$
0
0

Amitoj,

 

I can confirm in Tile Display you can show image in tab.

I tried this and it worked for me.

 

Client - WPF - 70.10.5

SMP 3 SP09 PL01

Re: different types of Rawmaterial in SAP B1 for BoM

$
0
0

Hi,

 

Please advice the relationship between above two raw materials.

 

Thanks.

Re: Microseconds in XSJS

$
0
0

This is a limitation of JavaScript itself, not XSJS necessarily.  In JavaScript the now() object only returns milliseconds. For client side timing browsers are starting to expose internal timers that go lower than milli, but these are exposed via the Window object since they aren't coming from JavaScript itself:

http://gent.ilcore.com/2012/06/better-timer-for-javascript.html

 

This therefore wouldn't be accessible in a server side implementation of SpiderMonkey.

 

Even Node.js has a similar problem from JavaScript itself. It therefore has to use the process object to get more accurate timings:

process.hrtime()

Re: Renewal of APNS custom MDM client and Upgrade the distribution profile for Afaria custom client

$
0
0

Hi Sejal/Sushmitha,

 

Thanks Sejal for the above steps it worked for APNS renewal, now I am trying to renew the custom MDM and below is the screen shot were I have to select create certificate?

 

Please let me know thanks.

 

Regards,

HK

Re: Field catalog is missing in production sfs

$
0
0

And with option I_BYPASSING_BUFFER = 'X' (also check value passed to I_CLIENT_NEVER_DISPLAY)

Re: Add style class to inline css

$
0
0

Hey

 

You can only use addStyleClass() on any component that inherits from control.  LIstBox inherits from control, so its all good.

 

var listBox = new sap.ui.commons.ListBox();

listBox .addStyleClass("myListBoxStyle");

 

Now you can add your style in a css or scss file.

To  add CSS to the component in your javascript file, your token has to be rendered (added to DOM) first. Could do something like this:

 

 

lestBox.onAfterRendering = function()

{

   if(sap.ui.commons.ListBox.prototype.onAfterRendering)

  {

       sap.ui.commons.ListBox.prototype.onAfterRendering.apply(this);

  }

   $(".myListBoxStyle").css(

  {

            "width": "20px",
             "border-collapse": "separate"

  });

}

 

But styling should preferably be kept a separate styling file.

Re: call odatamodel manually and read value -> call getEntity


Re: System freeze when running Addon

$
0
0

Hi,

 

Please run as administrator. If not working, please contact your contact your add-on provider.

 

Thanks

Re: Sap boxi 3.1 report to email

$
0
0

Hi Swapnil,

 

That's what the email group are suggesting .

 

Thanks

James

Re: Replication of Project type to PS Project-Profile

$
0
0

Hi Rini,

 

For mapping SAP PPM Project type to PS Project Profile, the following steps needs to be performed

 

In PPM system:

  1. In SPRO --> SAP Portfolio and Project Management --> Project Management --> Connection to External Systems --> Accounting Integration --> Replicate Accounting-Relevant Characteristics
  2. Enter the RFC of the ECC system and select 'Project Type' check box under Objects to be Replicated section
  3. Execute
  4. This will transfer the cProject types from PPM system to ECC system

 

In ECC system:

  1. SPRO --> Integration with Other mySAP.com Components --> SAP Portfolio and Project Management --> Project Management --> Collaboration Projects --> Controlling --> Create and Change Controlling Scenario
  2. In this step you can create your own Controlling scenario for each PPM/PS Projects
  3. Under 'Define Controlling Scenario' node --> Map the cProject type to the Controlling scenarios created in the above step
  4. Implement BADI 'IAOM_BUSINESS_SCENAR' for filter 'CPROJECTS'
  5. In the method 'CHANGE_PROJECT_PROFILE' of the above BADI, it is possible to map the PS Project profile depending on the controlling scenario mapped in Step 3.

 

Best Regards,

Priyatham

SAP HANA Data Provisioning Agent Configuration with Firebase Database

$
0
0

Hi,

 

I've tried Smart Data Integration process using SAP HANA Data Provisioning Agent tool and created two remote sources viz. FileAdapter & TwitterAdapter.

 

How do I connect to some other data sources which have not listed on the SAP HANA Data Provisioning Agent tool?


In our case, we wanted it to connect to Firebase ( It's a Google product, Data in Firebase database is stored as JSON and synchronized in realtime to every connected client. When we build cross-platform apps with ourAndroid, iOS, and JavaScriptSDKs, all of our clients share one Firebase database and automatically receive updates with the newest data)


Like in the following screenshot I can only see few adapters like oracle, db2, teradata etc., likewise if I want to connect to a specific database like Firebase (Firebase - Build Extraordinary Apps), how do I proceed?

Screenshot (110).png

Thank You,

Karthik

Re: Hana Administration

$
0
0

The provided by Imran is for SPS08, try to read from SPS10 which has more enhanced features. 

Viewing all 3153 articles
Browse latest View live


Latest Images

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