BarCode Reader field in WEB DYNPRO ABAP
Hi All,I have a requirement to read the BARCODE from WEBDYNPRO Screen field and read the input as EQUIPMENT Number. Please give me step by step process for the same. I also found few documentation in...
View ArticleNot able to see View Designer
Hi All, I am developing WDA application. When open the view am getting Error in the ICF node Specific ICF Nodes in Transaction SICF Must Be Released for the Web Dynpro View Designer Check the...
View ArticleSelect Option Field Description?
Dear All, I am using Select options for kunnr. I dont want sandard descrption for kunnr, (std : customer ), instead i want to use some label.But, after using I_IS_AUTO_DESCRIPTION = abap_false also,...
View Articlewhy IE is blank when running WDA
Hello Gurus, Whenever I am trying to execute a WDA my IE is blank. When I copy the same URL and paste it in chrome it say took too long to respond. Now what must be with issue. The same thing is...
View Articleweb dynpro to call and pass parameters to a custom T-code
Hi folks,i made a custom t-code linked to a classic abap report who does a few operations (i.e. calls 3 bapi and download on a local folder).npro The custom report must be called(/started) by a...
View ArticleHow to align a Select-Options?
Hi everyone and thanks in advance for your help! I've got a problem with a Select-Options. I want to align it with other fields. I tried a lot of thing a can not do it.See the image attached. Any...
View ArticleEmbed view into tab at runtime
Hi, I have a TabStrip with 1..n tabs and a separate view with a form. I want to display the view on each tab, if the tab becomes active. This means I need to remove the view firstly from the old tab,...
View ArticleProblem if we call t-code from webdynpro abap
HI, We have created one webdynpro URL to access t-codes from portal, to login into webdynpro we have created login screen here we are providing user name and password details (not sap user we have...
View ArticleCan CHIP pass multi recoreds from BPM to WDA ?
Hi Experts, I'm developing the WDA and CHIP to integrate to BPM Task. Is it possible that CHIP pass multi recordes ( like Tables or Table type ) from BPM to WDA ? Or CHIP can only pass the structure...
View ArticleActual file path when using UI FileUpload
I want to read the actual file path so that I can archive the file. The issue is when I am using UI Element Fileupload, it always shows C:\fakepath\filename.txt in filename property of UI. Is there a...
View ArticleChanging the order of columns in Standard Webdynpro Component - SAP SRM 7.0
Hello Guys, Below Screen shot is SAP SRM Standard webdynpro component, want to change the order of columns , can any one help me how to do this ThanksVijaya
View ArticleSearch option in tables
Dear Experts,Can anyone let me know how to create search options for that tables which are created dynamically?. The scenario is : I have 3 drop downs in the main screen.Based on selection of values in...
View ArticlePass values between two views without using Inbound and outbound Plugs in...
Hi everyone,I have created two views in component . i want to pass some values b/w these 2 views without using the plugs .Is it possible to do like that ,and using component controller ?can anyone.?
View ArticleEvent parameter mapping for Webdynpro ABAP
Hi Webdynpro Guys, How to do the coding for Event parameter mapping for User interface elements in a view of Webdynpro ABAP ?I have gone through SAP Help document for parameter mapping.. I got quiet...
View ArticleView ALV Column
HI people i have LOOP AT lt_columns ASSIGNING <fs_column>. CASE <fs_column>-id. WHEN 'DOCNUM'. CREATE OBJECT lo_link. lo_link->set_text_fieldname(...
View Articledynamically changing the order of columns in Table UIelement
Hello Guys dynamically i want to change the order of columns of TABLE, can one give sample code ThanksVijaya
View Articlehow to make Webdynpro ABAP application to be accessed by extenal device?
Hi , how to make Webdynpro ABAP application to be accessed by extenal application ? For example , using a mobile or another laptop is there a possibleity to access SAP via webdynpro application URL...
View ArticleChanging iView Title (com.sap.portal.pcm.Title)
Hi guys, I have created a generic WD ABAP iView so I don't have to go to the Portal to create a new iView every time I make a WD ABAP app. To link my WD ABAP apps, I create a resource, service, etc....
View ArticleImplementing enhancement Webdynpro
Hi, We have an enhancement implemented in the component /XNFE/NFE_ACTIONS, and after applying the SP 14 in SLL NFE 10.0 this enhancement is not working anymore. We have few buttons on screens and...
View ArticleHow to replace alv tooltip
I am using following coding to set a tooltip for each cell of a ALV column. DATA: lo_link TYPE REF TO cl_salv_wd_uie_link_to_action, lv_text = 'MyTooltip'. lo_link->set_tooltip( lv_text...
View Article