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

Re: Design Studio 1.1 Chart with IE8?

$
0
0

Hi all together,

 

thanks for the replys, I checked note 1768161, but apart from some general statements, I cannot find there any concrete statement about restrictions in IE8. Especially not with respect to the charting component in design studio 1.1.

Looking at the PAM it looks like Design Studio does not support IE8 for add-ons based on the HTML5 Chart Engine (see helpful anwer from Tammy), but there is no hint if SAP is working on this or not.

And note 1855316 is still not available...

 

Any ideas how to find out if the problem with the charting component and IE8 will persist?

 

Thanks and best regards,

Markus


Re: MESSAGE_TYPE_X

$
0
0

Hi use following function to read and upload from Excel file.

 

form UPLOAD_DATA .

  DATA: loc_filename TYPE rlgrap-filename. "string.
  DATA: it_raw TYPE truxs_t_text_data.
  loc_filename = p_file.

  CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
    EXPORTING
*     I_FIELD_SEPERATOR    =
      i_line_header        = 'X'

      i_tab_raw_data       = it_raw       " WORK TABLE

      i_filename           = loc_filename

    TABLES
      i_tab_converted_data = gt_upload[]    "ACTUAL DATA
    EXCEPTIONS
      conversion_failed    = 1
      OTHERS               = 2.
endform. " UPLOAD_DATA

Re: Sum in a blank cell dependent on input control filters ISSUE

$
0
0

Sandeep, Mallik, thank you both for valuable inputs and prompt answers, I really appreaciate helping me!

 

To be punctuate - yes, ChartCCRDimension is the input control used. Speaking of ReportFilter formula, it is now showing the list of entries fitlered via Input Control separated by semicolon - the syntax is: ReportFilter([ChartCCRDimension]). Picture attached.

 

What I would like to see in the blank cell in fact is one number summing-up Net Sales [Net Sales YTD AY] which should work dynamically based on filtering done by user. I suppose the measure has to be included in the formula, but as long as I am not fully familiar with the syntax logic yet, I would appreciate any other suggestions if you know there might be a solution for this. :-)

 

With thanks and regards,

 

Martin

 

SAP BOBJ sum in a cell.jpg

Re: Pass Parameter to BAPI

$
0
0

Hi Venkateswaram,

 

Yes the function is RFC Enabled.

and parmeters are mandatory.

 

 

Regards:

sheetal

Re: OLAP Universe on Teradata Source

$
0
0

Thanks Henry,

 

We are using XI 3.1 and Teradata 13.1. However, It will not be available as it's not not there in higher version itself.

 

Could you please help me to get any sources where I can refer the difference in behaviour of Relational & OLAP Reports.

 

Regards,
Siva

Re: Cannot see Design Studio 1.1 Appl. on iPhone

$
0
0

Hi Ajay,

 

our iPhones use iOS version 6.1.3.

This is the current version when updating iPhone 4S.

 

Cause of our company rules we all use this version. Noone of us can get the Design Studio Applications on iPhone.

 

Kind regards

 

Patrick

Re: Database-specific derived tables not supported in WebI?

$
0
0

Hi Colin. I'm glad my post saved you time and frustration.

 

The crux of the matter is that derived tables can only contain ANSI-92 SQL. So more advanced SQL features (such as that found in SQL Server) aren't supported...and using such results in a failure when the SQL is executed in WebI.

 

I'm curious to see how SAP will resolve this with BusinessObjects BI 4.1. Will the updated Data Federation Layer suddenly gain support for SQL Server's (and other vendors') advanced SQL? Or will the layer delegate the parsing/transaction of the SQL to these vendors' database engines (presumably as the IDT does)? Whatever SAP ends up doing, I hope it's robust enough to truly overcome the current limitation.

 

In my case, I'm relying upon SQL Server views upon which I need to use advanced (i.e., SQL Server-specific) SQL features. I cannot modify the views...and it wasn't practical to try to emulate the advanced SQL. So, using another SQL Server, I created a linked server object to the server containing the views. On this linked server, I created 'compound views' (my terminology) that consume the original SQL Server's un-modifiable views; I added the advanced SQL to these 'compound views'. Lastly, I created a connection to this other SQL Server, added the connection to my data foundation, and then added these 'compound views'. What a mess! Surprisingly, however, it works--in both the IDT and in WebI! If/when SAP resolves this issue, I won't have to use this Rube Goldberg approach any longer.

Re: Extraction from CRM to BI step by step Procedure

$
0
0

Hi Vijay,

 

There is way to say thanks on SCN. if you got the required information thru replys. then

Mark them as helpful answer and correct answer. once you marked as correct answer that would be helpful to others if they come across the same issue.

 

Hope you understand.

Thanks


Re: Transfer Marketing Plan to R3 Project via middleware

$
0
0

Dear,

 

Did you assign the right values in:

 

Customer Relationship Management

Marketing

Marketing Planning and Campaign Management

System Landscape

Define ERP Integration Type

 

and

 

Customer Relationship Management

Marketing

Marketing Planning and Campaign Management

System Landscape

Assign ERP Project Scenario to RFC Destination

 

Regards,

Caíque

Re: Disp+Work.exe stopped

$
0
0

please check that your database is up and running. Log in to the system as <SID>adm and restart all your SAP and DB services. Incase you are on Oracle, make sure that the listener is also up and running.

 

Hope this helps.

 

BR,

Balajii

Re: Idoc with status 64 - in Chinese

$
0
0

Hi,

 

maybe some custom messages were not translated ? Could this be the case?

 

Regards,

Michal Krawczyk

Re: ShopOrder number disappearing after serialize

$
0
0

Hi Petri,

 

Could you re-test the scenario using web service requests instead of xml-messaging? Does the issue reoccur?

If it is indeed sporadic problem, I would suggest that you open support message and provide connection to your system for SAP Support.

 

Regards,

Alex.

Re: Column Resizing latency in BI Launchpad

$
0
0

Hi,

 

i would try the following:

 

1. Clear the IE Cache

2. Clear the Java JRE Cache

3. Retry

 

If you still face the Problem try it with a different Browser such as Firefox. Is it running better with Firefox i would go ahead and take a default installation of the IE (No customizations via Group Policy Objects etc.).

 

If its running better under a default IE i would apply your company settings step-by-step to the default IE and check which setting causes the Problem.

 

Regards

-Seb.

Re: Initial Inventory load without Accounting document.

$
0
0

Hi Jiro,

This can be achieved in two ways :

 

1)Post Mvt. Type 511 - Delivery w/o charge which do not create a/c document

 

2)by below steps :

-Set price control as "S" and DO NOT ENTER PRICE in MMR

-Post 561 mvt type in MB1C. DO NOT ENTER EXTERNAL AMOUNT IN LC.

-System will not create any accouting document in 561, but quantity will get updated.

 

Hope this will help.

 

Regds,

Nilesh

Re: How to Populate Faster Business Role

$
0
0

Hello Simone,

 

Thank you very much for you blog, if you want to write more, I can ask more questions and you can answer like this :-)

 

I'll be off tomorrow but I'll try your solution on Thursday !

I'll keep you posted.

 

Thank you very much.

Nicolas.


Error in RDI back-end setup occured Solution Manager 7.1 DBACOCKPIT

$
0
0

Hi,

I was trying to schedule the data collector for LOCK EVENTS. The error message is the same as above. But drilling down i came across following message

 

Database: <SID>

caused by

Exception CX_SQL_EXCEPTION in class CL_SQL_STATEMENT

Kernel Error ID:

DB Error: Yes

SQL Code: 204-

SQL Message: SQL0204N "SAPTOOLS.LOCK_EVENT" is an undefined name. LINE NUMBER=298. SQLSTATE=42704

DB Object Exists: No

Duplicated Key: No

Internal Error: 5

Invalid Cursor: No

Unknown Connection: No

Connection Closed: No

 

Ive got no clue whatsoever how to overcome this problem. 1456402 is already implemented.

Apart from that following notes are also in the system

1598074

1654250

1816097

1817052

1817567

1820785

1824256

1828601

1833064

 

System specs

SAP SOLUTION MANAGER 7.1 SP 08

Managed System:EHP6 FOR SAP ERP 6.0

Both of them are running with DB6 : 09.07.0007 on RHEL6.

 

For further clarification ive attached the error log from the DBACOCKPIT in text file.

 

Regards,

Haroon

Re: CJI4 doesn't show any value in certain version

$
0
0

Hi Rama,

 

This report is for displaying  line items, depends on the settings and the way that you plan your costs it writes or not plan line items that are displaying in CJI4.

 

If some versions write plan line items, I think you should review how the other plan versions are generated because the most probably is they are different and you are only writting total amounts.

 

Try to check the difference between 2 versions ( once with plan line items ad another one without)

 

regards

Re: Invoice Reference "V" + Payment Terms as blank

PA and condition type error

$
0
0

I 'm using costing based PA, currently one sales order with two material, one FG, the other spare part, during PGI, COGS-FG is updated with 200 USD, COGS-Spare parts is updated with 30 USD, since in the same billing document, one VPRS condition type is used,

 

so how to configure the system during billing, so  system will post 200 USD to COGS-FG value field VVABC and 30 USD to COGS-spare part VVXYZ at same time?

 

in May, we find both 200 USD and 30 USD are posted to VVABC, so how to correct old document to post 200 USD to VVABC and 30 USD to VVXYZ?

Re: Problem with Refreshing SALV

$
0
0

Hi,

 

maybe something like:

 

      gr_gralv->close_screen( ).

      IF NOT gr_gralv IS INITIAL.

        gr_gralv->refresh( refresh_mode = if_salv_c_refresh=>full ).

      ENDIF.

      PERFORM select_data."load the internal table again

 

Best regards.

Viewing all 8746 articles
Browse latest View live




Latest Images