Re: How to set default values in a Table view
Hello Naveen, The issue is :You are just changing the Tax type of in each loop of context TAXCLASS. You have to add the changed context node to the collection in the loop for each index. Eg. CALL...
View ArticleOLE Resuorce release
Hello, allI have the following problem when attempting to change files, which were accessed by OLE objects.For example, I sent a file as attachement. THe sending program is an OLE object. Even after I...
View ArticleRe: Hundreds of fields to be populated on the basis of various check box...
thanks for the link. the answer is useful. but it is working for single database table. what if i need to perform 'for all entries' i.e. join of 2 or more tables (could be upto 7 tables join). wat...
View ArticleRe: registration of sapstartsrv FAILED with rc=-1 - TREX setup cannot proceed
Hi 1. Both User id are as part of local administrator group? 2. If the user id not taking from Domain. try to install the local installation and check BRSS
View ArticleHow to call Function through Soap Action
Hi all, I have a Receiver communication channel in PI that sends data to from the interface to Oracle Webservice.At that moment a function should be called with two constant parameters and the third...
View ArticleRe: SAPUI5 Mobile & Google Map
Hi Jay, You may want to look here. I've shared on GitHub a custom control for displaying Here/Nokia maps. However, it could be very easily adapted to use Google Maps API.
View ArticleRe: HTML view - Display KM file
Hi Hareesh, Check the URL path of the KM HTML page in your VC HTML view component in the run time.Maybe VC renders it in an unexpected way, or unexpected space in the beginning or end of the URL.
View ArticleRe: Error HTTP Error 404.15 when export report
I finally manage to find out the issue.I found the method="get" in the <form id="form1" runat="server" method="get"> is the root cause of the problem. By removing method="get" from the for tag,...
View ArticleRe: How to show Map using SAPUI5
Hi Hema, You may want to look here. I've shared on GitHub a custom control for displaying Here/Nokia maps. However, it could be very easily adapted to use Google Maps API. I also provides clustering...
View ArticleRe: Regarding SAP Installation Media's for Oracle
Hi Vishal, Kindly check SCN doc Things to consider when you plan to install ERP 6.0 EHP6 with Sybase ASE on Linux Best is to go through with SAP Note 1554717 - SYB: Planning information for SAP on ASE...
View ArticleRe: Equipment & material serial number not coming in refurbishment order...
Sir, I didn't got you which information you are looking for. Regards
View ArticleCustom Controls and binding - preventing rerendering on model change
I've been taking a look at sap.ui.ux3.DataSet.If the model that I've assigned to a DataSet instance is asynchronously updated I see that there is an updateItems function being invoked.After this...
View ArticleRe: Need to print a text of 255 char from a Ztable into sap script printing.
Hi Ankit, pt_output-value = l_vtext. MODIFY pt_output TRANSPORTING value WHERE name = 'L_VTEXT1'. pt_output-value = l_vtext+80. MODIFY pt_output TRANSPORTING value WHERE name = 'L_VTEXT2'....
View ArticleEnhancing datasource 0FI_AA_11 with accounting document number
Hi all, For Asset Accounting extraction we like to enhance datasource 0FI_AA_11 with the accounting document number. Any suggestions? Kind regards, Harjan
View ArticleProblem with connecting to MDM with db2
Hi All, We are facing the issue with connecting MDM to DB2 , We have tried all set of password but its not working ...says " Unable to connect Database server" Once we are trying using command db2...
View ArticleRe: Two Instance getting triggered on Change of PO for BUS2012
Thank You Tommy, yes, in SWEC there is a linkage maintained for FREBUS2012, but I am not sure if I should delete the entry, as may be it is being used by some other object or config.do you have any...
View ArticleRe: How to Print T&C on backside of the last page in smartform.
Hi Vineesh, Thanks for respond!! I need to print the T&C page as backside of the last page.The last page may be first page or the next page.This is based on the line item in the...
View ArticleRe: Deductions at MIGO (GRN)
hi, Basically its for the integration as because the legacy system does have the function which needs to be integrated in sap. thanks
View ArticleRe: Condition suppression in crystal reports
There is a way to do this, but it's going to be a bit tricky. Assuming that both columns come from the same table, which I'll call "MyTable", here's what you'll need to do: 1. Add a second copy of...
View Article