Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help w SearchHelp

Former Member
0 Likes
430

Hello,

My ABAP program has several select option fields all of which are named in my SearchHelp (defined in SE11) with a DB View as its SelectionMethod. So I run the ABAP, select the Search Help on a field, the search help screen appears, I select one of the many records displayed, and when I return to the ABAP some of the matching fields are updated with the values from the search help screen.

Why don't I get all of the searchhelp field values returned to my ABAP?

It seems all of the values I am not receiving are fields from the MSEG part of the DB View. I know some of the fields on MSEG have search helps, but I don't want to inherit them, I just want the value displayed on the Search Help screen feed back into my ABAP fields.

Assistance greatly appreciated,

Jim

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
391

hi

that works like a move corresponding thing.. all though you see that the fields are from MSEG and all in SAP screens they are populated in structures and once saved then into corresponding transparent/cluster tables.

Any small diff in decimals.. or field length will not initiate to move the fields from Search help to the screen fields..

Hello,

My ABAP program has several select option fields all of which are named in my SearchHelp (defined in SE11) with a DB View as its SelectionMethod. So I run the ABAP, select the Search Help on a field, the search help screen appears, I select one of the many records displayed, and when I return to the ABAP some of the matching fields are updated with the values from the search help screen.

Why don't I get all of the searchhelp field values returned to my ABAP?

It seems all of the values I am not receiving are fields from the MSEG part of the DB View. I know some of the fields on MSEG have search helps, but I don't want to inherit them, I just want the value displayed on the Search Help screen feed back into my ABAP fields.

Assistance greatly appreciated,

Jim

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
392

hi

that works like a move corresponding thing.. all though you see that the fields are from MSEG and all in SAP screens they are populated in structures and once saved then into corresponding transparent/cluster tables.

Any small diff in decimals.. or field length will not initiate to move the fields from Search help to the screen fields..