How declare a static method?
Hi, I was wondering for classes that extend Class: sap.ui.base.Object, how do you declare static methods?For example, given the Dog class definition below, how would I add a static method...
View ArticleDownload issues "Evaluation Package for UI Development Toolkit for HTML5"
Hi there! When I try to download "Evaluation Package for UI Development Toolkit for HTML5", the download fails at 2.0 MB of downloading. Any ideas?
View ArticleRe: SWPM for Solution Manager 7.1 on windows x64 platform
Jan,I downloaded the Linux version and the Windows version (which I pointed out to you) and I could see the installation options for other databases. RegardsRB
View ArticleRe: Crystal Reports not printing on Windows 8
Hi Pete, Yes, that is a common assumption many people assume it's the OS platform and not the app platform runtime you need.... You created the app so you need to control if x86 or x64 runtime is...
View ArticleMSS Reporting Error
Hello All, In MSS lanchpad report, we have the following problem: Error in Manager Sef-ServiceWhen calling the report, the following error occurredSystem: XXXError when executing function Z_XXXX_XXXX...
View ArticleRe: Work State not found
Hi, For those who don't have access to this Note: Reason for this issue is because of missing Default Work State in the backend work status table UJW_SATCODE This can be fixed by running the program...
View ArticleHow to access LCM from XS engine?
Hi: I see a link which says: Application lifecycle management aspects are offered via an interface that runs as SAP HANA XS application in an internet browser. This application gets started when you...
View ArticleRe: How to call a function in a controller from different function which is...
I read the article below the other day, its a very good introduction to JavaScript scope, a topic i find very hard to explain. http://toddmotto.com/everything-you-wanted-to-know-about-javascript-scope/...
View ArticleRe: Customer specific shipping labels
Hi Naren, Deciding whether to use the standard label or generating new shipping label is always a tough task in all of my project i started with standard shipping label and landed in developing new...
View ArticleNew Year report date issue
We have a report that has been fine.Now since 2014 was just told that the report is not showing past 'Open Orders' only since Jan 1 2014. In the report select I see this date formula:but seems to me it...
View ArticleType I_LISTADO is unknown
Hi Experts, When I give TYPE instead of LIKE in this statement. It give an error message.What is the way I can give TYPE in the below staement. data: begin of i_listado OCCURS 10, KUNNR like...
View ArticleRe: STO Issue.
Check in MD04 transaction is there any old documents.If any old Purchase orders/Deliveries available then what ever you see the stock allocated to the old documents.To create delivery you need two...
View ArticleRe: Infoset Prompts disappears in Crystal Report
No problem Tammy. What i am unable to understand, why it gives RFC_CLOSED error when other reports work fine which access the same infoset. I found a SAP Note 1671560 which talks about the Database...
View ArticleRe: Track changes to table data
Hi Pietro, First questions first: I'd say there is no right way, there are options, CD is one and it's a good one. As you know, the other option is setting "Log data chjanges" for th table in the...
View ArticleRe: Handling Credit Sales at a Store
Guarav, We have solved this to a certain extent with custom development. 1. The Client PLU has to be sent to the POS2. Once a store credit is invoked as a method of payment, POS asks for a client...
View ArticleRe: Why is the Satus field has a blank in OSRI
Hi Manuel, It is easy to find all those records by: SELECT * FROM OSRIWHERE ISNULL(Status, '') = '' Thanks,Gordon
View ArticleRe: Need information on colums of Inbox tab of UWL iView in SAP Portal
Hi Susmita I think that there is no how to achieve what you're relating in this question. Because one UWL tasks belongs to a single Task Type. Meaning that one UWL workitem will belong to TS17900100 or...
View ArticleRe: split from a field into another 2 fields
Hi, you could use something which looks likes: DATA lv_char30 TYPE char30.DATA lt_splitted TYPE char30. SPLIT AT lv_char30 INTO TABLE lt_splitted AT space. Now you have all words in a separate entry in...
View ArticleRe: Fixed Assets Master Data not showing any values after migrating to SBO 9
Dear Nabeel, If you have done customization to system FA process, you have to redo them in the new version. Thanks,Gordon
View Articlecrjava-runtime_12.2.217.zip Is Corrupted
I downloaded this file from http://scn.sap.com/docs/DOC-29757, but when I opened it with WinZip, but the messgae "central directory not found; Zip file corrupt". I wonder if there is another valid...
View Article