cancel
Showing results for 
Search instead for 
Did you mean: 

Text edit fields in tables

Former Member
0 Kudos

Hi all,

In Web Dynpro I can take as a table cell-editor only InputField, not TextEdit. If I have the information of the table structure where some columns are text edit fields which can be long enough (more than one row) - how can I organize it?

Kind regards,

Oleksandr

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

You can provide the Cell Popin for the same.

Refer WDR_TEST_TABLE for the same.

Regards,

Lekha.

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm not sure what you are refering to. I just did a test and I was able to use a TextEdit as a cell editor in a table. I know I have done this in the past as well. Where exactly are you having a problem?

Former Member
0 Kudos

How could you achieve to put TextEdit Element as a cell editor?

I just did a test too. I have a table, now I added one column and wanted to define the cell editor for this column. But i I do not see TextEdit n the list of possible UI-Element types, only InputField.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You only see inputField? I have many options, including TextEdit. Here is a screenshot from my system:

http://www.flickr.com/photos/tjung/3420493821/

Former Member
0 Kudos

It is amazing.

I see the list of the options too (not only InputField), but there is no TextEdit in this list.

Here is the description of the Table element in Web Dynpro:

http://help.sap.com/saphelp_nw2004s/helpdata/EN/b5/ac884118aa1709e10000000a155106/content.htm

In the section 'Data binding' I do not see TextEdit as a possible option to edit information in tables, only InputField, DropDownByIndex, DropDownByKey, Checkbox

Could you explain please how did you achieve to see TextEdit as possible option in the list?

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I have a lot more cell options that what is listed in the onLine help. What Support Package level is your system? Many new features were added via support packages up to and including SP14. My system is actually 7.0 Enhancmement Package 1 - so it is possible that this was new functionality in the Enhancement Package - however I seem to remember using this option before the Enhancement Package.

Former Member
0 Kudos

Hi Thomas,

under "System-Status->Softwarecomponents" I'm seeing now for SAP_ABA Release=700 Level=0016.

Where can I get information about Enchancement Package in my system?

Kind regards,

Oleksandr

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

First it is the Basis Software Component that matters to Web Dynpro. That is the SAP_BASIS, not SAP_ABA. SAP_ABAP is Cross Application Components. However yoru SAP_BASIS and SAP_ABA should be at the same release level normally.

The 7.00 indicates no Enhancement Package. The number would change to 7.01 if you had Enhancement Package 1 on your system. It is the second number after the decimial that indicates the Enahancement Package level.

<Major Release Level>.<Minor Release Level><Enhancement Package Level>

Former Member
0 Kudos

I have for SAP_BASIS:

Release=700 Level=0017

Where could I find the information about when (which Release, Package and so on) TextEdit UI-Element became accessible as the cell-ediitor in tables? Perhaps Service Marketplace?

Kind regards,

Oleksandr

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can check the release notes in help.sap.com:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/01661984ff4aa5e10000000a421937/frameset.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/74/0beccf62a7425ab9e1b2077fa1bc6e/frameset.htm

But unfortunetly it doesn't always list all the minor enhancements in detail.

Since you are on 7.0 SP17 and you don't have it I would assume that it did come with 7.0 EnhP1. We stopped shipping any new features to Web Dynpro (or anything else for that matter) in Support Packages as of 7.0 SP14. Now only new features will come once a year in the Enhancement Packages.

Former Member
0 Kudos

Hi Thomas,

Now I have another problem.

I have a table where column titels consist of more than only one row.

How can I get this in Web Dynpro? Do you have this with EP1?

Kind regards,

Oleksandr

Former Member
0 Kudos

Hi Oleksandr,

Check Header Grouping in Component WDR_TEST_TABLE.

Regards,

Radhika.

Former Member
0 Kudos

Hi Radhika,

Thanks a lot! I will use it.

Kind regards,

Oleksandr

Former Member
0 Kudos

Hi,

Perhaps you know the answer for my another problem that is not associated with tables.

I posted already this question here but got no answer.

After I fire an Exit-plugin, the Web Dynpro application is closed and I navigate to another site. But if I go back to the generated by Web Dynpro URL, I start the application without getting the login window.

I get this SAP login window again only if I close the browser and start it again and then call this URL.

I need not only to close the application with the Exit-Plugin, but also implement the log off with the coming login window if I turn back without closing the browser.

How can I achieve that?

Kind regards

Oleksandr

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Please do not ask multiple questions in one forum thread.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In 7.01 you can also use Column Header Wrapping to do multiple line headers without column grouping.