Re: Stylesheet Editor for WebDynpro ABAP
Hi Jan, no I do not have a Portal ... but thanks for the hint. BR Matthias
View ArticleRe: Stylesheet Editor for WebDynpro ABAP
Thank you for this information. I'll have a look at this. Best regards, Matthias
View ArticleRe: How to use in INVALIDATE method WD_CONTEXT.
Hi Ankita, 1)First you need to get the node : lo_nd_importing_1 = lo_nd_time_timesheet->get_child_node( name = wd_this->wdctx_importing ). 2) Call the invalidate method of node :...
View ArticleRe: ALV Table - editable only for specific cells
HI RK , Following code will help you to create Input field, DATA lo_cmp_usage TYPE REF TO if_wd_component_usage. DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table . DATA lv_value TYPE...
View ArticleRe: Use of the Tr Codes KKRC and KKBC_HOE
Hello Surya,Transaction KKRC is used for data collection for drill down reports. The KKBC_HOE only display the summarization data collected during execution of KKRC. Thanks and regards,Ronghua fan
View ArticleRe: More Field Help on UI Input Element - Can you customize it?
thx Krishna, I read through this and I did not see anything that would allow me change the "More Field Help" text (i.e.,g click click on UI Element and select More Field Help). Or did I miss...
View ArticleRe: Row Not Getting Selected in Web Dynpro Table
Hi Narayan, Check your cardinality selections. 0-1 :Zero or one element permitted0-n :Zero or more elements permitted1-1 :Exactly one element permitted1-n : One or more elements permitted. Thanks,Satya...
View ArticleRe: Design Question
Hi venkat, on which tables you created a view, have you thought to go for data source enhancement? Thanks
View ArticleRe: ALV Table - editable only for specific cells
Hey, fallow the links above, it will give you correct information, http://www.youtube.com/watch?v=h-Y3XDuqmDY
View ArticleRe: Download to Xls or XLSX Row grouping
Hi Sreenivasa Rao , What you have said is perfectly right , when binding to Table UI element.When I click on Download in below picture I want to get the Data to Excel as it is . Need your valuable...
View ArticleRe: Exception Class Help
I wonder if it is in fact catching the zcx_bw_sd_code exception and your uncaught exception is the one you're raising within the catch: CATCH zcx_bw_sd_code INTO gl_cx.gv_text = gl_cx->get_text(...
View ArticleRe: Issue in smartform
The width of your template is set to 2cm (up by the table painter button)... Change it to 7cm.
View ArticleRe: Issue in smartform
When i m selecting any value greater than 2.00 for L3 row shown in screen it gives the same error.also one Q, if it gives error for L3 then y not for L1 also???
View ArticleRe: Get the next day in input field of ALV
thanks for reply, solved, like this, First get the attribute called 'lv_tarih' lo_el_alv_search->get_attribute( EXPORTING name = `TARIH` IMPORTING value = lv_tarih )....
View ArticlePassing Deap Structure Table to Function 'Read-Text'.
Hi Expert, I was passing a deep structure table to the function 'read-text' as 'LINES', It seems working for cup of days ago, but yesterday I've hit an exception for passing parameters with different...
View ArticleRe: How Can we know the pnding reports for purchase order, production order,...
Hi, You can use "Open Item list" list for different document under sales report or purchase reports or Production reports. Further you can use this report for, Use the report to view the following...
View ArticleRe: Problem with URL encoding when using NW Gateway OData services in MBO
Hi Brad, I have a similar problem. This URL works:http://<port>:8000/sap/opu/odata/sap/LLG_SAP_PM_INTEGRATION/mobile_orders('000000819740') But the following...
View ArticleRe: ALV refetch
Thanks any way, I know how to do it, with OO, Unfortunately my client is using function model.
View ArticleExtraction taking long time
Hi, I added code in FM, that FM working for generic data source. when i run rsa3 it's taking long time, when i debuge the FM i found 1 of the internal table(I_CATSDB )taking too much time please help...
View ArticleRe: Bin Location Fields - Configuration and business process
Hi, 1. Please refer below video link; http://www.youtube.com/watch?v=bgAFgdKyuao&hd=1 2. Further you can refer help file for 9.0 version;...
View Article