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

Custom Theme Breaking Standard Fiori App .css

$
0
0

Hello,

 

I am working on adding a custom theme (created via theme designer) to an extended fiori application, my timesheets (HCM_TSH_MAN). Right now I am running the application on a local tomcat server (I have a version without the custom theme running on the ABAP server).

 

I created the theme in theme designer, and the preview looks fine, however once I add the custom theme to my application, the summary tabs which normally display information for the two weeks of the time sheet period are no longer displayed correctly. Additionally when creating a new time entry the fields are also displayed incorrectly (it looks like all alignment related .css was removed).

 

Has anyone had any problem like this before? And if so how did you solve, or does anyone have a recommendation on how to find/solve this problem? I am thinking there is some .css parameter(s) being overwritten by the custom theme but I am relatively new to SAPUI5, css, and theme designer and am not sure how to find these parameters or the specific file they would sit in, I am thinking there should be some files I can run some sort of comparison on, but am not sure which.

 

Process I followed:

To add the new theme I added a 'resources' folder to my eclipse extension project and copied in the files extracted via /UI5/Theme_tool and then added these two lines to my index.html to apply the theme:

"data-sap-ui-theme="custom_testcrystal"

data-sap-ui-theme-roots='{"custom_testcrystal" : "/Z_MK_HCM_TSH_MAN/resources/UI5/"}'

 

Below are screenshots of the theme designer preview where the app is displayed correctly, and the app on my local server where it is not correct. Unfortunately I am having an issue with my oData service right now so there is no data but I have outlined the tabs on both screens in red and you can see how the tabs have been shunted to the left of the screen(unfortunately this problem also means I cannot access the new entry screen right now, but the problem is similar to this one). And I was having this problem before the oData service issue arose, so it is not related to not having data to display.

theme_designer.PNG

local_app.PNG


Re: Liquidity Planning and Cash Management Legacy Data

$
0
0

If you have to update BSEG, I think you will need SAP Help.

If you recreate CM Data, FDFD updates tables FDSB, FDES, FDSR and this is what you see in FF7a/FF7B.

 

Notes are from 2008 but this functionality hasn't changed much.

 

Hope this helps.

 

Kind Regards

Re: Load Material Classification Class Type 300 with Direct Input

$
0
0

Wonderful Jurgen thank you very much.  Tested and work perfectly !

Re: Error while opening Crystal Report in SAP B1

$
0
0

Did you ever resolve this issue? I have the same problem. - Laura

Re: Characteristics NOT updated even after change

$
0
0

Hi Sharu

 

That means you are using Variant Configuration.. The options chosen by the customer are specified in the Sales Order. To transfer these values to COPA, you write a derivation rule using VCONF

 

If your billing document is posted with ABC and not XYZ, this means you need to redetermine Prof Segment at the time of billing

 

This can be done using Substituion Step in OKC9 (you can search for a SAP note for the same) or by means of a SD routine

 

Rgds

 

Ajay M

Drill down in Webi Column chart

$
0
0

I have created a column chart in webi which shows a percentage on the y axis and mod centers on the x axis. I have two different percentages side by side. I create a navigation path on the business layer to drill down into part numbers. The percentage is based on the number of part numbers in a mod center. However when I try to navigate back to mod centers it changes my percentage to crazy numbers, like 65,000%. Please note that in my example the percentages cannot be higher than 100. I hope the information I provided wasn't too vague, but have any idea why this is happening?

 

P.S. I am using 4.1

 

Thanks in advance.

Re: OSS note to disable checkbox to save as default layout in ALV

$
0
0

See below:

 

CALL METHOD go_grid->set_table_for_first_display

    EXPORTING

      is_layout        = gs_layout

      is_variant       = gs_variant

      i_save           = 'A'

    CHANGING

      it_fieldcatalog  = gt_fieldcat

      it_outtab        = gt_outtab.

Re: MR21 price not updating in Material Master

$
0
0

Did this resolve the issue??

If so please close thread.


Re: WEBI Process Servers Failing.

$
0
0

This issue was ultimately resolved for my scenario by rolling back to SP05. This stopped the WEBI Proc server issues immediately... Whew... I was then presented with the issue where I was not able to edit the Destination Fields in any of the job servers. Nice... Selecting the destination dialog box would invoke an error. I then installed SP05FP01 which is working perfectly on my test system. Still was not able to edit Destinations in job servers. Same dialog box error. After some reading I luckily found that SP05FP10 should resolve this new issue that arose while rolling back to SP05. This was the trick. I now have a functional system.

 

Thank you for your comments.

Dynamic variables - Analysis edition for Office

$
0
0

Do dynamic variables work with Analysis Office Scheduling!

 

 

 

Thanks, Kris

Name of frontend printer not found, using default printer

$
0
0

Hi, sap gurus.

 

 

When i try to print some doucument with migo transaction, show me the add "Name of frontend printer not found, using default printer".

 

I got configured LT01 although  is mark in su01 transaction and my printer is default configured .

 

 

I hope yours can help me with this problem.

 

 

Best regads.

Re: sap.ui.table columns positions as per predefined index

$
0
0

Thanks for the reply.

I achieved it using remove & add columns.

No need to use another model. Just get the table instance and remove and add as per order.

Re: Hana xs

$
0
0

Hello Vinni.

 

to 1 - 2)

I do not see in your coding that you access the response determined by client.getResponse(). As result you are setting the id value transferred to the xsjs by the URL parameter. If the URL parameter is not supplied you get that null value.

 

to 3)

Yes, you need the insert statement to store the data in the table. Instead of setting the schema with "set schema" you could also address your table with <schema_name>.<table_name>. But that is just another approach, your solution will also work.

 

Regards,

Florian

Re: Extract Position and Employee

$
0
0

Hi,

 

I am afraid that there does not exist a Business Content DataSource to cover your requirement.

You will have to create a Generic DataSource using a Function Module.

 

Please refer to document How to Create Employee Hierarchy Extractor where you can find an example of such a custom hierarchy extractor.

 

Best regards,

Sander

How can I hide the field Reference Order in IW31?

$
0
0

Hi, Gurus!

In IW31 there is a field used to copy some data from an old PM order to a new one. Because the settlement values are copied to the new one our users wants to have this functionality disabled.

How can I do this? I searched for an configuration option in all spro without success.

 

Thanks in advance.


Email Alerts SAP hana

$
0
0

Friends,
Is it possible to configure hana to send emails with authentication smtp.gmail.com?

 

If not? What email services providers would you suggest.

Thank you for your time.

Zachary

Re: Error ck465 valuation view 2

$
0
0

Hi Michael,

thanks again!. I have tried this note but it is not implementable as well.

Also scenario in this note is not very much the same, since it applies for product costing and not for costing for orders.

I appreciate your support !

Best Regards,

Horacio

Re: Error with FMWA Fund Transfer in FM

$
0
0

Hello, run a test and I got the same result

functionality is correct?

 

Sender showing the addition of fund, and receiver showing Subtraction from its own fund balance.


Please Help

Re: PlugIns for HANA Cloud Platform

$
0
0

Both Eclipse and HCP are open platforms, so sure it's possible.

 

You can find the currently available HCP APIs documentation at API Documentation.

 

Would love to hear more about your use cases/functionality that you plan to add, and eventually - see the plugins you develop in action.

 

Cheers,

--Vlado

Re: Long term Planning Inspection

$
0
0

Hi Abu,

 

 

You may try QE51 and I hope it will work also for your scenario. As Mr. Anand told that is really required.

 

In QE51 Screen put:

  • Material, plant and Insp.Type
  • Tick mark " with long-term inspections (at worklist selection area)
  • Execute it/F8

You will see the list of lots, select that lot and double click on Inspection char (Long Term MIC) and put/change the value and save it.

 

Hope it will help you.

 

Let me correct myself here.!!!

 

We can only enter the value in Long term planning Inspection if the lot status is LTIP. Just leave these MIC blank or put initial value and do not close/force close (status 5) while doing RR. Also do not set the indicator of long term Insp. plan MIC indicator "Optional character" otherwise status will change to ICCO after UD.


When the status of lot is LTIP, we can easily enter the results using QE01, QA32 etc.

 

Regards;

S Ahmed

 

Message was edited by: Sarfaraz Ahmed

Viewing all 8851 articles
Browse latest View live




Latest Images