Re: Kick off parallel processing
There is no specific parameter or setting which allows you to trigger a parallel execution of a stored procedure. HANA itself does automatically a parallel processing of e.g. independent SQL queries,...
View ArticleRe: Issue in GL balance transfer
Hi Behl Dummy GL should be unblocked. Regards Jandoval Nascimento.
View ArticleRe: Auto delivery creation for WEB orders
Thanks for your reply Veselina once again! Agreed with your comment that if there is no one in the warehouse on Saturday and Sunday then why should the delivery get created on Saturday and Sunday. But...
View ArticleRe: Prompt message in MM inventory
Hi, You may activate the dynamic availability check (as A) for the movement type in OMCP transaction and set the message as warning message. Maintain the availability check indicator in material...
View ArticleUsing Dimension in Star Join vs Projection
Hello, I have built a Star Join Model using a Customer Dimension Calc View in Star Join Node. In another Star Join Model, I am using the same Customer Dimension as a Normal Projection node and Joining...
View ArticleRe: Non supported datatype: why this error showup
14.1.5 as i told previously these reports working fine on older version 11. Not working on new version of enterprise
View ArticleRe: Attachements in FPM
Dear Deepa,please read more about the displaytype Fileupload in the webdynpro documentation which is a UI Element called FILEUPLOAD. The attachment uibb is an RUIBB described in the cookbook as well...
View ArticleRe: SAP TM documents without SAP EM acknowledged EH GUID
Hi Whilst I wait to see if some one can give me an answer to the question of if there is some standard way to do the re sending of acknowledgment from EM to TM I have done a simple development to...
View ArticleRe: Issue with a privilege on the package
well... show us what you got there (send a screenshot)
View ArticleRe: Agentry - specifying a nested collection for COLLECTION_FIND
I've read on some other posts that since the rule editor is buggy sometimes you have to build your parameters in another function, and then cut/paste them back into the function where you need them. I...
View ArticleRe: Affordable Care Act (ACA)
Does any body facing similar issues with 1094CEven the plans are assigned to the minimum essential coverage characteristics in Part III of form 1094C lines 23 and onward having "No"check box checked...
View ArticleRe: Table view hyperlink external url
I added the part to get index and its working fine now, thanks for the help guys. Thanks,L.Will
View ArticleRe: Enable Transaction Notification
Hi, Not sure, you may check with SAP note 1320484. Thanks
View ArticleRe: How to create new user and assign him new licences in 9.1
Hi, Please refer SAP help file:...
View ArticleRe: Affordable Care Act (ACA)
RE: 1359 Hi, Rohit - Yes, we have the same issue of "X" being in the NO checkbox on line 23, which is incorrect. We do offer MEC. Fortunately, we are getting our "Other ALE Members" to print in Part IV.
View ArticleRe: My message not responded not sure moderator approved or rejected
Hey JurgenThanks for your reply. 1. I did not see any action item2. I just said that it was waiting for Moderator, probably not true. Please ignore this.3. I am not sure how to close the existing...
View ArticleRe: Affordable Care Act (ACA)
RE: 1359 Rohit, We are also getting "No" on the 1094C for line 23 all 12 months instead of "Yes." This was previously showing "Yes" checked and we had "B" in column e. Now column e is blank. We have...
View ArticleRe: query all the prices within a price list
Hi, Try this query: SELECT T0.[ItemCode], T0.[ItemName], T1.[Price], T2.[ListName] FROM OITM T0 INNER JOIN ITM1 T1 ON T0.[ItemCode] = T1.[ItemCode] INNER JOIN OPLN T2 ON T1.[PriceList] = T2.[ListNum]...
View Article