[WDA] How to pass WD_THIS as a method parameter
Hi guys, I would like to know, how to pass the variable WD_THIS as a parameter of the WD_ASSIST-Method ( param1 ) ? I get the Class Interface name, but I got a problem when I tried to fill my...
View ArticleIs there any approach to get the list of tables used in a Webdynpro component...
Hi All, There are several components from which I need to check where from data is being fetched. These are standard components of SAP GRC module.Please suggest if there is any approach to avoid...
View ArticleAssistance class in Web dynpro ABAP
step 1: Create WEB DYNPRO component. Example: Zwd_assist_class_test. -save. -Active. step 2: Assistance class on component(Zwd_assist_class_test) screenwriter assist class...
View ArticleWebdynpro vs Adobeforms
Hi Experts,I have a wedynpro with several views. it is having many functionality, POPUP, error message, ON filed check, check on change, ALV in a popup etc.I want to change it to ADOBE FORMS and keep...
View ArticleHide button in webdynpro standard
Hi friends, In the past some folks guided me to hide and change standard buttons; now I'm stuck with a toolbar which does not respond to my code when I want to hide it Im enhancing webdybpro...
View Articlewd
Create Custom Button in initialization methodlike below. DATA lo_cmp_usage TYPE REF TO if_wd_component_usage, lo_alv_config TYPE REF TO cl_salv_wd_config_table, lo_cmp_usage =...
View ArticleHow to make Required Fields in WDA Dynamic Table
Hello all, I have a WDA Dynamic Table and want to make some fields as mandatory fields.can you please show me how to do this? thank you very much
View ArticleThe easy way to customize ALV for WebDynpro ABAP-ALV Generator
Hi All,Recently i observed one thing common in all the WDP Developer's i.e One of the most complicated activities for WebDynpro ABAP newbie and one of the most boring activities for expert developer...
View ArticleSub node does not exist error in web dynpro.
Hello Experts, I have Faced following Run time Error in Webdynpro. "Subnode ZALV21.ALV_TABLE does not exist "I done External Mapping Neatly In controller Usage.Even Though I faced this Runtime...
View ArticleUpdate DB in Table
Hello Guru's , I am having a webdynpro table control with input fields i.e. for updating the customer/employe data. Right now iam blindly updating the all records from table control irrespective of...
View ArticleHow to skip standard FPM action/event execution?
Hi Friends,Is anybody have idea about how to skip standard FPM event/action?Thanks,R V Narayana
View ArticleMIME Upload: Operation is not allowed (M_APP_P) take #2
Hello folks, with respect to the following thread: Operation is not allowed (M_APP_P) System Info: NW AS 7.03 ABAP Stack 731 Level 9, ECC 606 (EHP 6) with SAP_HR 604 Level 73 and EA_HR 607 (HR-Renewal...
View ArticleProblem with refresh view in webdynpro abap
Hi Experts, I created 5 individual webdynpro applications.The individual webdynpro component of each application is added to the main application. The default view of each of these application is...
View Articleexecute Webdynpro in GUI container
I need to display my Webdynpro application in SAP GUI.I am doing that using function: DATA: container_bottom TYPE REF TO cl_gui_container. CALL FUNCTION 'WDY_EXECUTE_IN_PLACE' EXPORTING...
View ArticleKill entire Session in my ZWDC
Hi Experts, I have created a ZWeb Dynpro based form with a Selection View, where in this view user can select an option to Create, Change, Delete and for Update request. Based on the selection type, am...
View Articlebind data to node under node under node
WD Experts, I have a table wherein user has to do F4 based on corresponding description in the right side , Each line will have different F4 value based on value in right side. Qn 1 . How...
View ArticleSetting Attribute Property of 'Read-Only'
Hello, I have a web dynpro application that has two views. The first view has an input field called 'MATNR'. The second view also has this field, but I would like to make it 'Read-Only' in this view....
View ArticleHow to check if a excel file is open or not while uploading
Hi. I want to check before uploading an excel file from local system to the WD application that the file is opened or not. if file is opened i need to display an error message. Plz suggest me solution...
View ArticleTrigger Filter Event on ALV dropdown item selection
Hi Experts, I have created a dropdown filter for my alv.When i select an item in the dropdown list, i need to press "ENTER" in a filter input field to activate the filter. Is there any way to...
View ArticleWebdynpro alv export functionality error: not a valid single file web page
Hi Experts, My clients have been using the standard export button on alv to download the alv data to excel file. Some users are getting error sporadically. Since the system i am working on is BW...
View Article