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

Re: Interactive script does not work in the document

$
0
0

Change the Click event Run At to Server from Client


Re: BO Technical monitoring using Solution Manager 7.1

$
0
0

hi all,

 

Issue solved

 

This metric will rated 'red' if the BO server status is enabled. this does not indicate a problem but is technically required to produce a correct availability rating.

 

Thanks

 

Regards,

Veekshith Shetty

Field symbol not assign

$
0
0

Hi all,

 

I have a problem when i call a method for assigning an attribute of the current class to a field-symbol. The method is passed as a parameter the object of the class.

 

If done in the method works well the following assignment:

 

FIELD-SYMBOLS <fs> TYPE any.

     DATA: ls_field TYPE char25.

     ASSIGN me->gr_entga TO <fs>.

     ls_field = 'ME->GR_ENTGA'.

     UNASSIGN <fs>.

     ASSIGN (ls_field) TO <fs>.


When I call the method and pass the "ME" this code not assign the FS


CALL METHOD /siss/cl_ish_med_pmd_config=>get_range_const_class

       EXPORTING

         im_id_pmd = gs_id_pmd

         im_object = me.


The parameters are declared as follows:


IM_OBJECTImportingType Ref ToOBJECT


i try declaring Type ANY and the result was the same.


Code:

 

       CONCATENATE 'IM_OBJECT->' lwa_cons-idcon INTO lc_fieldname.

       ASSIGN (lc_fieldname) TO <rp>.

       CHECK <rp> IS ASSIGNED.


Thanks.

Re: WM - clear negative stock in interim

$
0
0

If you don´t have stock in MM and you have negative stock in WM this means you have positive stock in other bins, so you can clear stock through movements, moving it from bins with stock to bins with negative stock, using LT10 or LT01 transactions.

 

Best regards

Carlos

Re: What is best practice when performing a risk analysis

$
0
0

HI Tiede-Jan

 

Unfortunately due to deadlines, different priorities of the business and history it is very hard to set up a perfect authorization concept

 

You describe the common issue that I come across with security

 

In those cases, I try to establish what a "perfect" setup would be and do mini-project cleanups to move towards that. In many cases, I'll do a technical clean up first (e.g. fix SU24/PFCG integration) before moving to changing user access. Over time you get the roles clean and make SoD analysis easier. This is one of the first option to consider when you identify a risk

 

I get how your approach works but if the roles are a mess the the manager say to remove one action, you might get stuck taking it out of a role when other users need the access.

 

Regards

Colleen

Hide some table row, letting visibile the sub-total

$
0
0

Hi all,

I'm trying to create a table with a classical break. I have 2 dimension (Region and City) and 1 misure (Sales). What I want is to create a break at Region level, having City as row details. Once done I want not to show the City with Sales < 1000$ but I want to show the Region...

Using filters or other techniques (es. Transform Sales <1000$ to Sales = 0 and use the table format property "Hide row with measure value = 0") when all the City of a Region have Sales <0 also the Region sub-total is hide.. but I need to see it? How can I manage it?

Referring to the table below, I need to view Region Liguria (the subtotal witouth filter and the other points are solved).

Regards

 

 

That's the required Output

 

Region - CitySales
Region Lombardia4000
    City Milano   2000
    City Como   1000
Region Piemonte3000
    City Torino   1500
    City Cuneo   1000
Region Liguria1200

 

That's the data Input

 

RegionCitySales
LombardiaMilano2000
LombardiaComo1000
LombardiaVarese800
LombardiaSondrio150
LombardiaLecco50
PiemonteTorino1500
PiemonteCuneo1000
PiemonteVercelli500
LiguriaGenova700
LiguriaImperia500

Internal Error 213 occurred: message (131-183)

$
0
0

we finished the upgrade from 8.8 to 9.1 PL 10 and when creating a delivery internal error 213 shows up

 

Any thoughts?

thank you very much

Line Item Dimension modification -> empty dimension

$
0
0

Hi everybody,

I applied following modifications to an infocube:

  • I removed "Line Item" setting to a dimension with a single characteristic inside (DOCUMENT NUMBER)
  • I added new fields to this dimension
  • I set this dimension as "high cardinality"

In development system the infocube were empty and I had no problem in this activity.

 

When I transported this modification in quality environment, I noticed that Document Number field become empty. And if I:

- launch a query with no drill --> TOTAL = 100

- apply the drill on document number field (or other fields that were added to this dimension)

- No data is returned (also the total = 100 disappears)

 

 

Watching in detail, the problem is that the dimension table is now empty:

- before transport, there was a dimension table with 2 fields that mapped exactly 1:1 fact table with infoobject sid (and so, the sid value in FACT table was the same of the sid value of the infoobject and in dimension table, every record had exactly the same value in both columns)

- after transport, dimension table was extended with new fields but become empty (and so there are no more values that matches the dimension table with infoobject sid)

- watching fact table, sid values still exist

 

 

There is a way for having again this field populated in the infocube? or do I necessarily have to:

- Move all data in a second cube

- Delete data from original cube

- Transport modifications

- Move data again in the original cube

 

Thank you for the support.

 

L


Re: Connect ECC to two system PI 7.4

$
0
0

Hi Ezequiel,

 

you can connect to two PI or multiple PI only at run time. It means that you can send the data of different interface to different SAP PI system, but to design you still needs to connect the ESR to SPROXY.

 

The approach I took earlier to switch the sproxy connection between the SAP PI systems while doing to build. and when it comes to test you do not need the sproxy connection.

 

Hope this help

Harish

Re: Not able to refresh the report with Parameters.

$
0
0

Thanks,

 

I'm having a difficult time piecing it together.

 

Your code screenshot is code for creating a new document in a specific folder.  The issue I see here is that you use a PUT instead of a POST.

 

The parameter screenshot appears to be correct XML but I'm not sure this is what is causing your problem as its not related to the source code you posted.

 

The Error screenshot suggests you are passing XML with a lower case "text" attribute rather than a case sensitive "Text" attribute, but the Parameter XML posted looks fine.

 

Can you point to the exact line of code throwing the exception as well as any XML body being sent when the error occurs?

 

Dan

Re: Search a model tree and change the color of parts found

$
0
0

Hi Corey,

 

SAP 3D Visual Enterprise Author 8.0 x64 does not have scripting abilities, but the SAP 3D Visual Enterprise Viewer 8.0 32-bit does have scripting abilities.

 

It is scriptable from javascript in HTML and c#, and other Com compatible hosting environments.

 

I recommend downloading and installing both the Viewer and the SDK. You can begin this process from the links below:

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pcntry=US&sap-language=EN&pid=0000000233

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pcntry=US&sap-language=EN&pid=0000012810

And then checking out some of the examples in your language of choice.

 

To answer your question regarding changing the color of a parts list. Parts can have their color changed temporarily with the Node.Paint(Color c) method, or changed permanently by changing a Node's Material (eg Node.Material.DiffuseColor = Creator.Color.create(r,g,b)

 

Regards,

 

Anthony Cassidy
IMS for Visual Enterprise

SAP New Zealand

151 Queen Street, Auckland, New Zealand.

T +64 93555608 | F | M

mailto:anthony.cassidy@sap.com

www.sap.com

View our ISO 14001 certifications

Re: Greetings!

$
0
0

Hi! Niraj

 

Thank you for your response, i used your formula but isn't solve my problem.

 

The thing is that i have two input controls, in one i have 6 months and the other i have 7 months.

 

The first one works because when i choose "All Values" it displays "June Acumulado 2015" but when i choose the second input control it displays the same text! and it's wrong because i need to display "july acumulado 2015".

 

I attached a picture just in case it would help.

 

month.jpg

Re: Message No. NR751

$
0
0

Shashi, are you creating a sales order with reference to a billing document from 1996?

It seems the number of the billing document you're using is no longer valid.

If it's just a sandbox or dev box, you may try to maintain the number range interval 19 in SNRO for RV_BELEG to ensure it covers the number of the billing document you're using.

 

Regards

Raghu.

Re: Back to Back sale order with item category TAB confirming sch.line CB

$
0
0

check your ATP rule for CB SLC?

 

Regards

Raghu.

Re: MASS MATERIAL ASSIGNMENT LSMW

$
0
0

Dear

Dipeshkumar Bhavsar


Thank you so much for explain me, you are so kind. but i have a questions...


how can do it if  my inspection plan have not materials?


and if i do it  like you ,i need to have one material in the plan but when lsmw try to put the material, the field "plant" doesnt fill it, how can i fix it?


i hope u can help me.  and be sure that you have your point


Regards

Alex m.


Re:Extending JAM Application

$
0
0

You have a syntax error on this line:
for(int i=0; i<responseString.length; i++)

 

It should be:

for(int i=0; i<responseString.length(); i++)

 

Generally speaking, if you are getting a compiler error, you want to go into the application server logs, in this case since you are using HCP as your application server, you can go into the Java application properties in HCP and there is a log section that you can download the logs from to review.  These logs will give you more details around what the actual error is.

Re: Export only Report Table data into Excel without Heading of the report.

$
0
0

you can get the table ID from the following:

 

GET /documents/<reportID>/reports/<reportId>/elements.

 

the Response should contain a <VTable>.  you can get its id from there:

 

ie:

<element type="VTable">

     <id>13</id>

     <reference>1.D</reference>

     <name>Block 1</name>

     <parentId>24</parentId>

...

 

Once you have the <id> rather than the reference, try the export.

 

Dan

Re: Export only Report Table data into Excel without Heading of the report.

$
0
0

I found that bid is the table id and able to retrieve the table data into Excel. Thanks Dan for your help.

Re: Changing Condition amount in Sales Order

$
0
0

Hi,

 

Is there a routine attached to your condition type?

 

Regards

Raghu.

Re: Export only Report Table data into Excel without Heading of the report.

$
0
0

Great way to start the weekend!!

 

Glad to help,

 

Dan

Viewing all 8667 articles
Browse latest View live




Latest Images