HANA Studio problems on Linux 64 Bit
Hi All, I'm running HANA Studio Rev 56 inside a Ubuntu 12.04 LTS 64Bit VMWare Session (mainly because of regi client).The HANA Studio runs very slow and unstable, mostly I'm waiting and after a while...
View ArticleRe: Using Self Link , selflink arguments and How to ?
Hi Bruce. You are right... They did release two EBF's recently... The one to suppor jdk 1.7 and the other containing one bug fix... I don't know if I see some motivation... When for PB we have...
View ArticleRe: Problema na Impressão Automática da Nota Fiscal GRC 10.0
Fernando, bom dia Fiz a alteração no código. Algumas hoje não foram impressas e precisei dar saida manualmente. Reparei que duas notas aprovadas (100) não estavam com o "X" de impresso no monitor nem...
View ArticleRe: Cross domain authentication using SPNego
Hi Sreedhar, you need an S-User account. Your SAP adminstrator should create one for you. If you know your customer number you can request one by yourself here: http://service.sap.com/request-user Or...
View ArticleRe: Table which stores the schedule of various broadcast settings
Hi ojha, please check this table - RSRD_REGISTRATN . Thanks
View ArticleConnection to servlet not working (javax.net.ssl.SSLHandshakeException)
Hi, I'm trying to connect to a servlet which is hosted in another HANA Cloud instance, but I'm getting the following error at the log: 2013 06 24...
View ArticleRe: extraction with 2lis_03_bx and decimal places
Hello, are you using excel (bex analyzer) or portal for reporting ? if you are using Excel try to select the cell and check configuration / format. try also to delete the cache memory (tcode rsrcache)....
View ArticleRe: Change view in ALV by code
Hi, Check this code:DATA: lt_alv_views TYPE wdr_pers_variants, ls_param_out TYPE if_salv_wd_table=>s_type_param_config_out, ls_param_in TYPE...
View ArticleRe: Need to write the code at transfer rules.
Hi Sudheer reddy, Create the Class with PU_HANDLE_SPL_CHARCTER method with the following parameters write the following code in above method method PU_HANDLE_SPL_CHARCTER. DATA: lo_d_length TYPE...
View ArticleRe: How to delete session cache for GUI for HTML after Portal log off
Close ALL browser sessions / windows. Browsers like to store the session information across different windows. In Internet Explorer you can start a brand new session via "File > New session". This...
View ArticleRe: Screen Painter AddON: Wrong Digital Signature for AddOn Installer
Hi, Please post as question to get quick response. Thanks & Regards,Nagarajan
View ArticleRe: Cash Concentration in IHC to generate payment orders
Hi, For ZBA, have you tried using the cash concentration in cash management? There you can concentrate balances from external bank accounts into one single account. In IHC it is advised to...
View ArticleRe: SUM 1.0 SP07, detection of SPAM version not working
Hi Colleagues, As the message says: “SPAM version 49 in your source system is sufficient for this procedure” You need at least 46, and SUM detected 49, so you are good to go.No need to update SPAM....
View ArticleRe: MIGO - Collapse/Expand all the items in the Items table
Hi Prasanna, You should take a look at the local class "lcl_migo_kernel", especially to method "line_expand_collapse". You can find it instantiated into lcl_migo_globals=>kernel. Regards,Alex
View ArticleRe: Perform on commit or Update function module
Yes, that's what my problem. Please suggest any alternatives.
View ArticleRe: Dashboard Packaging Tool
Hi, After reading above document, it may be due to same query exist in system. Try with new query and then try dashboard import wizard. Thanks & Regards,Nagarajan
View ArticleRe: IN tocde KEI2 time out error in ecc 6.0 EHP4
Dear Pranav, Please apply note 1496366 “'Function' value is not carried out in view” in your system.Then the time-out issue will be solved. Regards, Miya
View ArticleRe: IN tocde KEI2 time out error in ecc 6.0 EHP4
Dear Sandeep, Please apply note 1496366 “'Function' value is not carried out in view” in your system.Then the time-out issue will be solved. Regards, Miya
View ArticleRe: Price after discount (Sales Order)
Hi Maria, May I know your exact requirement on that field? Thanks & Regards,Nagarajan
View ArticleRe: webi 排序问题?
我猜你使用BREAK做到的以上效果吧。RANK默认会在BREAK处reset,你只要自己写一个RANK函数,显式的声明计算的dimention就可以了。比如我做了个测试state|city|sold qty|rank rank里面放的是=Rank([Quantity sold];([State];[City])) 这样就出来你要的效果了
View Article