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

Re: How to edit form of Employee Master Data?.

$
0
0

Thank you so much Ankit!

It works, but let me ask you another question.

When I put SAP B1 studio 9.0 form in Microsoft visual studio 2010 I remove comments to the codes of menu.vb in order to be displayed in SAP B1 9.0.  These codes are

 

  Try

If (pVal.BeforeAction And pVal.MenuUID = "IMembershipOne.Form1") Then

''Please replace following 3 "Form1" with real form class in current project

'Dim activeForm As Form1

'activeForm = New Form1

'activeForm.Show()

End If

Catch ex As System.Exception

Application.SBO_Application.MessageBox(ex.ToString(), 1, "Ok", "", "")

            End Try

 

in order to replace form1 by original name of Employee Master Data (Employee_Master_Data_60100_b1f) like this

 

 

Try

If (pVal.BeforeAction And pVal.MenuUID = "IMembershipOne.Form1") Then

'Please replace following 3 "Form1" with real form class in current project

Dim activeForm As Employee_Master_Data_60100_b1f

activeForm = New Employee_Master_Data_60100_b1f

activeForm.Show()

End If

Catch ex As System.Exception

Application.SBO_Application.MessageBox(ex.ToString(), 1, "Ok", "", "")

            End Try

 

But activeForm.Show() gives error.

How can I fix that error in order to display Employee_Master_Data_60100_b1f form in SAP b1 9.0?

Or is there another way you can use to edit existing form by adding BPCode (edit textbox) without to create addon?.

 

vbimagee.jpg


Re: How we pass values to /o transaction in Personas 2.0

$
0
0

The problem with using /o is that it doesn't carry over the script to the new session. With /n you stay in the same session so the script will be able to drive the new transaction. However webgui (and consequently Personas) can only do a single session per user. So while /o will open a new window, it is in fact a new user being logged in to the system with a single session, and doesn't open a new session for the same login. You can verify this in SM04. This new user login won't know anything about the other session's script.

Even then, you could pass field values to the new session in the URL as parameters, but this will populate fields on the first screen only if I remember correctly. So populating the sold-to party won't work then.

Re: Flexible SOP: Data not getting transferred from SOP to Demand Mgnt

$
0
0

Hi

 

I suggest you to select one of these materials for which the transference is failing and test directly on transaction MC90. If there is any error during the transference, it will be displayed on this transaction.

 

BR
Caetano

Re: Crystal Viewer Binding errors

$
0
0

Ludek,

 

Thanks so much for the Help.

 

I downloaded and unzipped the file.

I opened the solution in visual studio and pressed  the start button.

 

Same problem as before, It ran OK and I could see the sample report but below are the errors it generated.

 

I looked though the log files on my PC and could not find any errors.

Like I said this is a new PC with a clean install of visual studio followed by the install of crystal reports.

 

I hate to delete and re-install everything and that might not fix it.

 

 

Please  advise,

George

 

 

Errors:

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnOpen'); target element is 'Button' (Name='btnOpen'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnPrint'); target element is 'Button' (Name='btnPrint'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnRefresh'); target element is 'Button' (Name='btnRefresh'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnExport'); target element is 'Button' (Name='btnExport'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnCopy'); target element is 'Button' (Name='btnCopy'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='ToggleButton' (Name='btnToggleSidePanel'); target element is 'ToggleButton' (Name='btnToggleSidePanel'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnPrevPage'); target element is 'Button' (Name='btnPrevPage'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name='btnNextPage'); target element is 'Button' (Name='btnNextPage'); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=.; DataItem=null; target element is 'ImageBrush' (HashCode=39642524); target property is 'ImageSource' (type 'ImageSource')

System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=.; DataItem=null; target element is 'ImageBrush' (HashCode=10073418); target property is 'ImageSource' (type 'ImageSource')

System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.Button', AncestorLevel='1''. BindingExpression:Path=IsEnabled; DataItem=null; target element is 'Image' (Name=''); target property is 'NoTarget' (type 'Object')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=ToolTip; DataItem='Button' (Name=''); target element is 'Button' (Name=''); target property is 'Name' (type 'String')

System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=.; DataItem=null; target element is 'ImageBrush' (HashCode=52851441); target property is 'ImageSource' (type 'ImageSource')

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=Header; DataItem='TreeViewItem' (Name=''); target element is 'TreeViewItem' (Name=''); target property is 'Name' (type 'String')

Re: Integration of BOBJ Design Studio dashboard via SAP EP

$
0
0

Ingo, I just found out that our part-time offshore Portal consultant is offline now.  Since we don't have a backup for him, and no one else has Portal Admin access, I'll have to wait until tomorrow morning (US time) to reply regarding the URL iview you mentioned above.

 

Once tested, I'll reply to you with the results.

 

Your assistance has been greatly appreciated.  Thanks.

 

Rod

Re: Running Cockpit on a remote server?

$
0
0

You do need to start cockpit on your IQ server machine. Cockpit only manages IQ server running on the same machine. And IQ server is on same machine, and was started after COCKPIT, then I would suggest stopping and restarting IQ COCKPIT

Re: Payload logging in SAP PI AAE

$
0
0

Hi Hareesh,

   For staging i put it as use global configuration.

Re: Message stuck between Iflow and the BPMN with error message : "Messaging: General error (General error)"

$
0
0

Actually after looking into Audit logs I do see the following error message at the JPR

 

Delivery of the message to the application using connection JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. FaultException: com.sap.aii.proxy.xiruntime.core.ESPXISystemFaultException: Error encountered during processing of XI request message in inbound ESP; Hint: com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException: Unexpected uriID '/{http://XXXX.com/sappo/XXXXXXX/IQA}ZINSPLOT_IB'. Found: BindingData 'null', interfaceMapping 'null' interfaceDefinition 'null'


Re: Custom Measures to see data in periodic format from a YTD model

$
0
0

the mdx code is not segregated (LEQ/AST) and (INC/EXP) instead it is having a mix.

 

MEMBER [MEASURES].[YTD] AS 'IIF(([%GRP_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%GRP_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),.....

 

it was considering LEQ and INC.

Re: I need to show a .swf file on JAM, it's possible?

$
0
0

Hi Robert, thanks for your reply

 

I'm reading about it and solve a lot of the things that I want to do, unfortunately I'm not able to use it yet 'cause I can't find the OpenSocial Gadgets option on my JAM Admin tools.  There's something I need to do first?  Hope you can help me figure it all out

 

I'm deaply gretful for you help Robert,

 

Best,

Jose

Can we push down joins to BW system in IDT

$
0
0

Hi,

 

We are using relational universe (on BW) extensively. I am trying to optimize queries wherever I can able to.

 

Current environment is

  • BO: 4.1 SP05
  • SAP BW: 7.3

 

Below are my observation while doing this activity

 

  1. If there are multiple tables in join, Data Federator executes different query to every table on BW sysyem
  2. It fetches all records from Dimension and Text table
  3. After fetching data from all tables, it applies join with fact table in cache to provide result set.

 

I tried to push down few of joins by converting some of attributes to navigational attribute.

 

But when it comes to read TEXT (0CAPTION or 0TXTMD) fields, it again hits to text table which result into fetching all records from these tables.

 

In few of the text tables, we are having millions of records which causes performance issue.

 

I really want to push down these joins (join with text tables) to BW level, so that query execution will be faster.

 

Any suggestions will be highly appreciated.

 

Thanks and Regards,

Sameer

Re: Import Image for Server to Design Stuidio

Re: Blocking Storage Bin

$
0
0

could you please rephrase/ elaborate your expectation in detail form your thread

 

"I want that, system block the first storage bin automaticly till the first storage bin will be empty. System doesnt allow add new goods that quant."

Re: QUMO feature error

$
0
0

Thanks to all now I solved the issue

Picking List for serial number parts/components

$
0
0


Hi experts,

 

does anybody know an answer on the CO27 + serial number combination?

Is there already a solution for this? Or a workaround?

 

If not, does anybody the real reason, why i isn't supported and SAP didn't invest the time to enhance the process for this?

 

Kind regards


Re: PDF Conversion more than 199 Pages - RSTXPDFT5

$
0
0

Hi Shareeq,

 

easiest solution will be that you create a device-type which converts your output to pdf, for example with device-type PDF1. Ask your basis-guys, they will know what to do.

You have not shared much details about the goal of your converting, but I think you will be good with having an defined output-folder.

~Florian

Re: Stuff SAP could easily fix - rant / wish list

$
0
0

It's so true, we get used to screens and transactions we use all the time and lose sight of how inefficient they were when we were first learning them, so we are no longer the best judge of whether the interface is well-designed.

Re: Problem in generating OTF or spool from smartform in workflow task

$
0
0

Ah, that old problem! Seen many times before on SCN.

 

It would be a good idea to mark which were the Helpful answers here.

Re: ALE/IDOC: Change pointer for transactional and custom data

$
0
0

There is plenty of information already out there on the change documents, just search in Google.

 

You might want to clarify what transactional data you mean exactly. From my experience, change pointers are a pain in the back. They take up space and then somehow disappear and you end up spending the whole day investigating. As I've mentioned, transactional data is usually distributed differently, using output that is created when transaction is saved. So there is simply no need for change pointers even if it's feasible to bolt them on, so to say. Just because something is available doesn't mean we have to use it.

 

Perhaps whoever came up with such requirement didn't even know the difference between change pointers and change documents.

Re: SAP HANA vs SQL Server 2014

$
0
0

Same dilemma with SAP's other product line such as Business One. Not sure if the Business Suite has this issue but many queries made may be required to be converted to a syntax that could be read the SAP HANA database.

http://scn.sap.com/community/business-one/blog/2013/04/10/how-to-convert-sql-from-ms-sql-server-to-sap-hana

 

At our organization we bought some SQL 2014 licenses and it will be used as under testing there seems to be no issues but no support by SAP to use Hekathon. There is a performance boost but no official support. If anything gets messed up SAP will not support it.

Viewing all 8902 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>