Re: Evaluating a DW column's ValidationMsg Correctly
Have your treid a simplified validation like: validation = Trim(this.Describe(asColName + ".ValidationMsg"))msg = this.Describe("Evaluate(" + validation + ", " + String(llRow) + ")")The only issue I...
View ArticleMDG C - Requester role having different UIs for different CR types
Hi , We have requirement to have the different UI per Change customer CR TYPE. 1. After selecting the customer on 'Search Customer' results, it displays standard out-of-box UI with all UIBBs.2. Then...
View ArticleRe: HOW TO REFRESH CONTAINERS IN INTERACTIVE ALV REPORTS?
Hello Hari, you wrote:- using hotspot event am interacting list, and- By using Hot spot event am getting data from first screen to second and second screen to third like that. It seems to me your logic...
View ArticleRe: Problem with a internal table
Your question is very unclear, but one problem I see with your code is that you are using BINARY SEARCH but then also just appending an entry to the table. How are you keeping the table sorted?
View ArticleRe: Failure occured in initialization of JMS queue 'jmsQueues/ISPEventQueue'
Hi Martin, Although the messages can be ignored, did you determine how to stop the messages from being generated? I can see the log is written every 10 - 20 seconds with the same messages. CheersShaun
View ArticleRe: ATP check not going to component availability screen during ATP check in...
Jayanta,First read the documentation on the subject, paying special attention to prerequisites. Complete all the steps called out in the doc. Come back to SCN if still unsuccessfulMultilevel ATP...
View ArticleRe: Object key is empty
Hello, If You're missing Your object key in Your WF You can check:- if Your passing the object key while raising event. Check in code and + enable event trace (SWELS) and latter check in SWEL if Your...
View ArticleRe: Unable to assign physical inventory warehouse order to resource in...
Hi, Can you check the tolerance groups of the user? which is assigned to the resource.. C K REDDY
View ArticleRe: INSERT INTO TABLE (SELECT ...) Poor Performance
Hi Inanc, I see it no way a query optimization question. If we would talk about milliseconds then probably yes. But if insert of 750 records takes 7-8 minutes… then I’d rather think about HANA bug or...
View ArticleRe: Affordable Care Act (ACA)
Version 26 is out. I believe SAP will be releasing final version of the note tomorrow (Monday 2/29). Thank you,Rohit
View ArticleRe: RE & PS & FICO Integration while constructing a building
Dear Amare, Thanks for the document, its really appreciated. Just one thing, can you provide me with the link to download the rest of the documents in this best practices, as i need to check some of...
View ArticleRe: When using PAK messages shown twice
Hi Andrey, The planning engine read the data one time. Because the different handling statergy, the PAK will read zero records, but the ABAP runtime will read non-zero records. Both runtime should give...
View ArticleRe: Multiple Counter Plan
Hello ASHISH, As rightly titled, this looks a case for Multiple Counter plan. We have a good document by Maria on this subject. Also a related document by Maheswaran. Following are the links..Step by...
View ArticleSetting value on $vCard->Properties(1)
Hi, I am trying to set QryGroup1 ($vCard->Properties(1)). Reading the value works but how do I write new values (PHP)? $vCard = $sapCom->GetBusinessObject(2);$vCard->GetByKey($customernr);echo...
View ArticleRe: Joining based on Less than condition between Views
Actually I am more confused on your requirement and the solution approach you took than before. On an implementation level you seems to wildly mix analytical views with scripted calc views, both...
View ArticleRe: PrePackage Fiori App: Error with node.js
Hello Kevin. Thanks a lot. I will try this.But If I upgrade to node.js to 5.4.1, it will be impossible to use HAT because HAT needs node.js 0.12.X.It is not a big deal for my present needs but it means...
View ArticleRe: 114 SCAN desabilitado pela SEFAZ Origem
Oi Thomaz, O SCAN é um tipo de contingência que não existe mais. O tpemis 7 é SVC. Se a nota foi emitida com tpemis 7 e agora o SVC não está mais ativo você não conseguirá autoriá-la. Neste caso...
View ArticleRe: BAPI for change sales order
Hi Francesca, I've only needed to use this FM once (for recalculating condition values) but I can't recall having performance issues. Could you provide the code you used? BR,Gábor
View ArticleRe: GNRE
Olá Elisângela, A SAP não localizou a emissão de GNRE e não há nenhuma previsão de desenvolvimento dessa funcionalidade no standard. Atualmente a emissão de GNRE necessita de produtos de parceiros...
View ArticleRe: SAP mobile purchase order creation
Hi Jay, ManageOurchaseOrderIn is a Web Service that can be used by external application to communicate with Purchase Orders in ByD. So, that means you need to create your own mobile app and then use...
View Article