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

Re: Selecting UI5 control in HTML view from JS controller

0
0

Hello,

 

we were experiencing the same behaviour. However inside of the view-controller You can use

this.byId("idOfElementInThisView")

the id as defined in the view seems to have a local scope.

Therefore our approach was to obtain a reference on the view controller and then use its method byid.

One way to do so, is to store the reference to the View controller in a global variable.

 

 

Best Regards


Replace hash in UI5 router URLs

0
0

Hi,

When using the standard ui5 router functionality, the router appends the navigation url parameters into the hash value of the url.

When we are navigating to a specific page with a url parameter this is leaded by a hash sign. We need this functionality to embed the application into the fiori Launchpad AND enable the deep linking.

 

Without the router it is not possible to have deeplinking in the fiori Launchpad.

Therefore we need a solution where we can use another sign instead of hash. Is this possible?

 

Background is that for some Windows client configurations the #-sign can not be used for hyperlinks embedded in MS Office documents, the #-sign is interpreted as " - " (space minus space).  That's why we are looking for a solution to replace the hash into something else.

 

Any idea?

 

Sample URL:
/sap/hana/uis/clients/ushell-app/shells/fiori/FioriLaunchpad.html#flp-runApp?html5App=sapevents&SAPUI5.Component=sapevents&url=/

 

 

 

Regards, Steffen

Process orders in the weekend moving during the night in APO/PPT1

0
0

Hello Gurus,

 

I have a problem on the scheduling of production orders when these orders are scheduled
on the week end.

 

Problem description: 

 

  • On day 1 the short term planner schedules production orders in PPT1 (APO) on the
    week end.
  • During the night these production orders are re-exploded in ECC (see: COR2 => Read
    Master Data)
  • On day 2 the end production date of orders that were in the week end, have moved
    by the system to the Sunday night.

 

    

Step 1: The order is scheduled on the week end on Saturday 14 March 2015.

step1.jpg

Step 2: We explode the order in ECC

In ECC, we have:

step2.jpg

 

 

But if we check the order in APO, we have:

step3.jpg

You can see that the process order are placed at the night of sunday, also if in ECC after explosion was always where was planned.

 

Have you any idea how to avoid that the process order moving in APO ?

 

Thanks Gurus.

 

Livio

Re: Internet explorer can not display R3 transaction from Transaction Launcher

0
0

I have something very similar...IE will display the R/3 transaction but will not execute it.

any help would be very appreciated.

Overriding background in design studio

0
0

Hi All,

 

I am integrating design studio application into my UI5 application (HTML5 application).

 

Here I want to make background as transparent in design studio. So that I can get UI5 application background as background for design studio application.

 

Currently I am seeing that there is a css file loading for design studio application named "prtl_std_sf3.css". It is preventing me to change background as transparent.

 

Is there a way to preventing loading  this css file or can we override the css in that css file??

 

Thanks,

Surendra.

SAP RDS, Can I continue activating the remaining 11 building blocks in automated process though I already configured one building block manually

0
0

Hi Consultants,

 

Please help me out in sorting my problem.

 

For a Customer and Contract Creation for Postpaid Services business scenario (SAP CRM), I need to activate 12 building blocks(Configuration Guides) in  automated process but by mistake , I have already configured Manually one of the 1st Building block (B01_CRM) in the system. So now my concern is,

 

1. Can I continue activating the remaining 11 building blocks in automated process though I already configured one building block manually.

 

OR

 

2. Please can you suggest me for any other options.

 

 

Regards,

David

Re: Showing the user name currently locking an object in a message

0
0

Hi,

 

A sample:

 

 

 

Regards

Capacity Planning Table (CM25)

0
0

HI All,

  I am trying to configure the Table Section of CM25 to Display the Material Description rather than the Order Number on Dispatched Planned Orders. Please Help!

 

Thanks


http://service.sap.com/notes is history ?

0
0

I woke up yesterday to the fact that http://service.sap.com/notes doesn't work anymore. It's almost emotional to see that a portal that hasn't changed for years is suddenly down.

 

sapnotes.png

I suppose I missed key news articles lately and didn't know this was coming.

 

I know that we have the brand new and shiny http://support.sap.com/notes which is enhanced and better etc etc, however will miss the blue/ligh blue interface and the familiarity that http://service.sap.com that I suppose everyone got used to.

 

What do you think?

Re: Save as Draft Option in TRIP T Code

0
0

Hi,

 

I have changed the config settings in T Code- PE03, TRVPA.

 

SWC- 1

WRP-0

 

Now when I save Travel Expense in TRIP, I get the status window opened with

 

Approval- Request Recorded and Request Approved

 

Settlement- Open and To be Settled

 

I am not sure how to proceed?

 

Also, I tried checking webdynpro for the Save as Draft button, I am not finding the option there as well.

 

Kindly help.

Re: Insert decimal into a string 3 place from left

0
0

Hi Matt,

 

Try:

 

stringvar s := {database_field};

Left(s,3)&'.'&Mid(s,4);

 

-Abhilash

AR Credit Memo: Override default amount of AR Invoice

0
0

Hi,

 

In the AR Credit Memo transaction, when we click on Copy From and choose AR Invoice, I want to automatically bring the Open Amount of the Invoice into the AR Credit Memo Total (LC) field. By default, the system brings the full amount of the AR Invoice. I want to override this behaviour.

 

How can I do this? Can I get the code sample please.

 

Thanks.

Re: problems if code copied from ecc 6.0 to ecc 4.7

0
0

why don't you just test it? Copy it over and do a syntax check.

If there was no difference then SAP would not need to provide different releases.

Of course there are function modules in current system which were not written when 4.7 was launched at the market. When we implemented ECC6 we upgraded as well to Unicode which forced us to change coding in old programs.

There are ABAP commands which have not been there at 4.7 times.

You can't get a clean bill of health for such generic question, you can just test it, and if there is trouble then you need to fix it to make it run.

If you have read some OSS notes for new developed functionality then you could know how rarely SAP offers the option to implement such function in a lower releases. 

Re: Standard FEED not working in SAP Demo system

0
0

Hello Srinivas,

 

Could you elaborate on this issue? What exactly you mean when you say Standard Feed not working? Does it throw any error or is it simply not showing anything at all under FEED workcenter?

 

BR

Ankur

Re: IPI, PIS/COFINS não são copiadas para a nota

0
0

Sei. Verificamos o mapping e está certo.


Re: Add a new column in the List of AR Invoices window in the AR Credit Memo document

How do line number gets determined ?

0
0

Hi,

 

We create complaint in CRM from a reference order number(ECC). But when we copy items from sales order, item numbers are not getting populated correctly(PFA).

 

Item Numbering maintained :

Increment Item : 1000

IncrementSubItm : 10


While debugging I am not able to find the place NUMBER_INT field in orderadm_i structure is being populated and I always get '000000' NUMBER_INT in CRM_ORDER_MAINTAIN.

 

Any ideas ?

 

Regards,

Harsh11-03-2015 22-00-49.png

Re: Can we change Date format to month and year only

0
0

Hello Malkit,

 

Could you complete your question by giving the complete context as to where do you want to enter date in a specific format?

 

BR

Ankur

Re: Possible to Evaluate and Suppress Section Twice?

0
0

Thanks for all the suggestions.  It must user error on my part. I cannot make this work. As a workaround, I suppressed the Group Footer using this formula only: {CHECK_MRCH.check_vendor} <> 'BT OFF-SIT'

 

I exported the resulting records to Excel, then sorted and manually removed any Check Dates that were greater than 10/1/2014. The result was 4520 rows in the Excel Document.

 

When I tried Abhilash's suggestion after changing it to >=,

{CHECK_MRCH.check_vendor} <> 'BT OFF-SIT' and

{CHECK_MRCH.check_date} >= cDate(2014,01,10) //yyyy mm dd format

 

I got 15270 records and also had dates greater than 10/1/2014

 

 

When I tried Dell's suggestion of

{CHECK_MRCH.check_vendor} <> 'BT OFF-SIT' or

{CHECK_MRCH.check_date} >= Date(2014,01,10)

 

I got 1280 records. No Check Dates greater than 10/01/2014 were included, but some that met the date criteria were excluded (as compared to the report I created by manually sorting and deleting of the Check Dates in Excel).

 

 

When I tried Matt's suggestion of

{CHECK_MRCH.check_vendor} <> 'BT OFF-SIT' and

{CHECK_MRCH.check_date} >= Date(2014,01,10)

 

I got 15041 records, some of which included Check Dates greater than 10/1/2014

 

Matt, when you said you do not want the "suppress box" checked, did you mean leave it unchecked when entering the formula, then check it once the formula is complete? If I leave the suppress box unchecked, I end up with 439042 records, most of which I do not need. If I check it after entering the formula, then I get the 15041 records.

 

If it helps,here is some background on the report:

Report Links

Report Fields

Report Setup

Report SQL

 

Again - thanks for all of your help on this. I appreciate your taking the time to assist me.

Capacity planning - upload planned demand from project to Item and Bucket level

0
0

Hi

 

I'm struggling a bit to upload capacity demand from the project to Capacity planning on Item and Bucket level. I get no values in the Assigned Resources Category on Item level. I've ran report /RPM/FICO_INT_PLANNING, but no values are displayed.

 

I'm pretty sure I've missed some basic customizing, but cannot figure out what is missing. Configuration related to Rollup should be correct.Capacity Planning.jpg

 

Any ideas?

 

Thanks,

Lars

Viewing all 8713 articles
Browse latest View live




Latest Images