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

f4 help

Former Member
0 Likes
743

hi to all,

i am using transaction CS01

there I specify the material no, Plant and BOM Usage

then I prees the "copy from" button from the application tool bar

there i get window. Now in this window for Material I press F4 help again a new pop-up comes for search help from that i have to select plant material by description. and press enter, then i am able to get all the material based on that plant.

I don't want this

what I want is, when I press "copy from" button the window ll come, in that window the plant is already present now when I press F4 on material it will not go to next pop-up instead it wll show all the material here only based on the plant.

it's very urgent please help.If any problem you people can ask me.

regards

Prakash Varun.

7 REPLIES 7
Read only

Former Member
0 Likes
680

Hi Prakash,

You cannot avoid that pop-up window. Because we have the list of materials more than one list, it displays only specified number of materials.

In that pop-up window we have the option of specifying the number of records(max no. hits). So, here we can specify the number of records we want, but we cannot avoid that window.

Hope you got my point.

Regards,

sravanthi

Read only

0 Likes
680

Hi sravanthi,

thanks for replying, but I have done a program in which I used 2 fields and I made the F4 help of 2nd field based on the enteries in the 1st field.

same thing I want to do here but I was not able to find out the user exit that will activate whenever F4 is pressed. If you can help me on finding the user exit then I ll be able to do that and ll be very thankful to you.

Regards

Prakash Varun

Read only

0 Likes
680

hi if you know the search help name open it in se11 and in dialog type select the Display values immediately that should solve ur problem.. to make changes in search help u will not require access key.

Read only

0 Likes
680

hi jay,

I know the search help it is MAT1, and it is for matnr( material number) field. So wherever matnr is used this change will effect there as well that I don't want.

Read only

0 Likes
680

Hi,

MAT1 is a collective search help - so you may define your own elementary search help (ZMAT_WRK) an append it to MAT1. That could be defined for immediate display with selection method MARC. The plant is defined as SET/GET parameter at the selection screen at CS01 - so it should be availabele. Othewise it moght be neccesary to define a simple search help exit.

Kind regards,

HP

Read only

0 Likes
680

you can either go for an append search help or give a condition in the search help exit.. saying with dynpro number = ur screen number and prg name ur program name then you can do some thing which is specific to only ur program.

Read only

Former Member
0 Likes
680

Hi,

Try using FM F4if_int_table_value_request. You will get the related values for the material in the At selection screen for material.

Regards

Kiran