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

dynamic matchcode for bukrs

Former Member
0 Likes
1,728

hi experts,

i have a doubt about a matchcode, how can i make or use a matchcode in a selection screenn...

when i choose Company Code BUKRS .. the matchcode in PLANT (wekrs) or Valuation area(BWKEY) must show only the plants or the valuations areas for that Company code (BUKRS)..

how can i do that?? its kind a dynamic matchcode...

i hope u can help me out

thx in advance

Carlos

Hi Carlos,

Create search help for dependent fields at event "at selection-screen output" using function module

F4IF_INT_TABLE_VALUE_REQUEST.

Regards,

Subhash

4 REPLIES 4
Read only

Former Member
0 Likes
1,100

Hi Carlos.

you can use the Match code by below...


Parameters:  BUKRS like WERKS_D matchcode object WERKS.  "Force match code for WERKS-plant


Regards,

Prabhudas

Read only

0 Likes
1,100

thx for the answer but i dont think you get my point...

for example

i got two fields in my selection screen .. bukrs and werks so if i entry 1000 for bukrs.. in the other field werks that has a matchcode .. this matchcode should show only the "plants" for bukrs(1000)...

thx in advance ...

Read only

0 Likes
1,100

Please check this thread and Rich's reply i think this is similar to your issue

Read only

Former Member
0 Likes
1,100

Hi Carlos,

Create search help for dependent fields at event "at selection-screen output" using function module

F4IF_INT_TABLE_VALUE_REQUEST.

Regards,

Subhash