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

DOUBT ON SELECT-OPTIONS

Former Member
0 Likes
486

Dear Friends,

When i click F4 on select options i am able to select the appropriate values using search helps . but here i have to fetch the values for the second select-option based on the values of the first select-options. i mean the values available for particular customer and so on... How can i maintain the consistency. Can any body please explain me

Thanks & Regards,

Santosh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

HI ,

If you are using a standerd help for the second select-option the try to set parameter for that search help and see if ti works.

else what you can do is use the event

<b>at selection secreen on value request for</b> , in the code for this event retreive the relavent values and display it using the FM F4IF_INT_TABLE_VALUE_REQUEST

Regards

Arun

3 REPLIES 3
Read only

santhosh_patil
Contributor
0 Likes
457

Hi....

1. Consider for example u have

MAtnr and WERKS in the select-options..

2. U need to display only the WERKS for which the material is defined.

To do this

1.At selection-screen VALUE-REQUEST FOR werks

select werks from marc into intab1

where matnr in s_matnr.

then u call the FM

POPUP_WITH_TABLE_DISPLAY

In this u can pass the Intab as an parameter.

-


santhosh

Read only

Former Member
0 Likes
458

HI ,

If you are using a standerd help for the second select-option the try to set parameter for that search help and see if ti works.

else what you can do is use the event

<b>at selection secreen on value request for</b> , in the code for this event retreive the relavent values and display it using the FM F4IF_INT_TABLE_VALUE_REQUEST

Regards

Arun

Read only

amit_khare
Active Contributor
0 Likes
457

Hi,

Check Anversha's reply, it will fulfill your requirement.

Regards,

Amit

Reward all helpful replies.