Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all 3667 articles
Browse latest View live

Portal SSO Web Dynpro ABAP

$
0
0

Hello,

 

We have implemented a long time ago, Portal 7.0 SSO and AD and it works perfect.

 

Now, we implemented the first web dynpro abap, with most users, wda application works fine, but for some users to access the same window will appear loguin.

 

In SAP, we set the parameters:

login/create_sso2_ticket = 2

login / password_change_for_SSO = 0

 

If the user with the problem, uses another PC, it can access the application normally. We imagine it's some configuration of PC or Internet Explorer.

 

Anyone ever happened something similar?

 

We can help us solve this problem.

 

Regards,


Formula in Excel cell - XLSX Upload - A Unified Approach fails

$
0
0

Hello experts

 

I have successfully implemented the XLSX Upload - A Unified Approach written by Benu Mariantony ( link: https://scn.sap.com/docs/DOC-33578)

 

Unfortunately if I put in the excel file a formula in a cell  ( like = U10 /10 ), then I get a distorted data uploaded.

 

Below picturs shows, that the formula and the value is available in the xml file. But somehow the XLSX upload -how to doesn't manage properly. My suggestion?

 

xlsx with formula.gif

 

 

 

Have someone and idea, how to correct or where to start to solve this 'feature'

 

Best regards and thanks a lot for your ideas and help

Christian

What event will be triggered by check button on ALV?

$
0
0

Hi,

 

What event will be triggered by the standard check button on ALV? ON_DATA_CHECK is only triggered by a change in an editable field on ALV, so if no change were made, ON_DATA_CHECK wouldn't be triggered. I also tried events for before and after standard function but neither were triggered. How can I use the standard check function?

 

Regards,

ts

set alignment of WD ALV TOP_OF_LIST

$
0
0

Hi,

 

I create a TOP_OF_LIST for an ALV. However, the texts are centered. How can I set the texts to left aligned?

 

Best regards,

ts

WDA Listbox Drag and drop in portal with IE10 doesn't work

$
0
0


Hello Expert

 

We discovered, that our WDA application with a listbox and drag and drop functionality doesnt work properly in SAP Portal.

 

 

- Run WDA application directly in Internet Explorer 10 -> yes it works

 

- Run WDA application in Portal  with chrome  -> yes it works

 

- Run WDA application in Portal with Internet Explorer 10 -> it doesn't work ( the values can't be dragged)

 

 

Thus has someone similar observations and a good idea how to solve.

 

Thanks a lot for your Support and help

Christian

Empty NUMC values in WD table

$
0
0

Hi experts,


is there any property to hide empty values (NUMC - '0000') in wd table column where drop down by index is used?

 

Thank you.

 

Best regards,

Paul

Changeable Header on Any Expandable Container (Tray, Panel, Accordion...)?

$
0
0

Hi, all,

I would like to change appearance of a header on any expandable container element, but I can't. Here's what I have tried:

  • Tray
    Tray contains a Caption as header. The Caption doesn't seem to allow appearance change and can't be replaced by some other element.
  • Panel and Accordion
    These two elements only have property title and I can't see way of changing its appearance.

 

The element which allows change of appearance is TextView (for example, by setting design or semanticColor properties), but I don't know how (if) I can set it as a header of any expandable container element.

 

Is there any combination to achieve this goal?

Thanks!

KR,

Igor

Auto focus to error message in I-View not working after upgrade

$
0
0

Dear experts,

     Scenario : Recently we have upgraded our system from EHP 4 to EHP 6. In EHP 4 have many custom WDA development, in each of these development there were several error messages are being displayed in each development. Each time when the error message is displayed the in browser the screen automatically moves to the error message that is at the Top of page. However there is no message are declared in many of the I-Views. So we identified that these message are being displayed in top of root container.

 

     Problem : Earlier EHP when an error message is displayed the I-View is automatically scrolled towards the error message. However it seem like its not working now. The message is still being displayed where as to see these message we need to scroll up.

 

     Please Suggest most feasible way to carry out resolution of issue. Below is the code snippent used at many places.

  

     call method lo_message_manager->report_error_message
        exporting
           message_text = 'Error message here'.

Thanks

 


Text Edit - IE10 issue

$
0
0

Hi experts,

 

We have been facing a strange issue in ABAP Web Dynpro.

 

We have a simple text edit field on the screen, bound to a context attribute.

In the WDBEFOREACTION method we are trying to read the value of that attribute.

 

When the application is run from Mozilla firefox & a breakpoint is placed in this method we see that the value is read as per what is entered in the text edit field. When the same is done from Internet explorer, it does not read the text edit value. It does read the other Input field, dropdown values appropriately.

Have tried clearing the browser cache etc, does not work.

 

Internet explorer - Version 10.

 

Please let me know if anyone has come across this behaviour. What is this error due to? Is there anything we have to differently in WD to resolve this?

I have seen the rendering of UI being different in different browsers before for WD application, but this is very different

Any pointers in this regard will be very helpful.

 

Thanks & Regards,

Gayathri Shanbhag

Avoid merging cells when sorting ALVs

$
0
0

Hello!

 

    I'm working with a standard webdynpro that contains an ALV; is there any way where I can modify the properties so that all columns of this ALV do not merge during merging?

 

  In this docu I found something like that https://help.sap.com/saphelp_nw70ehp1/helpdata/en/85/48a841c1dae034e10000000a1550b0/content.htm

 

"

groupingValue

If rows in this column have the same groupingValue and are bound, they are displayed only in one cell. That means the TableCellEditor is displayed only once in the first row, and only one common cell border is shown.

If this feature is used, the TableCellEditor may not be input-enabled.

In accessibility mode, the groupingValue is ignored and the table is displayed without this feature."

 

But then I was unable to access this parameter for all the columns of the ALV

 

Any help will be greatly appreciated!

Thanks,

Federico.

Cost center needs to be set based on activity drop down value in travel request ESS

$
0
0

Hi,

 

 

 

 

In travel request creation from portal based on the activity type selection in additional data  how to set cost center dynamically .

 

 

 

-Ganesh

what is the standard component configuration for tuition fee reimbursement in sap webdynpro?

$
0
0

what is the standard component configuration for tuition fee reimbursement  in advance claims  in hrms in webdynpro?

how to call a radiobutton from radiobutton and how to add in webdynpro abap

$
0
0

first i have created my first radio buttonkey rgp and nrgp.my requirement is that when i selected RGP radiobutton then then another radiobutton group PO and NON PO is opened..how to do that in webdynpro abap..Please its very urgent ..see the attached photo

How to change order of columns in wdp alv table

$
0
0

Hi Experts,

 

     Can anybody tell me how to change the order of columns in webdynpro alv table ,i have tried following code ,but this hav'nt worked,Please

let me know is there any other way ........advance thanks

 

CALLMETHODlo_value->if_salv_wd_column_settings~get_columns

    RECEIVING

      value = lt_columns.

* Get reference to each column and set the column position

  LOOPATlt_columns INTOls_column.

    lo_column = ls_column-r_column.

    CASEls_column-id.

      WHEN'VBELN'.

        lo_column->set_position('1').

      WHEN'MATKL'.

        lo_column->set_position('2').

      WHEN'POSNR'.

        lo_column->set_position('3').

      WHEN'MATNR'.

        lo_column->set_position('4').

    ENDCASE.

  ENDLOOP.

ENDMETHOD.

 

Regards

Sandesh

Issue HR_KR_XSTRING_TO_STRING

$
0
0

Hi Guys, we have problem to upload a flat file using the function HR_KR_XSTRING_TO_STRING. I think this only support 10000(field in_xstring in characters?). Because it only upload a part of the flat file. Please I f you can help me with this.

 

Regards,

 

Iván.


regarding the table powl_act_query

$
0
0

From where the "Query" field is getting inserted into the standard table powl_act_query?

It is in this way '001A4B088F0E1ED394EAE8F77DE01906'. what it represents? Will it changes at runtime?

Avoid merging cells when sorting ALVs

$
0
0

Hello!

 

    I'm working with a standard webdynpro that contains an ALV; is there any way where I can modify the properties so that all columns of this ALV do not merge during merging?

 

  In this docu I found something like that https://help.sap.com/saphelp_nw70ehp1/helpdata/en/85/48a841c1dae034e10000000a1550b0/content.htm

 

"

groupingValue

If rows in this column have the same groupingValue and are bound, they are displayed only in one cell. That means the TableCellEditor is displayed only once in the first row, and only one common cell border is shown.

If this feature is used, the TableCellEditor may not be input-enabled.

In accessibility mode, the groupingValue is ignored and the table is displayed without this feature."

 

But then I was unable to access this parameter for all the columns of the ALV

 

Any help will be greatly appreciated!

Thanks,

Federico.

NEed a help in Webdynpro ABAP Certification

$
0
0

Dear all ,

 

last 4 years i am working in SAP Webdynpro ABAP , can i write my certification on WDA .

 

If possible please explain briefly please .

OIF Configuration

$
0
0

Hi everybody,

 

My requirement is to add to additional tabs to the existing Tabs in Webdynpro FPM-OIF

 

I found that these existing tabs are build using the OIF concepts ( Standart configuration). Hence what is did is i enhanced the configuration and created a new (tab)MAIN_WINDOW and assigned my Z-component and its relevant Window.

 

Still the tab which i created through the enhancement is not available in the screen.

 

 

Finding: in the Component FI*_OIF_COMPONENT there is a Application config, for this APP config we have a Comp config, i did enhanced this config using the available option (ENHANCE) and assigned my z-compoent but still it is not getting reflected.

 

The already existing Tabs has the Standard component, when i check these components there is no application assigned to it.

 

Please let me know if there is a way to call a custom component inside a standard OIF configuration.

 

Thanks and regards,

Balajisha.

Rendering problem for specific user

$
0
0

I'm having a rendering problem for a specific user in a webdynrpo. It's not authorizations related since an equal user doesn't have problems, and I tried the same user on another computer (one where it works) and I get the same problem for only this user. Other users work on both computers just fine.

 

Any ideas? is there any way to delete server cookies, cache or whatever?

Viewing all 3667 articles
Browse latest View live


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