cancel
Showing results for 
Search instead for 
Did you mean: 

on f4 help , want to update some other fields in same column in table

Former Member
0 Kudos

Hi All,

I am using table for displaying multiple line-items, but my requirements is that on F4 help in the first field of the table, i need to fill the other two fields in the same column based on the selection made.

Please help me out and reply me if you need any further specification.

Thanks in Advance

Regards,

Gopal

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I have found one post for my requirement which says use sy-stepl for the index

ChandraMahajan
Active Contributor
0 Kudos

Hi Gopal,

Create elementary search help in SE11 with your search help parameter as the table fields. select the same data type for this fields as you took while creating your context node/attributes for table.

I guess by using IMP/EXP parameter, if you select F4 on particular field then you will get automatically other fields value in your table row.

Assing the new search help to your main field.

Please try with this approach. It worked for me on my WD screen with 4-5 input fields. I am not sure 100% if this will work for table but give the try.

Thanks,

Chandra

Former Member
0 Kudos

Hi Gopal,

For this you have to use WDR_OVS Component use.

Search here for more OVS help related answers..

http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproAbap-OVSsearch+help

Cheers,

Kris.

Former Member
0 Kudos

Hello Gopal,

The OVS will be good option for your case.

Please search for WD OVS, It will help to Solve the issue.

Best regards,

Rohit

sahai
Contributor
0 Kudos

hi,

try coding in the WDDOMODIFYVIEW method of the view....this method will be triggered automatically on your selection of search help.

Hope this will help you

Regards,

Sahai.S