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

Re: Webi linking and dynamic visibility

0
0

Hi,

 

try creating a [test] variable to hide/show the table(s) and/or charts.

Like when [test] = "HIDE" hide the table , when ´[test] = "SHOW" show the table.

To construct test you may use the ReportFilterSummary() function.

 

If you´re using Input Controls as suggested, you can test ReportFilterSummary(), which returs a text, for the presence of the dimension in which you will control the show/hide behaviour.

Let´s suppose that the dimension is called [Universe Name].

 

When nothing is selected from the input control, the text [Universe Name] wouldn´t be in ReportFilterSummary(), because ti´s not being used as a filter.

At the moment you select an Universe , the text "[Universe Name] Equals" will bwe part of ReportFilterSummary(). Som,

 

try If(Pos(ReportFilterSummary();"Universe Name")>0;"HIDE";"SHOW")

 

Use [test] as mentioned as a condition for showing/hiding the table.

Regards,

Rogerio


Re: SAP Note 2117335

Re: Advance Goods receipt,,,

0
0

Hi,

   Seems strange.

   Anyway, you may check two step GR options like 103 & 105 movements (GR blocked Stock) or 107 & 109 movements (valuated GR blocked stock). Once the material is shipped, you can do the first step of GR and once its received physically, you may do the 2nd step movement.

 

Regards,

AKPT

Re: PI Issue : File to Proxy scenario

0
0

Hi ,

 

Proxy class activated and data not submitted to Proxy structure.

Re: Unir dos resultados de querys

0
0

Lo intente pero el resultado me sale vacio creo es un problema con los inner lo hice con este query pero me trae datos de mas ya que tiene el ItemCode vacio y el ItmsGrpCod vacio tambien cuando se supone tienen datos

 

SELECT T2.[ResType], Total=(Price*Quantity), T1.[ItmsGrpCod], t0.*

FROM IGE1 T0 

LEFT JOIN ORSC T2 ON T0.[ItemCode] = T2.[VisResCode]

LEFT JOIN OITM T1 ON T0.[ItemCode] = T1.[ItemCode] AND (T1.[ItmsGrpCod] = 162 OR T1.[ItmsGrpCod] = 164 OR T1.[ItmsGrpCod] = 167)

Re: Mapping Ship From details into target field

0
0

Hello Adul,

 

Try like below

 

<D_93>-------------

                             Concat(Delimiter |)-------Concat(Delimiter |)-----------Target

<D_67>-------------                                          |

                                       <D_166>--------------|

                  

 

Repeat the same for rest all fields

Re: Navigation between two XML views

0
0

Hi Mahesh,  please let me know if that worked for you.

 

Thanks,

Ashutosh

Re: View Report "hangs"

0
0

Hi Pat, Hans

 

we are dealing with the same issue. Do you have some pointers , how you got this issue resolved.

 

Thanks

Prateek


Re: PI Issue : File to Proxy scenario

0
0

Messages are stuck in queue.

 

Might be data size issue or as suggested by Diego might be code is inactive.

 

try running with small data and check if its updated in ECC.

Re: Unable to see the project structure in the left pane of Project planning board

0
0

Hi Mahesh,

 

For your project check what is the project profile maintained.

Then go to OPSA ( i.e. Project profile) and check tab " Plg board/dates".

Under Project Planning Board, check if Plan.board prf is maintained.

 

If yes, go to OPT7 and check if it correctly configured.

 

Also check below SAP note

 

500933 - Proj.plng board: Recomm., additional information, consulting


Regards

Tushar

Re: SAP Agentry {Eclipse Editor} - Transaction Validation Rules

0
0

Your validation rule needs to return True to indicate it passed validation or False to indicate the message should be displayed.  If you setup as a warning the user will see your message and can decide to continue or stop.  If they continue the next rule will be executed.  If you setup the rule as an Error if the rule returns false it will display the message and stop the processing.

 

If the rule returns True it simply goes on to the next rule without displaying any message.  If all rules return True the validation passes and it continues. 

 

As for if you need to combine them or keep them separate will depend on your logic and intentions.

 

--Bill

Re: Where can I get documentation on Sybase "TDS" proxies?

How to configure ssl on business objects 4.1 sp5 on a windows box

0
0

Hello All,

 

I have just setup a clustered enivornment  between our linux and the our new windows box because of Lumira deployment. In order to complete the installation on the windows box, we had to disable ssl on the linux box. Now that the install is complete, we have to enable ssl on the linux box and also on the new windows box. I am having problem configuring ssl on the window box. In the business objects admin guide is states how this is done but still unable to get this setup. Can anyone guide me through this process of setting up ssl on my windows box.

 

 

 

Thanks in advance!!

 

 

Re: Consulta formatada em parâmetro de relatórios SAP B1

0
0

Obrigado pela resposta Diego.

Re: Restricting Views(?) When Using HANA HTTP Connection and Analysis for Office 2.2

0
0

Hello,

 

I am facing the same issue and tried to replicate your instructions however still having the issue.

 

Would you provide the screen shots?

 

Thank you


Re: Not able to Skip the selection screen in reporting in MSS

0
0

resolved, incase you come across this issue, just ensure you pass the correct parameters

 

Thanks

Re: Backflush Issue, some quantities did not consume

0
0

Hi,

 

But they are in TCODE: COGI? or not ?

 

 

1) Check if the material is the same backflush (material master or work center)

 

2) Check COGI

 

Regards

 

Dimas Faria

Re: Link DMS to BO thru archivelink

0
0

thank you for your reply,

i have understood that i can create a link using

 

        CALL METHOD cl_binary_relation=>create_link

          EXPORTING

            is_object_a = lv_object_a

            is_object_b = lv_object_b

            ip_reltype  = 'URL'.


but i can't understand how to get the url of the file stored in DMS

Re: How to be an import broker, not use one!

Re: OADP MSS Reports returns blank GUI instead of selection screen

0
0

Resolved.. Just ensure you pass the correct parameters if the skip initial screen tick box is ticked.

Viewing all 8594 articles
Browse latest View live




Latest Images