Re: Sybase ASE database administration - isql commands and a graphical...
Hello Bret Halford, Yes it has! But in SQL Server or in Oracle you have the "dbacockpit" too but you also have other tools for managing the databases like sql server management studio or the oracle...
View ArticleConnecting multiple C4C tenants to same HCI system
Hello Experts, Please note that we already have a Cloud For Customer (C4C) system connected to our HCI system which is connected to our ERP system.How can I connect another new C4C system to the same...
View ArticleRe: Looking methods of integration Windchill and SAP systems.
Hi, no there is no standard document. Typically integration partners of PTC provide this kind of integration on project basis. Regards, Ulf.
View ArticleRe: Pending Values Question
Brandon, Does the audit history not give you the information you need? Matt
View ArticleRe: hi..
Hello, By creating an RFC enabled function module in SAP ECC.Then you can call it from CRM. You'll find example on SCN for the coding part. Best regards,Sylvain AGUETTAZ
View ArticleDynamic table structure with sap.m.Table
Hi experts, I would need your help on the following...I need to be able to dynamically create the columns androws using sap.m.Table. What I currently have is: - controller from my master view (list) is...
View ArticlePARVW in IDOC type
Hello,Does anyone know where I can find the list of (MM) IDOC types which are using field PARVW? Is there a generic tool/database for that?Thanks
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Hi Robert, Did SAP ever respond/resolve the ticket you created for this issue? Someone told me that this was a known issue, but I have yet to have it verified by SAP. They asked me to simulate the...
View ArticleRe: Can I build a query to show monthly sales by item by business partner?
Hi, Try this: Select [a] as Cardcode, [B] as Cardname, [c] as Item#, [D] as Descr,[1] as Jan,[2] as Feb,[3]as Mar,[4] as April,[5] as May,[6] as June,[7] as July ,[8] as Aug,[9] as Sept,[10] as Oct...
View Articlecrm consultant handles which types of tickets
crm consultant handles which types of tickets?
View ArticleRe: Import SHINE delivery unit FAILS as well as the Generation of Data
Hi, here is a screenshot of the part of the log file where the error occurs. Activationworkshop.template.services.poWorklist.xsodataFailed to read design time object from repository RegardsMarkus
View ArticleRe: Date format issue in SAP C#.Net Conenction
Hi Hardik, actually, this does not show more than we already know .... Best regards. Markus
View ArticleHow to restrict few users - Work order priority
Hi experts, i have an requirement in WO (IW31), i have implemented a logic that user cannot change the WO priority once it is already released . if sy-tcode = 'IW31' or sy-tcode = 'IW32' or sy-tcode...
View ArticleWhy the Shortname property for DSL.Universe doesn't apply?
SAP BIP 4.1 SP4Oracle 11g (11.2.0.4)Windows Server 2k12 Issue description:In BO 3.1 There's a legacy behavior for both Web Intelligence and Desktop Intelligence documents, that, when it can't find a...
View ArticleRe: Access SAP Tables from Java Program
Hi, You can expose web service from sap Regards.
View ArticleRe: Oracle Memory Setup during SAPINST
Hi Martin, As Unicode migrations will be R3load based refer to below SAP note for Oracle database configurations.936441 - Oracle settings for R3load based system copyHope this helps.Regards,Deepak Kori
View ArticleRe: User Defined Message Search
Hello Dileep , The best way to have these details like correct Xpath , Prefix and name space is to go to PI ID -> Receiver determination condition. Try to put some condition for receiver...
View ArticleRe: PCo Managment WebService version change?
We'll definitely try. The issue is that the environments where the setup works correctly are DEV and QAS. The newly PROD system was behaving strangely as described above. We'll have to run the upgrade...
View ArticleRe: Crystal Reports locks the program that is running the report on Windows 7
Try not explicitly disposing rpt.Database. Instead, use Bhushan's suggestion and just close and dispose the report object, which should internally dispose of the database and its connection. -Dell
View Article