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

Populate Multiple field value with search help

Former Member
0 Likes
3,756

Hi

I have created the custom sub screen and included in MM01 TCode.

In my sub screen fields are, some custom fields like Main Group, Sub Group, Parameter 1, Parameter 2 & Parameter 3.

I have created the search help for Main Group in SE11 and have all the parameters of my custom fields.

I need to populate the values of all the fields with one search help. such as Main Group, Sub Group, Parameter 1, Parameter 2 & Parameter 3.

My issue is I am able to get only Main group value and I am not able to get other values.

Regards

Shriraam

Hi

I have created the custom sub screen and included in MM01 TCode.

In my sub screen fields are, some custom fields like Main Group, Sub Group, Parameter 1, Parameter 2 & Parameter 3.

I have created the search help for Main Group in SE11 and have all the parameters of my custom fields.

I need to populate the values of all the fields with one search help. such as Main Group, Sub Group, Parameter 1, Parameter 2 & Parameter 3.

My issue is I am able to get only Main group value and I am not able to get other values.

Regards

Shriraam

4 REPLIES 4
Read only

Former Member
0 Likes
1,464

please give me the solution for the facing issue.

Read only

Former Member
0 Likes
1,464

Hi,

Other then both screen field you have assign your search help name... or you have used function module for search help pass to the correct screen field name.

Thanks

Regards

I.Muthukumar.

Read only

Former Member
0 Likes
1,464

Hi,

I tried to achieve almost the similar:

I have 3 fields and all of them trigger a search help. When an item is selected, all 3 fields are to be populated with values.

I found a solution:

- Create ITAB where you put all data for search help and prepend "INDEX" column which is filled with incrementing values.

- When a line is selected in the search help, this index field is returned (FM  F4IF_INT_TABLE_VALUE_REQUEST)

- Read ITAB with that INDEX.

- Create dynpro fields, append them into fields-ITAB and fill them with values.

- Update dynpro with fields-ITAB (FM DYNP_VALUES_UPDATE).

You can see my functional demo/example on http://oprsteny.com/?p=114