Quantcast
Channel: SCN : Unanswered Discussions - Web Dynpro ABAP
Viewing all 3637 articles
Browse latest View live

SALV filter line function disabled / gone / invisible for no explainable reason

$
0
0

Hello folks,

 

System Information

 

NW AS 7.03 ABAP Stack 731 Level 8, ECC 606 (EHP 6) with SAP_HR 604 Level 69 and EA_HR 607 (HR-Renewal 1) Level 20

 

Problem

 

It has recently come to my attention from a test in our QAS environment that the standard filter function, more exactly the filter line you can toggle via that fancy filter button in the top right corner, Santa's little ALVs (sorry for the poor attempt of a pun) provide us with (Standard Functions of ALV and Presettings - UI Technologies in ABAP - SAP Library) has vanished.

 

What I've done so far

 

I've debugged various Standard Applications, including some POWLs (urgh) and custom applications that use the SALV component and monitored the CL_SALV_WD_CONFIG_TABLE portion of the ALV Api only to see that there's no explanation for the filter option not to be there..IF_SALV_WD_STD_FUNCTIONS~FILTER_FILTERLINE_ALLOWED is always abap_true as it should be; also we've never added any coding that would set this option false. I've tried to explicitly override this attribute via IF_SALV_WD_STD_FUNCTIONS~SET_FILTER_FILTERLINE_ALLOWED, although it doesn't make any sense to do so, but nevertheless, just to be sure, didn't help of course. I fail to find the reason for this strange application behavior and I don't really want to blindly import Notes for the unified rendering just to rule that one possible root cause out. The problem persists on all our Systems; DEV, QAS and PROD, whereas the PROD is still on SAP_HR 604 Level 65 and EA_HR 607 Level 16 at the moment. The Note search doesn't return any helpful Notes for these system parameters (except for WD UR, when I loosen my search parameters); I haven't found any helpful SCN threads either.

 

I feel like I'm overlooking something, does anybody have an idea? :<

 

Cheers, Lukas


Customization on FPM_OVP_COMPONENT

$
0
0

Hi All,

We are using the standard Webdynpro Component as part of FPM configuration . We are using the standard application  /SAPTRX/EM_FPM_UI of standard webdynpro component FPM_OVP_COMPONENT. We are planning to go for customization on standard application interms of look and feel changes and business logic changes. Please share me the required documents or links on customization of standard component FPM_OVP_COMPONENT using FPM configuration.


Thanks in advance.

 

Regards

Sudhan

Getting Dropdown in select option

$
0
0


Hello experts,

 

I have created a dropdown using the if_wd_select_options and now i have to read the value which has been selected by the user. Please can you assist me, in how it can be done.

 

Any help is much appreciated.

 

Best Regards,

Ashish

get_client_environment returns wrong

$
0
0

Hi,

 

I am working on a V7.03 system ansd use this to check for type of environment in webdynpro.

 

DATA:

     lo_api_component                   TYPE REF TO if_wd_component,

     lo_application                     TYPE REF TO if_wd_application.

 

   lo_api_component = wd_this->wd_get_api( ).

   lo_application = lo_api_component->get_application( ).

   wd_this->gi_client_environment = lo_application->get_client_environment( ).

 

Wkorking on both versions of the NWBC this returns the value 2 (portal).

 

Does anybody know what i do wrong?

Enhancement

$
0
0

hi ,

     I have a standard WD component in that i have a button's called review & save ...after entering data in view when i click on save...data updating in standard table while am clicking on review, am unable to update few field which i appended in few fields in standard table.....i want to find the code of Review button, am not getting how to find the standard code...of Review button....Please let me know how to find it...

 

 

 

Regards

Syed

Please tell me how to clear values selected on select options in webdynpro

$
0
0

Hi all,

 

I have created a webdynpro component with individual radio buttons, wrote select options code in wddoinit and under one action method of one of the the radio buttons say radio2 I wrote code to visible select options. When ever I click that particular radio button select options is visible,selected some values that's fine.And my question is when I ever I clicked on radio button other than radio2 and then coming back to the radio2 , Values which are selected previously on the select options are not clearing....

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Please solve my issue.

 

Thanks,

Anusha.

How to place cursor/focus on input field based on action trigger in web dynpro

$
0
0

Hi Experts,

 

I want to place the cursor/focus on input field based on the action triggered .

 

I have a WD comp where I have 3 buton on view having 3 action attached to it . Let it be action1 action2 & action3 . let there are 3 input field say inp1 inp2 and inp3.

 

I want that if action1 has triggered then cursor/focus should go on inp1. And if action2 triggered then inp2 .

 

So Please provide me the code that I should write in eventhandler ONACTION1 . so the focus go on inp1.

 

I know how to set focus on a particular input field using method REQUEST_FOCUS_ON_VIEW_ELEM. and write in WDDOMODIFYVIEW.

 

But I don't want to fixed cursor/ focus only on one input field rather I want to  set focus based on action triggered. I don't know how to use  FOCUS_BY_CONTEXT_ELEMENT  method.

 

Thanks in advance.

How to close the WDA application ?

$
0
0

Hi experts,

 

I have created a custom webdynpro application in ESS screen.

In my WDA, 2 views are there. In first view, I am entering the inputs and in the second view , corresponding output displayed in popup.

Popup has OK button. Once I click on OK button, that whole application needs to get closed and ESS initial screen should appear.

 

I have tried with EXIT PLUG . It is closing the browser also. But i want ESS Initial screen should be open once I click on OK button.

Please guide me.

 

Best regards,

Rao


Reference of a view in wddoinit method.

$
0
0

Hi experts!

 

 

I have a simple question, I think.

 

 

In WDDOMODIFYVIEW method I can work with parameter VIEW, like here:

 

 

DATA:  root_container TYPE REF TO cl_wd_transparent_container.

root_container ?= view->get_element( 'TR_BORRAR2' ).

 

 

I need do the same but in WDDOINIT method, but I don't have VIEW parameter in this method.

 

How I can work with my view in method WDDOINIT?

 

 

Thanks.

Webdynpro ALV

$
0
0

Hello guys,

 

I am new to webdynpro and got stuck in place please help me get out of this.

 

Situation is, i have one pushbutton when the user click on it i want the ALV will get display in a another view with some details.

 

what i have done till now is :

I have already code for ALV data and pushbutton has been created.

A new view has been created with the layout of alv.

I have created the outbound plugs and inbound plugs between two view.

Navigation link has been created as well.

 

I thought i was quite enough to fulfill my requirement but now what i am assuming is there is something missing because on runtime when i click on that pushbutton it is not doing anything and not bringing me to the next view.

 

.

 

Regards,

Deepak kansal.

Issue when Enhancing a view/context binding

$
0
0

Hi

 

I'm enhancing an eRecruitment view for HRRCF_C_SEARCH_UI by adding a new column to an existing table.

 

I have created the UI element and a new attribute in the appropriate context node of the view. The column contains a textview and the text property is mapped to the context_node attribute.

 

However at runtime an error occurs with the following.The URL http://fcrsapderecfs.app.netr.kent.police.uk:8000/sap/bc/webdynpro/sap/hrrcf_a_unreg_job_search/ was not called due to an error

 

   
    "ASSERTION_FAILED" " "                                                                       
    "CL_WDR_VIEW_ELEMENT_ADAPTER===CP" or "CL_WDR_VIEW_ELEMENT_ADAPTER===CM008"                  
    "GET_BOUND_ELEMENT"

 

   Termination occurred in the ABAP program "CL_WDR_VIEW_ELEMENT_ADAPTER===CP" -                
    in "GET_BOUND_ELEMENT".                                                                     
    The main program was "SAPMHTTP ".                                                            
   
    In the source code you have the termination point in line 76                                 
    of the (Include) program "CL_WDR_VIEW_ELEMENT_ADAPTER===CM008".

 

I've tried debugging and used the usual resources but so far I've not uncovered the problem.

 

All suggestions gratefully accepted. Thanks in advance.

 

Jon

Error in portal

$
0
0

Hi,

     Am getting error in WD Standard component like this ...

 

The URL call http://----------:8000/sap/bc/webdynpro/sap/FITE_REQUEST was terminated because of an error.

  
Note
  • The following error occurred in system TRD : Exception condition "ELEMENT_NOT_FOUND" raised.
  • The error occurred on application server ERPDEV_TRD_00 and in work process 7 .
  • The termination type was: RABAX_STATE
  • The ABAP call stack was:
    Method: UI_ASSERT_ELEMENT of program CL_FITV_WD_UTIL===============CP

---please help me to solve this issue ...i dont know what happend ....

Multiple options in webdynpro abap

$
0
0

Hi All

 

In supplier field i need to give multiple supplier ID numbers(not from  & to)

Is it possible to give multiple supplier ID's,please help me & how to call these multiple supplier ID's.

supp.JPG

 

 

thanks

Vamsi

Question related to Upload->Save and Retrieve files in SAP ABAP Webdynpro

$
0
0

Hi All,

 

We are uploading files(.TXT,.DOC,.PDF etc) we want to save it to database and then again retrieve it from database.

How can we achieve that ? Is there any FM for fetching files which are uploaded ?

 

How to design such applications ?.Please suggest with steps .

 

/Thanks

How to change the text of a button dynamically?

$
0
0

HI experts,

 

I have display the Location details in table UI element along with Action column in addition as show below

 

1.png

once i click on 'DISPLAY' button, it should display popup with detailed data. But at the same time, the button text should get changed as 'MODIFY'

for the corresponding record only.

 

How to achieve this.

 

Kindly give me idea.

 

 

Best regards,

Rao.


[Help] Cannot see performance monitor tool

$
0
0

Hello, I'm trying to use URL paramenter - "&sap-wd-perfMonitor=x" in my webdynpro applications, however some test users are not able to see the tool UI on top-right corner (show as below); Does any one know whether there is authorization check behind it or how to make it visible? many thanks for your help!

perfmon.png

Regards,

XiaoLiang

how to find Standard code

$
0
0

Hi,

     I have a standard component called FITE_VC_GENERAL_DATA  in this i have button called Review( In create travel request) i want to see the code of that button ....i checked in view there is no button with the name of review....am totally confused how to find it ...coz i have navigation code in that button ...i want to check that please help me ...am stuck in between. . . .

How to call a WebDynpro ABAP view as a popup on click of a button in FPM Forms

$
0
0

Hi All,

 

Calling of a WebDynpro ABAP view as popup on click of a button in FPM Forms is possible?

 

I've been trying to find out this but ended with no luck.

 

We can set the WebDynpro popup for a field in the form scenario in the HRASR_DT tocde, but how do we call the popup on click of a button?

 

 

Br,

Raja.

Popup is coming after the execution of method but i need in between then method execution ??

$
0
0

Hi ,

 

       In method A , i called method B for Popup to conform.I need the popup after the method B by breaking the execution flow of method A for conformation.But the popup is coming after the execution of method A.

 

   So how can i do resolve this issue or any other method for this.

 

 

 

 

Regards,

 

Aditya.

Error in Standard Portal

$
0
0

Error.png

HI ,

 

   AM getting termination error ....please help me to solve this .....

Viewing all 3637 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>