Application Development 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: 

Search help with condition

Former Member
0 Kudos

Hey guys,

I have a dtab with time-dependent datas (begda, endda). And for one field on a screen I want to do a search help, but I don't wanna show all the datas, just those, where is the endda EQ '99991231'. How to do it, pls?

I'm a part-time ABAP developer and I can't figure it out. Searched all over the internet but did not find.

Thank you.

P.S. Sorry for my english.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rert,

Get the data into an internal table where endda is 99991231. Then pass the data to FM  F4IF_INT_TABLE_VALUE_REQUEST and call it in your F4 event.

Regards,

Shravan

1 REPLY 1

Former Member
0 Kudos

Hi Rert,

Get the data into an internal table where endda is 99991231. Then pass the data to FM  F4IF_INT_TABLE_VALUE_REQUEST and call it in your F4 event.

Regards,

Shravan