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

Re: HTML interpretation of textfield does not work fine

$
0
0

The answer may be correct for the padding-Attribute, but it does not explain, why one of the color attributes is working, the other not. In the list, color is mentioned as a supported attribute. So it is not the coerrect answer, it just repeats the documentation. I was able to read and find the documentation by my own.

 

The lsit of tags says, that the tag "style" is working, then also the attrbutes for this tag should work. It is very poor, that I have no possibility to arrange the li elements with a distance one from the other.

I tried to insert an empty <p></p> Paragraph, but this ist just ignored !!!

<p> is also in the list of supported tags, so it should work and not be ignored !!

 

I could try, to inserta <p>xxx</p> with xxx in white color, but, as we can see, the color is not working properly.

 

SAP should not name this feature "HTML" interpretation, better name it:

 

"a little bit like HTML interpretation but most of it does not work"


Re: Hide some table row, letting visibile the sub-total

$
0
0

Hi Marco,

 

Here is a solution that exactly displays what you want:

  1. Create a cell containing "Region - City"
    1. Repeat "Region - City" cell on every page
  2. Create a cell containing "Sales"
    1. Align "Sales" cell on the right edge and top edge of "Region - City" cell
    2. Repeat "Sales" cell on every page
  3. Create a block "Region" with Region and Sales
  4. Create a section on "Region"
    1. Clear the "Region" section value but do not delete it
    2. Align "Region" block on the left edge and top edge of "Region" section
    3. Do not display header for "Region" block
    4. Repeat "Region" block on every page
  5. Create a block "City" with City and Sales
    1. Align "City" block on the left edge and top edge of "Region" block
    2. Do not display header for "City" block
    3. Repeat "City" block on every page

 

Download the WebI document attached to this post (rename "Italian cities.jpg" to "Italian cities.wid")

 

Didier

Re: Unblock of Mass vendor

$
0
0

Hi,

 

asking field to be change so, which filed to be select.

Re: Average sales after probationary period

$
0
0

calculate total for all the records for the feilds and divided by no.of months

 

example;

loop at item to item

if sy-tabix ge 4.

  lv_var1 = lv_var1 + 1.

  lv_var = lv_var + Rep1.

  endif.

endloop.

 

lv_avg = lv_var / lv_var2.

How to sell iObject(equipment) in crm??

$
0
0

Dear exparts,

I have a requirement with my client. They are in rental business of vehicles that we are maintaining in crm as iobject. They rent the vehicle. their business practice is like that if the vehicles are more than 3 years old they sell to iobjects through auction(accept quotation vrom n number of customers for the vehicles) and which ever is highest they sell to that customer. In this situation which transaction type we can use. Because in sales quotation and order object is not used and how to handle pricing for object. If any one is had the experience kindly suggest me. its very urgent.

Regards,

Roy.

Re: Need a Scenario for Business Auditing of Financial Statement - Liability???

$
0
0

Dear Sanju,

 

Thanks for your quick reply

 

May you please help me auditing any of the areas mentioned above? I am new to this and do not have any clue where to start from.

 

Actually, I have to train our internal auditors on this.

 

May you please help me?

 

Regards,

Re: Hide Summation in template

$
0
0

I did not understand.

Can you please share me an example.

Dank

Re: Error : Blank page output

$
0
0

Hi AbdulBasha,

 

sorry for the delay, I have enclosed that error below please view on it, and tell your suggestion to solve this error.

 

 

name       : https://webidetesting3003439-p1941903330trial.dispatcher.hanatrial.ondemand.com/i18n/i18n_en_US.properties

status    : 404

type       : xhr

initiator  : sap-ui-core.js:7113 error.PNG

 

I couldnot put that error code fully here its take lot of space . if you want means i will put fully. feel free to ask anything about this error. I need to solve this error please give your suggestion.


Re: Calculate Difference of two fields in tickets

$
0
0

Hi Saurabh,

 

In your code for Date2 , Time2 variables also you are passing same DateTimeString.

 

Change that 2 variables assignment like below, and check.

 

date.PNG

Regards,

Shiva G

Re: tax  code

$
0
0

Thanks you Ajay,

 

I checked in BSET  in this table tax codes and volumes are updated

But i have small doubt. Apart from the BSET tables tax codes,  in rest of all tax codes,,, Can i think  have not been posted any documents since starting time

Sales order created in ERP not appearing in TM

$
0
0

Hi all I am doing Domestic Outbound Scenario.

From ERP system I went through SPRO --> Integration with other SAP components --> ----> Activated transfer of sales documents.

I also have assigned output type TRS0 to the same.

When I create the sales order output type TRS0 triggered.

But it is in "not processed state"

When I try to resend I get message "No communication data defined for medium 8".

Any thoughts how to fix this.

Re: How control the filename encoding when using open dataset?

$
0
0

Hi Aditya,


All the apps I use to open the files show the contents fine. Our problem is how to control the encoding of the file name itself.


Eric

Re: can't deploy helloworld servlet to hcp

$
0
0

Hello Vladimir-


This is the correct answer for Peter, who is just trying to get his Hello World application into HCP.

 

For those having trouble deploying Java Web and Java EE applications to HANA Cloud Platform:  the issue is with your Java Runtime Environment, not with the Application Runtime Container (ARC) you chose.  Tomcat is the only HCP ARC currently supporting Java 1.8, Java Web and Java EE require that you are using Java 1.7

 

Ensure all your build and runtime/deployment options in Eclipse are set to use Java 1.7.  If you've ensure all the settings are correct and still get these errors, it may help to export the WAR file and deploy to Hana Cloud Platform using the neo tool from the client connector, or the upload WAR option from the HCP cockpit (application->update->upload).

 

Thank you

JS

Re: Default output type for contract

$
0
0

Hello Prasoon,

 

Thanks for your help.

 

Please see below screen. The ZNEU output type is manual and out put type NEU and ZNE1 are with

the "Output Found" status. Please let me know how can I change the status of ZNEU output type.

z.jpg

Thanks,

Khushboo.

Re: Inventory Valuation Report automatic and without modifying last evaluated price

$
0
0

Hi

 

You can find the stored procedure in SBO-COMMON.dbo.SCSP table.

 

You cannot modify, you have to make a CR report or a  query for your requirements.

 

Kind regards

Agustín Marcos Cividanes


Re: create a datastore using sap bods for db2 via odbc

$
0
0

Hi Murali,

 

Create a ODBC DSN in your jobserver and your client (local machine or citrix client)  for the DB2 database. Make sure it is a system DSN.

 

Now connect to the DSN using ODBC option.

 

 

kind regards

Raghu

Re: Holidays days

$
0
0

excuse me

this is the correct payment terms and the InvoiceA-R Invoice.JPG

Payment terms.JPG

Re: GRC two tier to Three tier

$
0
0

Hi Biswajeet,

 

  Thank you for the reply! and I understood from your reply that we just need to check the functionality of work flows nothing more than that?

 

  Could you please elaborate more? Thank you!

 

Thanks,

Priya

Re: CS12 Currency Overflow DUMP

$
0
0

Hi David,

 

In this field, I can only put 11 in length but with two decimal places

 

999,999,999.99

 

Its value is much higher.  1,123,947,644

 

If I try to put your value, gives an error to me (see attach)

 

You have no problem when entering the MM02, and will screen in accounting 1?

 

Check what is the size of this field, on your system. If the maximum is 11 this is your problem.

 

Regards

 

Dimas Faria

Re: [BI4.0 SP2] The schedules  of webi report are in random error

$
0
0

Hi,

 

We correct the problem by changing the setting

Maximum Connections of  WebIntelligenceProcessingServer.

 

Regards,

Viewing all 8713 articles
Browse latest View live


Latest Images