Re: Create Table Statement Error With If Exists Clause
Hi Courtney, Try the following logic: if exists (select * from sysobjects where name="TestExec")drop table TestExecgobegin create....... Hope this helps
View ArticleUnrelease PR after PO creation
Hi, simply, is there a system message to prevent unrelease PR after PO created reference to this PR. Thanks
View ArticleRe: Web Service Consuming
Hi Chris , Thanks for your response , but I am afraid I have tried the all 3 points before asking. The WS used to worked till some point and suddenly I have this error crash . Even that the error line...
View ArticleRe: Unrelease PR after PO creation
Dear Jurgen, How i can know each system message cause, where-used, and when it works, from class 06 and ME. Thanks
View ArticleRe: All views are coming on the same page. Previous view is not getting cleared.
Hi Srinivas,I believe, I am also wrapping my views in an "app".Here is my code. var app = new sap.m.App({ initialPage : "idMain1" }); var page = sap.ui.view({ id : "idMain1", viewName :...
View ArticleRe: Unrelease PR after PO creation
18 years of experience.Nobody does approach the messages and its root cause this way around.You practice, you support, you read OSS notes, you read SCN and you get used to the variety of messages and...
View ArticleRe: Problem Loop at screen
Chintu Sharma wrote: don't use MODIFY SCREEN twice in the same loop. No - I think that is handled correctly here. Rob
View ArticleRe: Lock NOT set for: Loading master data attributes
I am not talking about notes relation, just about links: https://css.wdf.sap.corp/sap/support/notes/1923378 The links like mentioned are working for SAP employees, but for others has to be:...
View ArticleRe: Lock NOT set for: Loading master data attributes
Thanks for advising, it is clear now! Best regards,Francielle
View ArticleRe: Cannot change the structure of the hdbtable after table import ?
Hi, please add the integer values in your csv file at the 4th position and not in the 3rd position. The alter table statement resulting from the change of the hdbtable file adds the new column also on...
View ArticleRe: CV02n - Workflow
Hello, Showing the same screenshot 3 times does not help. It only says that there is an error, not what the error is. Please read this whole thread again carefully and follow some of the advice given....
View ArticleRe: Issue with SWE_EVENT_CREATE_FOR_UPD_TASK
Hello, Well then change the select statement so that it works after the upgrade. When doing a select count(*) there is always an answer, even if it's 0, so the fact that sy-subrc is always zero makes...
View ArticleRe: Cannot change the structure of the hdbtable after table import ?
Hi Florian, Thank you very much for your help!Now I have understood. The position of the new column in the definition file is not relevant. The new column can be added only in the last position. Best...
View ArticleSMP 3.0 work manger 6.2 custom bapi...
Hi Experts, I am trying to extend WorkorderAddPostBapi to fix one issue. I am have done following steps. Could pls reply if you have any suggestions. 1.updated the config panel with new bapi...
View ArticleControlling Area Currency
Dear Experts, We are in the process of FI/CO Role out by adding a Company Code with a different Currency (EGP) than the Controlling Area Currency (SAR) for the first time. I have been able to assign...
View ArticleRe: Extending Code-Completion
Hi Florian, doesn't know why you want it, but I can imagine that there will be a lot of backend-communication if you find a way to activate it. We should not forget that it is a server-side development...
View ArticleError in generating payslip
HELLO EXPERTS, While generating payslip i am getting some errors,Can anyone plz tell me why payslip is blank? 1- I was getting a blank payslip2- When i tried again i got this
View ArticleRe: MSS ADD ON 1.0 Unable to approve Leave requests from UWL
are you using the correct XML as per note 1600953? https://scn.sap.com/thread/2096541
View ArticleRe: DTW No Actualiza Saldos Iniciales
Estimado Gerardo, Mil gracias, al parecer si era un tema con el Transaction Notification. Gracias por tu colaboración. Saludos Sandra
View Article